@aws-sdk/client-bedrock-agentcore 3.928.0 → 3.929.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.
Files changed (56) hide show
  1. package/dist-cjs/index.js +1843 -2065
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BedrockAgentCoreClient.js +2 -0
  4. package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +3 -10
  5. package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +3 -9
  6. package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +3 -10
  7. package/dist-es/commands/CompleteResourceTokenAuthCommand.js +3 -10
  8. package/dist-es/commands/CreateEventCommand.js +3 -10
  9. package/dist-es/commands/DeleteEventCommand.js +3 -9
  10. package/dist-es/commands/DeleteMemoryRecordCommand.js +3 -9
  11. package/dist-es/commands/GetAgentCardCommand.js +3 -9
  12. package/dist-es/commands/GetBrowserSessionCommand.js +3 -9
  13. package/dist-es/commands/GetCodeInterpreterSessionCommand.js +3 -9
  14. package/dist-es/commands/GetEventCommand.js +3 -10
  15. package/dist-es/commands/GetMemoryRecordCommand.js +3 -10
  16. package/dist-es/commands/GetResourceApiKeyCommand.js +3 -10
  17. package/dist-es/commands/GetResourceOauth2TokenCommand.js +3 -10
  18. package/dist-es/commands/GetWorkloadAccessTokenCommand.js +3 -10
  19. package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +3 -10
  20. package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +3 -10
  21. package/dist-es/commands/InvokeAgentRuntimeCommand.js +3 -10
  22. package/dist-es/commands/InvokeCodeInterpreterCommand.js +3 -10
  23. package/dist-es/commands/ListActorsCommand.js +3 -9
  24. package/dist-es/commands/ListBrowserSessionsCommand.js +3 -9
  25. package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +3 -9
  26. package/dist-es/commands/ListEventsCommand.js +3 -10
  27. package/dist-es/commands/ListMemoryRecordsCommand.js +3 -10
  28. package/dist-es/commands/ListSessionsCommand.js +3 -9
  29. package/dist-es/commands/RetrieveMemoryRecordsCommand.js +3 -10
  30. package/dist-es/commands/StartBrowserSessionCommand.js +3 -9
  31. package/dist-es/commands/StartCodeInterpreterSessionCommand.js +3 -9
  32. package/dist-es/commands/StopBrowserSessionCommand.js +3 -9
  33. package/dist-es/commands/StopCodeInterpreterSessionCommand.js +3 -9
  34. package/dist-es/commands/StopRuntimeSessionCommand.js +3 -9
  35. package/dist-es/commands/UpdateBrowserStreamCommand.js +3 -9
  36. package/dist-es/models/models_0.js +0 -190
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-es/schemas/schemas_0.js +1756 -0
  39. package/dist-types/BedrockAgentCoreClient.d.ts +10 -1
  40. package/dist-types/models/models_0.d.ts +0 -148
  41. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  42. package/dist-types/runtimeConfig.d.ts +1 -0
  43. package/dist-types/runtimeConfig.native.d.ts +1 -0
  44. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  45. package/dist-types/schemas/schemas_0.d.ts +179 -0
  46. package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +4 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +0 -103
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +186 -0
  53. package/package.json +2 -3
  54. package/dist-es/protocols/Aws_restJson1.js +0 -1593
  55. package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -393
@@ -0,0 +1,1756 @@
1
+ const _A = "Accept";
2
+ const _ADE = "AccessDeniedException";
3
+ const _AKT = "ApiKeyType";
4
+ const _AS = "ActorSummary";
5
+ const _ASL = "ActorSummaryList";
6
+ const _ASU = "AutomationStreamUpdate";
7
+ const _ASu = "AutomationStream";
8
+ const _ATT = "AccessTokenType";
9
+ const _AUT = "AuthorizationUrlType";
10
+ const _B = "Body";
11
+ const _BCMR = "BatchCreateMemoryRecords";
12
+ const _BCMRI = "BatchCreateMemoryRecordsInput";
13
+ const _BCMRO = "BatchCreateMemoryRecordsOutput";
14
+ const _BDMR = "BatchDeleteMemoryRecords";
15
+ const _BDMRI = "BatchDeleteMemoryRecordsInput";
16
+ const _BDMRO = "BatchDeleteMemoryRecordsOutput";
17
+ const _BF = "BranchFilter";
18
+ const _BSS = "BrowserSessionStream";
19
+ const _BSSr = "BrowserSessionSummary";
20
+ const _BSSro = "BrowserSessionSummaries";
21
+ const _BUMR = "BatchUpdateMemoryRecords";
22
+ const _BUMRI = "BatchUpdateMemoryRecordsInput";
23
+ const _BUMRO = "BatchUpdateMemoryRecordsOutput";
24
+ const _Br = "Branch";
25
+ const _C = "Conversational";
26
+ const _CB = "ContentBlock";
27
+ const _CBL = "ContentBlockList";
28
+ const _CE = "ConflictException";
29
+ const _CEI = "CreateEventInput";
30
+ const _CEO = "CreateEventOutput";
31
+ const _CEr = "CreateEvent";
32
+ const _CIR = "CodeInterpreterResult";
33
+ const _CISO = "CodeInterpreterStreamOutput";
34
+ const _CISS = "CodeInterpreterSessionSummary";
35
+ const _CISSo = "CodeInterpreterSessionSummaries";
36
+ const _CRPT = "CustomRequestParametersType";
37
+ const _CRTA = "CompleteResourceTokenAuth";
38
+ const _CRTAR = "CompleteResourceTokenAuthRequest";
39
+ const _CRTARo = "CompleteResourceTokenAuthResponse";
40
+ const _CRVT = "CustomRequestValueType";
41
+ const _CT = "Content-Type";
42
+ const _Co = "Content";
43
+ const _DE = "DeleteEvent";
44
+ const _DEI = "DeleteEventInput";
45
+ const _DEO = "DeleteEventOutput";
46
+ const _DMR = "DeleteMemoryRecord";
47
+ const _DMRI = "DeleteMemoryRecordInput";
48
+ const _DMRO = "DeleteMemoryRecordOutput";
49
+ const _E = "Event";
50
+ const _EL = "EventList";
51
+ const _EMFE = "EventMetadataFilterExpression";
52
+ const _EMFL = "EventMetadataFilterList";
53
+ const _FI = "FilterInput";
54
+ const _GAC = "GetAgentCard";
55
+ const _GACR = "GetAgentCardRequest";
56
+ const _GACRe = "GetAgentCardResponse";
57
+ const _GBS = "GetBrowserSession";
58
+ const _GBSR = "GetBrowserSessionRequest";
59
+ const _GBSRe = "GetBrowserSessionResponse";
60
+ const _GCIS = "GetCodeInterpreterSession";
61
+ const _GCISR = "GetCodeInterpreterSessionRequest";
62
+ const _GCISRe = "GetCodeInterpreterSessionResponse";
63
+ const _GE = "GetEvent";
64
+ const _GEI = "GetEventInput";
65
+ const _GEO = "GetEventOutput";
66
+ const _GMR = "GetMemoryRecord";
67
+ const _GMRI = "GetMemoryRecordInput";
68
+ const _GMRO = "GetMemoryRecordOutput";
69
+ const _GRAK = "GetResourceApiKey";
70
+ const _GRAKR = "GetResourceApiKeyRequest";
71
+ const _GRAKRe = "GetResourceApiKeyResponse";
72
+ const _GROT = "GetResourceOauth2Token";
73
+ const _GROTR = "GetResourceOauth2TokenRequest";
74
+ const _GROTRe = "GetResourceOauth2TokenResponse";
75
+ const _GWAT = "GetWorkloadAccessToken";
76
+ const _GWATFJWT = "GetWorkloadAccessTokenForJWT";
77
+ const _GWATFJWTR = "GetWorkloadAccessTokenForJWTRequest";
78
+ const _GWATFJWTRe = "GetWorkloadAccessTokenForJWTResponse";
79
+ const _GWATFUI = "GetWorkloadAccessTokenForUserId";
80
+ const _GWATFUIR = "GetWorkloadAccessTokenForUserIdRequest";
81
+ const _GWATFUIRe = "GetWorkloadAccessTokenForUserIdResponse";
82
+ const _GWATR = "GetWorkloadAccessTokenRequest";
83
+ const _GWATRe = "GetWorkloadAccessTokenResponse";
84
+ const _IAR = "InvokeAgentRuntime";
85
+ const _IARR = "InvokeAgentRuntimeRequest";
86
+ const _IARRn = "InvokeAgentRuntimeResponse";
87
+ const _ICB = "InputContentBlock";
88
+ const _ICBL = "InputContentBlockList";
89
+ const _ICI = "InvokeCodeInterpreter";
90
+ const _ICIR = "InvokeCodeInterpreterRequest";
91
+ const _ICIRn = "InvokeCodeInterpreterResponse";
92
+ const _IIE = "InvalidInputException";
93
+ const _ISE = "InternalServerException";
94
+ const _LA = "ListActors";
95
+ const _LAI = "ListActorsInput";
96
+ const _LAO = "ListActorsOutput";
97
+ const _LBS = "ListBrowserSessions";
98
+ const _LBSR = "ListBrowserSessionsRequest";
99
+ const _LBSRi = "ListBrowserSessionsResponse";
100
+ const _LCIS = "ListCodeInterpreterSessions";
101
+ const _LCISR = "ListCodeInterpreterSessionsRequest";
102
+ const _LCISRi = "ListCodeInterpreterSessionsResponse";
103
+ const _LE = "LeftExpression";
104
+ const _LEI = "ListEventsInput";
105
+ const _LEO = "ListEventsOutput";
106
+ const _LEi = "ListEvents";
107
+ const _LMR = "ListMemoryRecords";
108
+ const _LMRI = "ListMemoryRecordsInput";
109
+ const _LMRO = "ListMemoryRecordsOutput";
110
+ const _LS = "ListSessions";
111
+ const _LSI = "ListSessionsInput";
112
+ const _LSO = "ListSessionsOutput";
113
+ const _LVS = "LiveViewStream";
114
+ const _MC = "MemoryContent";
115
+ const _MM = "MetadataMap";
116
+ const _MPV = "Mcp-Protocol-Version";
117
+ const _MR = "MemoryRecord";
118
+ const _MRCI = "MemoryRecordCreateInput";
119
+ const _MRCIL = "MemoryRecordsCreateInputList";
120
+ const _MRDI = "MemoryRecordDeleteInput";
121
+ const _MRDIL = "MemoryRecordsDeleteInputList";
122
+ const _MRO = "MemoryRecordOutput";
123
+ const _MROL = "MemoryRecordsOutputList";
124
+ const _MRS = "MemoryRecordSummary";
125
+ const _MRSL = "MemoryRecordSummaryList";
126
+ const _MRUI = "MemoryRecordUpdateInput";
127
+ const _MRUIL = "MemoryRecordsUpdateInputList";
128
+ const _MSI = "Mcp-Session-Id";
129
+ const _MV = "MetadataValue";
130
+ const _PT = "PayloadType";
131
+ const _PTL = "PayloadTypeList";
132
+ const _RC = "ResourceContent";
133
+ const _RCE = "RuntimeClientError";
134
+ const _RE = "RightExpression";
135
+ const _RMR = "RetrieveMemoryRecords";
136
+ const _RMRI = "RetrieveMemoryRecordsInput";
137
+ const _RMRO = "RetrieveMemoryRecordsOutput";
138
+ const _RNFE = "ResourceNotFoundException";
139
+ const _RS = "ResponseStream";
140
+ const _S = "State";
141
+ const _SBS = "StartBrowserSession";
142
+ const _SBSR = "StartBrowserSessionRequest";
143
+ const _SBSRt = "StartBrowserSessionResponse";
144
+ const _SBSRto = "StopBrowserSessionRequest";
145
+ const _SBSRtop = "StopBrowserSessionResponse";
146
+ const _SBSt = "StopBrowserSession";
147
+ const _SC = "SearchCriteria";
148
+ const _SCIS = "StartCodeInterpreterSession";
149
+ const _SCISR = "StartCodeInterpreterSessionRequest";
150
+ const _SCISRt = "StartCodeInterpreterSessionResponse";
151
+ const _SCISRto = "StopCodeInterpreterSessionRequest";
152
+ const _SCISRtop = "StopCodeInterpreterSessionResponse";
153
+ const _SCISt = "StopCodeInterpreterSession";
154
+ const _SE = "ServiceException";
155
+ const _SQEE = "ServiceQuotaExceededException";
156
+ const _SRS = "StopRuntimeSession";
157
+ const _SRSR = "StopRuntimeSessionRequest";
158
+ const _SRSRt = "StopRuntimeSessionResponse";
159
+ const _SS = "SensitiveString";
160
+ const _SSL = "SessionSummaryList";
161
+ const _SSe = "SessionSummary";
162
+ const _SU = "StreamUpdate";
163
+ const _TA = "ToolArguments";
164
+ const _TE = "ThrottledException";
165
+ const _TEh = "ThrottlingException";
166
+ const _TRSC = "ToolResultStructuredContent";
167
+ const _UBS = "UpdateBrowserStream";
168
+ const _UBSR = "UpdateBrowserStreamRequest";
169
+ const _UBSRp = "UpdateBrowserStreamResponse";
170
+ const _UE = "UnauthorizedException";
171
+ const _UI = "UserIdentifier";
172
+ const _UTT = "UserTokenType";
173
+ const _VE = "ValidationException";
174
+ const _VEF = "ValidationExceptionField";
175
+ const _VEFL = "ValidationExceptionFieldList";
176
+ const _VP = "ViewPort";
177
+ const _WITT = "WorkloadIdentityTokenType";
178
+ const _XABARSI = "X-Amzn-Bedrock-AgentCore-Runtime-Session-Id";
179
+ const _XABARUI = "X-Amzn-Bedrock-AgentCore-Runtime-User-Id";
180
+ const _XATI = "X-Amzn-Trace-Id";
181
+ const _a = "accept";
182
+ const _aC = "agentCard";
183
+ const _aDE = "accessDeniedException";
184
+ const _aI = "actorId";
185
+ const _aIc = "accountId";
186
+ const _aK = "apiKey";
187
+ const _aRA = "agentRuntimeArn";
188
+ const _aS = "automationStream";
189
+ const _aSU = "automationStreamUpdate";
190
+ const _aSc = "actorSummaries";
191
+ const _aT = "accessToken";
192
+ const _aU = "authorizationUrl";
193
+ const _ar = "arguments";
194
+ const _b = "branch";
195
+ const _bI = "browserIdentifier";
196
+ const _ba = "baggage";
197
+ const _bl = "blob";
198
+ const _c = "client";
199
+ const _cA = "createdAt";
200
+ const _cC = "clearContext";
201
+ const _cE = "conflictException";
202
+ const _cII = "codeInterpreterIdentifier";
203
+ const _cP = "customParameters";
204
+ const _cS = "customState";
205
+ const _cT = "clientToken";
206
+ const _cTo = "contentType";
207
+ const _co = "content";
208
+ const _cod = "code";
209
+ const _com = "command";
210
+ const _con = "conversational";
211
+ const _d = "data";
212
+ const _dP = "directoryPath";
213
+ const _de = "description";
214
+ const _e = "error";
215
+ const _eC = "errorCode";
216
+ const _eCx = "exitCode";
217
+ const _eI = "eventId";
218
+ const _eM = "eventMetadata";
219
+ const _eMr = "errorMessage";
220
+ const _eT = "eventTimestamp";
221
+ const _eTx = "executionTime";
222
+ const _ev = "event";
223
+ const _eve = "events";
224
+ const _f = "filter";
225
+ const _fA = "forceAuthentication";
226
+ const _fL = "fieldList";
227
+ const _fR = "failedRecords";
228
+ const _h = "height";
229
+ const _hE = "httpError";
230
+ const _hH = "httpHeader";
231
+ const _hQ = "httpQuery";
232
+ const _ht = "http";
233
+ const _i = "items";
234
+ const _iE = "isError";
235
+ const _iP = "includePayloads";
236
+ const _iPB = "includeParentBranches";
237
+ const _iSE = "internalServerException";
238
+ const _iT = "idempotencyToken";
239
+ const _l = "left";
240
+ const _lUA = "lastUpdatedAt";
241
+ const _lVS = "liveViewStream";
242
+ const _la = "language";
243
+ const _m = "message";
244
+ const _mI = "memoryId";
245
+ const _mK = "metadataKey";
246
+ const _mPV = "mcpProtocolVersion";
247
+ const _mR = "memoryRecord";
248
+ const _mRI = "memoryRecordId";
249
+ const _mRS = "memoryRecordSummaries";
250
+ const _mRa = "maxResults";
251
+ const _mSI = "mcpSessionId";
252
+ const _mSIe = "memoryStrategyId";
253
+ const _mT = "mimeType";
254
+ const _mV = "metadataValue";
255
+ const _me = "metadata";
256
+ const _n = "name";
257
+ const _nT = "nextToken";
258
+ const _na = "namespace";
259
+ const _nam = "namespaces";
260
+ const _o = "operator";
261
+ const _oF = "oauth2Flow";
262
+ const _p = "payload";
263
+ const _pa = "path";
264
+ const _pat = "paths";
265
+ const _q = "qualifier";
266
+ const _r = "records";
267
+ const _rCPN = "resourceCredentialProviderName";
268
+ const _rEI = "rootEventId";
269
+ const _rI = "requestIdentifier";
270
+ const _rNFE = "resourceNotFoundException";
271
+ const _rORU = "resourceOauth2ReturnUrl";
272
+ const _rSI = "runtimeSessionId";
273
+ const _rUI = "runtimeUserId";
274
+ const _re = "resource";
275
+ const _rea = "reason";
276
+ const _res = "response";
277
+ const _resu = "result";
278
+ const _ri = "right";
279
+ const _ro = "role";
280
+ const _s = "streaming";
281
+ const _sC = "structuredContent";
282
+ const _sCe = "searchCriteria";
283
+ const _sCt = "statusCode";
284
+ const _sE = "streamEndpoint";
285
+ const _sI = "sessionId";
286
+ const _sQ = "searchQuery";
287
+ const _sQEE = "serviceQuotaExceededException";
288
+ const _sR = "successfulRecords";
289
+ const _sRA = "sessionReplayArtifact";
290
+ const _sS = "streamStatus";
291
+ const _sSe = "sessionStatus";
292
+ const _sSes = "sessionSummaries";
293
+ const _sTS = "sessionTimeoutSeconds";
294
+ const _sU = "sessionUri";
295
+ const _sUt = "streamUpdate";
296
+ const _sV = "stringValue";
297
+ const _sc = "scopes";
298
+ const _sco = "score";
299
+ const _se = "sensitive";
300
+ const _ser = "server";
301
+ const _si = "size";
302
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcore";
303
+ const _st = "status";
304
+ const _std = "stdout";
305
+ const _stde = "stderr";
306
+ const _str = "streams";
307
+ const _stre = "stream";
308
+ const _t = "type";
309
+ const _tE = "throttlingException";
310
+ const _tI = "traceId";
311
+ const _tIa = "taskId";
312
+ const _tK = "topK";
313
+ const _tP = "traceParent";
314
+ const _tS = "traceState";
315
+ const _tSa = "taskStatus";
316
+ const _te = "text";
317
+ const _ti = "timestamp";
318
+ const _tr = "traceparent";
319
+ const _tra = "tracestate";
320
+ const _u = "uri";
321
+ const _uA = "updatedAt";
322
+ const _uI = "userIdentifier";
323
+ const _uIs = "userId";
324
+ const _uT = "userToken";
325
+ const _vE = "validationException";
326
+ const _vP = "viewPort";
327
+ const _w = "width";
328
+ const _wAT = "workloadAccessToken";
329
+ const _wIT = "workloadIdentityToken";
330
+ const _wN = "workloadName";
331
+ const _xacisi = "x-amzn-code-interpreter-session-id";
332
+ const n0 = "com.amazonaws.bedrockagentcore";
333
+ import { TypeRegistry } from "@smithy/core/schema";
334
+ import { BedrockAgentCoreServiceException as __BedrockAgentCoreServiceException } from "../models/BedrockAgentCoreServiceException";
335
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, InvalidInputException as __InvalidInputException, ResourceNotFoundException as __ResourceNotFoundException, RuntimeClientError as __RuntimeClientError, ServiceException as __ServiceException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottledException as __ThrottledException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/index";
336
+ export var AccessTokenType = [0, n0, _ATT, 8, 0];
337
+ export var ApiKeyType = [0, n0, _AKT, 8, 0];
338
+ export var AuthorizationUrlType = [0, n0, _AUT, 8, 0];
339
+ export var Body = [0, n0, _B, 8, 21];
340
+ export var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
341
+ export var ResponseStream = [
342
+ 0,
343
+ n0,
344
+ _RS,
345
+ {
346
+ [_s]: 1,
347
+ [_se]: 1,
348
+ },
349
+ 42,
350
+ ];
351
+ export var SensitiveString = [0, n0, _SS, 8, 0];
352
+ export var State = [0, n0, _S, 8, 0];
353
+ export var UserTokenType = [0, n0, _UTT, 8, 0];
354
+ export var WorkloadIdentityTokenType = [0, n0, _WITT, 8, 0];
355
+ export var AccessDeniedException = [
356
+ -3,
357
+ n0,
358
+ _ADE,
359
+ {
360
+ [_e]: _c,
361
+ [_hE]: 403,
362
+ },
363
+ [_m],
364
+ [0],
365
+ ];
366
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
367
+ export var ActorSummary = [3, n0, _AS, 0, [_aI], [0]];
368
+ export var AutomationStream = [3, n0, _ASu, 0, [_sE, _sS], [0, 0]];
369
+ export var AutomationStreamUpdate = [3, n0, _ASU, 0, [_sS], [0]];
370
+ export var BatchCreateMemoryRecordsInput = [
371
+ 3,
372
+ n0,
373
+ _BCMRI,
374
+ 0,
375
+ [_mI, _r, _cT],
376
+ [
377
+ [0, 1],
378
+ [() => MemoryRecordsCreateInputList, 0],
379
+ [0, 4],
380
+ ],
381
+ ];
382
+ export var BatchCreateMemoryRecordsOutput = [
383
+ 3,
384
+ n0,
385
+ _BCMRO,
386
+ 0,
387
+ [_sR, _fR],
388
+ [() => MemoryRecordsOutputList, () => MemoryRecordsOutputList],
389
+ ];
390
+ export var BatchDeleteMemoryRecordsInput = [
391
+ 3,
392
+ n0,
393
+ _BDMRI,
394
+ 0,
395
+ [_mI, _r],
396
+ [[0, 1], () => MemoryRecordsDeleteInputList],
397
+ ];
398
+ export var BatchDeleteMemoryRecordsOutput = [
399
+ 3,
400
+ n0,
401
+ _BDMRO,
402
+ 0,
403
+ [_sR, _fR],
404
+ [() => MemoryRecordsOutputList, () => MemoryRecordsOutputList],
405
+ ];
406
+ export var BatchUpdateMemoryRecordsInput = [
407
+ 3,
408
+ n0,
409
+ _BUMRI,
410
+ 0,
411
+ [_mI, _r],
412
+ [
413
+ [0, 1],
414
+ [() => MemoryRecordsUpdateInputList, 0],
415
+ ],
416
+ ];
417
+ export var BatchUpdateMemoryRecordsOutput = [
418
+ 3,
419
+ n0,
420
+ _BUMRO,
421
+ 0,
422
+ [_sR, _fR],
423
+ [() => MemoryRecordsOutputList, () => MemoryRecordsOutputList],
424
+ ];
425
+ export var Branch = [3, n0, _Br, 0, [_rEI, _n], [0, 0]];
426
+ export var BranchFilter = [3, n0, _BF, 0, [_n, _iPB], [0, 2]];
427
+ export var BrowserSessionStream = [
428
+ 3,
429
+ n0,
430
+ _BSS,
431
+ 0,
432
+ [_aS, _lVS],
433
+ [() => AutomationStream, () => LiveViewStream],
434
+ ];
435
+ export var BrowserSessionSummary = [
436
+ 3,
437
+ n0,
438
+ _BSSr,
439
+ 0,
440
+ [_bI, _sI, _n, _st, _cA, _lUA],
441
+ [0, 0, 0, 0, 5, 5],
442
+ ];
443
+ export var CodeInterpreterResult = [
444
+ 3,
445
+ n0,
446
+ _CIR,
447
+ 0,
448
+ [_co, _sC, _iE],
449
+ [() => ContentBlockList, () => ToolResultStructuredContent, 2],
450
+ ];
451
+ export var CodeInterpreterSessionSummary = [
452
+ 3,
453
+ n0,
454
+ _CISS,
455
+ 0,
456
+ [_cII, _sI, _n, _st, _cA, _lUA],
457
+ [0, 0, 0, 0, 5, 5],
458
+ ];
459
+ export var CompleteResourceTokenAuthRequest = [
460
+ 3,
461
+ n0,
462
+ _CRTAR,
463
+ 0,
464
+ [_uI, _sU],
465
+ [[() => UserIdentifier, 0], 0],
466
+ ];
467
+ export var CompleteResourceTokenAuthResponse = [3, n0, _CRTARo, 0, [], []];
468
+ export var ConflictException = [
469
+ -3,
470
+ n0,
471
+ _CE,
472
+ {
473
+ [_e]: _c,
474
+ [_hE]: 409,
475
+ },
476
+ [_m],
477
+ [0],
478
+ ];
479
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
480
+ export var ContentBlock = [
481
+ 3,
482
+ n0,
483
+ _CB,
484
+ 0,
485
+ [_t, _te, _d, _mT, _u, _n, _de, _si, _re],
486
+ [0, 0, 21, 0, 0, 0, 0, 1, () => ResourceContent],
487
+ ];
488
+ export var Conversational = [3, n0, _C, 0, [_co, _ro], [[() => Content, 0], 0]];
489
+ export var CreateEventInput = [
490
+ 3,
491
+ n0,
492
+ _CEI,
493
+ 0,
494
+ [_mI, _aI, _sI, _eT, _p, _b, _cT, _me],
495
+ [[0, 1], 0, 0, 4, [() => PayloadTypeList, 0], () => Branch, [0, 4], () => MetadataMap],
496
+ ];
497
+ export var CreateEventOutput = [3, n0, _CEO, 0, [_ev], [[() => Event, 0]]];
498
+ export var DeleteEventInput = [
499
+ 3,
500
+ n0,
501
+ _DEI,
502
+ 0,
503
+ [_mI, _sI, _eI, _aI],
504
+ [
505
+ [0, 1],
506
+ [0, 1],
507
+ [0, 1],
508
+ [0, 1],
509
+ ],
510
+ ];
511
+ export var DeleteEventOutput = [3, n0, _DEO, 0, [_eI], [0]];
512
+ export var DeleteMemoryRecordInput = [
513
+ 3,
514
+ n0,
515
+ _DMRI,
516
+ 0,
517
+ [_mI, _mRI],
518
+ [
519
+ [0, 1],
520
+ [0, 1],
521
+ ],
522
+ ];
523
+ export var DeleteMemoryRecordOutput = [3, n0, _DMRO, 0, [_mRI], [0]];
524
+ export var Event = [
525
+ 3,
526
+ n0,
527
+ _E,
528
+ 0,
529
+ [_mI, _aI, _sI, _eI, _eT, _p, _b, _me],
530
+ [0, 0, 0, 0, 4, [() => PayloadTypeList, 0], () => Branch, () => MetadataMap],
531
+ ];
532
+ export var EventMetadataFilterExpression = [
533
+ 3,
534
+ n0,
535
+ _EMFE,
536
+ 0,
537
+ [_l, _o, _ri],
538
+ [() => LeftExpression, 0, () => RightExpression],
539
+ ];
540
+ export var FilterInput = [
541
+ 3,
542
+ n0,
543
+ _FI,
544
+ 0,
545
+ [_b, _eM],
546
+ [() => BranchFilter, () => EventMetadataFilterList],
547
+ ];
548
+ export var GetAgentCardRequest = [
549
+ 3,
550
+ n0,
551
+ _GACR,
552
+ 0,
553
+ [_rSI, _aRA, _q],
554
+ [
555
+ [
556
+ 0,
557
+ {
558
+ [_hH]: _XABARSI,
559
+ [_iT]: 1,
560
+ },
561
+ ],
562
+ [0, 1],
563
+ [
564
+ 0,
565
+ {
566
+ [_hQ]: _q,
567
+ },
568
+ ],
569
+ ],
570
+ ];
571
+ export var GetAgentCardResponse = [
572
+ 3,
573
+ n0,
574
+ _GACRe,
575
+ 0,
576
+ [_rSI, _aC, _sCt],
577
+ [
578
+ [
579
+ 0,
580
+ {
581
+ [_hH]: _XABARSI,
582
+ },
583
+ ],
584
+ [15, 16],
585
+ [1, 32],
586
+ ],
587
+ ];
588
+ export var GetBrowserSessionRequest = [
589
+ 3,
590
+ n0,
591
+ _GBSR,
592
+ 0,
593
+ [_bI, _sI],
594
+ [
595
+ [0, 1],
596
+ [
597
+ 0,
598
+ {
599
+ [_hQ]: _sI,
600
+ },
601
+ ],
602
+ ],
603
+ ];
604
+ export var GetBrowserSessionResponse = [
605
+ 3,
606
+ n0,
607
+ _GBSRe,
608
+ 0,
609
+ [_bI, _sI, _n, _cA, _vP, _sTS, _st, _str, _sRA, _lUA],
610
+ [0, 0, 0, 5, () => ViewPort, 1, 0, () => BrowserSessionStream, 0, 5],
611
+ ];
612
+ export var GetCodeInterpreterSessionRequest = [
613
+ 3,
614
+ n0,
615
+ _GCISR,
616
+ 0,
617
+ [_cII, _sI],
618
+ [
619
+ [0, 1],
620
+ [
621
+ 0,
622
+ {
623
+ [_hQ]: _sI,
624
+ },
625
+ ],
626
+ ],
627
+ ];
628
+ export var GetCodeInterpreterSessionResponse = [
629
+ 3,
630
+ n0,
631
+ _GCISRe,
632
+ 0,
633
+ [_cII, _sI, _n, _cA, _sTS, _st],
634
+ [0, 0, 0, 5, 1, 0],
635
+ ];
636
+ export var GetEventInput = [
637
+ 3,
638
+ n0,
639
+ _GEI,
640
+ 0,
641
+ [_mI, _sI, _aI, _eI],
642
+ [
643
+ [0, 1],
644
+ [0, 1],
645
+ [0, 1],
646
+ [0, 1],
647
+ ],
648
+ ];
649
+ export var GetEventOutput = [3, n0, _GEO, 0, [_ev], [[() => Event, 0]]];
650
+ export var GetMemoryRecordInput = [
651
+ 3,
652
+ n0,
653
+ _GMRI,
654
+ 0,
655
+ [_mI, _mRI],
656
+ [
657
+ [0, 1],
658
+ [0, 1],
659
+ ],
660
+ ];
661
+ export var GetMemoryRecordOutput = [3, n0, _GMRO, 0, [_mR], [[() => MemoryRecord, 0]]];
662
+ export var GetResourceApiKeyRequest = [
663
+ 3,
664
+ n0,
665
+ _GRAKR,
666
+ 0,
667
+ [_wIT, _rCPN],
668
+ [[() => WorkloadIdentityTokenType, 0], 0],
669
+ ];
670
+ export var GetResourceApiKeyResponse = [3, n0, _GRAKRe, 0, [_aK], [[() => ApiKeyType, 0]]];
671
+ export var GetResourceOauth2TokenRequest = [
672
+ 3,
673
+ n0,
674
+ _GROTR,
675
+ 0,
676
+ [_wIT, _rCPN, _sc, _oF, _sU, _rORU, _fA, _cP, _cS],
677
+ [
678
+ [() => WorkloadIdentityTokenType, 0],
679
+ 0,
680
+ 64 | 0,
681
+ 0,
682
+ 0,
683
+ 0,
684
+ 2,
685
+ [() => CustomRequestParametersType, 0],
686
+ [() => State, 0],
687
+ ],
688
+ ];
689
+ export var GetResourceOauth2TokenResponse = [
690
+ 3,
691
+ n0,
692
+ _GROTRe,
693
+ 0,
694
+ [_aU, _aT, _sU, _sSe],
695
+ [[() => AuthorizationUrlType, 0], [() => AccessTokenType, 0], 0, 0],
696
+ ];
697
+ export var GetWorkloadAccessTokenForJWTRequest = [
698
+ 3,
699
+ n0,
700
+ _GWATFJWTR,
701
+ 0,
702
+ [_wN, _uT],
703
+ [0, [() => UserTokenType, 0]],
704
+ ];
705
+ export var GetWorkloadAccessTokenForJWTResponse = [
706
+ 3,
707
+ n0,
708
+ _GWATFJWTRe,
709
+ 0,
710
+ [_wAT],
711
+ [[() => WorkloadIdentityTokenType, 0]],
712
+ ];
713
+ export var GetWorkloadAccessTokenForUserIdRequest = [3, n0, _GWATFUIR, 0, [_wN, _uIs], [0, 0]];
714
+ export var GetWorkloadAccessTokenForUserIdResponse = [
715
+ 3,
716
+ n0,
717
+ _GWATFUIRe,
718
+ 0,
719
+ [_wAT],
720
+ [[() => WorkloadIdentityTokenType, 0]],
721
+ ];
722
+ export var GetWorkloadAccessTokenRequest = [3, n0, _GWATR, 0, [_wN], [0]];
723
+ export var GetWorkloadAccessTokenResponse = [
724
+ 3,
725
+ n0,
726
+ _GWATRe,
727
+ 0,
728
+ [_wAT],
729
+ [[() => WorkloadIdentityTokenType, 0]],
730
+ ];
731
+ export var InputContentBlock = [3, n0, _ICB, 0, [_pa, _te, _bl], [0, 0, [() => Body, 0]]];
732
+ export var InternalServerException = [
733
+ -3,
734
+ n0,
735
+ _ISE,
736
+ {
737
+ [_e]: _ser,
738
+ [_hE]: 500,
739
+ },
740
+ [_m],
741
+ [0],
742
+ ];
743
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
744
+ export var InvalidInputException = [
745
+ -3,
746
+ n0,
747
+ _IIE,
748
+ {
749
+ [_e]: _c,
750
+ [_hE]: 400,
751
+ },
752
+ [_m],
753
+ [0],
754
+ ];
755
+ TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
756
+ export var InvokeAgentRuntimeRequest = [
757
+ 3,
758
+ n0,
759
+ _IARR,
760
+ 0,
761
+ [_cTo, _a, _mSI, _rSI, _mPV, _rUI, _tI, _tP, _tS, _ba, _aRA, _q, _aIc, _p],
762
+ [
763
+ [
764
+ 0,
765
+ {
766
+ [_hH]: _CT,
767
+ },
768
+ ],
769
+ [
770
+ 0,
771
+ {
772
+ [_hH]: _A,
773
+ },
774
+ ],
775
+ [
776
+ 0,
777
+ {
778
+ [_hH]: _MSI,
779
+ },
780
+ ],
781
+ [
782
+ 0,
783
+ {
784
+ [_hH]: _XABARSI,
785
+ [_iT]: 1,
786
+ },
787
+ ],
788
+ [
789
+ 0,
790
+ {
791
+ [_hH]: _MPV,
792
+ },
793
+ ],
794
+ [
795
+ 0,
796
+ {
797
+ [_hH]: _XABARUI,
798
+ },
799
+ ],
800
+ [
801
+ 0,
802
+ {
803
+ [_hH]: _XATI,
804
+ },
805
+ ],
806
+ [
807
+ 0,
808
+ {
809
+ [_hH]: _tr,
810
+ },
811
+ ],
812
+ [
813
+ 0,
814
+ {
815
+ [_hH]: _tra,
816
+ },
817
+ ],
818
+ [
819
+ 0,
820
+ {
821
+ [_hH]: _ba,
822
+ },
823
+ ],
824
+ [0, 1],
825
+ [
826
+ 0,
827
+ {
828
+ [_hQ]: _q,
829
+ },
830
+ ],
831
+ [
832
+ 0,
833
+ {
834
+ [_hQ]: _aIc,
835
+ },
836
+ ],
837
+ [() => Body, 16],
838
+ ],
839
+ ];
840
+ export var InvokeAgentRuntimeResponse = [
841
+ 3,
842
+ n0,
843
+ _IARRn,
844
+ 0,
845
+ [_rSI, _mSI, _mPV, _tI, _tP, _tS, _ba, _cTo, _res, _sCt],
846
+ [
847
+ [
848
+ 0,
849
+ {
850
+ [_hH]: _XABARSI,
851
+ },
852
+ ],
853
+ [
854
+ 0,
855
+ {
856
+ [_hH]: _MSI,
857
+ },
858
+ ],
859
+ [
860
+ 0,
861
+ {
862
+ [_hH]: _MPV,
863
+ },
864
+ ],
865
+ [
866
+ 0,
867
+ {
868
+ [_hH]: _XATI,
869
+ },
870
+ ],
871
+ [
872
+ 0,
873
+ {
874
+ [_hH]: _tr,
875
+ },
876
+ ],
877
+ [
878
+ 0,
879
+ {
880
+ [_hH]: _tra,
881
+ },
882
+ ],
883
+ [
884
+ 0,
885
+ {
886
+ [_hH]: _ba,
887
+ },
888
+ ],
889
+ [
890
+ 0,
891
+ {
892
+ [_hH]: _CT,
893
+ },
894
+ ],
895
+ [() => ResponseStream, 16],
896
+ [1, 32],
897
+ ],
898
+ ];
899
+ export var InvokeCodeInterpreterRequest = [
900
+ 3,
901
+ n0,
902
+ _ICIR,
903
+ 0,
904
+ [_cII, _sI, _tI, _tP, _n, _ar],
905
+ [
906
+ [0, 1],
907
+ [
908
+ 0,
909
+ {
910
+ [_hH]: _xacisi,
911
+ },
912
+ ],
913
+ [
914
+ 0,
915
+ {
916
+ [_hH]: _XATI,
917
+ },
918
+ ],
919
+ [
920
+ 0,
921
+ {
922
+ [_hH]: _tr,
923
+ },
924
+ ],
925
+ 0,
926
+ [() => ToolArguments, 0],
927
+ ],
928
+ ];
929
+ export var InvokeCodeInterpreterResponse = [
930
+ 3,
931
+ n0,
932
+ _ICIRn,
933
+ 0,
934
+ [_sI, _stre],
935
+ [
936
+ [
937
+ 0,
938
+ {
939
+ [_hH]: _xacisi,
940
+ },
941
+ ],
942
+ [() => CodeInterpreterStreamOutput, 16],
943
+ ],
944
+ ];
945
+ export var ListActorsInput = [3, n0, _LAI, 0, [_mI, _mRa, _nT], [[0, 1], 1, 0]];
946
+ export var ListActorsOutput = [3, n0, _LAO, 0, [_aSc, _nT], [() => ActorSummaryList, 0]];
947
+ export var ListBrowserSessionsRequest = [
948
+ 3,
949
+ n0,
950
+ _LBSR,
951
+ 0,
952
+ [_bI, _mRa, _nT, _st],
953
+ [[0, 1], 1, 0, 0],
954
+ ];
955
+ export var ListBrowserSessionsResponse = [
956
+ 3,
957
+ n0,
958
+ _LBSRi,
959
+ 0,
960
+ [_i, _nT],
961
+ [() => BrowserSessionSummaries, 0],
962
+ ];
963
+ export var ListCodeInterpreterSessionsRequest = [
964
+ 3,
965
+ n0,
966
+ _LCISR,
967
+ 0,
968
+ [_cII, _mRa, _nT, _st],
969
+ [[0, 1], 1, 0, 0],
970
+ ];
971
+ export var ListCodeInterpreterSessionsResponse = [
972
+ 3,
973
+ n0,
974
+ _LCISRi,
975
+ 0,
976
+ [_i, _nT],
977
+ [() => CodeInterpreterSessionSummaries, 0],
978
+ ];
979
+ export var ListEventsInput = [
980
+ 3,
981
+ n0,
982
+ _LEI,
983
+ 0,
984
+ [_mI, _sI, _aI, _iP, _f, _mRa, _nT],
985
+ [[0, 1], [0, 1], [0, 1], 2, () => FilterInput, 1, 0],
986
+ ];
987
+ export var ListEventsOutput = [3, n0, _LEO, 0, [_eve, _nT], [[() => EventList, 0], 0]];
988
+ export var ListMemoryRecordsInput = [
989
+ 3,
990
+ n0,
991
+ _LMRI,
992
+ 0,
993
+ [_mI, _na, _mSIe, _mRa, _nT],
994
+ [[0, 1], 0, 0, 1, 0],
995
+ ];
996
+ export var ListMemoryRecordsOutput = [
997
+ 3,
998
+ n0,
999
+ _LMRO,
1000
+ 0,
1001
+ [_mRS, _nT],
1002
+ [[() => MemoryRecordSummaryList, 0], 0],
1003
+ ];
1004
+ export var ListSessionsInput = [3, n0, _LSI, 0, [_mI, _aI, _mRa, _nT], [[0, 1], [0, 1], 1, 0]];
1005
+ export var ListSessionsOutput = [3, n0, _LSO, 0, [_sSes, _nT], [() => SessionSummaryList, 0]];
1006
+ export var LiveViewStream = [3, n0, _LVS, 0, [_sE], [0]];
1007
+ export var MemoryRecord = [
1008
+ 3,
1009
+ n0,
1010
+ _MR,
1011
+ 0,
1012
+ [_mRI, _co, _mSIe, _nam, _cA],
1013
+ [0, [() => MemoryContent, 0], 0, 64 | 0, 4],
1014
+ ];
1015
+ export var MemoryRecordCreateInput = [
1016
+ 3,
1017
+ n0,
1018
+ _MRCI,
1019
+ 0,
1020
+ [_rI, _nam, _co, _ti, _mSIe],
1021
+ [0, 64 | 0, [() => MemoryContent, 0], 4, 0],
1022
+ ];
1023
+ export var MemoryRecordDeleteInput = [3, n0, _MRDI, 0, [_mRI], [0]];
1024
+ export var MemoryRecordOutput = [3, n0, _MRO, 0, [_mRI, _st, _rI, _eC, _eMr], [0, 0, 0, 1, 0]];
1025
+ export var MemoryRecordSummary = [
1026
+ 3,
1027
+ n0,
1028
+ _MRS,
1029
+ 0,
1030
+ [_mRI, _co, _mSIe, _nam, _cA, _sco],
1031
+ [0, [() => MemoryContent, 0], 0, 64 | 0, 4, 1],
1032
+ ];
1033
+ export var MemoryRecordUpdateInput = [
1034
+ 3,
1035
+ n0,
1036
+ _MRUI,
1037
+ 0,
1038
+ [_mRI, _ti, _co, _nam, _mSIe],
1039
+ [0, 4, [() => MemoryContent, 0], 64 | 0, 0],
1040
+ ];
1041
+ export var ResourceContent = [3, n0, _RC, 0, [_t, _u, _mT, _te, _bl], [0, 0, 0, 0, 21]];
1042
+ export var ResourceNotFoundException = [
1043
+ -3,
1044
+ n0,
1045
+ _RNFE,
1046
+ {
1047
+ [_e]: _c,
1048
+ [_hE]: 404,
1049
+ },
1050
+ [_m],
1051
+ [0],
1052
+ ];
1053
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1054
+ export var RetrieveMemoryRecordsInput = [
1055
+ 3,
1056
+ n0,
1057
+ _RMRI,
1058
+ 0,
1059
+ [_mI, _na, _sCe, _nT, _mRa],
1060
+ [[0, 1], 0, [() => SearchCriteria, 0], 0, 1],
1061
+ ];
1062
+ export var RetrieveMemoryRecordsOutput = [
1063
+ 3,
1064
+ n0,
1065
+ _RMRO,
1066
+ 0,
1067
+ [_mRS, _nT],
1068
+ [[() => MemoryRecordSummaryList, 0], 0],
1069
+ ];
1070
+ export var RuntimeClientError = [
1071
+ -3,
1072
+ n0,
1073
+ _RCE,
1074
+ {
1075
+ [_e]: _c,
1076
+ [_hE]: 424,
1077
+ },
1078
+ [_m],
1079
+ [0],
1080
+ ];
1081
+ TypeRegistry.for(n0).registerError(RuntimeClientError, __RuntimeClientError);
1082
+ export var SearchCriteria = [
1083
+ 3,
1084
+ n0,
1085
+ _SC,
1086
+ 0,
1087
+ [_sQ, _mSIe, _tK],
1088
+ [[() => SensitiveString, 0], 0, 1],
1089
+ ];
1090
+ export var ServiceException = [
1091
+ -3,
1092
+ n0,
1093
+ _SE,
1094
+ {
1095
+ [_e]: _ser,
1096
+ [_hE]: 500,
1097
+ },
1098
+ [_m],
1099
+ [0],
1100
+ ];
1101
+ TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
1102
+ export var ServiceQuotaExceededException = [
1103
+ -3,
1104
+ n0,
1105
+ _SQEE,
1106
+ {
1107
+ [_e]: _c,
1108
+ [_hE]: 402,
1109
+ },
1110
+ [_m],
1111
+ [0],
1112
+ ];
1113
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1114
+ export var SessionSummary = [3, n0, _SSe, 0, [_sI, _aI, _cA], [0, 0, 4]];
1115
+ export var StartBrowserSessionRequest = [
1116
+ 3,
1117
+ n0,
1118
+ _SBSR,
1119
+ 0,
1120
+ [_tI, _tP, _bI, _n, _sTS, _vP, _cT],
1121
+ [
1122
+ [
1123
+ 0,
1124
+ {
1125
+ [_hH]: _XATI,
1126
+ },
1127
+ ],
1128
+ [
1129
+ 0,
1130
+ {
1131
+ [_hH]: _tr,
1132
+ },
1133
+ ],
1134
+ [0, 1],
1135
+ 0,
1136
+ 1,
1137
+ () => ViewPort,
1138
+ [0, 4],
1139
+ ],
1140
+ ];
1141
+ export var StartBrowserSessionResponse = [
1142
+ 3,
1143
+ n0,
1144
+ _SBSRt,
1145
+ 0,
1146
+ [_bI, _sI, _cA, _str],
1147
+ [0, 0, 5, () => BrowserSessionStream],
1148
+ ];
1149
+ export var StartCodeInterpreterSessionRequest = [
1150
+ 3,
1151
+ n0,
1152
+ _SCISR,
1153
+ 0,
1154
+ [_tI, _tP, _cII, _n, _sTS, _cT],
1155
+ [
1156
+ [
1157
+ 0,
1158
+ {
1159
+ [_hH]: _XATI,
1160
+ },
1161
+ ],
1162
+ [
1163
+ 0,
1164
+ {
1165
+ [_hH]: _tr,
1166
+ },
1167
+ ],
1168
+ [0, 1],
1169
+ 0,
1170
+ 1,
1171
+ [0, 4],
1172
+ ],
1173
+ ];
1174
+ export var StartCodeInterpreterSessionResponse = [
1175
+ 3,
1176
+ n0,
1177
+ _SCISRt,
1178
+ 0,
1179
+ [_cII, _sI, _cA],
1180
+ [0, 0, 5],
1181
+ ];
1182
+ export var StopBrowserSessionRequest = [
1183
+ 3,
1184
+ n0,
1185
+ _SBSRto,
1186
+ 0,
1187
+ [_tI, _tP, _bI, _sI, _cT],
1188
+ [
1189
+ [
1190
+ 0,
1191
+ {
1192
+ [_hH]: _XATI,
1193
+ },
1194
+ ],
1195
+ [
1196
+ 0,
1197
+ {
1198
+ [_hH]: _tr,
1199
+ },
1200
+ ],
1201
+ [0, 1],
1202
+ [
1203
+ 0,
1204
+ {
1205
+ [_hQ]: _sI,
1206
+ },
1207
+ ],
1208
+ [0, 4],
1209
+ ],
1210
+ ];
1211
+ export var StopBrowserSessionResponse = [3, n0, _SBSRtop, 0, [_bI, _sI, _lUA], [0, 0, 5]];
1212
+ export var StopCodeInterpreterSessionRequest = [
1213
+ 3,
1214
+ n0,
1215
+ _SCISRto,
1216
+ 0,
1217
+ [_tI, _tP, _cII, _sI, _cT],
1218
+ [
1219
+ [
1220
+ 0,
1221
+ {
1222
+ [_hH]: _XATI,
1223
+ },
1224
+ ],
1225
+ [
1226
+ 0,
1227
+ {
1228
+ [_hH]: _tr,
1229
+ },
1230
+ ],
1231
+ [0, 1],
1232
+ [
1233
+ 0,
1234
+ {
1235
+ [_hQ]: _sI,
1236
+ },
1237
+ ],
1238
+ [0, 4],
1239
+ ],
1240
+ ];
1241
+ export var StopCodeInterpreterSessionResponse = [
1242
+ 3,
1243
+ n0,
1244
+ _SCISRtop,
1245
+ 0,
1246
+ [_cII, _sI, _lUA],
1247
+ [0, 0, 5],
1248
+ ];
1249
+ export var StopRuntimeSessionRequest = [
1250
+ 3,
1251
+ n0,
1252
+ _SRSR,
1253
+ 0,
1254
+ [_rSI, _aRA, _q, _cT],
1255
+ [
1256
+ [
1257
+ 0,
1258
+ {
1259
+ [_hH]: _XABARSI,
1260
+ },
1261
+ ],
1262
+ [0, 1],
1263
+ [
1264
+ 0,
1265
+ {
1266
+ [_hQ]: _q,
1267
+ },
1268
+ ],
1269
+ [0, 4],
1270
+ ],
1271
+ ];
1272
+ export var StopRuntimeSessionResponse = [
1273
+ 3,
1274
+ n0,
1275
+ _SRSRt,
1276
+ 0,
1277
+ [_rSI, _sCt],
1278
+ [
1279
+ [
1280
+ 0,
1281
+ {
1282
+ [_hH]: _XABARSI,
1283
+ },
1284
+ ],
1285
+ [1, 32],
1286
+ ],
1287
+ ];
1288
+ export var ThrottledException = [
1289
+ -3,
1290
+ n0,
1291
+ _TE,
1292
+ {
1293
+ [_e]: _c,
1294
+ [_hE]: 429,
1295
+ },
1296
+ [_m],
1297
+ [0],
1298
+ ];
1299
+ TypeRegistry.for(n0).registerError(ThrottledException, __ThrottledException);
1300
+ export var ThrottlingException = [
1301
+ -3,
1302
+ n0,
1303
+ _TEh,
1304
+ {
1305
+ [_e]: _c,
1306
+ [_hE]: 429,
1307
+ },
1308
+ [_m],
1309
+ [0],
1310
+ ];
1311
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1312
+ export var ToolArguments = [
1313
+ 3,
1314
+ n0,
1315
+ _TA,
1316
+ 0,
1317
+ [_cod, _la, _cC, _com, _pa, _pat, _co, _dP, _tIa],
1318
+ [0, 0, 2, 0, 0, 64 | 0, [() => InputContentBlockList, 0], 0, 0],
1319
+ ];
1320
+ export var ToolResultStructuredContent = [
1321
+ 3,
1322
+ n0,
1323
+ _TRSC,
1324
+ 0,
1325
+ [_tIa, _tSa, _std, _stde, _eCx, _eTx],
1326
+ [0, 0, 0, 0, 1, 1],
1327
+ ];
1328
+ export var UnauthorizedException = [
1329
+ -3,
1330
+ n0,
1331
+ _UE,
1332
+ {
1333
+ [_e]: _c,
1334
+ [_hE]: 401,
1335
+ },
1336
+ [_m],
1337
+ [0],
1338
+ ];
1339
+ TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
1340
+ export var UpdateBrowserStreamRequest = [
1341
+ 3,
1342
+ n0,
1343
+ _UBSR,
1344
+ 0,
1345
+ [_bI, _sI, _sUt, _cT],
1346
+ [
1347
+ [0, 1],
1348
+ [
1349
+ 0,
1350
+ {
1351
+ [_hQ]: _sI,
1352
+ },
1353
+ ],
1354
+ () => StreamUpdate,
1355
+ [0, 4],
1356
+ ],
1357
+ ];
1358
+ export var UpdateBrowserStreamResponse = [
1359
+ 3,
1360
+ n0,
1361
+ _UBSRp,
1362
+ 0,
1363
+ [_bI, _sI, _str, _uA],
1364
+ [0, 0, () => BrowserSessionStream, 5],
1365
+ ];
1366
+ export var ValidationException = [
1367
+ -3,
1368
+ n0,
1369
+ _VE,
1370
+ {
1371
+ [_e]: _c,
1372
+ [_hE]: 400,
1373
+ },
1374
+ [_m, _rea, _fL],
1375
+ [0, 0, () => ValidationExceptionFieldList],
1376
+ ];
1377
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1378
+ export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1379
+ export var ViewPort = [3, n0, _VP, 0, [_w, _h], [1, 1]];
1380
+ export var __Unit = "unit";
1381
+ export var BedrockAgentCoreServiceException = [
1382
+ -3,
1383
+ _sm,
1384
+ "BedrockAgentCoreServiceException",
1385
+ 0,
1386
+ [],
1387
+ [],
1388
+ ];
1389
+ TypeRegistry.for(_sm).registerError(BedrockAgentCoreServiceException, __BedrockAgentCoreServiceException);
1390
+ export var ActorSummaryList = [1, n0, _ASL, 0, () => ActorSummary];
1391
+ export var BrowserSessionSummaries = [1, n0, _BSSro, 0, () => BrowserSessionSummary];
1392
+ export var CodeInterpreterSessionSummaries = [1, n0, _CISSo, 0, () => CodeInterpreterSessionSummary];
1393
+ export var ContentBlockList = [1, n0, _CBL, 0, () => ContentBlock];
1394
+ export var EventList = [1, n0, _EL, 0, [() => Event, 0]];
1395
+ export var EventMetadataFilterList = [1, n0, _EMFL, 0, () => EventMetadataFilterExpression];
1396
+ export var InputContentBlockList = [1, n0, _ICBL, 0, [() => InputContentBlock, 0]];
1397
+ export var MemoryRecordsCreateInputList = [1, n0, _MRCIL, 0, [() => MemoryRecordCreateInput, 0]];
1398
+ export var MemoryRecordsDeleteInputList = [1, n0, _MRDIL, 0, () => MemoryRecordDeleteInput];
1399
+ export var MemoryRecordsOutputList = [1, n0, _MROL, 0, () => MemoryRecordOutput];
1400
+ export var MemoryRecordSummaryList = [1, n0, _MRSL, 0, [() => MemoryRecordSummary, 0]];
1401
+ export var MemoryRecordsUpdateInputList = [1, n0, _MRUIL, 0, [() => MemoryRecordUpdateInput, 0]];
1402
+ export var NamespacesList = 64 | 0;
1403
+ export var PayloadTypeList = [1, n0, _PTL, 0, [() => PayloadType, 0]];
1404
+ export var ScopesListType = 64 | 0;
1405
+ export var SessionSummaryList = [1, n0, _SSL, 0, () => SessionSummary];
1406
+ export var StringList = 64 | 0;
1407
+ export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1408
+ export var CustomRequestParametersType = [2, n0, _CRPT, 0, [0, 0], [() => CustomRequestValueType, 0]];
1409
+ export var MetadataMap = [2, n0, _MM, 0, 0, () => MetadataValue];
1410
+ export var CodeInterpreterStreamOutput = [
1411
+ 3,
1412
+ n0,
1413
+ _CISO,
1414
+ {
1415
+ [_s]: 1,
1416
+ },
1417
+ [_resu, _aDE, _cE, _iSE, _rNFE, _sQEE, _tE, _vE],
1418
+ [
1419
+ () => CodeInterpreterResult,
1420
+ [() => AccessDeniedException, 0],
1421
+ [() => ConflictException, 0],
1422
+ [() => InternalServerException, 0],
1423
+ [() => ResourceNotFoundException, 0],
1424
+ [() => ServiceQuotaExceededException, 0],
1425
+ [() => ThrottlingException, 0],
1426
+ [() => ValidationException, 0],
1427
+ ],
1428
+ ];
1429
+ export var Content = [3, n0, _Co, 0, [_te], [[() => SensitiveString, 0]]];
1430
+ export var LeftExpression = [3, n0, _LE, 0, [_mK], [0]];
1431
+ export var MemoryContent = [3, n0, _MC, 0, [_te], [[() => SensitiveString, 0]]];
1432
+ export var MetadataValue = [3, n0, _MV, 0, [_sV], [0]];
1433
+ export var PayloadType = [3, n0, _PT, 0, [_con, _bl], [[() => Conversational, 0], 15]];
1434
+ export var RightExpression = [3, n0, _RE, 0, [_mV], [() => MetadataValue]];
1435
+ export var StreamUpdate = [3, n0, _SU, 0, [_aSU], [() => AutomationStreamUpdate]];
1436
+ export var UserIdentifier = [3, n0, _UI, 0, [_uT, _uIs], [[() => UserTokenType, 0], 0]];
1437
+ export var BatchCreateMemoryRecords = [
1438
+ 9,
1439
+ n0,
1440
+ _BCMR,
1441
+ {
1442
+ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchCreate", 201],
1443
+ },
1444
+ () => BatchCreateMemoryRecordsInput,
1445
+ () => BatchCreateMemoryRecordsOutput,
1446
+ ];
1447
+ export var BatchDeleteMemoryRecords = [
1448
+ 9,
1449
+ n0,
1450
+ _BDMR,
1451
+ {
1452
+ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchDelete", 200],
1453
+ },
1454
+ () => BatchDeleteMemoryRecordsInput,
1455
+ () => BatchDeleteMemoryRecordsOutput,
1456
+ ];
1457
+ export var BatchUpdateMemoryRecords = [
1458
+ 9,
1459
+ n0,
1460
+ _BUMR,
1461
+ {
1462
+ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchUpdate", 200],
1463
+ },
1464
+ () => BatchUpdateMemoryRecordsInput,
1465
+ () => BatchUpdateMemoryRecordsOutput,
1466
+ ];
1467
+ export var CompleteResourceTokenAuth = [
1468
+ 9,
1469
+ n0,
1470
+ _CRTA,
1471
+ {
1472
+ [_ht]: ["POST", "/identities/CompleteResourceTokenAuth", 200],
1473
+ },
1474
+ () => CompleteResourceTokenAuthRequest,
1475
+ () => CompleteResourceTokenAuthResponse,
1476
+ ];
1477
+ export var CreateEvent = [
1478
+ 9,
1479
+ n0,
1480
+ _CEr,
1481
+ {
1482
+ [_ht]: ["POST", "/memories/{memoryId}/events", 201],
1483
+ },
1484
+ () => CreateEventInput,
1485
+ () => CreateEventOutput,
1486
+ ];
1487
+ export var DeleteEvent = [
1488
+ 9,
1489
+ n0,
1490
+ _DE,
1491
+ {
1492
+ [_ht]: ["DELETE", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200],
1493
+ },
1494
+ () => DeleteEventInput,
1495
+ () => DeleteEventOutput,
1496
+ ];
1497
+ export var DeleteMemoryRecord = [
1498
+ 9,
1499
+ n0,
1500
+ _DMR,
1501
+ {
1502
+ [_ht]: ["DELETE", "/memories/{memoryId}/memoryRecords/{memoryRecordId}", 200],
1503
+ },
1504
+ () => DeleteMemoryRecordInput,
1505
+ () => DeleteMemoryRecordOutput,
1506
+ ];
1507
+ export var GetAgentCard = [
1508
+ 9,
1509
+ n0,
1510
+ _GAC,
1511
+ {
1512
+ [_ht]: ["GET", "/runtimes/{agentRuntimeArn}/invocations/.well-known/agent-card.json", 200],
1513
+ },
1514
+ () => GetAgentCardRequest,
1515
+ () => GetAgentCardResponse,
1516
+ ];
1517
+ export var GetBrowserSession = [
1518
+ 9,
1519
+ n0,
1520
+ _GBS,
1521
+ {
1522
+ [_ht]: ["GET", "/browsers/{browserIdentifier}/sessions/get", 200],
1523
+ },
1524
+ () => GetBrowserSessionRequest,
1525
+ () => GetBrowserSessionResponse,
1526
+ ];
1527
+ export var GetCodeInterpreterSession = [
1528
+ 9,
1529
+ n0,
1530
+ _GCIS,
1531
+ {
1532
+ [_ht]: ["GET", "/code-interpreters/{codeInterpreterIdentifier}/sessions/get", 200],
1533
+ },
1534
+ () => GetCodeInterpreterSessionRequest,
1535
+ () => GetCodeInterpreterSessionResponse,
1536
+ ];
1537
+ export var GetEvent = [
1538
+ 9,
1539
+ n0,
1540
+ _GE,
1541
+ {
1542
+ [_ht]: ["GET", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200],
1543
+ },
1544
+ () => GetEventInput,
1545
+ () => GetEventOutput,
1546
+ ];
1547
+ export var GetMemoryRecord = [
1548
+ 9,
1549
+ n0,
1550
+ _GMR,
1551
+ {
1552
+ [_ht]: ["GET", "/memories/{memoryId}/memoryRecord/{memoryRecordId}", 200],
1553
+ },
1554
+ () => GetMemoryRecordInput,
1555
+ () => GetMemoryRecordOutput,
1556
+ ];
1557
+ export var GetResourceApiKey = [
1558
+ 9,
1559
+ n0,
1560
+ _GRAK,
1561
+ {
1562
+ [_ht]: ["POST", "/identities/api-key", 200],
1563
+ },
1564
+ () => GetResourceApiKeyRequest,
1565
+ () => GetResourceApiKeyResponse,
1566
+ ];
1567
+ export var GetResourceOauth2Token = [
1568
+ 9,
1569
+ n0,
1570
+ _GROT,
1571
+ {
1572
+ [_ht]: ["POST", "/identities/oauth2/token", 200],
1573
+ },
1574
+ () => GetResourceOauth2TokenRequest,
1575
+ () => GetResourceOauth2TokenResponse,
1576
+ ];
1577
+ export var GetWorkloadAccessToken = [
1578
+ 9,
1579
+ n0,
1580
+ _GWAT,
1581
+ {
1582
+ [_ht]: ["POST", "/identities/GetWorkloadAccessToken", 200],
1583
+ },
1584
+ () => GetWorkloadAccessTokenRequest,
1585
+ () => GetWorkloadAccessTokenResponse,
1586
+ ];
1587
+ export var GetWorkloadAccessTokenForJWT = [
1588
+ 9,
1589
+ n0,
1590
+ _GWATFJWT,
1591
+ {
1592
+ [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForJWT", 200],
1593
+ },
1594
+ () => GetWorkloadAccessTokenForJWTRequest,
1595
+ () => GetWorkloadAccessTokenForJWTResponse,
1596
+ ];
1597
+ export var GetWorkloadAccessTokenForUserId = [
1598
+ 9,
1599
+ n0,
1600
+ _GWATFUI,
1601
+ {
1602
+ [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForUserId", 200],
1603
+ },
1604
+ () => GetWorkloadAccessTokenForUserIdRequest,
1605
+ () => GetWorkloadAccessTokenForUserIdResponse,
1606
+ ];
1607
+ export var InvokeAgentRuntime = [
1608
+ 9,
1609
+ n0,
1610
+ _IAR,
1611
+ {
1612
+ [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/invocations", 200],
1613
+ },
1614
+ () => InvokeAgentRuntimeRequest,
1615
+ () => InvokeAgentRuntimeResponse,
1616
+ ];
1617
+ export var InvokeCodeInterpreter = [
1618
+ 9,
1619
+ n0,
1620
+ _ICI,
1621
+ {
1622
+ [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/tools/invoke", 200],
1623
+ },
1624
+ () => InvokeCodeInterpreterRequest,
1625
+ () => InvokeCodeInterpreterResponse,
1626
+ ];
1627
+ export var ListActors = [
1628
+ 9,
1629
+ n0,
1630
+ _LA,
1631
+ {
1632
+ [_ht]: ["POST", "/memories/{memoryId}/actors", 200],
1633
+ },
1634
+ () => ListActorsInput,
1635
+ () => ListActorsOutput,
1636
+ ];
1637
+ export var ListBrowserSessions = [
1638
+ 9,
1639
+ n0,
1640
+ _LBS,
1641
+ {
1642
+ [_ht]: ["POST", "/browsers/{browserIdentifier}/sessions/list", 200],
1643
+ },
1644
+ () => ListBrowserSessionsRequest,
1645
+ () => ListBrowserSessionsResponse,
1646
+ ];
1647
+ export var ListCodeInterpreterSessions = [
1648
+ 9,
1649
+ n0,
1650
+ _LCIS,
1651
+ {
1652
+ [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/sessions/list", 200],
1653
+ },
1654
+ () => ListCodeInterpreterSessionsRequest,
1655
+ () => ListCodeInterpreterSessionsResponse,
1656
+ ];
1657
+ export var ListEvents = [
1658
+ 9,
1659
+ n0,
1660
+ _LEi,
1661
+ {
1662
+ [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}", 200],
1663
+ },
1664
+ () => ListEventsInput,
1665
+ () => ListEventsOutput,
1666
+ ];
1667
+ export var ListMemoryRecords = [
1668
+ 9,
1669
+ n0,
1670
+ _LMR,
1671
+ {
1672
+ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords", 200],
1673
+ },
1674
+ () => ListMemoryRecordsInput,
1675
+ () => ListMemoryRecordsOutput,
1676
+ ];
1677
+ export var ListSessions = [
1678
+ 9,
1679
+ n0,
1680
+ _LS,
1681
+ {
1682
+ [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions", 200],
1683
+ },
1684
+ () => ListSessionsInput,
1685
+ () => ListSessionsOutput,
1686
+ ];
1687
+ export var RetrieveMemoryRecords = [
1688
+ 9,
1689
+ n0,
1690
+ _RMR,
1691
+ {
1692
+ [_ht]: ["POST", "/memories/{memoryId}/retrieve", 200],
1693
+ },
1694
+ () => RetrieveMemoryRecordsInput,
1695
+ () => RetrieveMemoryRecordsOutput,
1696
+ ];
1697
+ export var StartBrowserSession = [
1698
+ 9,
1699
+ n0,
1700
+ _SBS,
1701
+ {
1702
+ [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/start", 200],
1703
+ },
1704
+ () => StartBrowserSessionRequest,
1705
+ () => StartBrowserSessionResponse,
1706
+ ];
1707
+ export var StartCodeInterpreterSession = [
1708
+ 9,
1709
+ n0,
1710
+ _SCIS,
1711
+ {
1712
+ [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/start", 200],
1713
+ },
1714
+ () => StartCodeInterpreterSessionRequest,
1715
+ () => StartCodeInterpreterSessionResponse,
1716
+ ];
1717
+ export var StopBrowserSession = [
1718
+ 9,
1719
+ n0,
1720
+ _SBSt,
1721
+ {
1722
+ [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/stop", 200],
1723
+ },
1724
+ () => StopBrowserSessionRequest,
1725
+ () => StopBrowserSessionResponse,
1726
+ ];
1727
+ export var StopCodeInterpreterSession = [
1728
+ 9,
1729
+ n0,
1730
+ _SCISt,
1731
+ {
1732
+ [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/stop", 200],
1733
+ },
1734
+ () => StopCodeInterpreterSessionRequest,
1735
+ () => StopCodeInterpreterSessionResponse,
1736
+ ];
1737
+ export var StopRuntimeSession = [
1738
+ 9,
1739
+ n0,
1740
+ _SRS,
1741
+ {
1742
+ [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/stopruntimesession", 200],
1743
+ },
1744
+ () => StopRuntimeSessionRequest,
1745
+ () => StopRuntimeSessionResponse,
1746
+ ];
1747
+ export var UpdateBrowserStream = [
1748
+ 9,
1749
+ n0,
1750
+ _UBS,
1751
+ {
1752
+ [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/streams/update", 200],
1753
+ },
1754
+ () => UpdateBrowserStreamRequest,
1755
+ () => UpdateBrowserStreamResponse,
1756
+ ];