@aws-sdk/client-bedrock-agentcore 3.1027.0 → 3.1029.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
package/README.md
CHANGED
|
@@ -398,6 +398,13 @@ SaveBrowserSessionProfile
|
|
|
398
398
|
</details>
|
|
399
399
|
<details>
|
|
400
400
|
<summary>
|
|
401
|
+
SearchRegistryRecords
|
|
402
|
+
</summary>
|
|
403
|
+
|
|
404
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore/command/SearchRegistryRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/SearchRegistryRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore/Interface/SearchRegistryRecordsCommandOutput/)
|
|
405
|
+
</details>
|
|
406
|
+
<details>
|
|
407
|
+
<summary>
|
|
401
408
|
StartBrowserSession
|
|
402
409
|
</summary>
|
|
403
410
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -495,6 +495,18 @@ class SaveBrowserSessionProfileCommand extends smithyClient.Command
|
|
|
495
495
|
.build() {
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
+
class SearchRegistryRecordsCommand extends smithyClient.Command
|
|
499
|
+
.classBuilder()
|
|
500
|
+
.ep(commonParams)
|
|
501
|
+
.m(function (Command, cs, config, o) {
|
|
502
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
503
|
+
})
|
|
504
|
+
.s("AmazonBedrockAgentCore", "SearchRegistryRecords", {})
|
|
505
|
+
.n("BedrockAgentCoreClient", "SearchRegistryRecordsCommand")
|
|
506
|
+
.sc(schemas_0.SearchRegistryRecords$)
|
|
507
|
+
.build() {
|
|
508
|
+
}
|
|
509
|
+
|
|
498
510
|
class StartBrowserSessionCommand extends smithyClient.Command
|
|
499
511
|
.classBuilder()
|
|
500
512
|
.ep(commonParams)
|
|
@@ -623,6 +635,7 @@ const commands = {
|
|
|
623
635
|
ListSessionsCommand,
|
|
624
636
|
RetrieveMemoryRecordsCommand,
|
|
625
637
|
SaveBrowserSessionProfileCommand,
|
|
638
|
+
SearchRegistryRecordsCommand,
|
|
626
639
|
StartBrowserSessionCommand,
|
|
627
640
|
StartCodeInterpreterSessionCommand,
|
|
628
641
|
StartMemoryExtractionJobCommand,
|
|
@@ -749,6 +762,19 @@ const ExtractionJobStatus = {
|
|
|
749
762
|
const EventFilterCondition = {
|
|
750
763
|
HAS_EVENTS: "HAS_EVENTS",
|
|
751
764
|
};
|
|
765
|
+
const DescriptorType = {
|
|
766
|
+
A2A: "A2A",
|
|
767
|
+
AGENT_SKILLS: "AGENT_SKILLS",
|
|
768
|
+
CUSTOM: "CUSTOM",
|
|
769
|
+
MCP: "MCP",
|
|
770
|
+
};
|
|
771
|
+
const RegistryRecordStatus = {
|
|
772
|
+
APPROVED: "APPROVED",
|
|
773
|
+
DEPRECATED: "DEPRECATED",
|
|
774
|
+
DRAFT: "DRAFT",
|
|
775
|
+
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
776
|
+
REJECTED: "REJECTED",
|
|
777
|
+
};
|
|
752
778
|
|
|
753
779
|
exports.$Command = smithyClient.Command;
|
|
754
780
|
exports.__Client = smithyClient.Client;
|
|
@@ -769,6 +795,7 @@ exports.ContentBlockType = ContentBlockType;
|
|
|
769
795
|
exports.CreateEventCommand = CreateEventCommand;
|
|
770
796
|
exports.DeleteEventCommand = DeleteEventCommand;
|
|
771
797
|
exports.DeleteMemoryRecordCommand = DeleteMemoryRecordCommand;
|
|
798
|
+
exports.DescriptorType = DescriptorType;
|
|
772
799
|
exports.EvaluateCommand = EvaluateCommand;
|
|
773
800
|
exports.EventFilterCondition = EventFilterCondition;
|
|
774
801
|
exports.ExtractionJobStatus = ExtractionJobStatus;
|
|
@@ -799,11 +826,13 @@ exports.MouseButton = MouseButton;
|
|
|
799
826
|
exports.Oauth2FlowType = Oauth2FlowType;
|
|
800
827
|
exports.OperatorType = OperatorType;
|
|
801
828
|
exports.ProgrammingLanguage = ProgrammingLanguage;
|
|
829
|
+
exports.RegistryRecordStatus = RegistryRecordStatus;
|
|
802
830
|
exports.ResourceContentType = ResourceContentType;
|
|
803
831
|
exports.RetrieveMemoryRecordsCommand = RetrieveMemoryRecordsCommand;
|
|
804
832
|
exports.Role = Role;
|
|
805
833
|
exports.SaveBrowserSessionProfileCommand = SaveBrowserSessionProfileCommand;
|
|
806
834
|
exports.ScreenshotFormat = ScreenshotFormat;
|
|
835
|
+
exports.SearchRegistryRecordsCommand = SearchRegistryRecordsCommand;
|
|
807
836
|
exports.SessionStatus = SessionStatus;
|
|
808
837
|
exports.StartBrowserSessionCommand = StartBrowserSessionCommand;
|
|
809
838
|
exports.StartCodeInterpreterSessionCommand = StartCodeInterpreterSessionCommand;
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UpdateBrowserStream$ = exports.StopRuntimeSession$ = exports.StopCodeInterpreterSession$ = exports.StopBrowserSession$ = exports.StartMemoryExtractionJob$ = exports.StartCodeInterpreterSession$ = exports.StartBrowserSession$ = exports.SaveBrowserSessionProfile$ = exports.RetrieveMemoryRecords$ = exports.ListSessions$ = exports.ListMemoryRecords$ = exports.ListMemoryExtractionJobs$ = exports.ListEvents$ = exports.ListCodeInterpreterSessions$ = exports.ListBrowserSessions$ = exports.ListActors$ = exports.InvokeCodeInterpreter$ = exports.InvokeBrowser$ = exports.InvokeAgentRuntimeCommand$ = exports.InvokeAgentRuntime$ = exports.GetWorkloadAccessTokenForUserId$ = exports.GetWorkloadAccessTokenForJWT$ = void 0;
|
|
3
|
+
exports.DeleteEventInput$ = exports.CustomDescriptor$ = exports.CreateEventOutput$ = exports.CreateEventInput$ = exports.Conversational$ = exports.ContentStopEvent$ = exports.ContentStartEvent$ = exports.ContentDeltaEvent$ = exports.ContentBlock$ = exports.CompleteResourceTokenAuthResponse$ = exports.CompleteResourceTokenAuthRequest$ = exports.CodeInterpreterSessionSummary$ = exports.CodeInterpreterResult$ = exports.Certificate$ = exports.BrowserSessionSummary$ = exports.BrowserSessionStream$ = exports.BrowserProfileConfiguration$ = exports.BrowserExtension$ = exports.BrowserEnterprisePolicy$ = exports.BranchFilter$ = exports.Branch$ = exports.BatchUpdateMemoryRecordsOutput$ = exports.BatchUpdateMemoryRecordsInput$ = exports.BatchDeleteMemoryRecordsOutput$ = exports.BatchDeleteMemoryRecordsInput$ = exports.BatchCreateMemoryRecordsOutput$ = exports.BatchCreateMemoryRecordsInput$ = exports.BasicAuth$ = exports.AutomationStreamUpdate$ = exports.AutomationStream$ = exports.AgentSkillsDescriptor$ = exports.AgentCardDefinition$ = exports.ActorSummary$ = exports.A2aDescriptor$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnauthorizedException$ = exports.ThrottlingException$ = exports.ThrottledException$ = exports.ServiceQuotaExceededException$ = exports.ServiceException$ = exports.RuntimeClientError$ = exports.RetryableConflictException$ = exports.ResourceNotFoundException$ = exports.InvalidInputException$ = exports.InternalServerException$ = exports.DuplicateIdException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BedrockAgentCoreServiceException$ = void 0;
|
|
4
|
+
exports.KeyShortcutResult$ = exports.KeyShortcutArguments$ = exports.KeyPressResult$ = exports.KeyPressArguments$ = exports.InvokeCodeInterpreterResponse$ = exports.InvokeCodeInterpreterRequest$ = exports.InvokeBrowserResponse$ = exports.InvokeBrowserRequest$ = exports.InvokeAgentRuntimeResponse$ = exports.InvokeAgentRuntimeRequest$ = exports.InvokeAgentRuntimeCommandResponse$ = exports.InvokeAgentRuntimeCommandRequestBody$ = exports.InvokeAgentRuntimeCommandRequest$ = exports.InputContentBlock$ = exports.GetWorkloadAccessTokenResponse$ = exports.GetWorkloadAccessTokenRequest$ = exports.GetWorkloadAccessTokenForUserIdResponse$ = exports.GetWorkloadAccessTokenForUserIdRequest$ = exports.GetWorkloadAccessTokenForJWTResponse$ = exports.GetWorkloadAccessTokenForJWTRequest$ = exports.GetResourceOauth2TokenResponse$ = exports.GetResourceOauth2TokenRequest$ = exports.GetResourceApiKeyResponse$ = exports.GetResourceApiKeyRequest$ = exports.GetMemoryRecordOutput$ = exports.GetMemoryRecordInput$ = exports.GetEventOutput$ = exports.GetEventInput$ = exports.GetCodeInterpreterSessionResponse$ = exports.GetCodeInterpreterSessionRequest$ = exports.GetBrowserSessionResponse$ = exports.GetBrowserSessionRequest$ = exports.GetAgentCardResponse$ = exports.GetAgentCardRequest$ = exports.FilterInput$ = exports.ExtractionJobMetadata$ = exports.ExtractionJobFilterInput$ = exports.ExtractionJob$ = exports.ExternalProxy$ = exports.EventMetadataFilterExpression$ = exports.Event$ = exports.EvaluationResultContent$ = exports.EvaluationReferenceInput$ = exports.EvaluationExpectedTrajectory$ = exports.EvaluateResponse$ = exports.EvaluateRequest$ = exports.Descriptors$ = exports.DeleteMemoryRecordOutput$ = exports.DeleteMemoryRecordInput$ = exports.DeleteEventOutput$ = void 0;
|
|
5
|
+
exports.SecretsManagerLocation$ = exports.SearchRegistryRecordsResponse$ = exports.SearchRegistryRecordsRequest$ = exports.SearchCriteria$ = exports.ScreenshotResult$ = exports.ScreenshotArguments$ = exports.SaveBrowserSessionProfileResponse$ = exports.SaveBrowserSessionProfileRequest$ = exports.S3Location$ = exports.RetrieveMemoryRecordsOutput$ = exports.RetrieveMemoryRecordsInput$ = exports.ResponseChunk$ = exports.ResourceContent$ = exports.RegistryRecordSummary$ = exports.ProxyConfiguration$ = exports.ProxyBypass$ = exports.MouseScrollResult$ = exports.MouseScrollArguments$ = exports.MouseMoveResult$ = exports.MouseMoveArguments$ = exports.MouseDragResult$ = exports.MouseDragArguments$ = exports.MouseClickResult$ = exports.MouseClickArguments$ = exports.MessageMetadata$ = exports.MemoryRecordUpdateInput$ = exports.MemoryRecordSummary$ = exports.MemoryRecordOutput$ = exports.MemoryRecordDeleteInput$ = exports.MemoryRecordCreateInput$ = exports.MemoryRecord$ = exports.MemoryMetadataFilterExpression$ = exports.McpDescriptor$ = exports.LiveViewStream$ = exports.ListSessionsOutput$ = exports.ListSessionsInput$ = exports.ListMemoryRecordsOutput$ = exports.ListMemoryRecordsInput$ = exports.ListMemoryExtractionJobsOutput$ = exports.ListMemoryExtractionJobsInput$ = exports.ListEventsOutput$ = exports.ListEventsInput$ = exports.ListCodeInterpreterSessionsResponse$ = exports.ListCodeInterpreterSessionsRequest$ = exports.ListBrowserSessionsResponse$ = exports.ListBrowserSessionsRequest$ = exports.ListActorsOutput$ = exports.ListActorsInput$ = exports.KeyTypeResult$ = exports.KeyTypeArguments$ = void 0;
|
|
6
|
+
exports.BatchUpdateMemoryRecords$ = exports.BatchDeleteMemoryRecords$ = exports.BatchCreateMemoryRecords$ = exports.UserIdentifier$ = exports.StreamUpdate$ = exports.RightExpression$ = exports.ResourceLocation$ = exports.ProxyCredentials$ = exports.Proxy$ = exports.PayloadType$ = exports.MetadataValue$ = exports.MemoryContent$ = exports.LeftExpression$ = exports.InvokeAgentRuntimeCommandStreamOutput$ = exports.ExtractionJobMessages$ = exports.EvaluationTarget$ = exports.EvaluationInput$ = exports.EvaluationContent$ = exports.Context$ = exports.Content$ = exports.CodeInterpreterStreamOutput$ = exports.CertificateLocation$ = exports.BrowserActionResult$ = exports.BrowserAction$ = exports.ViewPort$ = exports.ValidationExceptionField$ = exports.UpdateBrowserStreamResponse$ = exports.UpdateBrowserStreamRequest$ = exports.ToolsDefinition$ = exports.ToolResultStructuredContent$ = exports.ToolArguments$ = exports.TokenUsage$ = exports.StopRuntimeSessionResponse$ = exports.StopRuntimeSessionRequest$ = exports.StopCodeInterpreterSessionResponse$ = exports.StopCodeInterpreterSessionRequest$ = exports.StopBrowserSessionResponse$ = exports.StopBrowserSessionRequest$ = exports.StartMemoryExtractionJobOutput$ = exports.StartMemoryExtractionJobInput$ = exports.StartCodeInterpreterSessionResponse$ = exports.StartCodeInterpreterSessionRequest$ = exports.StartBrowserSessionResponse$ = exports.StartBrowserSessionRequest$ = exports.SpanContext$ = exports.SkillMdDefinition$ = exports.SkillDefinition$ = exports.SessionSummary$ = exports.SessionFilter$ = exports.ServerDefinition$ = void 0;
|
|
7
|
+
exports.UpdateBrowserStream$ = exports.StopRuntimeSession$ = exports.StopCodeInterpreterSession$ = exports.StopBrowserSession$ = exports.StartMemoryExtractionJob$ = exports.StartCodeInterpreterSession$ = exports.StartBrowserSession$ = exports.SearchRegistryRecords$ = exports.SaveBrowserSessionProfile$ = exports.RetrieveMemoryRecords$ = exports.ListSessions$ = exports.ListMemoryRecords$ = exports.ListMemoryExtractionJobs$ = exports.ListEvents$ = exports.ListCodeInterpreterSessions$ = exports.ListBrowserSessions$ = exports.ListActors$ = exports.InvokeCodeInterpreter$ = exports.InvokeBrowser$ = exports.InvokeAgentRuntimeCommand$ = exports.InvokeAgentRuntime$ = exports.GetWorkloadAccessTokenForUserId$ = exports.GetWorkloadAccessTokenForJWT$ = exports.GetWorkloadAccessToken$ = exports.GetResourceOauth2Token$ = exports.GetResourceApiKey$ = exports.GetMemoryRecord$ = exports.GetEvent$ = exports.GetCodeInterpreterSession$ = exports.GetBrowserSession$ = exports.GetAgentCard$ = exports.Evaluate$ = exports.DeleteMemoryRecord$ = exports.DeleteEvent$ = exports.CreateEvent$ = exports.CompleteResourceTokenAuth$ = void 0;
|
|
8
8
|
const _A = "Accept";
|
|
9
|
+
const _ACD = "AgentCardDefinition";
|
|
10
|
+
const _AD = "A2aDescriptor";
|
|
9
11
|
const _ADE = "AccessDeniedException";
|
|
10
12
|
const _AKT = "ApiKeyType";
|
|
11
13
|
const _AS = "ActorSummary";
|
|
14
|
+
const _ASD = "AgentSkillsDescriptor";
|
|
12
15
|
const _ASL = "ActorSummaryList";
|
|
13
16
|
const _ASU = "AutomationStreamUpdate";
|
|
14
17
|
const _ASu = "AutomationStream";
|
|
@@ -40,6 +43,7 @@ const _Br = "Branch";
|
|
|
40
43
|
const _C = "Certificate";
|
|
41
44
|
const _CB = "ContentBlock";
|
|
42
45
|
const _CBL = "ContentBlockList";
|
|
46
|
+
const _CD = "CustomDescriptor";
|
|
43
47
|
const _CDE = "ContentDeltaEvent";
|
|
44
48
|
const _CE = "ConflictException";
|
|
45
49
|
const _CEI = "CreateEventInput";
|
|
@@ -62,7 +66,7 @@ const _Ce = "Certificates";
|
|
|
62
66
|
const _Co = "Conversational";
|
|
63
67
|
const _Con = "Content";
|
|
64
68
|
const _Cont = "Context";
|
|
65
|
-
const _D = "
|
|
69
|
+
const _D = "Description";
|
|
66
70
|
const _DE = "DeleteEvent";
|
|
67
71
|
const _DEI = "DeleteEventInput";
|
|
68
72
|
const _DEO = "DeleteEventOutput";
|
|
@@ -70,6 +74,8 @@ const _DIE = "DuplicateIdException";
|
|
|
70
74
|
const _DMR = "DeleteMemoryRecord";
|
|
71
75
|
const _DMRI = "DeleteMemoryRecordInput";
|
|
72
76
|
const _DMRO = "DeleteMemoryRecordOutput";
|
|
77
|
+
const _De = "Descriptors";
|
|
78
|
+
const _Do = "Document";
|
|
73
79
|
const _E = "Event";
|
|
74
80
|
const _EC = "EvaluationContent";
|
|
75
81
|
const _ECL = "EvaluationContentList";
|
|
@@ -174,6 +180,7 @@ const _LVS = "LiveViewStream";
|
|
|
174
180
|
const _MC = "MemoryContent";
|
|
175
181
|
const _MCA = "MouseClickArguments";
|
|
176
182
|
const _MCR = "MouseClickResult";
|
|
183
|
+
const _MD = "McpDescriptor";
|
|
177
184
|
const _MDA = "MouseDragArguments";
|
|
178
185
|
const _MDR = "MouseDragResult";
|
|
179
186
|
const _ML = "MessagesList";
|
|
@@ -216,6 +223,8 @@ const _RMR = "RetrieveMemoryRecords";
|
|
|
216
223
|
const _RMRI = "RetrieveMemoryRecordsInput";
|
|
217
224
|
const _RMRO = "RetrieveMemoryRecordsOutput";
|
|
218
225
|
const _RNFE = "ResourceNotFoundException";
|
|
226
|
+
const _RRS = "RegistryRecordSummary";
|
|
227
|
+
const _RRSL = "RegistryRecordSummaryList";
|
|
219
228
|
const _RS = "ResponseStream";
|
|
220
229
|
const _S = "State";
|
|
221
230
|
const _SA = "ScreenshotArguments";
|
|
@@ -236,15 +245,21 @@ const _SCISRto = "StopCodeInterpreterSessionRequest";
|
|
|
236
245
|
const _SCISRtop = "StopCodeInterpreterSessionResponse";
|
|
237
246
|
const _SCISt = "StopCodeInterpreterSession";
|
|
238
247
|
const _SCp = "SpanContext";
|
|
248
|
+
const _SD = "ServerDefinition";
|
|
249
|
+
const _SDk = "SkillDefinition";
|
|
239
250
|
const _SE = "ServiceException";
|
|
240
251
|
const _SF = "SessionFilter";
|
|
241
252
|
const _SL = "S3Location";
|
|
253
|
+
const _SMD = "SkillMdDefinition";
|
|
242
254
|
const _SMEJ = "StartMemoryExtractionJob";
|
|
243
255
|
const _SMEJI = "StartMemoryExtractionJobInput";
|
|
244
256
|
const _SMEJO = "StartMemoryExtractionJobOutput";
|
|
245
257
|
const _SML = "SecretsManagerLocation";
|
|
246
258
|
const _SQEE = "ServiceQuotaExceededException";
|
|
247
259
|
const _SR = "ScreenshotResult";
|
|
260
|
+
const _SRR = "SearchRegistryRecords";
|
|
261
|
+
const _SRRR = "SearchRegistryRecordsRequest";
|
|
262
|
+
const _SRRRe = "SearchRegistryRecordsResponse";
|
|
248
263
|
const _SRS = "StopRuntimeSession";
|
|
249
264
|
const _SRSR = "StopRuntimeSessionRequest";
|
|
250
265
|
const _SRSRt = "StopRuntimeSessionResponse";
|
|
@@ -254,6 +269,7 @@ const _SSe = "SessionSummary";
|
|
|
254
269
|
const _SU = "StreamUpdate";
|
|
255
270
|
const _Sp = "Spans";
|
|
256
271
|
const _TA = "ToolArguments";
|
|
272
|
+
const _TD = "ToolsDefinition";
|
|
257
273
|
const _TE = "ThrottledException";
|
|
258
274
|
const _TEh = "ThrottlingException";
|
|
259
275
|
const _TRSC = "ToolResultStructuredContent";
|
|
@@ -272,7 +288,7 @@ const _WITT = "WorkloadIdentityTokenType";
|
|
|
272
288
|
const _XABARSI = "X-Amzn-Bedrock-AgentCore-Runtime-Session-Id";
|
|
273
289
|
const _XABARUI = "X-Amzn-Bedrock-AgentCore-Runtime-User-Id";
|
|
274
290
|
const _XATI = "X-Amzn-Trace-Id";
|
|
275
|
-
const _a = "
|
|
291
|
+
const _a = "a2a";
|
|
276
292
|
const _aC = "agentCard";
|
|
277
293
|
const _aDE = "accessDeniedException";
|
|
278
294
|
const _aI = "actorId";
|
|
@@ -282,11 +298,13 @@ const _aRA = "agentRuntimeArn";
|
|
|
282
298
|
const _aS = "automationStream";
|
|
283
299
|
const _aSU = "automationStreamUpdate";
|
|
284
300
|
const _aSc = "actorSummaries";
|
|
301
|
+
const _aSg = "agentSkills";
|
|
285
302
|
const _aT = "accessToken";
|
|
286
303
|
const _aU = "authorizationUrl";
|
|
287
304
|
const _ac = "accept";
|
|
288
305
|
const _act = "action";
|
|
289
306
|
const _ar = "arguments";
|
|
307
|
+
const _as = "assertions";
|
|
290
308
|
const _b = "branch";
|
|
291
309
|
const _bA = "basicAuth";
|
|
292
310
|
const _bI = "browserIdentifier";
|
|
@@ -317,12 +335,15 @@ const _com = "command";
|
|
|
317
335
|
const _con = "context";
|
|
318
336
|
const _conv = "conversational";
|
|
319
337
|
const _cr = "credentials";
|
|
338
|
+
const _cu = "custom";
|
|
320
339
|
const _d = "data";
|
|
321
340
|
const _dP = "domainPatterns";
|
|
322
341
|
const _dPi = "directoryPath";
|
|
342
|
+
const _dT = "descriptorType";
|
|
323
343
|
const _dX = "deltaX";
|
|
324
344
|
const _dY = "deltaY";
|
|
325
345
|
const _de = "description";
|
|
346
|
+
const _des = "descriptors";
|
|
326
347
|
const _e = "error";
|
|
327
348
|
const _eA = "evaluatorArn";
|
|
328
349
|
const _eC = "exitCode";
|
|
@@ -355,6 +376,7 @@ const _fA = "forceAuthentication";
|
|
|
355
376
|
const _fL = "fieldList";
|
|
356
377
|
const _fR = "failedRecords";
|
|
357
378
|
const _fRa = "failureReason";
|
|
379
|
+
const _fi = "filters";
|
|
358
380
|
const _fo = "format";
|
|
359
381
|
const _h = "height";
|
|
360
382
|
const _hE = "httpError";
|
|
@@ -362,6 +384,7 @@ const _hH = "httpHeader";
|
|
|
362
384
|
const _hQ = "httpQuery";
|
|
363
385
|
const _ht = "http";
|
|
364
386
|
const _i = "items";
|
|
387
|
+
const _iC = "inlineContent";
|
|
365
388
|
const _iE = "isError";
|
|
366
389
|
const _iP = "includePayloads";
|
|
367
390
|
const _iPB = "includeParentBranches";
|
|
@@ -402,6 +425,7 @@ const _mSI = "mcpSessionId";
|
|
|
402
425
|
const _mSIe = "memoryStrategyId";
|
|
403
426
|
const _mT = "mimeType";
|
|
404
427
|
const _mV = "metadataValue";
|
|
428
|
+
const _mc = "mcp";
|
|
405
429
|
const _me = "metadata";
|
|
406
430
|
const _mes = "messages";
|
|
407
431
|
const _n = "name";
|
|
@@ -415,6 +439,7 @@ const _p = "payload";
|
|
|
415
439
|
const _pC = "profileConfiguration";
|
|
416
440
|
const _pCr = "proxyConfiguration";
|
|
417
441
|
const _pI = "profileIdentifier";
|
|
442
|
+
const _pV = "protocolVersion";
|
|
418
443
|
const _pa = "path";
|
|
419
444
|
const _pat = "paths";
|
|
420
445
|
const _po = "port";
|
|
@@ -423,12 +448,17 @@ const _pre = "prefix";
|
|
|
423
448
|
const _pro = "proxies";
|
|
424
449
|
const _q = "qualifier";
|
|
425
450
|
const _r = "reason";
|
|
451
|
+
const _rA = "registryArn";
|
|
452
|
+
const _rAe = "recordArn";
|
|
426
453
|
const _rCE = "runtimeClientError";
|
|
427
454
|
const _rCPN = "resourceCredentialProviderName";
|
|
428
455
|
const _rEI = "rootEventId";
|
|
429
456
|
const _rI = "requestIdentifier";
|
|
457
|
+
const _rIe = "recordId";
|
|
458
|
+
const _rIeg = "registryIds";
|
|
430
459
|
const _rNFE = "resourceNotFoundException";
|
|
431
460
|
const _rORU = "resourceOauth2ReturnUrl";
|
|
461
|
+
const _rR = "registryRecords";
|
|
432
462
|
const _rSI = "runtimeSessionId";
|
|
433
463
|
const _rUI = "runtimeUserId";
|
|
434
464
|
const _re = "records";
|
|
@@ -444,12 +474,14 @@ const _sC = "structuredContent";
|
|
|
444
474
|
const _sCe = "searchCriteria";
|
|
445
475
|
const _sCp = "spanContext";
|
|
446
476
|
const _sCt = "statusCode";
|
|
477
|
+
const _sD = "skillDefinition";
|
|
447
478
|
const _sE = "streamEndpoint";
|
|
448
479
|
const _sI = "sessionId";
|
|
449
480
|
const _sIp = "spanId";
|
|
450
481
|
const _sIpa = "spanIds";
|
|
451
482
|
const _sIt = "strategyId";
|
|
452
|
-
const _sM = "
|
|
483
|
+
const _sM = "skillMd";
|
|
484
|
+
const _sMe = "secretsManager";
|
|
453
485
|
const _sQ = "searchQuery";
|
|
454
486
|
const _sQEE = "serviceQuotaExceededException";
|
|
455
487
|
const _sR = "successfulRecords";
|
|
@@ -461,7 +493,8 @@ const _sSess = "sessionSpans";
|
|
|
461
493
|
const _sTS = "sessionTimeoutSeconds";
|
|
462
494
|
const _sU = "sessionUri";
|
|
463
495
|
const _sUt = "streamUpdate";
|
|
464
|
-
const _sV = "
|
|
496
|
+
const _sV = "schemaVersion";
|
|
497
|
+
const _sVt = "stringValue";
|
|
465
498
|
const _sX = "startX";
|
|
466
499
|
const _sY = "startY";
|
|
467
500
|
const _s_ = "s3";
|
|
@@ -492,6 +525,7 @@ const _tU = "tokenUsage";
|
|
|
492
525
|
const _te = "text";
|
|
493
526
|
const _ti = "timeout";
|
|
494
527
|
const _tim = "timestamp";
|
|
528
|
+
const _to = "tools";
|
|
495
529
|
const _tr = "traceparent";
|
|
496
530
|
const _tra = "tracestate";
|
|
497
531
|
const _u = "uri";
|
|
@@ -503,6 +537,7 @@ const _v = "value";
|
|
|
503
537
|
const _vE = "validationException";
|
|
504
538
|
const _vI = "versionId";
|
|
505
539
|
const _vP = "viewPort";
|
|
540
|
+
const _ve = "version";
|
|
506
541
|
const _w = "width";
|
|
507
542
|
const _wAT = "workloadAccessToken";
|
|
508
543
|
const _wIT = "workloadIdentityToken";
|
|
@@ -612,18 +647,34 @@ var ApiKeyType = [0, n0, _AKT, 8, 0];
|
|
|
612
647
|
var AuthorizationUrlType = [0, n0, _AUT, 8, 0];
|
|
613
648
|
var Body = [0, n0, _B, 8, 21];
|
|
614
649
|
var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
|
|
615
|
-
var
|
|
650
|
+
var Description = [0, n0, _D, 8, 0];
|
|
651
|
+
var Document = [0, n0, _Do, 8, 15];
|
|
616
652
|
var EvaluationExplanation = [0, n0, _EE, 8, 0];
|
|
617
653
|
var ResponseStream = [0, n0, _RS, { [_sen]: 1, [_st]: 1 }, 42];
|
|
618
654
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
619
655
|
var State = [0, n0, _S, 8, 0];
|
|
620
656
|
var UserTokenType = [0, n0, _UTT, 8, 0];
|
|
621
657
|
var WorkloadIdentityTokenType = [0, n0, _WITT, 8, 0];
|
|
658
|
+
exports.A2aDescriptor$ = [3, n0, _AD,
|
|
659
|
+
0,
|
|
660
|
+
[_aC],
|
|
661
|
+
[() => exports.AgentCardDefinition$], 1
|
|
662
|
+
];
|
|
622
663
|
exports.ActorSummary$ = [3, n0, _AS,
|
|
623
664
|
0,
|
|
624
665
|
[_aI],
|
|
625
666
|
[0], 1
|
|
626
667
|
];
|
|
668
|
+
exports.AgentCardDefinition$ = [3, n0, _ACD,
|
|
669
|
+
0,
|
|
670
|
+
[_sV, _iC],
|
|
671
|
+
[0, 0]
|
|
672
|
+
];
|
|
673
|
+
exports.AgentSkillsDescriptor$ = [3, n0, _ASD,
|
|
674
|
+
0,
|
|
675
|
+
[_sM, _sD],
|
|
676
|
+
[() => exports.SkillMdDefinition$, () => exports.SkillDefinition$], 1
|
|
677
|
+
];
|
|
627
678
|
exports.AutomationStream$ = [3, n0, _ASu,
|
|
628
679
|
0,
|
|
629
680
|
[_sE, _sS],
|
|
@@ -764,6 +815,11 @@ exports.CreateEventOutput$ = [3, n0, _CEO,
|
|
|
764
815
|
[_ev],
|
|
765
816
|
[[() => exports.Event$, 0]], 1
|
|
766
817
|
];
|
|
818
|
+
exports.CustomDescriptor$ = [3, n0, _CD,
|
|
819
|
+
0,
|
|
820
|
+
[_iC],
|
|
821
|
+
[0]
|
|
822
|
+
];
|
|
767
823
|
exports.DeleteEventInput$ = [3, n0, _DEI,
|
|
768
824
|
0,
|
|
769
825
|
[_mI, _sI, _eI, _aI],
|
|
@@ -784,6 +840,11 @@ exports.DeleteMemoryRecordOutput$ = [3, n0, _DMRO,
|
|
|
784
840
|
[_mRI],
|
|
785
841
|
[0], 1
|
|
786
842
|
];
|
|
843
|
+
exports.Descriptors$ = [3, n0, _De,
|
|
844
|
+
0,
|
|
845
|
+
[_mc, _a, _cu, _aSg],
|
|
846
|
+
[() => exports.McpDescriptor$, () => exports.A2aDescriptor$, () => exports.CustomDescriptor$, () => exports.AgentSkillsDescriptor$]
|
|
847
|
+
];
|
|
787
848
|
exports.EvaluateRequest$ = [3, n0, _ER,
|
|
788
849
|
0,
|
|
789
850
|
[_eIv, _eIva, _eTv, _eRI],
|
|
@@ -801,7 +862,7 @@ exports.EvaluationExpectedTrajectory$ = [3, n0, _EET,
|
|
|
801
862
|
];
|
|
802
863
|
exports.EvaluationReferenceInput$ = [3, n0, _ERI,
|
|
803
864
|
0,
|
|
804
|
-
[_con, _eRx,
|
|
865
|
+
[_con, _eRx, _as, _eTx],
|
|
805
866
|
[() => exports.Context$, () => exports.EvaluationContent$, () => EvaluationContentList, () => exports.EvaluationExpectedTrajectory$], 1
|
|
806
867
|
];
|
|
807
868
|
exports.EvaluationResultContent$ = [3, n0, _ERC,
|
|
@@ -1099,6 +1160,11 @@ exports.LiveViewStream$ = [3, n0, _LVS,
|
|
|
1099
1160
|
[_sE],
|
|
1100
1161
|
[0]
|
|
1101
1162
|
];
|
|
1163
|
+
exports.McpDescriptor$ = [3, n0, _MD,
|
|
1164
|
+
0,
|
|
1165
|
+
[_se, _to],
|
|
1166
|
+
[() => exports.ServerDefinition$, () => exports.ToolsDefinition$], 2
|
|
1167
|
+
];
|
|
1102
1168
|
exports.MemoryMetadataFilterExpression$ = [3, n0, _MMFE,
|
|
1103
1169
|
0,
|
|
1104
1170
|
[_le, _o, _ri],
|
|
@@ -1189,6 +1255,11 @@ exports.ProxyConfiguration$ = [3, n0, _PC,
|
|
|
1189
1255
|
[_pro, _by],
|
|
1190
1256
|
[() => Proxies, () => exports.ProxyBypass$], 1
|
|
1191
1257
|
];
|
|
1258
|
+
exports.RegistryRecordSummary$ = [3, n0, _RRS,
|
|
1259
|
+
0,
|
|
1260
|
+
[_rA, _rAe, _rIe, _n, _dT, _des, _ve, _sta, _cA, _uA, _de],
|
|
1261
|
+
[0, 0, 0, 0, 0, () => exports.Descriptors$, 0, 0, 5, 5, [() => Description, 0]], 10
|
|
1262
|
+
];
|
|
1192
1263
|
exports.ResourceContent$ = [3, n0, _RC,
|
|
1193
1264
|
0,
|
|
1194
1265
|
[_t, _u, _mT, _te, _bl],
|
|
@@ -1239,11 +1310,26 @@ exports.SearchCriteria$ = [3, n0, _SC,
|
|
|
1239
1310
|
[_sQ, _mSIe, _tK, _mF],
|
|
1240
1311
|
[[() => SensitiveString, 0], 0, 1, () => MemoryMetadataFilterList], 1
|
|
1241
1312
|
];
|
|
1313
|
+
exports.SearchRegistryRecordsRequest$ = [3, n0, _SRRR,
|
|
1314
|
+
0,
|
|
1315
|
+
[_sQ, _rIeg, _mRa, _fi],
|
|
1316
|
+
[0, 64 | 0, 1, 15], 2
|
|
1317
|
+
];
|
|
1318
|
+
exports.SearchRegistryRecordsResponse$ = [3, n0, _SRRRe,
|
|
1319
|
+
0,
|
|
1320
|
+
[_rR],
|
|
1321
|
+
[[() => RegistryRecordSummaryList, 0]], 1
|
|
1322
|
+
];
|
|
1242
1323
|
exports.SecretsManagerLocation$ = [3, n0, _SML,
|
|
1243
1324
|
0,
|
|
1244
1325
|
[_sA],
|
|
1245
1326
|
[0], 1
|
|
1246
1327
|
];
|
|
1328
|
+
exports.ServerDefinition$ = [3, n0, _SD,
|
|
1329
|
+
0,
|
|
1330
|
+
[_sV, _iC],
|
|
1331
|
+
[0, 0]
|
|
1332
|
+
];
|
|
1247
1333
|
exports.SessionFilter$ = [3, n0, _SF,
|
|
1248
1334
|
0,
|
|
1249
1335
|
[_eF],
|
|
@@ -1254,6 +1340,16 @@ exports.SessionSummary$ = [3, n0, _SSe,
|
|
|
1254
1340
|
[_sI, _aI, _cA],
|
|
1255
1341
|
[0, 0, 4], 3
|
|
1256
1342
|
];
|
|
1343
|
+
exports.SkillDefinition$ = [3, n0, _SDk,
|
|
1344
|
+
0,
|
|
1345
|
+
[_sV, _iC],
|
|
1346
|
+
[0, 0]
|
|
1347
|
+
];
|
|
1348
|
+
exports.SkillMdDefinition$ = [3, n0, _SMD,
|
|
1349
|
+
0,
|
|
1350
|
+
[_iC],
|
|
1351
|
+
[0]
|
|
1352
|
+
];
|
|
1257
1353
|
exports.SpanContext$ = [3, n0, _SCp,
|
|
1258
1354
|
0,
|
|
1259
1355
|
[_sI, _tI, _sIp],
|
|
@@ -1334,6 +1430,11 @@ exports.ToolResultStructuredContent$ = [3, n0, _TRSC,
|
|
|
1334
1430
|
[_tIa, _tSa, _std, _stde, _eC, _eTxe],
|
|
1335
1431
|
[0, 0, 0, 0, 1, 1]
|
|
1336
1432
|
];
|
|
1433
|
+
exports.ToolsDefinition$ = [3, n0, _TD,
|
|
1434
|
+
0,
|
|
1435
|
+
[_pV, _iC],
|
|
1436
|
+
[0, 0]
|
|
1437
|
+
];
|
|
1337
1438
|
exports.UpdateBrowserStreamRequest$ = [3, n0, _UBSR,
|
|
1338
1439
|
0,
|
|
1339
1440
|
[_bI, _sI, _sUt, _cT],
|
|
@@ -1435,6 +1536,11 @@ var PayloadTypeList = [1, n0, _PTL,
|
|
|
1435
1536
|
var Proxies = [1, n0, _P,
|
|
1436
1537
|
0, () => exports.Proxy$
|
|
1437
1538
|
];
|
|
1539
|
+
var RegistryIdList = 64 | 0;
|
|
1540
|
+
var RegistryRecordSummaryList = [1, n0, _RRSL,
|
|
1541
|
+
0, [() => exports.RegistryRecordSummary$,
|
|
1542
|
+
0]
|
|
1543
|
+
];
|
|
1438
1544
|
var ScopesListType = 64 | 0;
|
|
1439
1545
|
var SessionSummaryList = [1, n0, _SSL,
|
|
1440
1546
|
0, () => exports.SessionSummary$
|
|
@@ -1469,7 +1575,7 @@ exports.BrowserActionResult$ = [4, n0, _BAR,
|
|
|
1469
1575
|
];
|
|
1470
1576
|
exports.CertificateLocation$ = [4, n0, _CL,
|
|
1471
1577
|
0,
|
|
1472
|
-
[
|
|
1578
|
+
[_sMe],
|
|
1473
1579
|
[() => exports.SecretsManagerLocation$]
|
|
1474
1580
|
];
|
|
1475
1581
|
exports.CodeInterpreterStreamOutput$ = [4, n0, _CISO,
|
|
@@ -1524,7 +1630,7 @@ exports.MemoryContent$ = [4, n0, _MC,
|
|
|
1524
1630
|
];
|
|
1525
1631
|
exports.MetadataValue$ = [4, n0, _MV,
|
|
1526
1632
|
0,
|
|
1527
|
-
[
|
|
1633
|
+
[_sVt],
|
|
1528
1634
|
[0]
|
|
1529
1635
|
];
|
|
1530
1636
|
exports.PayloadType$ = [4, n0, _PT,
|
|
@@ -1655,6 +1761,9 @@ exports.RetrieveMemoryRecords$ = [9, n0, _RMR,
|
|
|
1655
1761
|
exports.SaveBrowserSessionProfile$ = [9, n0, _SBSP,
|
|
1656
1762
|
{ [_ht]: ["PUT", "/browser-profiles/{profileIdentifier}/save", 200] }, () => exports.SaveBrowserSessionProfileRequest$, () => exports.SaveBrowserSessionProfileResponse$
|
|
1657
1763
|
];
|
|
1764
|
+
exports.SearchRegistryRecords$ = [9, n0, _SRR,
|
|
1765
|
+
{ [_ht]: ["POST", "/registry-records/search", 200] }, () => exports.SearchRegistryRecordsRequest$, () => exports.SearchRegistryRecordsResponse$
|
|
1766
|
+
];
|
|
1658
1767
|
exports.StartBrowserSession$ = [9, n0, _SBS,
|
|
1659
1768
|
{ [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/start", 200] }, () => exports.StartBrowserSessionRequest$, () => exports.StartBrowserSessionResponse$
|
|
1660
1769
|
];
|
|
@@ -31,6 +31,7 @@ import { ListMemoryRecordsCommand, } from "./commands/ListMemoryRecordsCommand";
|
|
|
31
31
|
import { ListSessionsCommand, } from "./commands/ListSessionsCommand";
|
|
32
32
|
import { RetrieveMemoryRecordsCommand, } from "./commands/RetrieveMemoryRecordsCommand";
|
|
33
33
|
import { SaveBrowserSessionProfileCommand, } from "./commands/SaveBrowserSessionProfileCommand";
|
|
34
|
+
import { SearchRegistryRecordsCommand, } from "./commands/SearchRegistryRecordsCommand";
|
|
34
35
|
import { StartBrowserSessionCommand, } from "./commands/StartBrowserSessionCommand";
|
|
35
36
|
import { StartCodeInterpreterSessionCommand, } from "./commands/StartCodeInterpreterSessionCommand";
|
|
36
37
|
import { StartMemoryExtractionJobCommand, } from "./commands/StartMemoryExtractionJobCommand";
|
|
@@ -76,6 +77,7 @@ const commands = {
|
|
|
76
77
|
ListSessionsCommand,
|
|
77
78
|
RetrieveMemoryRecordsCommand,
|
|
78
79
|
SaveBrowserSessionProfileCommand,
|
|
80
|
+
SearchRegistryRecordsCommand,
|
|
79
81
|
StartBrowserSessionCommand,
|
|
80
82
|
StartCodeInterpreterSessionCommand,
|
|
81
83
|
StartMemoryExtractionJobCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { SearchRegistryRecords$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class SearchRegistryRecordsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockAgentCore", "SearchRegistryRecords", {})
|
|
13
|
+
.n("BedrockAgentCoreClient", "SearchRegistryRecordsCommand")
|
|
14
|
+
.sc(SearchRegistryRecords$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -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";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -104,3 +104,16 @@ export const ExtractionJobStatus = {
|
|
|
104
104
|
export const EventFilterCondition = {
|
|
105
105
|
HAS_EVENTS: "HAS_EVENTS",
|
|
106
106
|
};
|
|
107
|
+
export const DescriptorType = {
|
|
108
|
+
A2A: "A2A",
|
|
109
|
+
AGENT_SKILLS: "AGENT_SKILLS",
|
|
110
|
+
CUSTOM: "CUSTOM",
|
|
111
|
+
MCP: "MCP",
|
|
112
|
+
};
|
|
113
|
+
export const RegistryRecordStatus = {
|
|
114
|
+
APPROVED: "APPROVED",
|
|
115
|
+
DEPRECATED: "DEPRECATED",
|
|
116
|
+
DRAFT: "DRAFT",
|
|
117
|
+
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
118
|
+
REJECTED: "REJECTED",
|
|
119
|
+
};
|