@aws-sdk/client-bedrock-agentcore 3.1075.0 → 3.1077.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1,22 +1,59 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
10
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
11
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
12
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
13
- const { resolveHttpAuthSchemeConfig, defaultBedrockAgentCoreHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
14
- const { getRuntimeConfig } = require("./runtimeConfig");
15
- const { BatchCreateMemoryRecords$, BatchDeleteMemoryRecords$, BatchUpdateMemoryRecords$, CompleteResourceTokenAuth$, CreateABTest$, CreateEvent$, CreatePaymentInstrument$, CreatePaymentSession$, DeleteABTest$, DeleteBatchEvaluation$, DeleteEvent$, DeleteMemoryRecord$, DeletePaymentInstrument$, DeletePaymentSession$, DeleteRecommendation$, Evaluate$, GetABTest$, GetAgentCard$, GetBatchEvaluation$, GetBrowserSession$, GetCodeInterpreterSession$, GetEvent$, GetMemoryRecord$, GetPaymentInstrumentBalance$, GetPaymentInstrument$, GetPaymentSession$, GetRecommendation$, GetResourceApiKey$, GetResourceOauth2Token$, GetResourcePaymentToken$, GetWorkloadAccessToken$, GetWorkloadAccessTokenForJWT$, GetWorkloadAccessTokenForUserId$, InvokeAgentRuntime$, InvokeAgentRuntimeCommand$, InvokeBrowser$, InvokeCodeInterpreter$, InvokeHarness$, ListABTests$, ListActors$, ListBatchEvaluations$, ListBrowserSessions$, ListCodeInterpreterSessions$, ListEvents$, ListMemoryExtractionJobs$, ListMemoryRecords$, ListPaymentInstruments$, ListPaymentSessions$, ListRecommendations$, ListSessions$, ProcessPayment$, RetrieveMemoryRecords$, SaveBrowserSessionProfile$, SearchRegistryRecords$, StartBatchEvaluation$, StartBrowserSession$, StartCodeInterpreterSession$, StartMemoryExtractionJob$, StartRecommendation$, StopBatchEvaluation$, StopBrowserSession$, StopCodeInterpreterSession$, StopRuntimeSession$, UpdateABTest$, UpdateBrowserStream$ } = require("./schemas/schemas_0");
16
- __exportStar(require("./schemas/schemas_0"), exports);
17
- __exportStar(require("./models/errors"), exports);
18
- const { BedrockAgentCoreServiceException } = require("./models/BedrockAgentCoreServiceException");
19
- exports.BedrockAgentCoreServiceException = BedrockAgentCoreServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { eventStreamSerdeProvider, resolveEventStreamSerdeConfig } = require("@smithy/core/event-streams");
9
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
12
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
13
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
14
+ const { toUtf8, fromUtf8, sdkStreamMixin, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
15
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
16
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
18
+
19
+ const defaultBedrockAgentCoreHttpAuthSchemeParametersProvider = async (config, context, input) => {
20
+ return {
21
+ operation: getSmithyContext(context).operation,
22
+ region: await normalizeProvider(config.region)() || (() => {
23
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
24
+ })(),
25
+ };
26
+ };
27
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
28
+ return {
29
+ schemeId: "aws.auth#sigv4",
30
+ signingProperties: {
31
+ name: "bedrock-agentcore",
32
+ region: authParameters.region,
33
+ },
34
+ propertiesExtractor: (config, context) => ({
35
+ signingProperties: {
36
+ config,
37
+ context,
38
+ },
39
+ }),
40
+ };
41
+ }
42
+ const defaultBedrockAgentCoreHttpAuthSchemeProvider = (authParameters) => {
43
+ const options = [];
44
+ switch (authParameters.operation) {
45
+ default: {
46
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
47
+ }
48
+ }
49
+ return options;
50
+ };
51
+ const resolveHttpAuthSchemeConfig = (config) => {
52
+ const config_0 = resolveAwsSdkSigV4Config(config);
53
+ return Object.assign(config_0, {
54
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
55
+ });
56
+ };
20
57
 
21
58
  const resolveClientEndpointParameters = (options) => {
22
59
  return Object.assign(options, {
@@ -32,6 +69,3818 @@ const commonParams = {
32
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
33
70
  };
34
71
 
72
+ var version = "3.1076.0";
73
+ var packageInfo = {
74
+ version: version};
75
+
76
+ const k = "ref";
77
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
78
+ const _data = {
79
+ conditions: [
80
+ [c, [g]],
81
+ [c, j],
82
+ ["aws.partition", j, d],
83
+ [e, [{ [k]: "UseFIPS" }, b]],
84
+ [e, [{ [k]: "UseDualStack" }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
86
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
87
+ ],
88
+ results: [
89
+ [a],
90
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
91
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
92
+ [g, i],
93
+ ["https://bedrock-agentcore-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
94
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
95
+ ["https://bedrock-agentcore-fips.{Region}.{PartitionResult#dnsSuffix}", i],
96
+ [a, "FIPS is enabled but this partition does not support FIPS"],
97
+ ["https://bedrock-agentcore.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
98
+ [a, "DualStack is enabled but this partition does not support DualStack"],
99
+ ["https://bedrock-agentcore.{Region}.{PartitionResult#dnsSuffix}", i],
100
+ [a, "Invalid Configuration: Missing Region"]
101
+ ]
102
+ };
103
+ const root = 2;
104
+ const r = 100_000_000;
105
+ const nodes = new Int32Array([
106
+ -1, 1, -1,
107
+ 0, 12, 3,
108
+ 1, 4, r + 11,
109
+ 2, 5, r + 11,
110
+ 3, 8, 6,
111
+ 4, 7, r + 10,
112
+ 5, r + 8, r + 9,
113
+ 4, 10, 9,
114
+ 6, r + 6, r + 7,
115
+ 5, 11, r + 5,
116
+ 6, r + 4, r + 5,
117
+ 3, r + 1, 13,
118
+ 4, r + 2, r + 3,
119
+ ]);
120
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
121
+
122
+ const cache = new EndpointCache({
123
+ size: 50,
124
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
125
+ });
126
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
127
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
128
+ endpointParams: endpointParams,
129
+ logger: context.logger,
130
+ }));
131
+ };
132
+ customEndpointFunctions.aws = awsEndpointFunctions;
133
+
134
+ class BedrockAgentCoreServiceException extends ServiceException$1 {
135
+ constructor(options) {
136
+ super(options);
137
+ Object.setPrototypeOf(this, BedrockAgentCoreServiceException.prototype);
138
+ }
139
+ }
140
+
141
+ class AccessDeniedException extends BedrockAgentCoreServiceException {
142
+ name = "AccessDeniedException";
143
+ $fault = "client";
144
+ constructor(opts) {
145
+ super({
146
+ name: "AccessDeniedException",
147
+ $fault: "client",
148
+ ...opts,
149
+ });
150
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
151
+ }
152
+ }
153
+ class InternalServerException extends BedrockAgentCoreServiceException {
154
+ name = "InternalServerException";
155
+ $fault = "server";
156
+ constructor(opts) {
157
+ super({
158
+ name: "InternalServerException",
159
+ $fault: "server",
160
+ ...opts,
161
+ });
162
+ Object.setPrototypeOf(this, InternalServerException.prototype);
163
+ }
164
+ }
165
+ class ResourceNotFoundException extends BedrockAgentCoreServiceException {
166
+ name = "ResourceNotFoundException";
167
+ $fault = "client";
168
+ constructor(opts) {
169
+ super({
170
+ name: "ResourceNotFoundException",
171
+ $fault: "client",
172
+ ...opts,
173
+ });
174
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
175
+ }
176
+ }
177
+ class RetryableConflictException extends BedrockAgentCoreServiceException {
178
+ name = "RetryableConflictException";
179
+ $fault = "client";
180
+ $retryable = {};
181
+ constructor(opts) {
182
+ super({
183
+ name: "RetryableConflictException",
184
+ $fault: "client",
185
+ ...opts,
186
+ });
187
+ Object.setPrototypeOf(this, RetryableConflictException.prototype);
188
+ }
189
+ }
190
+ class RuntimeClientError extends BedrockAgentCoreServiceException {
191
+ name = "RuntimeClientError";
192
+ $fault = "client";
193
+ constructor(opts) {
194
+ super({
195
+ name: "RuntimeClientError",
196
+ $fault: "client",
197
+ ...opts,
198
+ });
199
+ Object.setPrototypeOf(this, RuntimeClientError.prototype);
200
+ }
201
+ }
202
+ class ServiceQuotaExceededException extends BedrockAgentCoreServiceException {
203
+ name = "ServiceQuotaExceededException";
204
+ $fault = "client";
205
+ constructor(opts) {
206
+ super({
207
+ name: "ServiceQuotaExceededException",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
212
+ }
213
+ }
214
+ class ThrottlingException extends BedrockAgentCoreServiceException {
215
+ name = "ThrottlingException";
216
+ $fault = "client";
217
+ constructor(opts) {
218
+ super({
219
+ name: "ThrottlingException",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
224
+ }
225
+ }
226
+ class ValidationException extends BedrockAgentCoreServiceException {
227
+ name = "ValidationException";
228
+ $fault = "client";
229
+ reason;
230
+ fieldList;
231
+ constructor(opts) {
232
+ super({
233
+ name: "ValidationException",
234
+ $fault: "client",
235
+ ...opts,
236
+ });
237
+ Object.setPrototypeOf(this, ValidationException.prototype);
238
+ this.reason = opts.reason;
239
+ this.fieldList = opts.fieldList;
240
+ }
241
+ }
242
+ class ConflictException extends BedrockAgentCoreServiceException {
243
+ name = "ConflictException";
244
+ $fault = "client";
245
+ constructor(opts) {
246
+ super({
247
+ name: "ConflictException",
248
+ $fault: "client",
249
+ ...opts,
250
+ });
251
+ Object.setPrototypeOf(this, ConflictException.prototype);
252
+ }
253
+ }
254
+ class UnauthorizedException extends BedrockAgentCoreServiceException {
255
+ name = "UnauthorizedException";
256
+ $fault = "client";
257
+ constructor(opts) {
258
+ super({
259
+ name: "UnauthorizedException",
260
+ $fault: "client",
261
+ ...opts,
262
+ });
263
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
264
+ }
265
+ }
266
+ class DuplicateIdException extends BedrockAgentCoreServiceException {
267
+ name = "DuplicateIdException";
268
+ $fault = "client";
269
+ constructor(opts) {
270
+ super({
271
+ name: "DuplicateIdException",
272
+ $fault: "client",
273
+ ...opts,
274
+ });
275
+ Object.setPrototypeOf(this, DuplicateIdException.prototype);
276
+ }
277
+ }
278
+ class ServiceException extends BedrockAgentCoreServiceException {
279
+ name = "ServiceException";
280
+ $fault = "server";
281
+ constructor(opts) {
282
+ super({
283
+ name: "ServiceException",
284
+ $fault: "server",
285
+ ...opts,
286
+ });
287
+ Object.setPrototypeOf(this, ServiceException.prototype);
288
+ }
289
+ }
290
+ class ThrottledException extends BedrockAgentCoreServiceException {
291
+ name = "ThrottledException";
292
+ $fault = "client";
293
+ constructor(opts) {
294
+ super({
295
+ name: "ThrottledException",
296
+ $fault: "client",
297
+ ...opts,
298
+ });
299
+ Object.setPrototypeOf(this, ThrottledException.prototype);
300
+ }
301
+ }
302
+ class InvalidInputException extends BedrockAgentCoreServiceException {
303
+ name = "InvalidInputException";
304
+ $fault = "client";
305
+ constructor(opts) {
306
+ super({
307
+ name: "InvalidInputException",
308
+ $fault: "client",
309
+ ...opts,
310
+ });
311
+ Object.setPrototypeOf(this, InvalidInputException.prototype);
312
+ }
313
+ }
314
+
315
+ const _A = "Amount";
316
+ const _ABTEC = "ABTestEvaluationConfig";
317
+ const _ABTR = "ABTestResults";
318
+ const _ABTS = "ABTestSummary";
319
+ const _ABTSL = "ABTestSummaryList";
320
+ const _ACD = "AgentCardDefinition";
321
+ const _AD = "A2aDescriptor";
322
+ const _ADE = "AccessDeniedException";
323
+ const _AKT = "ApiKeyType";
324
+ const _AL = "AvailableLimits";
325
+ const _AS = "ActorSummary";
326
+ const _ASD = "AgentSkillsDescriptor";
327
+ const _ASL = "ActorSummaryList";
328
+ const _ASLf = "AffectedSessionList";
329
+ const _ASU = "AutomationStreamUpdate";
330
+ const _ASf = "AffectedSession";
331
+ const _ASu = "AutomationStream";
332
+ const _ATC = "AgentTracesConfig";
333
+ const _ATT = "AccessTokenType";
334
+ const _AUT = "AuthorizationUrlType";
335
+ const _Ac = "Accept";
336
+ const _B = "Body";
337
+ const _BA = "BasicAuth";
338
+ const _BAR = "BrowserActionResult";
339
+ const _BAr = "BrowserAction";
340
+ const _BCMR = "BatchCreateMemoryRecords";
341
+ const _BCMRI = "BatchCreateMemoryRecordsInput";
342
+ const _BCMRO = "BatchCreateMemoryRecordsOutput";
343
+ const _BDMR = "BatchDeleteMemoryRecords";
344
+ const _BDMRI = "BatchDeleteMemoryRecordsInput";
345
+ const _BDMRO = "BatchDeleteMemoryRecordsOutput";
346
+ const _BE = "BrowserExtension";
347
+ const _BEP = "BrowserEnterprisePolicy";
348
+ const _BEPr = "BrowserEnterprisePolicies";
349
+ const _BES = "BatchEvaluationSummary";
350
+ const _BESL = "BatchEvaluationSummaryList";
351
+ const _BETC = "BatchEvaluationTraceConfig";
352
+ const _BEr = "BrowserExtensions";
353
+ const _BF = "BranchFilter";
354
+ const _BPC = "BrowserProfileConfiguration";
355
+ const _BSS = "BrowserSessionStream";
356
+ const _BSSr = "BrowserSessionSummary";
357
+ const _BSSro = "BrowserSessionSummaries";
358
+ const _BUMR = "BatchUpdateMemoryRecords";
359
+ const _BUMRI = "BatchUpdateMemoryRecordsInput";
360
+ const _BUMRO = "BatchUpdateMemoryRecordsOutput";
361
+ const _Br = "Branch";
362
+ const _C = "Certificate";
363
+ const _CABT = "CreateABTest";
364
+ const _CABTR = "CreateABTestRequest";
365
+ const _CABTRr = "CreateABTestResponse";
366
+ const _CB = "ContentBlock";
367
+ const _CBL = "ContentBlockList";
368
+ const _CBR = "ConfigurationBundleRef";
369
+ const _CBTE = "ConfigurationBundleToolEntry";
370
+ const _CBTEL = "ConfigurationBundleToolEntryList";
371
+ const _CCPJTT = "CoinbaseCdpPaymentJwtTokenType";
372
+ const _CCTRI = "CoinbaseCdpTokenRequestInput";
373
+ const _CCTRO = "CoinbaseCdpTokenResponseOutput";
374
+ const _CD = "CustomDescriptor";
375
+ const _CDE = "ContentDeltaEvent";
376
+ const _CE = "ConflictException";
377
+ const _CEI = "CreateEventInput";
378
+ const _CEO = "CreateEventOutput";
379
+ const _CEr = "CreateEvent";
380
+ const _CI = "ConfidenceInterval";
381
+ const _CIR = "CodeInterpreterResult";
382
+ const _CISO = "CodeInterpreterStreamOutput";
383
+ const _CISS = "CodeInterpreterSessionSummary";
384
+ const _CISSo = "CodeInterpreterSessionSummaries";
385
+ const _CL = "CertificateLocation";
386
+ const _CPI = "CreatePaymentInstrument";
387
+ const _CPIR = "CreatePaymentInstrumentRequest";
388
+ const _CPIRr = "CreatePaymentInstrumentResponse";
389
+ const _CPS = "CreatePaymentSession";
390
+ const _CPSR = "CreatePaymentSessionRequest";
391
+ const _CPSRr = "CreatePaymentSessionResponse";
392
+ const _CRPT = "CustomRequestParametersType";
393
+ const _CRTA = "CompleteResourceTokenAuth";
394
+ const _CRTAR = "CompleteResourceTokenAuthRequest";
395
+ const _CRTARo = "CompleteResourceTokenAuthResponse";
396
+ const _CRVT = "CustomRequestValueType";
397
+ const _CS = "ControlStats";
398
+ const _CSE = "ContentStartEvent";
399
+ const _CSEo = "ContentStopEvent";
400
+ const _CT = "Content-Type";
401
+ const _CWFC = "CloudWatchFilterConfig";
402
+ const _CWLF = "CloudWatchLogsFilter";
403
+ const _CWLFL = "CloudWatchLogsFilterList";
404
+ const _CWLR = "CloudWatchLogsRule";
405
+ const _CWLS = "CloudWatchLogsSource";
406
+ const _CWLTC = "CloudWatchLogsTraceConfig";
407
+ const _CWOC = "CloudWatchOutputConfig";
408
+ const _CXPI = "CryptoX402PaymentInput";
409
+ const _CXPO = "CryptoX402PaymentOutput";
410
+ const _Ce = "Certificates";
411
+ const _Co = "Conversational";
412
+ const _Con = "Content";
413
+ const _Cont = "Context";
414
+ const _D = "Description";
415
+ const _DABT = "DeleteABTest";
416
+ const _DABTR = "DeleteABTestRequest";
417
+ const _DABTRe = "DeleteABTestResponse";
418
+ const _DBE = "DeleteBatchEvaluation";
419
+ const _DBER = "DeleteBatchEvaluationRequest";
420
+ const _DBERe = "DeleteBatchEvaluationResponse";
421
+ const _DE = "DeleteEvent";
422
+ const _DEI = "DeleteEventInput";
423
+ const _DEO = "DeleteEventOutput";
424
+ const _DIE = "DuplicateIdException";
425
+ const _DMR = "DeleteMemoryRecord";
426
+ const _DMRI = "DeleteMemoryRecordInput";
427
+ const _DMRO = "DeleteMemoryRecordOutput";
428
+ const _DPI = "DeletePaymentInstrument";
429
+ const _DPIR = "DeletePaymentInstrumentRequest";
430
+ const _DPIRe = "DeletePaymentInstrumentResponse";
431
+ const _DPS = "DeletePaymentSession";
432
+ const _DPSR = "DeletePaymentSessionRequest";
433
+ const _DPSRe = "DeletePaymentSessionResponse";
434
+ const _DR = "DeleteRecommendation";
435
+ const _DRR = "DeleteRecommendationRequest";
436
+ const _DRRe = "DeleteRecommendationResponse";
437
+ const _DSC = "DataSourceConfig";
438
+ const _De = "Descriptors";
439
+ const _E = "Email";
440
+ const _EC = "EvaluationContent";
441
+ const _ECL = "EvaluationContentList";
442
+ const _ECW = "EmbeddedCryptoWallet";
443
+ const _EE = "EvaluationExplanation";
444
+ const _EET = "EvaluationExpectedTrajectory";
445
+ const _EI = "EvaluationInput";
446
+ const _EJ = "ExtractionJob";
447
+ const _EJFI = "ExtractionJobFilterInput";
448
+ const _EJM = "ExtractionJobMetadata";
449
+ const _EJML = "ExtractionJobMetadataList";
450
+ const _EJMx = "ExtractionJobMessages";
451
+ const _EJR = "EvaluationJobResults";
452
+ const _EL = "EvaluatorList";
453
+ const _ELv = "EventList";
454
+ const _EM = "EvaluatorMetric";
455
+ const _EMFE = "EventMetadataFilterExpression";
456
+ const _EMFL = "EventMetadataFilterList";
457
+ const _EML = "EvaluatorMetricList";
458
+ const _EMv = "EvaluationMetadata";
459
+ const _EP = "ExternalProxy";
460
+ const _ER = "EvaluateRequest";
461
+ const _ERC = "EvaluationResultContent";
462
+ const _ERI = "EvaluationReferenceInput";
463
+ const _ERIv = "EvaluationReferenceInputs";
464
+ const _ERv = "EvaluateResponse";
465
+ const _ERva = "EvaluationResults";
466
+ const _ES = "EvaluatorStatistics";
467
+ const _ESAS = "ExecutionSummaryAffectedSession";
468
+ const _ESASL = "ExecutionSummaryAffectedSessionList";
469
+ const _ESC = "ExecutionSummaryCluster";
470
+ const _ESCL = "ExecutionSummaryClusterList";
471
+ const _ESCRC = "ExecutionSummaryClusteringResultContent";
472
+ const _ESL = "EvaluatorSummaryList";
473
+ const _ESv = "EvaluatorSummary";
474
+ const _ET = "EvaluationTarget";
475
+ const _Ev = "Evaluator";
476
+ const _Eva = "Evaluate";
477
+ const _Eve = "Event";
478
+ const _FARC = "FailureAnalysisResultContent";
479
+ const _FCC = "FailureCategoryCluster";
480
+ const _FCCL = "FailureCategoryClusterList";
481
+ const _FI = "FilterInput";
482
+ const _FSCC = "FailureSubCategoryCluster";
483
+ const _FSCCL = "FailureSubCategoryClusterList";
484
+ const _FSD = "FailureSpanDetail";
485
+ const _FSDL = "FailureSpanDetailList";
486
+ const _FV = "FilterValue";
487
+ const _GABT = "GetABTest";
488
+ const _GABTR = "GetABTestRequest";
489
+ const _GABTRe = "GetABTestResponse";
490
+ const _GAC = "GetAgentCard";
491
+ const _GACR = "GetAgentCardRequest";
492
+ const _GACRe = "GetAgentCardResponse";
493
+ const _GBE = "GetBatchEvaluation";
494
+ const _GBER = "GetBatchEvaluationRequest";
495
+ const _GBERe = "GetBatchEvaluationResponse";
496
+ const _GBS = "GetBrowserSession";
497
+ const _GBSR = "GetBrowserSessionRequest";
498
+ const _GBSRe = "GetBrowserSessionResponse";
499
+ const _GCIS = "GetCodeInterpreterSession";
500
+ const _GCISR = "GetCodeInterpreterSessionRequest";
501
+ const _GCISRe = "GetCodeInterpreterSessionResponse";
502
+ const _GE = "GetEvent";
503
+ const _GEI = "GetEventInput";
504
+ const _GEO = "GetEventOutput";
505
+ const _GF = "GatewayFilter";
506
+ const _GMR = "GetMemoryRecord";
507
+ const _GMRI = "GetMemoryRecordInput";
508
+ const _GMRO = "GetMemoryRecordOutput";
509
+ const _GPI = "GetPaymentInstrument";
510
+ const _GPIB = "GetPaymentInstrumentBalance";
511
+ const _GPIBR = "GetPaymentInstrumentBalanceRequest";
512
+ const _GPIBRe = "GetPaymentInstrumentBalanceResponse";
513
+ const _GPIR = "GetPaymentInstrumentRequest";
514
+ const _GPIRe = "GetPaymentInstrumentResponse";
515
+ const _GPS = "GetPaymentSession";
516
+ const _GPSR = "GetPaymentSessionRequest";
517
+ const _GPSRe = "GetPaymentSessionResponse";
518
+ const _GR = "GetRecommendation";
519
+ const _GRAK = "GetResourceApiKey";
520
+ const _GRAKR = "GetResourceApiKeyRequest";
521
+ const _GRAKRe = "GetResourceApiKeyResponse";
522
+ const _GROT = "GetResourceOauth2Token";
523
+ const _GROTR = "GetResourceOauth2TokenRequest";
524
+ const _GROTRe = "GetResourceOauth2TokenResponse";
525
+ const _GRPT = "GetResourcePaymentToken";
526
+ const _GRPTR = "GetResourcePaymentTokenRequest";
527
+ const _GRPTRe = "GetResourcePaymentTokenResponse";
528
+ const _GRR = "GetRecommendationRequest";
529
+ const _GRRe = "GetRecommendationResponse";
530
+ const _GTS = "GroundTruthSource";
531
+ const _GTT = "GroundTruthTurn";
532
+ const _GTTI = "GroundTruthTurnInput";
533
+ const _GTTL = "GroundTruthTurnList";
534
+ const _GWAT = "GetWorkloadAccessToken";
535
+ const _GWATFJWT = "GetWorkloadAccessTokenForJWT";
536
+ const _GWATFJWTR = "GetWorkloadAccessTokenForJWTRequest";
537
+ const _GWATFJWTRe = "GetWorkloadAccessTokenForJWTResponse";
538
+ const _GWATFUI = "GetWorkloadAccessTokenForUserId";
539
+ const _GWATFUIR = "GetWorkloadAccessTokenForUserIdRequest";
540
+ const _GWATFUIRe = "GetWorkloadAccessTokenForUserIdResponse";
541
+ const _GWATR = "GetWorkloadAccessTokenRequest";
542
+ const _GWATRe = "GetWorkloadAccessTokenResponse";
543
+ const _HACBC = "HarnessAgentCoreBrowserConfig";
544
+ const _HACCIC = "HarnessAgentCoreCodeInterpreterConfig";
545
+ const _HACGC = "HarnessAgentCoreGatewayConfig";
546
+ const _HBMC = "HarnessBedrockModelConfig";
547
+ const _HCB = "HarnessContentBlocks";
548
+ const _HCBD = "HarnessContentBlockDelta";
549
+ const _HCBDE = "HarnessContentBlockDeltaEvent";
550
+ const _HCBS = "HarnessContentBlockStart";
551
+ const _HCBSE = "HarnessContentBlockStartEvent";
552
+ const _HCBSEa = "HarnessContentBlockStopEvent";
553
+ const _HCBa = "HarnessContentBlock";
554
+ const _HGMC = "HarnessGeminiModelConfig";
555
+ const _HGOA = "HarnessGatewayOutboundAuth";
556
+ const _HHM = "HttpHeadersMap";
557
+ const _HIFC = "HarnessInlineFunctionConfig";
558
+ const _HIFD = "HarnessInlineFunctionDescription";
559
+ const _HLLAB = "HarnessLiteLlmApiBase";
560
+ const _HLLMC = "HarnessLiteLlmModelConfig";
561
+ const _HM = "HarnessMessage";
562
+ const _HMC = "HarnessModelConfiguration";
563
+ const _HME = "HarnessMetadataEvent";
564
+ const _HMSE = "HarnessMessageStartEvent";
565
+ const _HMSEa = "HarnessMessageStopEvent";
566
+ const _HMa = "HarnessMessages";
567
+ const _HOAMC = "HarnessOpenAiModelConfig";
568
+ const _HRCB = "HarnessReasoningContentBlock";
569
+ const _HRCBD = "HarnessReasoningContentBlockDelta";
570
+ const _HRMC = "HarnessRemoteMcpConfig";
571
+ const _HRMU = "HarnessRemoteMcpUrl";
572
+ const _HRTB = "HarnessReasoningTextBlock";
573
+ const _HS = "HarnessSkills";
574
+ const _HSASS = "HarnessSkillAwsSkillsSource";
575
+ const _HSCB = "HarnessSystemContentBlock";
576
+ const _HSGA = "HarnessSkillGitAuth";
577
+ const _HSGS = "HarnessSkillGitSource";
578
+ const _HSM = "HarnessStreamMetrics";
579
+ const _HSP = "HarnessSystemPrompt";
580
+ const _HSSS = "HarnessSkillS3Source";
581
+ const _HSa = "HarnessSkill";
582
+ const _HT = "HarnessTool";
583
+ const _HTC = "HarnessToolConfiguration";
584
+ const _HTRB = "HarnessToolResultBlock";
585
+ const _HTRBD = "HarnessToolResultBlocksDelta";
586
+ const _HTRBDa = "HarnessToolResultBlockDelta";
587
+ const _HTRBS = "HarnessToolResultBlockStart";
588
+ const _HTRCB = "HarnessToolResultContentBlocks";
589
+ const _HTRCBa = "HarnessToolResultContentBlock";
590
+ const _HTU = "HarnessTokenUsage";
591
+ const _HTUB = "HarnessToolUseBlock";
592
+ const _HTUBD = "HarnessToolUseBlockDelta";
593
+ const _HTUBS = "HarnessToolUseBlockStart";
594
+ const _HTa = "HarnessTools";
595
+ const _I = "Insight";
596
+ const _IAR = "InvokeAgentRuntime";
597
+ const _IARC = "InvokeAgentRuntimeCommand";
598
+ const _IARCR = "InvokeAgentRuntimeCommandRequest";
599
+ const _IARCRB = "InvokeAgentRuntimeCommandRequestBody";
600
+ const _IARCRn = "InvokeAgentRuntimeCommandResponse";
601
+ const _IARCSO = "InvokeAgentRuntimeCommandStreamOutput";
602
+ const _IARR = "InvokeAgentRuntimeRequest";
603
+ const _IARRn = "InvokeAgentRuntimeResponse";
604
+ const _IB = "InvokeBrowser";
605
+ const _IBR = "InvokeBrowserRequest";
606
+ const _IBRn = "InvokeBrowserResponse";
607
+ const _ICB = "InputContentBlock";
608
+ const _ICBL = "InputContentBlockList";
609
+ const _ICI = "InvokeCodeInterpreter";
610
+ const _ICIR = "InvokeCodeInterpreterRequest";
611
+ const _ICIRn = "InvokeCodeInterpreterResponse";
612
+ const _IFS = "InsightsFailureSignal";
613
+ const _IFSL = "InsightsFailureSignalList";
614
+ const _IGT = "InlineGroundTruth";
615
+ const _IH = "InvokeHarness";
616
+ const _IHR = "InvokeHarnessRequest";
617
+ const _IHRn = "InvokeHarnessResponse";
618
+ const _IHSO = "InvokeHarnessStreamOutput";
619
+ const _IIE = "InvalidInputException";
620
+ const _IL = "InsightList";
621
+ const _ISE = "InternalServerException";
622
+ const _KPA = "KeyPressArguments";
623
+ const _KPR = "KeyPressResult";
624
+ const _KSA = "KeyShortcutArguments";
625
+ const _KSR = "KeyShortcutResult";
626
+ const _KTA = "KeyTypeArguments";
627
+ const _KTR = "KeyTypeResult";
628
+ const _LA = "LinkedAccount";
629
+ const _LABT = "ListABTests";
630
+ const _LABTR = "ListABTestsRequest";
631
+ const _LABTRi = "ListABTestsResponse";
632
+ const _LADJ = "LinkedAccountDeveloperJwt";
633
+ const _LAE = "LinkedAccountEmail";
634
+ const _LAI = "ListActorsInput";
635
+ const _LAL = "LinkedAccountList";
636
+ const _LAO = "ListActorsOutput";
637
+ const _LAOA = "LinkedAccountOAuth2";
638
+ const _LAS = "LinkedAccountSms";
639
+ const _LAi = "ListActors";
640
+ const _LBE = "ListBatchEvaluations";
641
+ const _LBER = "ListBatchEvaluationsRequest";
642
+ const _LBERi = "ListBatchEvaluationsResponse";
643
+ const _LBS = "ListBrowserSessions";
644
+ const _LBSR = "ListBrowserSessionsRequest";
645
+ const _LBSRi = "ListBrowserSessionsResponse";
646
+ const _LCIS = "ListCodeInterpreterSessions";
647
+ const _LCISR = "ListCodeInterpreterSessionsRequest";
648
+ const _LCISRi = "ListCodeInterpreterSessionsResponse";
649
+ const _LE = "LeftExpression";
650
+ const _LEI = "ListEventsInput";
651
+ const _LEO = "ListEventsOutput";
652
+ const _LEi = "ListEvents";
653
+ const _LMEJ = "ListMemoryExtractionJobs";
654
+ const _LMEJI = "ListMemoryExtractionJobsInput";
655
+ const _LMEJO = "ListMemoryExtractionJobsOutput";
656
+ const _LMR = "ListMemoryRecords";
657
+ const _LMRI = "ListMemoryRecordsInput";
658
+ const _LMRO = "ListMemoryRecordsOutput";
659
+ const _LPI = "ListPaymentInstruments";
660
+ const _LPIR = "ListPaymentInstrumentsRequest";
661
+ const _LPIRi = "ListPaymentInstrumentsResponse";
662
+ const _LPS = "ListPaymentSessions";
663
+ const _LPSR = "ListPaymentSessionsRequest";
664
+ const _LPSRi = "ListPaymentSessionsResponse";
665
+ const _LR = "ListRecommendations";
666
+ const _LRR = "ListRecommendationsRequest";
667
+ const _LRRi = "ListRecommendationsResponse";
668
+ const _LS = "ListSessions";
669
+ const _LSI = "ListSessionsInput";
670
+ const _LSO = "ListSessionsOutput";
671
+ const _LVS = "LiveViewStream";
672
+ const _MC = "MemoryContent";
673
+ const _MCA = "MouseClickArguments";
674
+ const _MCR = "MouseClickResult";
675
+ const _MD = "MemoryDocument";
676
+ const _MDA = "MouseDragArguments";
677
+ const _MDR = "MouseDragResult";
678
+ const _MDc = "McpDescriptor";
679
+ const _ML = "MessagesList";
680
+ const _MM = "MessageMetadata";
681
+ const _MMA = "MouseMoveArguments";
682
+ const _MMFE = "MemoryMetadataFilterExpression";
683
+ const _MMFL = "MemoryMetadataFilterList";
684
+ const _MMR = "MouseMoveResult";
685
+ const _MMe = "MetadataMap";
686
+ const _MPV = "Mcp-Protocol-Version";
687
+ const _MR = "MemoryRecord";
688
+ const _MRCI = "MemoryRecordCreateInput";
689
+ const _MRCIL = "MemoryRecordsCreateInputList";
690
+ const _MRDI = "MemoryRecordDeleteInput";
691
+ const _MRDIL = "MemoryRecordsDeleteInputList";
692
+ const _MRLE = "MemoryRecordLeftExpression";
693
+ const _MRMM = "MemoryRecordMetadataMap";
694
+ const _MRMV = "MemoryRecordMetadataValue";
695
+ const _MRO = "MemoryRecordOutput";
696
+ const _MROL = "MemoryRecordsOutputList";
697
+ const _MRRE = "MemoryRecordRightExpression";
698
+ const _MRS = "MemoryRecordSummary";
699
+ const _MRSL = "MemoryRecordSummaryList";
700
+ const _MRUI = "MemoryRecordUpdateInput";
701
+ const _MRUIL = "MemoryRecordsUpdateInputList";
702
+ const _MSA = "MouseScrollArguments";
703
+ const _MSI = "Mcp-Session-Id";
704
+ const _MSR = "MouseScrollResult";
705
+ const _MV = "MetadataValue";
706
+ const _OAA = "OAuth2Authentication";
707
+ const _OACP = "OAuthCredentialProvider";
708
+ const _OACPV = "OAuthCustomParametersValue";
709
+ const _OACPu = "OAuthCustomParameters";
710
+ const _OC = "OutputConfig";
711
+ const _OECS = "OnlineEvaluationConfigSource";
712
+ const _P = "Proxies";
713
+ const _PB = "ProxyBypass";
714
+ const _PC = "ProxyConfiguration";
715
+ const _PCr = "ProxyCredentials";
716
+ const _PD = "PaymentDocument";
717
+ const _PI = "PaymentInstrument";
718
+ const _PID = "PaymentInstrumentDetails";
719
+ const _PIS = "PaymentInstrumentSummary";
720
+ const _PISL = "PaymentInstrumentSummaryList";
721
+ const _PIa = "PaymentInput";
722
+ const _PN = "PhoneNumber";
723
+ const _PO = "PaymentOutput";
724
+ const _PP = "ProcessPayment";
725
+ const _PPR = "ProcessPaymentRequest";
726
+ const _PPRr = "ProcessPaymentResponse";
727
+ const _PS = "PaymentSession";
728
+ const _PSS = "PaymentSessionSummary";
729
+ const _PSSL = "PaymentSessionSummaryList";
730
+ const _PT = "PayloadType";
731
+ const _PTL = "PayloadTypeList";
732
+ const _PTRI = "PaymentTokenRequestInput";
733
+ const _PTRO = "PaymentTokenResponseOutput";
734
+ const _PVOEC = "PerVariantOnlineEvaluationConfig";
735
+ const _PVOECL = "PerVariantOnlineEvaluationConfigList";
736
+ const _Pr = "Proxy";
737
+ const _RC = "ResourceContent";
738
+ const _RCC = "RootCauseCluster";
739
+ const _RCCL = "RootCauseClusterList";
740
+ const _RCE = "RetryableConflictException";
741
+ const _RCEu = "RuntimeClientError";
742
+ const _RCe = "ResponseChunk";
743
+ const _RCec = "RecommendationConfig";
744
+ const _RE = "RightExpression";
745
+ const _REC = "RecommendationEvaluationConfig";
746
+ const _REL = "RecommendationEvaluatorList";
747
+ const _RER = "RecommendationEvaluatorReference";
748
+ const _RL = "ResourceLocation";
749
+ const _RMR = "RetrieveMemoryRecords";
750
+ const _RMRI = "RetrieveMemoryRecordsInput";
751
+ const _RMRO = "RetrieveMemoryRecordsOutput";
752
+ const _RNFE = "ResourceNotFoundException";
753
+ const _RR = "RecommendationResult";
754
+ const _RRCB = "RecommendationResultConfigurationBundle";
755
+ const _RRS = "RegistryRecordSummary";
756
+ const _RRSL = "RegistryRecordSummaryList";
757
+ const _RS = "ResponseStream";
758
+ const _RSL = "RecommendationSummaryList";
759
+ const _RSe = "RecommendationSummary";
760
+ const _S = "State";
761
+ const _SA = "ScreenshotArguments";
762
+ const _SBE = "StartBatchEvaluation";
763
+ const _SBER = "StartBatchEvaluationRequest";
764
+ const _SBERt = "StartBatchEvaluationResponse";
765
+ const _SBERto = "StopBatchEvaluationRequest";
766
+ const _SBERtop = "StopBatchEvaluationResponse";
767
+ const _SBEt = "StopBatchEvaluation";
768
+ const _SBS = "StartBrowserSession";
769
+ const _SBSP = "SaveBrowserSessionProfile";
770
+ const _SBSPR = "SaveBrowserSessionProfileRequest";
771
+ const _SBSPRa = "SaveBrowserSessionProfileResponse";
772
+ const _SBSR = "StartBrowserSessionRequest";
773
+ const _SBSRt = "StartBrowserSessionResponse";
774
+ const _SBSRto = "StopBrowserSessionRequest";
775
+ const _SBSRtop = "StopBrowserSessionResponse";
776
+ const _SBSt = "StopBrowserSession";
777
+ const _SC = "SearchCriteria";
778
+ const _SCIS = "StartCodeInterpreterSession";
779
+ const _SCISR = "StartCodeInterpreterSessionRequest";
780
+ const _SCISRt = "StartCodeInterpreterSessionResponse";
781
+ const _SCISRto = "StopCodeInterpreterSessionRequest";
782
+ const _SCISRtop = "StopCodeInterpreterSessionResponse";
783
+ const _SCISt = "StopCodeInterpreterSession";
784
+ const _SCp = "SpanContext";
785
+ const _SD = "ServerDefinition";
786
+ const _SDk = "SkillDefinition";
787
+ const _SE = "ServiceException";
788
+ const _SF = "SessionFilter";
789
+ const _SFC = "SessionFilterConfig";
790
+ const _SJ = "SensitiveJson";
791
+ const _SL = "S3Location";
792
+ const _SLe = "SessionLimits";
793
+ const _SMD = "SkillMdDefinition";
794
+ const _SMEJ = "StartMemoryExtractionJob";
795
+ const _SMEJI = "StartMemoryExtractionJobInput";
796
+ const _SMEJO = "StartMemoryExtractionJobOutput";
797
+ const _SML = "SecretsManagerLocation";
798
+ const _SMLe = "SessionMetadataList";
799
+ const _SMS = "SessionMetadataShape";
800
+ const _SPAST = "StripePrivyAuthorizationSignatureType";
801
+ const _SPBATT = "StripePrivyBasicAuthTokenType";
802
+ const _SPC = "SystemPromptConfig";
803
+ const _SPCB = "SystemPromptConfigurationBundle";
804
+ const _SPRBT = "StripePrivyRequestBodyType";
805
+ const _SPRC = "SystemPromptRecommendationConfig";
806
+ const _SPRR = "SystemPromptRecommendationResult";
807
+ const _SPT = "SystemPromptText";
808
+ const _SPTRI = "StripePrivyTokenRequestInput";
809
+ const _SPTRO = "StripePrivyTokenResponseOutput";
810
+ const _SQEE = "ServiceQuotaExceededException";
811
+ const _SR = "ScreenshotResult";
812
+ const _SRR = "StartRecommendationRequest";
813
+ const _SRRR = "SearchRegistryRecordsRequest";
814
+ const _SRRRe = "SearchRegistryRecordsResponse";
815
+ const _SRRe = "SearchRegistryRecords";
816
+ const _SRRt = "StartRecommendationResponse";
817
+ const _SRS = "StopRuntimeSession";
818
+ const _SRSR = "StopRuntimeSessionRequest";
819
+ const _SRSRt = "StopRuntimeSessionResponse";
820
+ const _SRt = "StartRecommendation";
821
+ const _SS = "SensitiveString";
822
+ const _SSL = "SessionSummaryList";
823
+ const _SSe = "SessionSummary";
824
+ const _ST = "SensitiveText";
825
+ const _SU = "StreamUpdate";
826
+ const _Sp = "Spans";
827
+ const _TA = "ToolArguments";
828
+ const _TB = "TokenBalance";
829
+ const _TD = "ToolsDefinition";
830
+ const _TDC = "ToolDescriptionConfig";
831
+ const _TDCB = "ToolDescriptionConfigurationBundle";
832
+ const _TDI = "ToolDescriptionInput";
833
+ const _TDL = "ToolDescriptionList";
834
+ const _TDO = "ToolDescriptionOutput";
835
+ const _TDRC = "ToolDescriptionRecommendationConfig";
836
+ const _TDRL = "ToolDescriptionResultList";
837
+ const _TDRR = "ToolDescriptionRecommendationResult";
838
+ const _TDS = "ToolDescriptionSource";
839
+ const _TDT = "ToolDescriptionText";
840
+ const _TDTI = "ToolDescriptionTextInput";
841
+ const _TE = "ThrottledException";
842
+ const _TEh = "ThrottlingException";
843
+ const _TR = "TargetRef";
844
+ const _TRSC = "ToolResultStructuredContent";
845
+ const _TU = "TokenUsage";
846
+ const _UABT = "UpdateABTest";
847
+ const _UABTR = "UpdateABTestRequest";
848
+ const _UABTRp = "UpdateABTestResponse";
849
+ const _UBS = "UpdateBrowserStream";
850
+ const _UBSR = "UpdateBrowserStreamRequest";
851
+ const _UBSRp = "UpdateBrowserStreamResponse";
852
+ const _UE = "UnauthorizedException";
853
+ const _UI = "UserIdentifier";
854
+ const _UIAS = "UserIntentAffectedSession";
855
+ const _UIASL = "UserIntentAffectedSessionList";
856
+ const _UIC = "UserIntentCluster";
857
+ const _UICL = "UserIntentClusterList";
858
+ const _UICRC = "UserIntentClusteringResultContent";
859
+ const _UTT = "UserTokenType";
860
+ const _V = "Variant";
861
+ const _VC = "VariantConfiguration";
862
+ const _VE = "ValidationException";
863
+ const _VEF = "ValidationExceptionField";
864
+ const _VEFL = "ValidationExceptionFieldList";
865
+ const _VL = "VariantList";
866
+ const _VP = "ViewPort";
867
+ const _VR = "VariantResult";
868
+ const _VRL = "VariantResultList";
869
+ const _WITT = "WorkloadIdentityTokenType";
870
+ const _XABAPAN = "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name";
871
+ const _XABAPUI = "X-Amzn-Bedrock-AgentCore-Payments-User-Id";
872
+ const _XABARSI = "X-Amzn-Bedrock-AgentCore-Runtime-Session-Id";
873
+ const _XABARUI = "X-Amzn-Bedrock-AgentCore-Runtime-User-Id";
874
+ const _XATI = "X-Amzn-Trace-Id";
875
+ const _a = "a2a";
876
+ const _aB = "apiBase";
877
+ const _aC = "agentCard";
878
+ const _aCB = "agentCoreBrowser";
879
+ const _aCCI = "agentCoreCodeInterpreter";
880
+ const _aCG = "agentCoreGateway";
881
+ const _aCb = "absoluteChange";
882
+ const _aDE = "accessDeniedException";
883
+ const _aF = "apiFormat";
884
+ const _aI = "actorId";
885
+ const _aIc = "accountId";
886
+ const _aIp = "appId";
887
+ const _aIw = "awsIam";
888
+ const _aK = "apiKey";
889
+ const _aKA = "apiKeyArn";
890
+ const _aL = "availableLimits";
891
+ const _aN = "agentName";
892
+ const _aP = "additionalParams";
893
+ const _aRA = "agentRuntimeArn";
894
+ const _aS = "automationStream";
895
+ const _aSA = "availableSpendAmount";
896
+ const _aSC = "affectedSessionCount";
897
+ const _aSU = "automationStreamUpdate";
898
+ const _aSc = "actorSummaries";
899
+ const _aSf = "affectedSessions";
900
+ const _aSg = "agentSkills";
901
+ const _aSu = "authorizationSignature";
902
+ const _aSv = "averageScore";
903
+ const _aSw = "awsSkills";
904
+ const _aT = "analysisTimestamp";
905
+ const _aTA = "abTestArn";
906
+ const _aTI = "abTestId";
907
+ const _aTb = "abTests";
908
+ const _aTc = "accessToken";
909
+ const _aTg = "agentTraces";
910
+ const _aTl = "allowedTools";
911
+ const _aTp = "approachTaken";
912
+ const _aU = "authorizationUrl";
913
+ const _ac = "accept";
914
+ const _act = "action";
915
+ const _am = "amount";
916
+ const _ap = "apple";
917
+ const _ar = "arguments";
918
+ const _as = "assertions";
919
+ const _au = "audiences";
920
+ const _aut = "auth";
921
+ const _b = "branch";
922
+ const _bA = "bundleArn";
923
+ const _bAT = "basicAuthToken";
924
+ const _bAa = "basicAuth";
925
+ const _bAr = "browserArn";
926
+ const _bE = "batchEvaluations";
927
+ const _bEA = "batchEvaluationArn";
928
+ const _bEI = "batchEvaluationId";
929
+ const _bEN = "batchEvaluationName";
930
+ const _bEa = "batchEvaluation";
931
+ const _bI = "browserIdentifier";
932
+ const _bMC = "bedrockModelConfig";
933
+ const _bT = "bearerToken";
934
+ const _bV = "bundleVersion";
935
+ const _bVo = "booleanValue";
936
+ const _ba = "baggage";
937
+ const _bl = "blob";
938
+ const _bo = "body";
939
+ const _bu = "button";
940
+ const _buc = "bucket";
941
+ const _by = "bypass";
942
+ const _c = "client";
943
+ const _cA = "createdAt";
944
+ const _cAr = "credentialArn";
945
+ const _cB = "configurationBundle";
946
+ const _cBD = "contentBlockDelta";
947
+ const _cBI = "contentBlockIndex";
948
+ const _cBS = "contentBlockStart";
949
+ const _cBSo = "contentBlockStop";
950
+ const _cC = "clickCount";
951
+ const _cCTR = "coinbaseCdpTokenRequest";
952
+ const _cCTRo = "coinbaseCdpTokenResponse";
953
+ const _cCl = "clearContext";
954
+ const _cD = "contentDelta";
955
+ const _cE = "conflictException";
956
+ const _cI = "clusterId";
957
+ const _cIA = "codeInterpreterArn";
958
+ const _cII = "codeInterpreterIdentifier";
959
+ const _cIo = "confidenceInterval";
960
+ const _cL = "cloudwatchLogs";
961
+ const _cP = "customParameters";
962
+ const _cRI = "currentRunId";
963
+ const _cRIT = "cacheReadInputTokens";
964
+ const _cS = "controlStats";
965
+ const _cSo = "contentStart";
966
+ const _cSon = "contentStop";
967
+ const _cSu = "customState";
968
+ const _cT = "clientToken";
969
+ const _cTo = "contentType";
970
+ const _cWC = "cloudWatchConfig";
971
+ const _cWIT = "cacheWriteInputTokens";
972
+ const _cWL = "cloudWatchLogs";
973
+ const _cX = "cryptoX402";
974
+ const _ca = "category";
975
+ const _ce = "certificates";
976
+ const _ch = "chain";
977
+ const _chu = "chunk";
978
+ const _co = "content";
979
+ const _cod = "code";
980
+ const _com = "command";
981
+ const _con = "context";
982
+ const _conf = "config";
983
+ const _confi = "confidence";
984
+ const _conv = "conversational";
985
+ const _cr = "credentials";
986
+ const _cu = "currency";
987
+ const _cus = "custom";
988
+ const _d = "description";
989
+ const _dJ = "developerJwt";
990
+ const _dP = "domainPatterns";
991
+ const _dPi = "directoryPath";
992
+ const _dRU = "defaultReturnUrl";
993
+ const _dSC = "dataSourceConfig";
994
+ const _dT = "descriptorType";
995
+ const _dTV = "dateTimeValue";
996
+ const _dV = "doubleValue";
997
+ const _dX = "deltaX";
998
+ const _dY = "deltaY";
999
+ const _da = "data";
1000
+ const _de = "delta";
1001
+ const _dec = "decimals";
1002
+ const _des = "descriptors";
1003
+ const _e = "error";
1004
+ const _eA = "evaluatorArn";
1005
+ const _eAm = "emailAddress";
1006
+ const _eC = "exitCode";
1007
+ const _eCW = "embeddedCryptoWallet";
1008
+ const _eCr = "errorCode";
1009
+ const _eCv = "evaluationConfig";
1010
+ const _eD = "errorDetails";
1011
+ const _eF = "eventFilter";
1012
+ const _eI = "eventId";
1013
+ const _eIv = "evaluatorId";
1014
+ const _eIva = "evaluationInput";
1015
+ const _eJ = "extractionJob";
1016
+ const _eM = "evaluatorMetrics";
1017
+ const _eMr = "errorMessage";
1018
+ const _eMv = "eventMetadata";
1019
+ const _eMva = "evaluationMetadata";
1020
+ const _eMx = "extractionMode";
1021
+ const _eN = "evaluatorName";
1022
+ const _eOC = "enableOnCreate";
1023
+ const _eP = "enterprisePolicies";
1024
+ const _ePx = "externalProxy";
1025
+ const _eR = "evaluationResults";
1026
+ const _eRI = "evaluationReferenceInputs";
1027
+ const _eRx = "expectedResponse";
1028
+ const _eS = "executionStatus";
1029
+ const _eSR = "executionSummaryResult";
1030
+ const _eSv = "evaluatorSummaries";
1031
+ const _eSx = "executionSummaries";
1032
+ const _eT = "endTime";
1033
+ const _eTIM = "expiryTimeInMinutes";
1034
+ const _eTv = "eventTimestamp";
1035
+ const _eTva = "evaluationTarget";
1036
+ const _eTx = "expectedTrajectory";
1037
+ const _eTxe = "executionTime";
1038
+ const _eX = "endX";
1039
+ const _eY = "endY";
1040
+ const _em = "email";
1041
+ const _ev = "evaluators";
1042
+ const _eve = "event";
1043
+ const _even = "events";
1044
+ const _evi = "evidence";
1045
+ const _ex = "explanation";
1046
+ const _ext = "extensions";
1047
+ const _f = "filters";
1048
+ const _fA = "forceAuthentication";
1049
+ const _fAR = "failureAnalysisResult";
1050
+ const _fC = "filterConfig";
1051
+ const _fL = "fieldList";
1052
+ const _fO = "finalOutcome";
1053
+ const _fR = "failedRecords";
1054
+ const _fRa = "failureReason";
1055
+ const _fS = "failureSpans";
1056
+ const _fT = "fixType";
1057
+ const _fa = "failures";
1058
+ const _fi = "filter";
1059
+ const _fo = "format";
1060
+ const _g = "git";
1061
+ const _gA = "gatewayArn";
1062
+ const _gF = "gatewayFilter";
1063
+ const _gMC = "geminiModelConfig";
1064
+ const _gT = "grantType";
1065
+ const _gTr = "groundTruth";
1066
+ const _gi = "github";
1067
+ const _go = "google";
1068
+ const _h = "headers";
1069
+ const _hA = "harnessArn";
1070
+ const _hE = "httpError";
1071
+ const _hH = "httpHeader";
1072
+ const _hQ = "httpQuery";
1073
+ const _he = "height";
1074
+ const _ht = "http";
1075
+ const _i = "insights";
1076
+ const _iAS = "includeAuthorizationSignature";
1077
+ const _iC = "inlineContent";
1078
+ const _iE = "isError";
1079
+ const _iF = "inlineFunction";
1080
+ const _iI = "insightId";
1081
+ const _iP = "includePayloads";
1082
+ const _iPB = "includeParentBranches";
1083
+ const _iRIF = "ignoredReferenceInputFields";
1084
+ const _iS = "inputSchema";
1085
+ const _iSE = "internalServerException";
1086
+ const _iSs = "isSignificant";
1087
+ const _iT = "idempotencyToken";
1088
+ const _iTn = "inputTokens";
1089
+ const _iWAT = "includeWalletAuthToken";
1090
+ const _in = "input";
1091
+ const _inl = "inline";
1092
+ const _it = "items";
1093
+ const _j = "jobs";
1094
+ const _jI = "jobId";
1095
+ const _jID = "jobID";
1096
+ const _js = "json";
1097
+ const _k = "key";
1098
+ const _kKA = "kmsKeyArn";
1099
+ const _kP = "keyPress";
1100
+ const _kS = "keyShortcut";
1101
+ const _kT = "keyType";
1102
+ const _ke = "keys";
1103
+ const _ki = "kid";
1104
+ const _l = "location";
1105
+ const _lA = "linkedAccounts";
1106
+ const _lGA = "logGroupArns";
1107
+ const _lGN = "logGroupNames";
1108
+ const _lGNo = "logGroupName";
1109
+ const _lLMC = "liteLlmModelConfig";
1110
+ const _lM = "latencyMs";
1111
+ const _lSN = "logStreamName";
1112
+ const _lUA = "lastUpdatedAt";
1113
+ const _lVS = "liveViewStream";
1114
+ const _la = "label";
1115
+ const _lan = "language";
1116
+ const _le = "left";
1117
+ const _li = "limits";
1118
+ const _lo = "lower";
1119
+ const _m = "message";
1120
+ const _mC = "mouseClick";
1121
+ const _mD = "mouseDrag";
1122
+ const _mDEA = "maxDurationExpiresAt";
1123
+ const _mF = "metadataFilters";
1124
+ const _mI = "memoryId";
1125
+ const _mIa = "maxIterations";
1126
+ const _mIe = "messageIndex";
1127
+ const _mIo = "modelId";
1128
+ const _mK = "metadataKey";
1129
+ const _mL = "messagesList";
1130
+ const _mM = "mouseMove";
1131
+ const _mPV = "mcpProtocolVersion";
1132
+ const _mR = "memoryRecord";
1133
+ const _mRI = "memoryRecordId";
1134
+ const _mRS = "memoryRecordSummaries";
1135
+ const _mRa = "maxResults";
1136
+ const _mS = "mouseScroll";
1137
+ const _mSA = "maxSpendAmount";
1138
+ const _mSI = "mcpSessionId";
1139
+ const _mSIe = "memoryStrategyId";
1140
+ const _mSe = "messageStart";
1141
+ const _mSes = "messageStop";
1142
+ const _mT = "mimeType";
1143
+ const _mTa = "maxTokens";
1144
+ const _mV = "metadataValue";
1145
+ const _mc = "mcp";
1146
+ const _me = "mean";
1147
+ const _mes = "messages";
1148
+ const _met = "metadata";
1149
+ const _metr = "metrics";
1150
+ const _mo = "model";
1151
+ const _n = "name";
1152
+ const _nOSC = "numberOfSessionsCompleted";
1153
+ const _nOSF = "numberOfSessionsFailed";
1154
+ const _nOSI = "numberOfSessionsIgnored";
1155
+ const _nOSIP = "numberOfSessionsInProgress";
1156
+ const _nP = "namespacePath";
1157
+ const _nT = "nextToken";
1158
+ const _nV = "numberValue";
1159
+ const _na = "namespace";
1160
+ const _nam = "namespaces";
1161
+ const _ne = "network";
1162
+ const _no = "none";
1163
+ const _o = "operator";
1164
+ const _oA = "outboundAuth";
1165
+ const _oAMC = "openAiModelConfig";
1166
+ const _oAu = "oAuth2";
1167
+ const _oC = "outputConfig";
1168
+ const _oECA = "onlineEvaluationConfigArn";
1169
+ const _oECS = "onlineEvaluationConfigSource";
1170
+ const _oF = "oauth2Flow";
1171
+ const _oT = "outputTokens";
1172
+ const _oa = "oauth";
1173
+ const _p = "payload";
1174
+ const _pA = "providerArn";
1175
+ const _pC = "profileConfiguration";
1176
+ const _pCI = "paymentConnectorId";
1177
+ const _pCe = "percentChange";
1178
+ const _pCr = "proxyConfiguration";
1179
+ const _pI = "profileIdentifier";
1180
+ const _pID = "paymentInstrumentDetails";
1181
+ const _pII = "paymentInstrumentId";
1182
+ const _pIT = "paymentInstrumentType";
1183
+ const _pIa = "paymentInstrument";
1184
+ const _pIay = "paymentInstruments";
1185
+ const _pIaym = "paymentInput";
1186
+ const _pMA = "paymentManagerArn";
1187
+ const _pN = "phoneNumber";
1188
+ const _pO = "paymentOutput";
1189
+ const _pPI = "processPaymentId";
1190
+ const _pS = "paymentSession";
1191
+ const _pSI = "paymentSessionId";
1192
+ const _pSa = "paymentSessions";
1193
+ const _pT = "paymentType";
1194
+ const _pTR = "paymentTokenRequest";
1195
+ const _pTRa = "paymentTokenResponse";
1196
+ const _pV = "protocolVersion";
1197
+ const _pVOEC = "perVariantOnlineEvaluationConfig";
1198
+ const _pVa = "pValue";
1199
+ const _pa = "paths";
1200
+ const _pat = "path";
1201
+ const _po = "port";
1202
+ const _pr = "presses";
1203
+ const _pre = "prefix";
1204
+ const _pro = "proxies";
1205
+ const _prom = "prompt";
1206
+ const _q = "qualifier";
1207
+ const _r = "reason";
1208
+ const _rA = "roleArn";
1209
+ const _rAe = "recommendationArn";
1210
+ const _rAec = "recordArn";
1211
+ const _rAeg = "registryArn";
1212
+ const _rB = "requestBody";
1213
+ const _rC = "rootCauses";
1214
+ const _rCE = "runtimeClientError";
1215
+ const _rCPN = "resourceCredentialProviderName";
1216
+ const _rCe = "recommendationConfig";
1217
+ const _rCea = "reasoningContent";
1218
+ const _rCed = "redactedContent";
1219
+ const _rCo = "rootCause";
1220
+ const _rE = "requestExpiry";
1221
+ const _rEI = "rootEventId";
1222
+ const _rH = "requestHost";
1223
+ const _rI = "recommendationId";
1224
+ const _rIe = "requestIdentifier";
1225
+ const _rIec = "recordId";
1226
+ const _rIeg = "registryIds";
1227
+ const _rM = "requestMethod";
1228
+ const _rMe = "remoteMcp";
1229
+ const _rNFE = "resourceNotFoundException";
1230
+ const _rORU = "resourceOauth2ReturnUrl";
1231
+ const _rP = "requestPath";
1232
+ const _rR = "recommendationResult";
1233
+ const _rRe = "registryRecords";
1234
+ const _rS = "recommendationSummaries";
1235
+ const _rSI = "runtimeSessionId";
1236
+ const _rSP = "recommendedSystemPrompt";
1237
+ const _rT = "reasoningText";
1238
+ const _rTD = "recommendedToolDescription";
1239
+ const _rU = "redirectUrl";
1240
+ const _rUI = "runtimeUserId";
1241
+ const _re = "recommendation";
1242
+ const _rec = "records";
1243
+ const _res = "resource";
1244
+ const _reso = "resources";
1245
+ const _resp = "response";
1246
+ const _resu = "results";
1247
+ const _resul = "result";
1248
+ const _ri = "right";
1249
+ const _ro = "role";
1250
+ const _ru = "rule";
1251
+ const _run = "runtime";
1252
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcore";
1253
+ const _sA = "secretArn";
1254
+ const _sAt = "startedAt";
1255
+ const _sAto = "stoppedAt";
1256
+ const _sC = "structuredContent";
1257
+ const _sCe = "searchCriteria";
1258
+ const _sCp = "spanContext";
1259
+ const _sCt = "statusCode";
1260
+ const _sCu = "subCategories";
1261
+ const _sD = "skillDefinition";
1262
+ const _sE = "streamEndpoint";
1263
+ const _sF = "statusFilter";
1264
+ const _sI = "sessionId";
1265
+ const _sIe = "sessionIds";
1266
+ const _sIp = "spanId";
1267
+ const _sIpa = "spanIds";
1268
+ const _sIt = "strategyId";
1269
+ const _sLV = "stringListValue";
1270
+ const _sM = "skillMd";
1271
+ const _sMe = "secretsManager";
1272
+ const _sMes = "sessionMetadata";
1273
+ const _sN = "serviceNames";
1274
+ const _sNe = "serverName";
1275
+ const _sP = "systemPrompt";
1276
+ const _sPJP = "systemPromptJsonPath";
1277
+ const _sPRC = "systemPromptRecommendationConfig";
1278
+ const _sPRR = "systemPromptRecommendationResult";
1279
+ const _sPTR = "stripePrivyTokenRequest";
1280
+ const _sPTRt = "stripePrivyTokenResponse";
1281
+ const _sQ = "searchQuery";
1282
+ const _sQEE = "serviceQuotaExceededException";
1283
+ const _sR = "successfulRecords";
1284
+ const _sRA = "sessionReplayArtifact";
1285
+ const _sRt = "stopReason";
1286
+ const _sS = "streamStatus";
1287
+ const _sSa = "sampleSize";
1288
+ const _sSe = "sessionStatus";
1289
+ const _sSes = "sessionSummaries";
1290
+ const _sSess = "sessionSpans";
1291
+ const _sT = "startTime";
1292
+ const _sTS = "sessionTimeoutSeconds";
1293
+ const _sU = "sessionUri";
1294
+ const _sUt = "streamUpdate";
1295
+ const _sV = "schemaVersion";
1296
+ const _sVt = "stringValue";
1297
+ const _sX = "startX";
1298
+ const _sY = "startY";
1299
+ const _s_ = "s3";
1300
+ const _sc = "scopes";
1301
+ const _sco = "score";
1302
+ const _scr = "screenshot";
1303
+ const _se = "server";
1304
+ const _sen = "sensitive";
1305
+ const _si = "size";
1306
+ const _sig = "signals";
1307
+ const _sign = "signature";
1308
+ const _sk = "skills";
1309
+ const _sm = "sms";
1310
+ const _st = "streaming";
1311
+ const _sta = "status";
1312
+ const _star = "start";
1313
+ const _stat = "statistics";
1314
+ const _std = "stdout";
1315
+ const _stde = "stderr";
1316
+ const _str = "streams";
1317
+ const _stre = "stream";
1318
+ const _su = "sub";
1319
+ const _t = "type";
1320
+ const _tB = "tokenBalance";
1321
+ const _tD = "toolDescription";
1322
+ const _tDJP = "toolDescriptionJsonPath";
1323
+ const _tDRC = "toolDescriptionRecommendationConfig";
1324
+ const _tDRR = "toolDescriptionRecommendationResult";
1325
+ const _tDT = "toolDescriptionText";
1326
+ const _tE = "totalEvaluated";
1327
+ const _tEh = "throttlingException";
1328
+ const _tF = "totalFailed";
1329
+ const _tI = "traceId";
1330
+ const _tIa = "taskId";
1331
+ const _tIr = "traceIds";
1332
+ const _tK = "topK";
1333
+ const _tN = "toolName";
1334
+ const _tNOS = "totalNumberOfSessions";
1335
+ const _tNo = "toolNames";
1336
+ const _tP = "targetPaths";
1337
+ const _tPo = "topP";
1338
+ const _tPr = "traceParent";
1339
+ const _tR = "timeRange";
1340
+ const _tRo = "toolResult";
1341
+ const _tS = "traceState";
1342
+ const _tSI = "testScenarioId";
1343
+ const _tSa = "taskStatus";
1344
+ const _tSi = "timeoutSeconds";
1345
+ const _tT = "totalTokens";
1346
+ const _tU = "tokenUsage";
1347
+ const _tUI = "toolUseId";
1348
+ const _tUo = "toolUse";
1349
+ const _ta = "tags";
1350
+ const _tar = "target";
1351
+ const _te = "text";
1352
+ const _tel = "telegram";
1353
+ const _tem = "temperature";
1354
+ const _ti = "timeout";
1355
+ const _tim = "timestamp";
1356
+ const _to = "token";
1357
+ const _too = "tools";
1358
+ const _tr = "traceparent";
1359
+ const _tra = "tracestate";
1360
+ const _tu = "turns";
1361
+ const _u = "upper";
1362
+ const _uA = "updatedAt";
1363
+ const _uI = "userIdentifier";
1364
+ const _uIR = "userIntentResult";
1365
+ const _uIs = "userId";
1366
+ const _uIse = "userIntents";
1367
+ const _uM = "userMessages";
1368
+ const _uT = "userToken";
1369
+ const _ur = "uri";
1370
+ const _url = "url";
1371
+ const _us = "usage";
1372
+ const _use = "username";
1373
+ const _v = "value";
1374
+ const _vC = "variantConfiguration";
1375
+ const _vE = "validationException";
1376
+ const _vI = "versionId";
1377
+ const _vN = "variantName";
1378
+ const _vP = "viewPort";
1379
+ const _vR = "variantResults";
1380
+ const _va = "variants";
1381
+ const _ve = "version";
1382
+ const _w = "weight";
1383
+ const _wA = "walletAddress";
1384
+ const _wAT = "walletAuthToken";
1385
+ const _wATo = "workloadAccessToken";
1386
+ const _wIT = "workloadIdentityToken";
1387
+ const _wN = "workloadName";
1388
+ const _wi = "width";
1389
+ const _x = "x";
1390
+ const _xabsi = "x-amzn-browser-session-id";
1391
+ const _xacisi = "x-amzn-code-interpreter-session-id";
1392
+ const _y = "y";
1393
+ const n0 = "com.amazonaws.bedrockagentcore";
1394
+ const _s_registry = TypeRegistry.for(_s);
1395
+ var BedrockAgentCoreServiceException$ = [-3, _s, "BedrockAgentCoreServiceException", 0, [], []];
1396
+ _s_registry.registerError(BedrockAgentCoreServiceException$, BedrockAgentCoreServiceException);
1397
+ const n0_registry = TypeRegistry.for(n0);
1398
+ var AccessDeniedException$ = [-3, n0, _ADE,
1399
+ { [_e]: _c, [_hE]: 403 },
1400
+ [_m],
1401
+ [0]
1402
+ ];
1403
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
1404
+ var ConflictException$ = [-3, n0, _CE,
1405
+ { [_e]: _c, [_hE]: 409 },
1406
+ [_m],
1407
+ [0]
1408
+ ];
1409
+ n0_registry.registerError(ConflictException$, ConflictException);
1410
+ var DuplicateIdException$ = [-3, n0, _DIE,
1411
+ { [_e]: _c, [_hE]: 409 },
1412
+ [_m],
1413
+ [0]
1414
+ ];
1415
+ n0_registry.registerError(DuplicateIdException$, DuplicateIdException);
1416
+ var InternalServerException$ = [-3, n0, _ISE,
1417
+ { [_e]: _se, [_hE]: 500 },
1418
+ [_m],
1419
+ [0]
1420
+ ];
1421
+ n0_registry.registerError(InternalServerException$, InternalServerException);
1422
+ var InvalidInputException$ = [-3, n0, _IIE,
1423
+ { [_e]: _c, [_hE]: 400 },
1424
+ [_m],
1425
+ [0], 1
1426
+ ];
1427
+ n0_registry.registerError(InvalidInputException$, InvalidInputException);
1428
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
1429
+ { [_e]: _c, [_hE]: 404 },
1430
+ [_m],
1431
+ [0]
1432
+ ];
1433
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
1434
+ var RetryableConflictException$ = [-3, n0, _RCE,
1435
+ { [_e]: _c, [_hE]: 409 },
1436
+ [_m],
1437
+ [0], 1
1438
+ ];
1439
+ n0_registry.registerError(RetryableConflictException$, RetryableConflictException);
1440
+ var RuntimeClientError$ = [-3, n0, _RCEu,
1441
+ { [_e]: _c, [_hE]: 424 },
1442
+ [_m],
1443
+ [0]
1444
+ ];
1445
+ n0_registry.registerError(RuntimeClientError$, RuntimeClientError);
1446
+ var ServiceException$ = [-3, n0, _SE,
1447
+ { [_e]: _se, [_hE]: 500 },
1448
+ [_m],
1449
+ [0], 1
1450
+ ];
1451
+ n0_registry.registerError(ServiceException$, ServiceException);
1452
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1453
+ { [_e]: _c, [_hE]: 402 },
1454
+ [_m],
1455
+ [0]
1456
+ ];
1457
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1458
+ var ThrottledException$ = [-3, n0, _TE,
1459
+ { [_e]: _c, [_hE]: 429 },
1460
+ [_m],
1461
+ [0], 1
1462
+ ];
1463
+ n0_registry.registerError(ThrottledException$, ThrottledException);
1464
+ var ThrottlingException$ = [-3, n0, _TEh,
1465
+ { [_e]: _c, [_hE]: 429 },
1466
+ [_m],
1467
+ [0]
1468
+ ];
1469
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
1470
+ var UnauthorizedException$ = [-3, n0, _UE,
1471
+ { [_e]: _c, [_hE]: 401 },
1472
+ [_m],
1473
+ [0]
1474
+ ];
1475
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
1476
+ var ValidationException$ = [-3, n0, _VE,
1477
+ { [_e]: _c, [_hE]: 400 },
1478
+ [_m, _r, _fL],
1479
+ [0, 0, () => ValidationExceptionFieldList], 2
1480
+ ];
1481
+ n0_registry.registerError(ValidationException$, ValidationException);
1482
+ const errorTypeRegistries = [
1483
+ _s_registry,
1484
+ n0_registry,
1485
+ ];
1486
+ var AccessTokenType = [0, n0, _ATT, 8, 0];
1487
+ var ApiKeyType = [0, n0, _AKT, 8, 0];
1488
+ var AuthorizationUrlType = [0, n0, _AUT, 8, 0];
1489
+ var Body = [0, n0, _B, 8, 21];
1490
+ var CoinbaseCdpPaymentJwtTokenType = [0, n0, _CCPJTT, 8, 0];
1491
+ var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
1492
+ var Description = [0, n0, _D, 8, 0];
1493
+ var Email = [0, n0, _E, 8, 0];
1494
+ var EvaluationExplanation = [0, n0, _EE, 8, 0];
1495
+ var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
1496
+ var HarnessLiteLlmApiBase = [0, n0, _HLLAB, 8, 0];
1497
+ var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
1498
+ var MemoryDocument = [0, n0, _MD, 8, 15];
1499
+ var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
1500
+ var PaymentDocument = [0, n0, _PD, 8, 15];
1501
+ var PhoneNumber = [0, n0, _PN, 8, 0];
1502
+ var ResponseStream = [0, n0, _RS, { [_sen]: 1, [_st]: 1 }, 42];
1503
+ var SensitiveJson = [0, n0, _SJ, 8, 15];
1504
+ var SensitiveString = [0, n0, _SS, 8, 0];
1505
+ var SensitiveText = [0, n0, _ST, 8, 0];
1506
+ var State = [0, n0, _S, 8, 0];
1507
+ var StripePrivyAuthorizationSignatureType = [0, n0, _SPAST, 8, 0];
1508
+ var StripePrivyBasicAuthTokenType = [0, n0, _SPBATT, 8, 0];
1509
+ var StripePrivyRequestBodyType = [0, n0, _SPRBT, 8, 0];
1510
+ var SystemPromptText = [0, n0, _SPT, 8, 0];
1511
+ var ToolDescriptionText = [0, n0, _TDT, 8, 0];
1512
+ var UserTokenType = [0, n0, _UTT, 8, 0];
1513
+ var WorkloadIdentityTokenType = [0, n0, _WITT, 8, 0];
1514
+ var A2aDescriptor$ = [3, n0, _AD,
1515
+ 0,
1516
+ [_aC],
1517
+ [() => AgentCardDefinition$], 1
1518
+ ];
1519
+ var ABTestResults$ = [3, n0, _ABTR,
1520
+ 0,
1521
+ [_eM, _aT],
1522
+ [() => EvaluatorMetricList, 4], 1
1523
+ ];
1524
+ var ABTestSummary$ = [3, n0, _ABTS,
1525
+ 0,
1526
+ [_aTI, _aTA, _n, _sta, _eS, _cA, _uA, _d, _gA],
1527
+ [0, 0, 0, 0, 0, 4, 4, 0, 0], 7
1528
+ ];
1529
+ var ActorSummary$ = [3, n0, _AS,
1530
+ 0,
1531
+ [_aI],
1532
+ [0], 1
1533
+ ];
1534
+ var AffectedSession$ = [3, n0, _ASf,
1535
+ 0,
1536
+ [_sI, _ex, _fT, _re, _fS],
1537
+ [0, 0, 0, 0, () => FailureSpanDetailList], 5
1538
+ ];
1539
+ var AgentCardDefinition$ = [3, n0, _ACD,
1540
+ 0,
1541
+ [_sV, _iC],
1542
+ [0, 0]
1543
+ ];
1544
+ var AgentSkillsDescriptor$ = [3, n0, _ASD,
1545
+ 0,
1546
+ [_sM, _sD],
1547
+ [() => SkillMdDefinition$, () => SkillDefinition$], 1
1548
+ ];
1549
+ var Amount$ = [3, n0, _A,
1550
+ 0,
1551
+ [_v, _cu],
1552
+ [0, 0], 2
1553
+ ];
1554
+ var AutomationStream$ = [3, n0, _ASu,
1555
+ 0,
1556
+ [_sE, _sS],
1557
+ [0, 0], 2
1558
+ ];
1559
+ var AutomationStreamUpdate$ = [3, n0, _ASU,
1560
+ 0,
1561
+ [_sS],
1562
+ [0]
1563
+ ];
1564
+ var AvailableLimits$ = [3, n0, _AL,
1565
+ 0,
1566
+ [_aSA, _uA],
1567
+ [() => Amount$, 5]
1568
+ ];
1569
+ var BasicAuth$ = [3, n0, _BA,
1570
+ 0,
1571
+ [_sA],
1572
+ [0], 1
1573
+ ];
1574
+ var BatchCreateMemoryRecordsInput$ = [3, n0, _BCMRI,
1575
+ 0,
1576
+ [_mI, _rec, _cT],
1577
+ [[0, 1], [() => MemoryRecordsCreateInputList, 0], [0, 4]], 2
1578
+ ];
1579
+ var BatchCreateMemoryRecordsOutput$ = [3, n0, _BCMRO,
1580
+ 0,
1581
+ [_sR, _fR],
1582
+ [() => MemoryRecordsOutputList, () => MemoryRecordsOutputList], 2
1583
+ ];
1584
+ var BatchDeleteMemoryRecordsInput$ = [3, n0, _BDMRI,
1585
+ 0,
1586
+ [_mI, _rec],
1587
+ [[0, 1], () => MemoryRecordsDeleteInputList], 2
1588
+ ];
1589
+ var BatchDeleteMemoryRecordsOutput$ = [3, n0, _BDMRO,
1590
+ 0,
1591
+ [_sR, _fR],
1592
+ [() => MemoryRecordsOutputList, () => MemoryRecordsOutputList], 2
1593
+ ];
1594
+ var BatchEvaluationSummary$ = [3, n0, _BES,
1595
+ 0,
1596
+ [_bEI, _bEA, _bEN, _sta, _cA, _d, _ev, _i, _eR, _eD, _kKA, _uA],
1597
+ [0, 0, 0, 0, 5, 0, () => EvaluatorList, () => InsightList, () => EvaluationJobResults$, 64 | 0, 0, 5], 5
1598
+ ];
1599
+ var BatchEvaluationTraceConfig$ = [3, n0, _BETC,
1600
+ 0,
1601
+ [_bEA],
1602
+ [0], 1
1603
+ ];
1604
+ var BatchUpdateMemoryRecordsInput$ = [3, n0, _BUMRI,
1605
+ 0,
1606
+ [_mI, _rec],
1607
+ [[0, 1], [() => MemoryRecordsUpdateInputList, 0]], 2
1608
+ ];
1609
+ var BatchUpdateMemoryRecordsOutput$ = [3, n0, _BUMRO,
1610
+ 0,
1611
+ [_sR, _fR],
1612
+ [() => MemoryRecordsOutputList, () => MemoryRecordsOutputList], 2
1613
+ ];
1614
+ var Branch$ = [3, n0, _Br,
1615
+ 0,
1616
+ [_n, _rEI],
1617
+ [0, 0], 1
1618
+ ];
1619
+ var BranchFilter$ = [3, n0, _BF,
1620
+ 0,
1621
+ [_n, _iPB],
1622
+ [0, 2], 1
1623
+ ];
1624
+ var BrowserEnterprisePolicy$ = [3, n0, _BEP,
1625
+ 0,
1626
+ [_l, _t],
1627
+ [() => ResourceLocation$, 0], 1
1628
+ ];
1629
+ var BrowserExtension$ = [3, n0, _BE,
1630
+ 0,
1631
+ [_l],
1632
+ [() => ResourceLocation$], 1
1633
+ ];
1634
+ var BrowserProfileConfiguration$ = [3, n0, _BPC,
1635
+ 0,
1636
+ [_pI],
1637
+ [0], 1
1638
+ ];
1639
+ var BrowserSessionStream$ = [3, n0, _BSS,
1640
+ 0,
1641
+ [_aS, _lVS],
1642
+ [() => AutomationStream$, () => LiveViewStream$], 1
1643
+ ];
1644
+ var BrowserSessionSummary$ = [3, n0, _BSSr,
1645
+ 0,
1646
+ [_bI, _sI, _sta, _cA, _n, _lUA],
1647
+ [0, 0, 0, 5, 0, 5], 4
1648
+ ];
1649
+ var Certificate$ = [3, n0, _C,
1650
+ 0,
1651
+ [_l],
1652
+ [() => CertificateLocation$], 1
1653
+ ];
1654
+ var CloudWatchFilterConfig$ = [3, n0, _CWFC,
1655
+ 0,
1656
+ [_sIe, _tR],
1657
+ [64 | 0, () => SessionFilterConfig$]
1658
+ ];
1659
+ var CloudWatchLogsFilter$ = [3, n0, _CWLF,
1660
+ 0,
1661
+ [_k, _o, _v],
1662
+ [0, 0, () => FilterValue$], 3
1663
+ ];
1664
+ var CloudWatchLogsRule$ = [3, n0, _CWLR,
1665
+ 0,
1666
+ [_f],
1667
+ [() => CloudWatchLogsFilterList]
1668
+ ];
1669
+ var CloudWatchLogsSource$ = [3, n0, _CWLS,
1670
+ 0,
1671
+ [_sN, _lGN, _fC],
1672
+ [64 | 0, 64 | 0, () => CloudWatchFilterConfig$], 2
1673
+ ];
1674
+ var CloudWatchLogsTraceConfig$ = [3, n0, _CWLTC,
1675
+ 0,
1676
+ [_lGA, _sN, _sT, _eT, _ru],
1677
+ [64 | 0, 64 | 0, 5, 5, () => CloudWatchLogsRule$], 4
1678
+ ];
1679
+ var CloudWatchOutputConfig$ = [3, n0, _CWOC,
1680
+ 0,
1681
+ [_lGNo, _lSN],
1682
+ [0, 0], 2
1683
+ ];
1684
+ var CodeInterpreterResult$ = [3, n0, _CIR,
1685
+ 0,
1686
+ [_co, _sC, _iE],
1687
+ [() => ContentBlockList, () => ToolResultStructuredContent$, 2], 1
1688
+ ];
1689
+ var CodeInterpreterSessionSummary$ = [3, n0, _CISS,
1690
+ 0,
1691
+ [_cII, _sI, _sta, _cA, _n, _lUA],
1692
+ [0, 0, 0, 5, 0, 5], 4
1693
+ ];
1694
+ var CoinbaseCdpTokenRequestInput$ = [3, n0, _CCTRI,
1695
+ 0,
1696
+ [_rM, _rP, _rH, _iWAT, _rB],
1697
+ [0, 0, 0, 2, 0], 2
1698
+ ];
1699
+ var CoinbaseCdpTokenResponseOutput$ = [3, n0, _CCTRO,
1700
+ 0,
1701
+ [_bT, _wAT],
1702
+ [[() => CoinbaseCdpPaymentJwtTokenType, 0], [() => CoinbaseCdpPaymentJwtTokenType, 0]], 1
1703
+ ];
1704
+ var CompleteResourceTokenAuthRequest$ = [3, n0, _CRTAR,
1705
+ 0,
1706
+ [_uI, _sU],
1707
+ [[() => UserIdentifier$, 0], 0], 2
1708
+ ];
1709
+ var CompleteResourceTokenAuthResponse$ = [3, n0, _CRTARo,
1710
+ 0,
1711
+ [],
1712
+ []
1713
+ ];
1714
+ var ConfidenceInterval$ = [3, n0, _CI,
1715
+ 0,
1716
+ [_lo, _u],
1717
+ [1, 1]
1718
+ ];
1719
+ var ConfigurationBundleRef$ = [3, n0, _CBR,
1720
+ 0,
1721
+ [_bA, _bV],
1722
+ [0, 0], 2
1723
+ ];
1724
+ var ConfigurationBundleToolEntry$ = [3, n0, _CBTE,
1725
+ 0,
1726
+ [_tN, _tDJP],
1727
+ [0, 0], 2
1728
+ ];
1729
+ var ContentBlock$ = [3, n0, _CB,
1730
+ 0,
1731
+ [_t, _te, _da, _mT, _ur, _n, _d, _si, _res],
1732
+ [0, 0, 21, 0, 0, 0, 0, 1, () => ResourceContent$], 1
1733
+ ];
1734
+ var ContentDeltaEvent$ = [3, n0, _CDE,
1735
+ 0,
1736
+ [_std, _stde],
1737
+ [0, 0]
1738
+ ];
1739
+ var ContentStartEvent$ = [3, n0, _CSE,
1740
+ 0,
1741
+ [],
1742
+ []
1743
+ ];
1744
+ var ContentStopEvent$ = [3, n0, _CSEo,
1745
+ 0,
1746
+ [_eC, _sta],
1747
+ [1, 0], 2
1748
+ ];
1749
+ var ControlStats$ = [3, n0, _CS,
1750
+ 0,
1751
+ [_vN, _sSa, _me],
1752
+ [0, 1, 1], 3
1753
+ ];
1754
+ var Conversational$ = [3, n0, _Co,
1755
+ 0,
1756
+ [_co, _ro],
1757
+ [[() => Content$, 0], 0], 2
1758
+ ];
1759
+ var CreateABTestRequest$ = [3, n0, _CABTR,
1760
+ 0,
1761
+ [_n, _gA, _va, _eCv, _rA, _d, _gF, _eOC, _cT, _ta],
1762
+ [0, 0, () => VariantList, () => ABTestEvaluationConfig$, 0, 0, () => GatewayFilter$, 2, [0, 4], 128 | 0], 5
1763
+ ];
1764
+ var CreateABTestResponse$ = [3, n0, _CABTRr,
1765
+ 0,
1766
+ [_aTI, _aTA, _sta, _eS, _cA, _n],
1767
+ [0, 0, 0, 0, 4, 0], 5
1768
+ ];
1769
+ var CreateEventInput$ = [3, n0, _CEI,
1770
+ 0,
1771
+ [_mI, _aI, _eTv, _p, _sI, _b, _cT, _met, _eMx],
1772
+ [[0, 1], 0, 4, [() => PayloadTypeList, 0], 0, () => Branch$, [0, 4], () => MetadataMap, 0], 4
1773
+ ];
1774
+ var CreateEventOutput$ = [3, n0, _CEO,
1775
+ 0,
1776
+ [_eve],
1777
+ [[() => Event$, 0]], 1
1778
+ ];
1779
+ var CreatePaymentInstrumentRequest$ = [3, n0, _CPIR,
1780
+ 0,
1781
+ [_pMA, _pCI, _pIT, _pID, _uIs, _aN, _cT],
1782
+ [0, 0, 0, [() => PaymentInstrumentDetails$, 0], [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], [0, 4]], 4
1783
+ ];
1784
+ var CreatePaymentInstrumentResponse$ = [3, n0, _CPIRr,
1785
+ 0,
1786
+ [_pIa],
1787
+ [[() => PaymentInstrument$, 0]], 1
1788
+ ];
1789
+ var CreatePaymentSessionRequest$ = [3, n0, _CPSR,
1790
+ 0,
1791
+ [_pMA, _eTIM, _uIs, _aN, _li, _cT],
1792
+ [0, 1, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], () => SessionLimits$, [0, 4]], 2
1793
+ ];
1794
+ var CreatePaymentSessionResponse$ = [3, n0, _CPSRr,
1795
+ 0,
1796
+ [_pS],
1797
+ [() => PaymentSession$], 1
1798
+ ];
1799
+ var CryptoX402PaymentInput$ = [3, n0, _CXPI,
1800
+ 0,
1801
+ [_ve, _p],
1802
+ [0, [() => PaymentDocument, 0]], 2
1803
+ ];
1804
+ var CryptoX402PaymentOutput$ = [3, n0, _CXPO,
1805
+ 0,
1806
+ [_ve, _p],
1807
+ [0, [() => PaymentDocument, 0]], 2
1808
+ ];
1809
+ var CustomDescriptor$ = [3, n0, _CD,
1810
+ 0,
1811
+ [_iC],
1812
+ [0]
1813
+ ];
1814
+ var DeleteABTestRequest$ = [3, n0, _DABTR,
1815
+ 0,
1816
+ [_aTI],
1817
+ [[0, 1]], 1
1818
+ ];
1819
+ var DeleteABTestResponse$ = [3, n0, _DABTRe,
1820
+ 0,
1821
+ [_aTI, _aTA, _sta],
1822
+ [0, 0, 0], 3
1823
+ ];
1824
+ var DeleteBatchEvaluationRequest$ = [3, n0, _DBER,
1825
+ 0,
1826
+ [_bEI],
1827
+ [[0, 1]], 1
1828
+ ];
1829
+ var DeleteBatchEvaluationResponse$ = [3, n0, _DBERe,
1830
+ 0,
1831
+ [_bEI, _bEA, _sta],
1832
+ [0, 0, 0], 3
1833
+ ];
1834
+ var DeleteEventInput$ = [3, n0, _DEI,
1835
+ 0,
1836
+ [_mI, _sI, _eI, _aI],
1837
+ [[0, 1], [0, 1], [0, 1], [0, 1]], 4
1838
+ ];
1839
+ var DeleteEventOutput$ = [3, n0, _DEO,
1840
+ 0,
1841
+ [_eI],
1842
+ [0], 1
1843
+ ];
1844
+ var DeleteMemoryRecordInput$ = [3, n0, _DMRI,
1845
+ 0,
1846
+ [_mI, _mRI],
1847
+ [[0, 1], [0, 1]], 2
1848
+ ];
1849
+ var DeleteMemoryRecordOutput$ = [3, n0, _DMRO,
1850
+ 0,
1851
+ [_mRI],
1852
+ [0], 1
1853
+ ];
1854
+ var DeletePaymentInstrumentRequest$ = [3, n0, _DPIR,
1855
+ 0,
1856
+ [_pMA, _pCI, _pII, _uIs],
1857
+ [0, 0, 0, [0, { [_hH]: _XABAPUI }]], 3
1858
+ ];
1859
+ var DeletePaymentInstrumentResponse$ = [3, n0, _DPIRe,
1860
+ 0,
1861
+ [_sta],
1862
+ [0], 1
1863
+ ];
1864
+ var DeletePaymentSessionRequest$ = [3, n0, _DPSR,
1865
+ 0,
1866
+ [_pMA, _pSI, _uIs],
1867
+ [0, 0, [0, { [_hH]: _XABAPUI }]], 2
1868
+ ];
1869
+ var DeletePaymentSessionResponse$ = [3, n0, _DPSRe,
1870
+ 0,
1871
+ [_sta],
1872
+ [0], 1
1873
+ ];
1874
+ var DeleteRecommendationRequest$ = [3, n0, _DRR,
1875
+ 0,
1876
+ [_rI],
1877
+ [[0, 1]], 1
1878
+ ];
1879
+ var DeleteRecommendationResponse$ = [3, n0, _DRRe,
1880
+ 0,
1881
+ [_rI, _sta],
1882
+ [0, 0], 2
1883
+ ];
1884
+ var Descriptors$ = [3, n0, _De,
1885
+ 0,
1886
+ [_mc, _a, _cus, _aSg],
1887
+ [() => McpDescriptor$, () => A2aDescriptor$, () => CustomDescriptor$, () => AgentSkillsDescriptor$]
1888
+ ];
1889
+ var EmbeddedCryptoWallet$ = [3, n0, _ECW,
1890
+ 0,
1891
+ [_ne, _lA, _wA, _rU],
1892
+ [0, [() => LinkedAccountList, 0], 0, 0], 2
1893
+ ];
1894
+ var EvaluateRequest$ = [3, n0, _ER,
1895
+ 0,
1896
+ [_eIv, _eIva, _eTva, _eRI],
1897
+ [[0, 1], [() => EvaluationInput$, 0], () => EvaluationTarget$, [() => EvaluationReferenceInputs, 0]], 2
1898
+ ];
1899
+ var EvaluateResponse$ = [3, n0, _ERv,
1900
+ 0,
1901
+ [_eR],
1902
+ [[() => EvaluationResults, 0]], 1
1903
+ ];
1904
+ var EvaluationExpectedTrajectory$ = [3, n0, _EET,
1905
+ 0,
1906
+ [_tNo],
1907
+ [64 | 0]
1908
+ ];
1909
+ var EvaluationJobResults$ = [3, n0, _EJR,
1910
+ 0,
1911
+ [_nOSC, _nOSIP, _nOSF, _tNOS, _nOSI, _eSv],
1912
+ [1, 1, 1, 1, 1, () => EvaluatorSummaryList]
1913
+ ];
1914
+ var EvaluationReferenceInput$ = [3, n0, _ERI,
1915
+ 0,
1916
+ [_con, _eRx, _as, _eTx],
1917
+ [() => Context$, () => EvaluationContent$, () => EvaluationContentList, () => EvaluationExpectedTrajectory$], 1
1918
+ ];
1919
+ var EvaluationResultContent$ = [3, n0, _ERC,
1920
+ 0,
1921
+ [_eA, _eIv, _eN, _con, _ex, _v, _la, _tU, _eMr, _eCr, _iRIF],
1922
+ [0, 0, 0, () => Context$, [() => EvaluationExplanation, 0], 1, 0, () => TokenUsage$, 0, 0, 64 | 0], 4
1923
+ ];
1924
+ var Evaluator$ = [3, n0, _Ev,
1925
+ 0,
1926
+ [_eIv],
1927
+ [0], 1
1928
+ ];
1929
+ var EvaluatorMetric$ = [3, n0, _EM,
1930
+ 0,
1931
+ [_eA, _cS, _vR],
1932
+ [0, () => ControlStats$, () => VariantResultList], 3
1933
+ ];
1934
+ var EvaluatorStatistics$ = [3, n0, _ES,
1935
+ 0,
1936
+ [_aSv],
1937
+ [1]
1938
+ ];
1939
+ var EvaluatorSummary$ = [3, n0, _ESv,
1940
+ 0,
1941
+ [_eIv, _stat, _tE, _tF],
1942
+ [0, () => EvaluatorStatistics$, 1, 1]
1943
+ ];
1944
+ var Event$ = [3, n0, _Eve,
1945
+ 0,
1946
+ [_mI, _aI, _sI, _eI, _eTv, _p, _b, _met],
1947
+ [0, 0, 0, 0, 4, [() => PayloadTypeList, 0], () => Branch$, () => MetadataMap], 6
1948
+ ];
1949
+ var EventMetadataFilterExpression$ = [3, n0, _EMFE,
1950
+ 0,
1951
+ [_le, _o, _ri],
1952
+ [() => LeftExpression$, 0, () => RightExpression$], 2
1953
+ ];
1954
+ var ExecutionSummaryAffectedSession$ = [3, n0, _ESAS,
1955
+ 0,
1956
+ [_sI, _aTp, _fO],
1957
+ [0, 0, 0], 3
1958
+ ];
1959
+ var ExecutionSummaryCluster$ = [3, n0, _ESC,
1960
+ 0,
1961
+ [_cI, _n, _d, _aSC, _aSf],
1962
+ [1, 0, 0, 1, () => ExecutionSummaryAffectedSessionList], 5
1963
+ ];
1964
+ var ExecutionSummaryClusteringResultContent$ = [3, n0, _ESCRC,
1965
+ 0,
1966
+ [_eSx],
1967
+ [() => ExecutionSummaryClusterList], 1
1968
+ ];
1969
+ var ExternalProxy$ = [3, n0, _EP,
1970
+ 0,
1971
+ [_se, _po, _dP, _cr],
1972
+ [0, 1, 64 | 0, () => ProxyCredentials$], 2
1973
+ ];
1974
+ var ExtractionJob$ = [3, n0, _EJ,
1975
+ 0,
1976
+ [_jI],
1977
+ [0], 1
1978
+ ];
1979
+ var ExtractionJobFilterInput$ = [3, n0, _EJFI,
1980
+ 0,
1981
+ [_sIt, _sI, _aI, _sta],
1982
+ [0, 0, 0, 0]
1983
+ ];
1984
+ var ExtractionJobMetadata$ = [3, n0, _EJM,
1985
+ 0,
1986
+ [_jID, _mes, _sta, _fRa, _sIt, _sI, _aI],
1987
+ [0, () => ExtractionJobMessages$, 0, 0, 0, 0, 0], 2
1988
+ ];
1989
+ var FailureAnalysisResultContent$ = [3, n0, _FARC,
1990
+ 0,
1991
+ [_fa],
1992
+ [() => FailureCategoryClusterList], 1
1993
+ ];
1994
+ var FailureCategoryCluster$ = [3, n0, _FCC,
1995
+ 0,
1996
+ [_cI, _n, _d, _aSC, _sCu],
1997
+ [1, 0, 0, 1, () => FailureSubCategoryClusterList], 5
1998
+ ];
1999
+ var FailureSpanDetail$ = [3, n0, _FSD,
2000
+ 0,
2001
+ [_sIp, _tI, _sig],
2002
+ [0, 0, () => InsightsFailureSignalList], 3
2003
+ ];
2004
+ var FailureSubCategoryCluster$ = [3, n0, _FSCC,
2005
+ 0,
2006
+ [_cI, _n, _d, _aSC, _rC],
2007
+ [1, 0, 0, 1, () => RootCauseClusterList], 5
2008
+ ];
2009
+ var FilterInput$ = [3, n0, _FI,
2010
+ 0,
2011
+ [_b, _eMv],
2012
+ [() => BranchFilter$, () => EventMetadataFilterList]
2013
+ ];
2014
+ var GatewayFilter$ = [3, n0, _GF,
2015
+ 0,
2016
+ [_tP],
2017
+ [64 | 0]
2018
+ ];
2019
+ var GetABTestRequest$ = [3, n0, _GABTR,
2020
+ 0,
2021
+ [_aTI],
2022
+ [[0, 1]], 1
2023
+ ];
2024
+ var GetABTestResponse$ = [3, n0, _GABTRe,
2025
+ 0,
2026
+ [_aTI, _aTA, _n, _sta, _eS, _gA, _va, _eCv, _cA, _uA, _d, _gF, _rA, _cRI, _eD, _sAt, _sAto, _mDEA, _resu],
2027
+ [0, 0, 0, 0, 0, 0, () => VariantList, () => ABTestEvaluationConfig$, 4, 4, 0, () => GatewayFilter$, 0, 0, 64 | 0, 4, 4, 4, () => ABTestResults$], 10
2028
+ ];
2029
+ var GetAgentCardRequest$ = [3, n0, _GACR,
2030
+ 0,
2031
+ [_aRA, _rSI, _q],
2032
+ [[0, 1], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hQ]: _q }]], 1
2033
+ ];
2034
+ var GetAgentCardResponse$ = [3, n0, _GACRe,
2035
+ 0,
2036
+ [_aC, _rSI, _sCt],
2037
+ [[15, 16], [0, { [_hH]: _XABARSI }], [1, 32]], 1
2038
+ ];
2039
+ var GetBatchEvaluationRequest$ = [3, n0, _GBER,
2040
+ 0,
2041
+ [_bEI],
2042
+ [[0, 1]], 1
2043
+ ];
2044
+ var GetBatchEvaluationResponse$ = [3, n0, _GBERe,
2045
+ 0,
2046
+ [_bEI, _bEA, _bEN, _sta, _cA, _ev, _i, _dSC, _oC, _eR, _fAR, _uIR, _eSR, _eD, _d, _uA, _kKA],
2047
+ [0, 0, 0, 0, 5, () => EvaluatorList, () => InsightList, () => DataSourceConfig$, () => OutputConfig$, () => EvaluationJobResults$, () => FailureAnalysisResultContent$, () => UserIntentClusteringResultContent$, () => ExecutionSummaryClusteringResultContent$, 64 | 0, 0, 5, 0], 5
2048
+ ];
2049
+ var GetBrowserSessionRequest$ = [3, n0, _GBSR,
2050
+ 0,
2051
+ [_bI, _sI],
2052
+ [[0, 1], [0, { [_hQ]: _sI }]], 2
2053
+ ];
2054
+ var GetBrowserSessionResponse$ = [3, n0, _GBSRe,
2055
+ 0,
2056
+ [_bI, _sI, _cA, _n, _vP, _ext, _eP, _pC, _sTS, _sta, _str, _pCr, _ce, _sRA, _lUA],
2057
+ [0, 0, 5, 0, () => ViewPort$, () => BrowserExtensions, () => BrowserEnterprisePolicies, () => BrowserProfileConfiguration$, 1, 0, () => BrowserSessionStream$, () => ProxyConfiguration$, () => Certificates, 0, 5], 3
2058
+ ];
2059
+ var GetCodeInterpreterSessionRequest$ = [3, n0, _GCISR,
2060
+ 0,
2061
+ [_cII, _sI],
2062
+ [[0, 1], [0, { [_hQ]: _sI }]], 2
2063
+ ];
2064
+ var GetCodeInterpreterSessionResponse$ = [3, n0, _GCISRe,
2065
+ 0,
2066
+ [_cII, _sI, _cA, _n, _sTS, _sta, _ce],
2067
+ [0, 0, 5, 0, 1, 0, () => Certificates], 3
2068
+ ];
2069
+ var GetEventInput$ = [3, n0, _GEI,
2070
+ 0,
2071
+ [_mI, _sI, _aI, _eI],
2072
+ [[0, 1], [0, 1], [0, 1], [0, 1]], 4
2073
+ ];
2074
+ var GetEventOutput$ = [3, n0, _GEO,
2075
+ 0,
2076
+ [_eve],
2077
+ [[() => Event$, 0]], 1
2078
+ ];
2079
+ var GetMemoryRecordInput$ = [3, n0, _GMRI,
2080
+ 0,
2081
+ [_mI, _mRI],
2082
+ [[0, 1], [0, 1]], 2
2083
+ ];
2084
+ var GetMemoryRecordOutput$ = [3, n0, _GMRO,
2085
+ 0,
2086
+ [_mR],
2087
+ [[() => MemoryRecord$, 0]], 1
2088
+ ];
2089
+ var GetPaymentInstrumentBalanceRequest$ = [3, n0, _GPIBR,
2090
+ 0,
2091
+ [_pMA, _pCI, _pII, _ch, _to, _uIs, _aN],
2092
+ [0, 0, 0, 0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }]], 5
2093
+ ];
2094
+ var GetPaymentInstrumentBalanceResponse$ = [3, n0, _GPIBRe,
2095
+ 0,
2096
+ [_pII, _tB],
2097
+ [0, () => TokenBalance$], 2
2098
+ ];
2099
+ var GetPaymentInstrumentRequest$ = [3, n0, _GPIR,
2100
+ 0,
2101
+ [_pMA, _pII, _uIs, _aN, _pCI],
2102
+ [0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0], 2
2103
+ ];
2104
+ var GetPaymentInstrumentResponse$ = [3, n0, _GPIRe,
2105
+ 0,
2106
+ [_pIa],
2107
+ [[() => PaymentInstrument$, 0]], 1
2108
+ ];
2109
+ var GetPaymentSessionRequest$ = [3, n0, _GPSR,
2110
+ 0,
2111
+ [_pMA, _pSI, _uIs, _aN],
2112
+ [0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }]], 2
2113
+ ];
2114
+ var GetPaymentSessionResponse$ = [3, n0, _GPSRe,
2115
+ 0,
2116
+ [_pS],
2117
+ [() => PaymentSession$], 1
2118
+ ];
2119
+ var GetRecommendationRequest$ = [3, n0, _GRR,
2120
+ 0,
2121
+ [_rI],
2122
+ [[0, 1]], 1
2123
+ ];
2124
+ var GetRecommendationResponse$ = [3, n0, _GRRe,
2125
+ 0,
2126
+ [_rI, _rAe, _n, _t, _rCe, _sta, _cA, _uA, _d, _rR, _kKA],
2127
+ [0, 0, 0, 0, [() => RecommendationConfig$, 0], 0, 5, 5, 0, [() => RecommendationResult$, 0], 0], 8
2128
+ ];
2129
+ var GetResourceApiKeyRequest$ = [3, n0, _GRAKR,
2130
+ 0,
2131
+ [_wIT, _rCPN],
2132
+ [[() => WorkloadIdentityTokenType, 0], 0], 2
2133
+ ];
2134
+ var GetResourceApiKeyResponse$ = [3, n0, _GRAKRe,
2135
+ 0,
2136
+ [_aK],
2137
+ [[() => ApiKeyType, 0]], 1
2138
+ ];
2139
+ var GetResourceOauth2TokenRequest$ = [3, n0, _GROTR,
2140
+ 0,
2141
+ [_wIT, _rCPN, _sc, _oF, _sU, _rORU, _fA, _cP, _cSu, _reso, _au],
2142
+ [[() => WorkloadIdentityTokenType, 0], 0, 64 | 0, 0, 0, 0, 2, [() => CustomRequestParametersType, 0], [() => State, 0], 64 | 0, 64 | 0], 4
2143
+ ];
2144
+ var GetResourceOauth2TokenResponse$ = [3, n0, _GROTRe,
2145
+ 0,
2146
+ [_aU, _aTc, _sU, _sSe],
2147
+ [[() => AuthorizationUrlType, 0], [() => AccessTokenType, 0], 0, 0]
2148
+ ];
2149
+ var GetResourcePaymentTokenRequest$ = [3, n0, _GRPTR,
2150
+ 0,
2151
+ [_wIT, _rCPN, _pTR],
2152
+ [[() => WorkloadIdentityTokenType, 0], 0, [() => PaymentTokenRequestInput$, 0]], 3
2153
+ ];
2154
+ var GetResourcePaymentTokenResponse$ = [3, n0, _GRPTRe,
2155
+ 0,
2156
+ [_pTRa],
2157
+ [[() => PaymentTokenResponseOutput$, 0]], 1
2158
+ ];
2159
+ var GetWorkloadAccessTokenForJWTRequest$ = [3, n0, _GWATFJWTR,
2160
+ 0,
2161
+ [_wN, _uT],
2162
+ [0, [() => UserTokenType, 0]], 2
2163
+ ];
2164
+ var GetWorkloadAccessTokenForJWTResponse$ = [3, n0, _GWATFJWTRe,
2165
+ 0,
2166
+ [_wATo],
2167
+ [[() => WorkloadIdentityTokenType, 0]], 1
2168
+ ];
2169
+ var GetWorkloadAccessTokenForUserIdRequest$ = [3, n0, _GWATFUIR,
2170
+ 0,
2171
+ [_wN, _uIs],
2172
+ [0, 0], 2
2173
+ ];
2174
+ var GetWorkloadAccessTokenForUserIdResponse$ = [3, n0, _GWATFUIRe,
2175
+ 0,
2176
+ [_wATo],
2177
+ [[() => WorkloadIdentityTokenType, 0]], 1
2178
+ ];
2179
+ var GetWorkloadAccessTokenRequest$ = [3, n0, _GWATR,
2180
+ 0,
2181
+ [_wN],
2182
+ [0], 1
2183
+ ];
2184
+ var GetWorkloadAccessTokenResponse$ = [3, n0, _GWATRe,
2185
+ 0,
2186
+ [_wATo],
2187
+ [[() => WorkloadIdentityTokenType, 0]], 1
2188
+ ];
2189
+ var GroundTruthTurn$ = [3, n0, _GTT,
2190
+ 0,
2191
+ [_in, _eRx],
2192
+ [() => GroundTruthTurnInput$, () => EvaluationContent$]
2193
+ ];
2194
+ var HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
2195
+ 0,
2196
+ [_bAr],
2197
+ [0]
2198
+ ];
2199
+ var HarnessAgentCoreCodeInterpreterConfig$ = [3, n0, _HACCIC,
2200
+ 0,
2201
+ [_cIA],
2202
+ [0]
2203
+ ];
2204
+ var HarnessAgentCoreGatewayConfig$ = [3, n0, _HACGC,
2205
+ 0,
2206
+ [_gA, _oA],
2207
+ [0, [() => HarnessGatewayOutboundAuth$, 0]], 1
2208
+ ];
2209
+ var HarnessBedrockModelConfig$ = [3, n0, _HBMC,
2210
+ 0,
2211
+ [_mIo, _mTa, _tem, _tPo, _aF, _aP],
2212
+ [0, 1, 1, 1, 0, 15], 1
2213
+ ];
2214
+ var HarnessContentBlockDeltaEvent$ = [3, n0, _HCBDE,
2215
+ 0,
2216
+ [_cBI, _de],
2217
+ [1, [() => HarnessContentBlockDelta$, 0]], 2
2218
+ ];
2219
+ var HarnessContentBlockStartEvent$ = [3, n0, _HCBSE,
2220
+ 0,
2221
+ [_cBI, _star],
2222
+ [1, () => HarnessContentBlockStart$], 2
2223
+ ];
2224
+ var HarnessContentBlockStopEvent$ = [3, n0, _HCBSEa,
2225
+ 0,
2226
+ [_cBI],
2227
+ [1], 1
2228
+ ];
2229
+ var HarnessGeminiModelConfig$ = [3, n0, _HGMC,
2230
+ 0,
2231
+ [_mIo, _aKA, _mTa, _tem, _tPo, _tK],
2232
+ [0, 0, 1, 1, 1, 1], 2
2233
+ ];
2234
+ var HarnessInlineFunctionConfig$ = [3, n0, _HIFC,
2235
+ 0,
2236
+ [_d, _iS],
2237
+ [[() => HarnessInlineFunctionDescription, 0], [() => SensitiveJson, 0]], 2
2238
+ ];
2239
+ var HarnessLiteLlmModelConfig$ = [3, n0, _HLLMC,
2240
+ 0,
2241
+ [_mIo, _aKA, _aB, _mTa, _tem, _tPo, _aP],
2242
+ [0, 0, [() => HarnessLiteLlmApiBase, 0], 1, 1, 1, 15], 1
2243
+ ];
2244
+ var HarnessMessage$ = [3, n0, _HM,
2245
+ 0,
2246
+ [_ro, _co],
2247
+ [0, [() => HarnessContentBlocks, 0]], 2
2248
+ ];
2249
+ var HarnessMessageStartEvent$ = [3, n0, _HMSE,
2250
+ 0,
2251
+ [_ro],
2252
+ [0], 1
2253
+ ];
2254
+ var HarnessMessageStopEvent$ = [3, n0, _HMSEa,
2255
+ 0,
2256
+ [_sRt],
2257
+ [0], 1
2258
+ ];
2259
+ var HarnessMetadataEvent$ = [3, n0, _HME,
2260
+ 0,
2261
+ [_us, _metr],
2262
+ [() => HarnessTokenUsage$, () => HarnessStreamMetrics$], 2
2263
+ ];
2264
+ var HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
2265
+ 0,
2266
+ [_mIo, _aKA, _mTa, _tem, _tPo, _aF, _aP],
2267
+ [0, 0, 1, 1, 1, 0, 15], 2
2268
+ ];
2269
+ var HarnessReasoningTextBlock$ = [3, n0, _HRTB,
2270
+ 8,
2271
+ [_te, _sign],
2272
+ [0, 0], 1
2273
+ ];
2274
+ var HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
2275
+ 0,
2276
+ [_url, _h],
2277
+ [[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
2278
+ ];
2279
+ var HarnessSkillAwsSkillsSource$ = [3, n0, _HSASS,
2280
+ 0,
2281
+ [_pa],
2282
+ [64 | 0]
2283
+ ];
2284
+ var HarnessSkillGitAuth$ = [3, n0, _HSGA,
2285
+ 0,
2286
+ [_cAr, _use],
2287
+ [0, 0], 1
2288
+ ];
2289
+ var HarnessSkillGitSource$ = [3, n0, _HSGS,
2290
+ 0,
2291
+ [_url, _pat, _aut],
2292
+ [0, 0, () => HarnessSkillGitAuth$], 1
2293
+ ];
2294
+ var HarnessSkillS3Source$ = [3, n0, _HSSS,
2295
+ 0,
2296
+ [_ur],
2297
+ [0], 1
2298
+ ];
2299
+ var HarnessStreamMetrics$ = [3, n0, _HSM,
2300
+ 0,
2301
+ [_lM],
2302
+ [1], 1
2303
+ ];
2304
+ var HarnessTokenUsage$ = [3, n0, _HTU,
2305
+ 0,
2306
+ [_iTn, _oT, _tT, _cRIT, _cWIT],
2307
+ [1, 1, 1, 1, 1], 3
2308
+ ];
2309
+ var HarnessTool$ = [3, n0, _HT,
2310
+ 0,
2311
+ [_t, _n, _conf],
2312
+ [0, 0, [() => HarnessToolConfiguration$, 0]], 1
2313
+ ];
2314
+ var HarnessToolResultBlock$ = [3, n0, _HTRB,
2315
+ 0,
2316
+ [_tUI, _co, _sta, _t],
2317
+ [0, [() => HarnessToolResultContentBlocks, 0], 0, 0], 2
2318
+ ];
2319
+ var HarnessToolResultBlockStart$ = [3, n0, _HTRBS,
2320
+ 0,
2321
+ [_tUI, _sta],
2322
+ [0, 0], 1
2323
+ ];
2324
+ var HarnessToolUseBlock$ = [3, n0, _HTUB,
2325
+ 0,
2326
+ [_n, _tUI, _in, _t, _sNe],
2327
+ [0, 0, [() => SensitiveJson, 0], 0, 0], 3
2328
+ ];
2329
+ var HarnessToolUseBlockDelta$ = [3, n0, _HTUBD,
2330
+ 0,
2331
+ [_in],
2332
+ [[() => SensitiveText, 0]], 1
2333
+ ];
2334
+ var HarnessToolUseBlockStart$ = [3, n0, _HTUBS,
2335
+ 0,
2336
+ [_tUI, _n, _t, _sNe],
2337
+ [0, 0, 0, 0], 2
2338
+ ];
2339
+ var InlineGroundTruth$ = [3, n0, _IGT,
2340
+ 0,
2341
+ [_as, _eTx, _tu],
2342
+ [() => EvaluationContentList, () => EvaluationExpectedTrajectory$, () => GroundTruthTurnList]
2343
+ ];
2344
+ var InputContentBlock$ = [3, n0, _ICB,
2345
+ 0,
2346
+ [_pat, _te, _bl],
2347
+ [0, 0, [() => Body, 0]], 1
2348
+ ];
2349
+ var Insight$ = [3, n0, _I,
2350
+ 0,
2351
+ [_iI],
2352
+ [0], 1
2353
+ ];
2354
+ var InsightsFailureSignal$ = [3, n0, _IFS,
2355
+ 0,
2356
+ [_ca, _evi, _confi],
2357
+ [0, 0, 1], 3
2358
+ ];
2359
+ var InvokeAgentRuntimeCommandRequest$ = [3, n0, _IARCR,
2360
+ 0,
2361
+ [_aRA, _bo, _cTo, _ac, _rSI, _tI, _tPr, _tS, _ba, _q, _aIc],
2362
+ [[0, 1], [() => InvokeAgentRuntimeCommandRequestBody$, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _Ac }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
2363
+ ];
2364
+ var InvokeAgentRuntimeCommandRequestBody$ = [3, n0, _IARCRB,
2365
+ 0,
2366
+ [_com, _ti],
2367
+ [0, 1], 1
2368
+ ];
2369
+ var InvokeAgentRuntimeCommandResponse$ = [3, n0, _IARCRn,
2370
+ 0,
2371
+ [_cTo, _stre, _rSI, _tI, _tPr, _tS, _ba, _sCt],
2372
+ [[0, { [_hH]: _CT }], [() => InvokeAgentRuntimeCommandStreamOutput$, 16], [0, { [_hH]: _XABARSI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [1, 32]], 2
2373
+ ];
2374
+ var InvokeAgentRuntimeRequest$ = [3, n0, _IARR,
2375
+ 0,
2376
+ [_aRA, _p, _cTo, _ac, _mSI, _rSI, _mPV, _rUI, _tI, _tPr, _tS, _ba, _q, _aIc],
2377
+ [[0, 1], [() => Body, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _Ac }], [0, { [_hH]: _MSI }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _MPV }], [0, { [_hH]: _XABARUI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
2378
+ ];
2379
+ var InvokeAgentRuntimeResponse$ = [3, n0, _IARRn,
2380
+ 0,
2381
+ [_cTo, _rSI, _mSI, _mPV, _tI, _tPr, _tS, _ba, _resp, _sCt],
2382
+ [[0, { [_hH]: _CT }], [0, { [_hH]: _XABARSI }], [0, { [_hH]: _MSI }], [0, { [_hH]: _MPV }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [() => ResponseStream, 16], [1, 32]], 1
2383
+ ];
2384
+ var InvokeBrowserRequest$ = [3, n0, _IBR,
2385
+ 0,
2386
+ [_bI, _sI, _act],
2387
+ [[0, 1], [0, { [_hH]: _xabsi }], () => BrowserAction$], 3
2388
+ ];
2389
+ var InvokeBrowserResponse$ = [3, n0, _IBRn,
2390
+ 0,
2391
+ [_resul, _sI],
2392
+ [() => BrowserActionResult$, [0, { [_hH]: _xabsi }]], 2
2393
+ ];
2394
+ var InvokeCodeInterpreterRequest$ = [3, n0, _ICIR,
2395
+ 0,
2396
+ [_cII, _n, _sI, _tI, _tPr, _ar],
2397
+ [[0, 1], 0, [0, { [_hH]: _xacisi }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [() => ToolArguments$, 0]], 2
2398
+ ];
2399
+ var InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
2400
+ 0,
2401
+ [_stre, _sI],
2402
+ [[() => CodeInterpreterStreamOutput$, 16], [0, { [_hH]: _xacisi }]], 1
2403
+ ];
2404
+ var InvokeHarnessRequest$ = [3, n0, _IHR,
2405
+ 0,
2406
+ [_hA, _rSI, _mes, _q, _rUI, _mo, _sP, _too, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
2407
+ [[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], [0, { [_hQ]: _q }], [0, { [_hH]: _XABARUI }], [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
2408
+ ];
2409
+ var InvokeHarnessResponse$ = [3, n0, _IHRn,
2410
+ 0,
2411
+ [_stre],
2412
+ [[() => InvokeHarnessStreamOutput$, 16]], 1
2413
+ ];
2414
+ var KeyPressArguments$ = [3, n0, _KPA,
2415
+ 0,
2416
+ [_k, _pr],
2417
+ [0, 1], 1
2418
+ ];
2419
+ var KeyPressResult$ = [3, n0, _KPR,
2420
+ 0,
2421
+ [_sta, _e],
2422
+ [0, 0], 1
2423
+ ];
2424
+ var KeyShortcutArguments$ = [3, n0, _KSA,
2425
+ 0,
2426
+ [_ke],
2427
+ [64 | 0], 1
2428
+ ];
2429
+ var KeyShortcutResult$ = [3, n0, _KSR,
2430
+ 0,
2431
+ [_sta, _e],
2432
+ [0, 0], 1
2433
+ ];
2434
+ var KeyTypeArguments$ = [3, n0, _KTA,
2435
+ 0,
2436
+ [_te],
2437
+ [0], 1
2438
+ ];
2439
+ var KeyTypeResult$ = [3, n0, _KTR,
2440
+ 0,
2441
+ [_sta, _e],
2442
+ [0, 0], 1
2443
+ ];
2444
+ var LinkedAccountDeveloperJwt$ = [3, n0, _LADJ,
2445
+ 0,
2446
+ [_ki, _su],
2447
+ [0, 0], 2
2448
+ ];
2449
+ var LinkedAccountEmail$ = [3, n0, _LAE,
2450
+ 8,
2451
+ [_eAm],
2452
+ [[() => Email, 0]], 1
2453
+ ];
2454
+ var LinkedAccountSms$ = [3, n0, _LAS,
2455
+ 8,
2456
+ [_pN],
2457
+ [[() => PhoneNumber, 0]], 1
2458
+ ];
2459
+ var ListABTestsRequest$ = [3, n0, _LABTR,
2460
+ 0,
2461
+ [_mRa, _nT],
2462
+ [[1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
2463
+ ];
2464
+ var ListABTestsResponse$ = [3, n0, _LABTRi,
2465
+ 0,
2466
+ [_aTb, _nT],
2467
+ [() => ABTestSummaryList, 0], 1
2468
+ ];
2469
+ var ListActorsInput$ = [3, n0, _LAI,
2470
+ 0,
2471
+ [_mI, _mRa, _nT],
2472
+ [[0, 1], 1, 0], 1
2473
+ ];
2474
+ var ListActorsOutput$ = [3, n0, _LAO,
2475
+ 0,
2476
+ [_aSc, _nT],
2477
+ [() => ActorSummaryList, 0], 1
2478
+ ];
2479
+ var ListBatchEvaluationsRequest$ = [3, n0, _LBER,
2480
+ 0,
2481
+ [_mRa, _nT],
2482
+ [[1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]]
2483
+ ];
2484
+ var ListBatchEvaluationsResponse$ = [3, n0, _LBERi,
2485
+ 0,
2486
+ [_bE, _nT],
2487
+ [() => BatchEvaluationSummaryList, 0], 1
2488
+ ];
2489
+ var ListBrowserSessionsRequest$ = [3, n0, _LBSR,
2490
+ 0,
2491
+ [_bI, _mRa, _nT, _sta],
2492
+ [[0, 1], 1, 0, 0], 1
2493
+ ];
2494
+ var ListBrowserSessionsResponse$ = [3, n0, _LBSRi,
2495
+ 0,
2496
+ [_it, _nT],
2497
+ [() => BrowserSessionSummaries, 0], 1
2498
+ ];
2499
+ var ListCodeInterpreterSessionsRequest$ = [3, n0, _LCISR,
2500
+ 0,
2501
+ [_cII, _mRa, _nT, _sta],
2502
+ [[0, 1], 1, 0, 0], 1
2503
+ ];
2504
+ var ListCodeInterpreterSessionsResponse$ = [3, n0, _LCISRi,
2505
+ 0,
2506
+ [_it, _nT],
2507
+ [() => CodeInterpreterSessionSummaries, 0], 1
2508
+ ];
2509
+ var ListEventsInput$ = [3, n0, _LEI,
2510
+ 0,
2511
+ [_mI, _sI, _aI, _iP, _fi, _mRa, _nT],
2512
+ [[0, 1], [0, 1], [0, 1], 2, () => FilterInput$, 1, 0], 3
2513
+ ];
2514
+ var ListEventsOutput$ = [3, n0, _LEO,
2515
+ 0,
2516
+ [_even, _nT],
2517
+ [[() => EventList, 0], 0], 1
2518
+ ];
2519
+ var ListMemoryExtractionJobsInput$ = [3, n0, _LMEJI,
2520
+ 0,
2521
+ [_mI, _mRa, _fi, _nT],
2522
+ [[0, 1], 1, () => ExtractionJobFilterInput$, 0], 1
2523
+ ];
2524
+ var ListMemoryExtractionJobsOutput$ = [3, n0, _LMEJO,
2525
+ 0,
2526
+ [_j, _nT],
2527
+ [() => ExtractionJobMetadataList, 0], 1
2528
+ ];
2529
+ var ListMemoryRecordsInput$ = [3, n0, _LMRI,
2530
+ 0,
2531
+ [_mI, _na, _nP, _mSIe, _mRa, _nT, _mF],
2532
+ [[0, 1], 0, 0, 0, 1, 0, () => MemoryMetadataFilterList], 1
2533
+ ];
2534
+ var ListMemoryRecordsOutput$ = [3, n0, _LMRO,
2535
+ 0,
2536
+ [_mRS, _nT],
2537
+ [[() => MemoryRecordSummaryList, 0], 0], 1
2538
+ ];
2539
+ var ListPaymentInstrumentsRequest$ = [3, n0, _LPIR,
2540
+ 0,
2541
+ [_pMA, _uIs, _aN, _pCI, _nT, _mRa],
2542
+ [0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0, 0, 1], 1
2543
+ ];
2544
+ var ListPaymentInstrumentsResponse$ = [3, n0, _LPIRi,
2545
+ 0,
2546
+ [_pIay, _nT],
2547
+ [() => PaymentInstrumentSummaryList, 0], 1
2548
+ ];
2549
+ var ListPaymentSessionsRequest$ = [3, n0, _LPSR,
2550
+ 0,
2551
+ [_pMA, _uIs, _aN, _nT, _mRa],
2552
+ [0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0, 1], 1
2553
+ ];
2554
+ var ListPaymentSessionsResponse$ = [3, n0, _LPSRi,
2555
+ 0,
2556
+ [_pSa, _nT],
2557
+ [() => PaymentSessionSummaryList, 0], 1
2558
+ ];
2559
+ var ListRecommendationsRequest$ = [3, n0, _LRR,
2560
+ 0,
2561
+ [_mRa, _nT, _sF],
2562
+ [[1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _sta }]]
2563
+ ];
2564
+ var ListRecommendationsResponse$ = [3, n0, _LRRi,
2565
+ 0,
2566
+ [_rS, _nT],
2567
+ [() => RecommendationSummaryList, 0], 1
2568
+ ];
2569
+ var ListSessionsInput$ = [3, n0, _LSI,
2570
+ 0,
2571
+ [_mI, _aI, _mRa, _nT, _fi],
2572
+ [[0, 1], [0, 1], 1, 0, () => SessionFilter$], 2
2573
+ ];
2574
+ var ListSessionsOutput$ = [3, n0, _LSO,
2575
+ 0,
2576
+ [_sSes, _nT],
2577
+ [() => SessionSummaryList, 0], 1
2578
+ ];
2579
+ var LiveViewStream$ = [3, n0, _LVS,
2580
+ 0,
2581
+ [_sE],
2582
+ [0]
2583
+ ];
2584
+ var McpDescriptor$ = [3, n0, _MDc,
2585
+ 0,
2586
+ [_se, _too],
2587
+ [() => ServerDefinition$, () => ToolsDefinition$], 2
2588
+ ];
2589
+ var MemoryMetadataFilterExpression$ = [3, n0, _MMFE,
2590
+ 0,
2591
+ [_le, _o, _ri],
2592
+ [() => MemoryRecordLeftExpression$, 0, () => MemoryRecordRightExpression$], 2
2593
+ ];
2594
+ var MemoryRecord$ = [3, n0, _MR,
2595
+ 0,
2596
+ [_mRI, _co, _mSIe, _nam, _cA, _met],
2597
+ [0, [() => MemoryContent$, 0], 0, 64 | 0, 4, () => MemoryRecordMetadataMap], 5
2598
+ ];
2599
+ var MemoryRecordCreateInput$ = [3, n0, _MRCI,
2600
+ 0,
2601
+ [_rIe, _nam, _co, _tim, _mSIe, _met],
2602
+ [0, 64 | 0, [() => MemoryContent$, 0], 4, 0, () => MemoryRecordMetadataMap], 4
2603
+ ];
2604
+ var MemoryRecordDeleteInput$ = [3, n0, _MRDI,
2605
+ 0,
2606
+ [_mRI],
2607
+ [0], 1
2608
+ ];
2609
+ var MemoryRecordOutput$ = [3, n0, _MRO,
2610
+ 0,
2611
+ [_mRI, _sta, _rIe, _eCr, _eMr],
2612
+ [0, 0, 0, 1, 0], 2
2613
+ ];
2614
+ var MemoryRecordSummary$ = [3, n0, _MRS,
2615
+ 0,
2616
+ [_mRI, _co, _mSIe, _nam, _cA, _sco, _met],
2617
+ [0, [() => MemoryContent$, 0], 0, 64 | 0, 4, 1, () => MemoryRecordMetadataMap], 5
2618
+ ];
2619
+ var MemoryRecordUpdateInput$ = [3, n0, _MRUI,
2620
+ 0,
2621
+ [_mRI, _tim, _co, _nam, _mSIe, _met],
2622
+ [0, 4, [() => MemoryContent$, 0], 64 | 0, 0, () => MemoryRecordMetadataMap], 2
2623
+ ];
2624
+ var MessageMetadata$ = [3, n0, _MM,
2625
+ 0,
2626
+ [_eI, _mIe],
2627
+ [0, 1], 2
2628
+ ];
2629
+ var MouseClickArguments$ = [3, n0, _MCA,
2630
+ 0,
2631
+ [_x, _y, _bu, _cC],
2632
+ [1, 1, 0, 1], 2
2633
+ ];
2634
+ var MouseClickResult$ = [3, n0, _MCR,
2635
+ 0,
2636
+ [_sta, _e],
2637
+ [0, 0], 1
2638
+ ];
2639
+ var MouseDragArguments$ = [3, n0, _MDA,
2640
+ 0,
2641
+ [_eX, _eY, _sX, _sY, _bu],
2642
+ [1, 1, 1, 1, 0], 4
2643
+ ];
2644
+ var MouseDragResult$ = [3, n0, _MDR,
2645
+ 0,
2646
+ [_sta, _e],
2647
+ [0, 0], 1
2648
+ ];
2649
+ var MouseMoveArguments$ = [3, n0, _MMA,
2650
+ 0,
2651
+ [_x, _y],
2652
+ [1, 1], 2
2653
+ ];
2654
+ var MouseMoveResult$ = [3, n0, _MMR,
2655
+ 0,
2656
+ [_sta, _e],
2657
+ [0, 0], 1
2658
+ ];
2659
+ var MouseScrollArguments$ = [3, n0, _MSA,
2660
+ 0,
2661
+ [_x, _y, _dX, _dY],
2662
+ [1, 1, 1, 1], 2
2663
+ ];
2664
+ var MouseScrollResult$ = [3, n0, _MSR,
2665
+ 0,
2666
+ [_sta, _e],
2667
+ [0, 0], 1
2668
+ ];
2669
+ var OAuth2Authentication$ = [3, n0, _OAA,
2670
+ 8,
2671
+ [_su, _eAm, _n, _use],
2672
+ [0, [() => Email, 0], 0, 0], 1
2673
+ ];
2674
+ var OAuthCredentialProvider$ = [3, n0, _OACP,
2675
+ 0,
2676
+ [_pA, _sc, _cP, _gT, _dRU],
2677
+ [0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
2678
+ ];
2679
+ var OnlineEvaluationConfigSource$ = [3, n0, _OECS,
2680
+ 0,
2681
+ [_oECA, _tR],
2682
+ [0, () => SessionFilterConfig$], 1
2683
+ ];
2684
+ var PaymentInstrument$ = [3, n0, _PI,
2685
+ 0,
2686
+ [_pII, _pMA, _pCI, _uIs, _pIT, _pID, _cA, _sta, _uA],
2687
+ [0, 0, 0, 0, 0, [() => PaymentInstrumentDetails$, 0], 5, 0, 5], 9
2688
+ ];
2689
+ var PaymentInstrumentSummary$ = [3, n0, _PIS,
2690
+ 0,
2691
+ [_pII, _pMA, _pCI, _uIs, _pIT, _sta, _cA, _uA],
2692
+ [0, 0, 0, 0, 0, 0, 5, 5], 8
2693
+ ];
2694
+ var PaymentSession$ = [3, n0, _PS,
2695
+ 0,
2696
+ [_pSI, _pMA, _uIs, _eTIM, _cA, _uA, _li, _aL],
2697
+ [0, 0, 0, 1, 5, 5, () => SessionLimits$, () => AvailableLimits$], 6
2698
+ ];
2699
+ var PaymentSessionSummary$ = [3, n0, _PSS,
2700
+ 0,
2701
+ [_pSI, _pMA, _uIs, _eTIM, _cA, _uA],
2702
+ [0, 0, 0, 1, 5, 5], 6
2703
+ ];
2704
+ var PerVariantOnlineEvaluationConfig$ = [3, n0, _PVOEC,
2705
+ 0,
2706
+ [_n, _oECA],
2707
+ [0, 0], 2
2708
+ ];
2709
+ var ProcessPaymentRequest$ = [3, n0, _PPR,
2710
+ 0,
2711
+ [_pMA, _pSI, _pII, _pT, _pIaym, _uIs, _aN, _cT],
2712
+ [0, 0, 0, 0, [() => PaymentInput$, 0], [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], [0, 4]], 5
2713
+ ];
2714
+ var ProcessPaymentResponse$ = [3, n0, _PPRr,
2715
+ 0,
2716
+ [_pPI, _pMA, _pSI, _pII, _pT, _sta, _pO, _cA, _uA],
2717
+ [0, 0, 0, 0, 0, 0, [() => PaymentOutput$, 0], 5, 5], 9
2718
+ ];
2719
+ var ProxyBypass$ = [3, n0, _PB,
2720
+ 0,
2721
+ [_dP],
2722
+ [64 | 0]
2723
+ ];
2724
+ var ProxyConfiguration$ = [3, n0, _PC,
2725
+ 0,
2726
+ [_pro, _by],
2727
+ [() => Proxies, () => ProxyBypass$], 1
2728
+ ];
2729
+ var RecommendationEvaluationConfig$ = [3, n0, _REC,
2730
+ 0,
2731
+ [_ev],
2732
+ [() => RecommendationEvaluatorList], 1
2733
+ ];
2734
+ var RecommendationEvaluatorReference$ = [3, n0, _RER,
2735
+ 0,
2736
+ [_eA],
2737
+ [0], 1
2738
+ ];
2739
+ var RecommendationResultConfigurationBundle$ = [3, n0, _RRCB,
2740
+ 0,
2741
+ [_bA, _vI],
2742
+ [0, 0], 2
2743
+ ];
2744
+ var RecommendationSummary$ = [3, n0, _RSe,
2745
+ 0,
2746
+ [_rI, _rAe, _n, _t, _sta, _cA, _uA, _d],
2747
+ [0, 0, 0, 0, 0, 5, 5, 0], 7
2748
+ ];
2749
+ var RegistryRecordSummary$ = [3, n0, _RRS,
2750
+ 0,
2751
+ [_rAeg, _rAec, _rIec, _n, _dT, _des, _ve, _sta, _cA, _uA, _d],
2752
+ [0, 0, 0, 0, 0, () => Descriptors$, 0, 0, 5, 5, [() => Description, 0]], 10
2753
+ ];
2754
+ var ResourceContent$ = [3, n0, _RC,
2755
+ 0,
2756
+ [_t, _ur, _mT, _te, _bl],
2757
+ [0, 0, 0, 0, 21], 1
2758
+ ];
2759
+ var ResponseChunk$ = [3, n0, _RCe,
2760
+ 0,
2761
+ [_cSo, _cD, _cSon],
2762
+ [() => ContentStartEvent$, () => ContentDeltaEvent$, () => ContentStopEvent$]
2763
+ ];
2764
+ var RetrieveMemoryRecordsInput$ = [3, n0, _RMRI,
2765
+ 0,
2766
+ [_mI, _sCe, _na, _nP, _nT, _mRa],
2767
+ [[0, 1], [() => SearchCriteria$, 0], 0, 0, 0, 1], 2
2768
+ ];
2769
+ var RetrieveMemoryRecordsOutput$ = [3, n0, _RMRO,
2770
+ 0,
2771
+ [_mRS, _nT],
2772
+ [[() => MemoryRecordSummaryList, 0], 0], 1
2773
+ ];
2774
+ var RootCauseCluster$ = [3, n0, _RCC,
2775
+ 0,
2776
+ [_cI, _n, _rCo, _re, _aSC, _aSf],
2777
+ [1, 0, 0, 0, 1, () => AffectedSessionList], 6
2778
+ ];
2779
+ var S3Location$ = [3, n0, _SL,
2780
+ 0,
2781
+ [_buc, _pre, _vI],
2782
+ [0, 0, 0], 2
2783
+ ];
2784
+ var SaveBrowserSessionProfileRequest$ = [3, n0, _SBSPR,
2785
+ 0,
2786
+ [_pI, _bI, _sI, _tI, _tPr, _cT],
2787
+ [[0, 1], 0, 0, [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 3
2788
+ ];
2789
+ var SaveBrowserSessionProfileResponse$ = [3, n0, _SBSPRa,
2790
+ 0,
2791
+ [_pI, _bI, _sI, _lUA],
2792
+ [0, 0, 0, 5], 4
2793
+ ];
2794
+ var ScreenshotArguments$ = [3, n0, _SA,
2795
+ 0,
2796
+ [_fo],
2797
+ [0]
2798
+ ];
2799
+ var ScreenshotResult$ = [3, n0, _SR,
2800
+ 0,
2801
+ [_sta, _e, _da],
2802
+ [0, 0, 21], 1
2803
+ ];
2804
+ var SearchCriteria$ = [3, n0, _SC,
2805
+ 0,
2806
+ [_sQ, _mSIe, _tK, _mF],
2807
+ [[() => SensitiveString, 0], 0, 1, () => MemoryMetadataFilterList], 1
2808
+ ];
2809
+ var SearchRegistryRecordsRequest$ = [3, n0, _SRRR,
2810
+ 0,
2811
+ [_sQ, _rIeg, _mRa, _f],
2812
+ [0, 64 | 0, 1, 15], 2
2813
+ ];
2814
+ var SearchRegistryRecordsResponse$ = [3, n0, _SRRRe,
2815
+ 0,
2816
+ [_rRe],
2817
+ [[() => RegistryRecordSummaryList, 0]], 1
2818
+ ];
2819
+ var SecretsManagerLocation$ = [3, n0, _SML,
2820
+ 0,
2821
+ [_sA],
2822
+ [0], 1
2823
+ ];
2824
+ var ServerDefinition$ = [3, n0, _SD,
2825
+ 0,
2826
+ [_sV, _iC],
2827
+ [0, 0]
2828
+ ];
2829
+ var SessionFilter$ = [3, n0, _SF,
2830
+ 0,
2831
+ [_eF],
2832
+ [0]
2833
+ ];
2834
+ var SessionFilterConfig$ = [3, n0, _SFC,
2835
+ 0,
2836
+ [_sT, _eT],
2837
+ [5, 5]
2838
+ ];
2839
+ var SessionLimits$ = [3, n0, _SLe,
2840
+ 0,
2841
+ [_mSA],
2842
+ [() => Amount$], 1
2843
+ ];
2844
+ var SessionMetadataShape$ = [3, n0, _SMS,
2845
+ 0,
2846
+ [_sI, _tSI, _gTr, _met],
2847
+ [0, 0, () => GroundTruthSource$, 128 | 0], 1
2848
+ ];
2849
+ var SessionSummary$ = [3, n0, _SSe,
2850
+ 0,
2851
+ [_sI, _aI, _cA],
2852
+ [0, 0, 4], 3
2853
+ ];
2854
+ var SkillDefinition$ = [3, n0, _SDk,
2855
+ 0,
2856
+ [_sV, _iC],
2857
+ [0, 0]
2858
+ ];
2859
+ var SkillMdDefinition$ = [3, n0, _SMD,
2860
+ 0,
2861
+ [_iC],
2862
+ [0]
2863
+ ];
2864
+ var SpanContext$ = [3, n0, _SCp,
2865
+ 0,
2866
+ [_sI, _tI, _sIp],
2867
+ [0, 0, 0], 1
2868
+ ];
2869
+ var StartBatchEvaluationRequest$ = [3, n0, _SBER,
2870
+ 0,
2871
+ [_bEN, _dSC, _ev, _i, _cT, _eMva, _ta, _kKA, _d],
2872
+ [0, () => DataSourceConfig$, () => EvaluatorList, () => InsightList, [0, 4], () => EvaluationMetadata$, 128 | 0, 0, 0], 2
2873
+ ];
2874
+ var StartBatchEvaluationResponse$ = [3, n0, _SBERt,
2875
+ 0,
2876
+ [_bEI, _bEA, _bEN, _sta, _cA, _ev, _i, _oC, _ta, _kKA, _d],
2877
+ [0, 0, 0, 0, 5, () => EvaluatorList, () => InsightList, () => OutputConfig$, 128 | 0, 0, 0], 5
2878
+ ];
2879
+ var StartBrowserSessionRequest$ = [3, n0, _SBSR,
2880
+ 0,
2881
+ [_bI, _tI, _tPr, _n, _sTS, _vP, _ext, _pC, _pCr, _eP, _ce, _cT],
2882
+ [[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => ViewPort$, () => BrowserExtensions, () => BrowserProfileConfiguration$, () => ProxyConfiguration$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4]], 1
2883
+ ];
2884
+ var StartBrowserSessionResponse$ = [3, n0, _SBSRt,
2885
+ 0,
2886
+ [_bI, _sI, _cA, _str],
2887
+ [0, 0, 5, () => BrowserSessionStream$], 3
2888
+ ];
2889
+ var StartCodeInterpreterSessionRequest$ = [3, n0, _SCISR,
2890
+ 0,
2891
+ [_cII, _tI, _tPr, _n, _sTS, _ce, _cT],
2892
+ [[0, 1], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], 0, 1, () => Certificates, [0, 4]], 1
2893
+ ];
2894
+ var StartCodeInterpreterSessionResponse$ = [3, n0, _SCISRt,
2895
+ 0,
2896
+ [_cII, _sI, _cA],
2897
+ [0, 0, 5], 3
2898
+ ];
2899
+ var StartMemoryExtractionJobInput$ = [3, n0, _SMEJI,
2900
+ 0,
2901
+ [_mI, _eJ, _cT],
2902
+ [[0, 1], () => ExtractionJob$, [0, 4]], 2
2903
+ ];
2904
+ var StartMemoryExtractionJobOutput$ = [3, n0, _SMEJO,
2905
+ 0,
2906
+ [_jI],
2907
+ [0], 1
2908
+ ];
2909
+ var StartRecommendationRequest$ = [3, n0, _SRR,
2910
+ 0,
2911
+ [_n, _t, _rCe, _d, _kKA, _cT, _ta],
2912
+ [0, 0, [() => RecommendationConfig$, 0], 0, 0, [0, 4], 128 | 0], 3
2913
+ ];
2914
+ var StartRecommendationResponse$ = [3, n0, _SRRt,
2915
+ 0,
2916
+ [_rI, _rAe, _n, _t, _rCe, _sta, _cA, _uA, _d],
2917
+ [0, 0, 0, 0, [() => RecommendationConfig$, 0], 0, 5, 5, 0], 8
2918
+ ];
2919
+ var StopBatchEvaluationRequest$ = [3, n0, _SBERto,
2920
+ 0,
2921
+ [_bEI],
2922
+ [[0, 1]], 1
2923
+ ];
2924
+ var StopBatchEvaluationResponse$ = [3, n0, _SBERtop,
2925
+ 0,
2926
+ [_bEI, _bEA, _sta, _d],
2927
+ [0, 0, 0, 0], 3
2928
+ ];
2929
+ var StopBrowserSessionRequest$ = [3, n0, _SBSRto,
2930
+ 0,
2931
+ [_bI, _sI, _tI, _tPr, _cT],
2932
+ [[0, 1], [0, { [_hQ]: _sI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 2
2933
+ ];
2934
+ var StopBrowserSessionResponse$ = [3, n0, _SBSRtop,
2935
+ 0,
2936
+ [_bI, _sI, _lUA],
2937
+ [0, 0, 5], 3
2938
+ ];
2939
+ var StopCodeInterpreterSessionRequest$ = [3, n0, _SCISRto,
2940
+ 0,
2941
+ [_cII, _sI, _tI, _tPr, _cT],
2942
+ [[0, 1], [0, { [_hQ]: _sI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, 4]], 2
2943
+ ];
2944
+ var StopCodeInterpreterSessionResponse$ = [3, n0, _SCISRtop,
2945
+ 0,
2946
+ [_cII, _sI, _lUA],
2947
+ [0, 0, 5], 3
2948
+ ];
2949
+ var StopRuntimeSessionRequest$ = [3, n0, _SRSR,
2950
+ 0,
2951
+ [_rSI, _aRA, _q, _cT],
2952
+ [[0, { [_hH]: _XABARSI }], [0, 1], [0, { [_hQ]: _q }], [0, 4]], 2
2953
+ ];
2954
+ var StopRuntimeSessionResponse$ = [3, n0, _SRSRt,
2955
+ 0,
2956
+ [_rSI, _sCt],
2957
+ [[0, { [_hH]: _XABARSI }], [1, 32]]
2958
+ ];
2959
+ var StripePrivyTokenRequestInput$ = [3, n0, _SPTRI,
2960
+ 0,
2961
+ [_rP, _rB, _rH, _iAS],
2962
+ [0, [() => StripePrivyRequestBodyType, 0], 0, 2], 2
2963
+ ];
2964
+ var StripePrivyTokenResponseOutput$ = [3, n0, _SPTRO,
2965
+ 0,
2966
+ [_aIp, _bAT, _aSu, _rE],
2967
+ [0, [() => StripePrivyBasicAuthTokenType, 0], [() => StripePrivyAuthorizationSignatureType, 0], 1], 2
2968
+ ];
2969
+ var SystemPromptConfigurationBundle$ = [3, n0, _SPCB,
2970
+ 0,
2971
+ [_bA, _vI, _sPJP],
2972
+ [0, 0, 0], 3
2973
+ ];
2974
+ var SystemPromptRecommendationConfig$ = [3, n0, _SPRC,
2975
+ 0,
2976
+ [_sP, _aTg, _eCv],
2977
+ [[() => SystemPromptConfig$, 0], [() => AgentTracesConfig$, 0], () => RecommendationEvaluationConfig$], 2
2978
+ ];
2979
+ var SystemPromptRecommendationResult$ = [3, n0, _SPRR,
2980
+ 0,
2981
+ [_rSP, _cB, _ex, _eCr, _eMr],
2982
+ [[() => SystemPromptText, 0], () => RecommendationResultConfigurationBundle$, 0, 0, 0]
2983
+ ];
2984
+ var TargetRef$ = [3, n0, _TR,
2985
+ 0,
2986
+ [_n],
2987
+ [0], 1
2988
+ ];
2989
+ var TokenBalance$ = [3, n0, _TB,
2990
+ 0,
2991
+ [_am, _dec, _to, _ne, _ch],
2992
+ [0, 1, 0, 0, 0], 5
2993
+ ];
2994
+ var TokenUsage$ = [3, n0, _TU,
2995
+ 0,
2996
+ [_iTn, _oT, _tT],
2997
+ [1, 1, 1]
2998
+ ];
2999
+ var ToolArguments$ = [3, n0, _TA,
3000
+ 0,
3001
+ [_cod, _lan, _cCl, _com, _pat, _pa, _co, _dPi, _tIa, _run],
3002
+ [0, 0, 2, 0, 0, 64 | 0, [() => InputContentBlockList, 0], 0, 0, 0]
3003
+ ];
3004
+ var ToolDescriptionConfigurationBundle$ = [3, n0, _TDCB,
3005
+ 0,
3006
+ [_bA, _vI, _too],
3007
+ [0, 0, () => ConfigurationBundleToolEntryList], 3
3008
+ ];
3009
+ var ToolDescriptionInput$ = [3, n0, _TDI,
3010
+ 0,
3011
+ [_tN, _tD],
3012
+ [0, [() => ToolDescriptionConfig$, 0]], 2
3013
+ ];
3014
+ var ToolDescriptionOutput$ = [3, n0, _TDO,
3015
+ 0,
3016
+ [_tN, _rTD, _ex],
3017
+ [0, [() => ToolDescriptionText, 0], 0], 1
3018
+ ];
3019
+ var ToolDescriptionRecommendationConfig$ = [3, n0, _TDRC,
3020
+ 0,
3021
+ [_tD, _aTg],
3022
+ [[() => ToolDescriptionSource$, 0], [() => AgentTracesConfig$, 0]], 2
3023
+ ];
3024
+ var ToolDescriptionRecommendationResult$ = [3, n0, _TDRR,
3025
+ 0,
3026
+ [_too, _cB, _eCr, _eMr],
3027
+ [[() => ToolDescriptionResultList, 0], () => RecommendationResultConfigurationBundle$, 0, 0]
3028
+ ];
3029
+ var ToolDescriptionTextInput$ = [3, n0, _TDTI,
3030
+ 0,
3031
+ [_too],
3032
+ [[() => ToolDescriptionList, 0]], 1
3033
+ ];
3034
+ var ToolResultStructuredContent$ = [3, n0, _TRSC,
3035
+ 0,
3036
+ [_tIa, _tSa, _std, _stde, _eC, _eTxe],
3037
+ [0, 0, 0, 0, 1, 1]
3038
+ ];
3039
+ var ToolsDefinition$ = [3, n0, _TD,
3040
+ 0,
3041
+ [_pV, _iC],
3042
+ [0, 0]
3043
+ ];
3044
+ var UpdateABTestRequest$ = [3, n0, _UABTR,
3045
+ 0,
3046
+ [_aTI, _cT, _n, _d, _va, _gF, _eCv, _rA, _eS],
3047
+ [[0, 1], [0, 4], 0, 0, () => VariantList, () => GatewayFilter$, () => ABTestEvaluationConfig$, 0, 0], 1
3048
+ ];
3049
+ var UpdateABTestResponse$ = [3, n0, _UABTRp,
3050
+ 0,
3051
+ [_aTI, _aTA, _sta, _eS, _uA],
3052
+ [0, 0, 0, 0, 4], 5
3053
+ ];
3054
+ var UpdateBrowserStreamRequest$ = [3, n0, _UBSR,
3055
+ 0,
3056
+ [_bI, _sI, _sUt, _cT],
3057
+ [[0, 1], [0, { [_hQ]: _sI }], () => StreamUpdate$, [0, 4]], 3
3058
+ ];
3059
+ var UpdateBrowserStreamResponse$ = [3, n0, _UBSRp,
3060
+ 0,
3061
+ [_bI, _sI, _str, _uA],
3062
+ [0, 0, () => BrowserSessionStream$, 5], 4
3063
+ ];
3064
+ var UserIntentAffectedSession$ = [3, n0, _UIAS,
3065
+ 0,
3066
+ [_sI, _uM],
3067
+ [0, 64 | 0], 2
3068
+ ];
3069
+ var UserIntentCluster$ = [3, n0, _UIC,
3070
+ 0,
3071
+ [_cI, _n, _d, _aSC, _aSf],
3072
+ [1, 0, 0, 1, () => UserIntentAffectedSessionList], 5
3073
+ ];
3074
+ var UserIntentClusteringResultContent$ = [3, n0, _UICRC,
3075
+ 0,
3076
+ [_uIse],
3077
+ [() => UserIntentClusterList], 1
3078
+ ];
3079
+ var ValidationExceptionField$ = [3, n0, _VEF,
3080
+ 0,
3081
+ [_n, _m],
3082
+ [0, 0], 2
3083
+ ];
3084
+ var Variant$ = [3, n0, _V,
3085
+ 0,
3086
+ [_n, _w, _vC],
3087
+ [0, 1, () => VariantConfiguration$], 3
3088
+ ];
3089
+ var VariantConfiguration$ = [3, n0, _VC,
3090
+ 0,
3091
+ [_cB, _tar],
3092
+ [() => ConfigurationBundleRef$, () => TargetRef$]
3093
+ ];
3094
+ var VariantResult$ = [3, n0, _VR,
3095
+ 0,
3096
+ [_vN, _sSa, _me, _iSs, _aCb, _pCe, _pVa, _cIo],
3097
+ [0, 1, 1, 2, 1, 1, 1, () => ConfidenceInterval$], 4
3098
+ ];
3099
+ var ViewPort$ = [3, n0, _VP,
3100
+ 0,
3101
+ [_wi, _he],
3102
+ [1, 1], 2
3103
+ ];
3104
+ var __Unit = "unit";
3105
+ var ABTestSummaryList = [1, n0, _ABTSL,
3106
+ 0, () => ABTestSummary$
3107
+ ];
3108
+ var ActorSummaryList = [1, n0, _ASL,
3109
+ 0, () => ActorSummary$
3110
+ ];
3111
+ var AffectedSessionList = [1, n0, _ASLf,
3112
+ 0, () => AffectedSession$
3113
+ ];
3114
+ var BatchEvaluationSummaryList = [1, n0, _BESL,
3115
+ 0, () => BatchEvaluationSummary$
3116
+ ];
3117
+ var BrowserEnterprisePolicies = [1, n0, _BEPr,
3118
+ 0, () => BrowserEnterprisePolicy$
3119
+ ];
3120
+ var BrowserExtensions = [1, n0, _BEr,
3121
+ 0, () => BrowserExtension$
3122
+ ];
3123
+ var BrowserSessionSummaries = [1, n0, _BSSro,
3124
+ 0, () => BrowserSessionSummary$
3125
+ ];
3126
+ var Certificates = [1, n0, _Ce,
3127
+ 0, () => Certificate$
3128
+ ];
3129
+ var CloudWatchLogsFilterList = [1, n0, _CWLFL,
3130
+ 0, () => CloudWatchLogsFilter$
3131
+ ];
3132
+ var CodeInterpreterSessionSummaries = [1, n0, _CISSo,
3133
+ 0, () => CodeInterpreterSessionSummary$
3134
+ ];
3135
+ var ConfigurationBundleToolEntryList = [1, n0, _CBTEL,
3136
+ 0, () => ConfigurationBundleToolEntry$
3137
+ ];
3138
+ var ContentBlockList = [1, n0, _CBL,
3139
+ 0, () => ContentBlock$
3140
+ ];
3141
+ var EvaluationContentList = [1, n0, _ECL,
3142
+ 0, () => EvaluationContent$
3143
+ ];
3144
+ var EvaluationReferenceInputs = [1, n0, _ERIv,
3145
+ 8, () => EvaluationReferenceInput$
3146
+ ];
3147
+ var EvaluationResults = [1, n0, _ERva,
3148
+ 0, [() => EvaluationResultContent$,
3149
+ 0]
3150
+ ];
3151
+ var EvaluatorList = [1, n0, _EL,
3152
+ 0, () => Evaluator$
3153
+ ];
3154
+ var EvaluatorMetricList = [1, n0, _EML,
3155
+ 0, () => EvaluatorMetric$
3156
+ ];
3157
+ var EvaluatorSummaryList = [1, n0, _ESL,
3158
+ 0, () => EvaluatorSummary$
3159
+ ];
3160
+ var EventList = [1, n0, _ELv,
3161
+ 0, [() => Event$,
3162
+ 0]
3163
+ ];
3164
+ var EventMetadataFilterList = [1, n0, _EMFL,
3165
+ 0, () => EventMetadataFilterExpression$
3166
+ ];
3167
+ var ExecutionSummaryAffectedSessionList = [1, n0, _ESASL,
3168
+ 0, () => ExecutionSummaryAffectedSession$
3169
+ ];
3170
+ var ExecutionSummaryClusterList = [1, n0, _ESCL,
3171
+ 0, () => ExecutionSummaryCluster$
3172
+ ];
3173
+ var ExtractionJobMetadataList = [1, n0, _EJML,
3174
+ 0, () => ExtractionJobMetadata$
3175
+ ];
3176
+ var FailureCategoryClusterList = [1, n0, _FCCL,
3177
+ 0, () => FailureCategoryCluster$
3178
+ ];
3179
+ var FailureSpanDetailList = [1, n0, _FSDL,
3180
+ 0, () => FailureSpanDetail$
3181
+ ];
3182
+ var FailureSubCategoryClusterList = [1, n0, _FSCCL,
3183
+ 0, () => FailureSubCategoryCluster$
3184
+ ];
3185
+ var GroundTruthTurnList = [1, n0, _GTTL,
3186
+ 0, () => GroundTruthTurn$
3187
+ ];
3188
+ var HarnessContentBlocks = [1, n0, _HCB,
3189
+ 0, [() => HarnessContentBlock$,
3190
+ 0]
3191
+ ];
3192
+ var HarnessMessages = [1, n0, _HMa,
3193
+ 0, [() => HarnessMessage$,
3194
+ 0]
3195
+ ];
3196
+ var HarnessSkills = [1, n0, _HS,
3197
+ 0, () => HarnessSkill$
3198
+ ];
3199
+ var HarnessSystemPrompt = [1, n0, _HSP,
3200
+ 0, [() => HarnessSystemContentBlock$,
3201
+ 0]
3202
+ ];
3203
+ var HarnessToolResultBlocksDelta = [1, n0, _HTRBD,
3204
+ 0, [() => HarnessToolResultBlockDelta$,
3205
+ 0]
3206
+ ];
3207
+ var HarnessToolResultContentBlocks = [1, n0, _HTRCB,
3208
+ 0, [() => HarnessToolResultContentBlock$,
3209
+ 0]
3210
+ ];
3211
+ var HarnessTools = [1, n0, _HTa,
3212
+ 0, [() => HarnessTool$,
3213
+ 0]
3214
+ ];
3215
+ var InputContentBlockList = [1, n0, _ICBL,
3216
+ 0, [() => InputContentBlock$,
3217
+ 0]
3218
+ ];
3219
+ var InsightList = [1, n0, _IL,
3220
+ 0, () => Insight$
3221
+ ];
3222
+ var InsightsFailureSignalList = [1, n0, _IFSL,
3223
+ 0, () => InsightsFailureSignal$
3224
+ ];
3225
+ var LinkedAccountList = [1, n0, _LAL,
3226
+ 0, [() => LinkedAccount$,
3227
+ 0]
3228
+ ];
3229
+ var MemoryMetadataFilterList = [1, n0, _MMFL,
3230
+ 0, () => MemoryMetadataFilterExpression$
3231
+ ];
3232
+ var MemoryRecordsCreateInputList = [1, n0, _MRCIL,
3233
+ 0, [() => MemoryRecordCreateInput$,
3234
+ 0]
3235
+ ];
3236
+ var MemoryRecordsDeleteInputList = [1, n0, _MRDIL,
3237
+ 0, () => MemoryRecordDeleteInput$
3238
+ ];
3239
+ var MemoryRecordsOutputList = [1, n0, _MROL,
3240
+ 0, () => MemoryRecordOutput$
3241
+ ];
3242
+ var MemoryRecordSummaryList = [1, n0, _MRSL,
3243
+ 0, [() => MemoryRecordSummary$,
3244
+ 0]
3245
+ ];
3246
+ var MemoryRecordsUpdateInputList = [1, n0, _MRUIL,
3247
+ 0, [() => MemoryRecordUpdateInput$,
3248
+ 0]
3249
+ ];
3250
+ var MessagesList = [1, n0, _ML,
3251
+ 0, () => MessageMetadata$
3252
+ ];
3253
+ var PayloadTypeList = [1, n0, _PTL,
3254
+ 0, [() => PayloadType$,
3255
+ 0]
3256
+ ];
3257
+ var PaymentInstrumentSummaryList = [1, n0, _PISL,
3258
+ 0, () => PaymentInstrumentSummary$
3259
+ ];
3260
+ var PaymentSessionSummaryList = [1, n0, _PSSL,
3261
+ 0, () => PaymentSessionSummary$
3262
+ ];
3263
+ var PerVariantOnlineEvaluationConfigList = [1, n0, _PVOECL,
3264
+ 0, () => PerVariantOnlineEvaluationConfig$
3265
+ ];
3266
+ var Proxies = [1, n0, _P,
3267
+ 0, () => Proxy$
3268
+ ];
3269
+ var RecommendationEvaluatorList = [1, n0, _REL,
3270
+ 0, () => RecommendationEvaluatorReference$
3271
+ ];
3272
+ var RecommendationSummaryList = [1, n0, _RSL,
3273
+ 0, () => RecommendationSummary$
3274
+ ];
3275
+ var RegistryRecordSummaryList = [1, n0, _RRSL,
3276
+ 0, [() => RegistryRecordSummary$,
3277
+ 0]
3278
+ ];
3279
+ var RootCauseClusterList = [1, n0, _RCCL,
3280
+ 0, () => RootCauseCluster$
3281
+ ];
3282
+ var SessionMetadataList = [1, n0, _SMLe,
3283
+ 0, () => SessionMetadataShape$
3284
+ ];
3285
+ var SessionSummaryList = [1, n0, _SSL,
3286
+ 0, () => SessionSummary$
3287
+ ];
3288
+ var Spans = [1, n0, _Sp,
3289
+ 8, 15
3290
+ ];
3291
+ var ToolDescriptionList = [1, n0, _TDL,
3292
+ 0, [() => ToolDescriptionInput$,
3293
+ 0]
3294
+ ];
3295
+ var ToolDescriptionResultList = [1, n0, _TDRL,
3296
+ 0, [() => ToolDescriptionOutput$,
3297
+ 0]
3298
+ ];
3299
+ var UserIntentAffectedSessionList = [1, n0, _UIASL,
3300
+ 0, () => UserIntentAffectedSession$
3301
+ ];
3302
+ var UserIntentClusterList = [1, n0, _UICL,
3303
+ 0, () => UserIntentCluster$
3304
+ ];
3305
+ var ValidationExceptionFieldList = [1, n0, _VEFL,
3306
+ 0, () => ValidationExceptionField$
3307
+ ];
3308
+ var VariantList = [1, n0, _VL,
3309
+ 0, () => Variant$
3310
+ ];
3311
+ var VariantResultList = [1, n0, _VRL,
3312
+ 0, () => VariantResult$
3313
+ ];
3314
+ var CustomRequestParametersType = [2, n0, _CRPT,
3315
+ 0, [0,
3316
+ 0],
3317
+ [() => CustomRequestValueType,
3318
+ 0]
3319
+ ];
3320
+ var HttpHeadersMap = [2, n0, _HHM,
3321
+ 8, 0, 0
3322
+ ];
3323
+ var MemoryRecordMetadataMap = [2, n0, _MRMM,
3324
+ 0, 0, () => MemoryRecordMetadataValue$
3325
+ ];
3326
+ var MetadataMap = [2, n0, _MMe,
3327
+ 0, 0, () => MetadataValue$
3328
+ ];
3329
+ var OAuthCustomParameters = [2, n0, _OACPu,
3330
+ 0, [0,
3331
+ 0],
3332
+ [() => OAuthCustomParametersValue,
3333
+ 0]
3334
+ ];
3335
+ var ABTestEvaluationConfig$ = [4, n0, _ABTEC,
3336
+ 0,
3337
+ [_oECA, _pVOEC],
3338
+ [0, () => PerVariantOnlineEvaluationConfigList]
3339
+ ];
3340
+ var AgentTracesConfig$ = [4, n0, _ATC,
3341
+ 0,
3342
+ [_sSess, _cL, _bEa],
3343
+ [[() => Spans, 0], () => CloudWatchLogsTraceConfig$, () => BatchEvaluationTraceConfig$]
3344
+ ];
3345
+ var BrowserAction$ = [4, n0, _BAr,
3346
+ 0,
3347
+ [_mC, _mM, _mD, _mS, _kT, _kP, _kS, _scr],
3348
+ [() => MouseClickArguments$, () => MouseMoveArguments$, () => MouseDragArguments$, () => MouseScrollArguments$, () => KeyTypeArguments$, () => KeyPressArguments$, () => KeyShortcutArguments$, () => ScreenshotArguments$]
3349
+ ];
3350
+ var BrowserActionResult$ = [4, n0, _BAR,
3351
+ 0,
3352
+ [_mC, _mM, _mD, _mS, _kT, _kP, _kS, _scr],
3353
+ [() => MouseClickResult$, () => MouseMoveResult$, () => MouseDragResult$, () => MouseScrollResult$, () => KeyTypeResult$, () => KeyPressResult$, () => KeyShortcutResult$, () => ScreenshotResult$]
3354
+ ];
3355
+ var CertificateLocation$ = [4, n0, _CL,
3356
+ 0,
3357
+ [_sMe],
3358
+ [() => SecretsManagerLocation$]
3359
+ ];
3360
+ var CodeInterpreterStreamOutput$ = [4, n0, _CISO,
3361
+ { [_st]: 1 },
3362
+ [_resul, _aDE, _cE, _iSE, _rNFE, _sQEE, _tEh, _vE],
3363
+ [() => CodeInterpreterResult$, [() => AccessDeniedException$, 0], [() => ConflictException$, 0], [() => InternalServerException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => ValidationException$, 0]]
3364
+ ];
3365
+ var Content$ = [4, n0, _Con,
3366
+ 0,
3367
+ [_te],
3368
+ [[() => SensitiveString, 0]]
3369
+ ];
3370
+ var Context$ = [4, n0, _Cont,
3371
+ 0,
3372
+ [_sCp],
3373
+ [() => SpanContext$]
3374
+ ];
3375
+ var DataSourceConfig$ = [4, n0, _DSC,
3376
+ 0,
3377
+ [_cWL, _oECS],
3378
+ [() => CloudWatchLogsSource$, () => OnlineEvaluationConfigSource$]
3379
+ ];
3380
+ var EvaluationContent$ = [4, n0, _EC,
3381
+ 0,
3382
+ [_te],
3383
+ [0]
3384
+ ];
3385
+ var EvaluationInput$ = [4, n0, _EI,
3386
+ 0,
3387
+ [_sSess],
3388
+ [[() => Spans, 0]]
3389
+ ];
3390
+ var EvaluationMetadata$ = [4, n0, _EMv,
3391
+ 0,
3392
+ [_sMes],
3393
+ [() => SessionMetadataList]
3394
+ ];
3395
+ var EvaluationTarget$ = [4, n0, _ET,
3396
+ 0,
3397
+ [_sIpa, _tIr],
3398
+ [64 | 0, 64 | 0]
3399
+ ];
3400
+ var ExtractionJobMessages$ = [4, n0, _EJMx,
3401
+ 0,
3402
+ [_mL],
3403
+ [() => MessagesList]
3404
+ ];
3405
+ var FilterValue$ = [4, n0, _FV,
3406
+ 0,
3407
+ [_sVt, _dV, _bVo],
3408
+ [0, 1, 2]
3409
+ ];
3410
+ var GroundTruthSource$ = [4, n0, _GTS,
3411
+ 0,
3412
+ [_inl],
3413
+ [() => InlineGroundTruth$]
3414
+ ];
3415
+ var GroundTruthTurnInput$ = [4, n0, _GTTI,
3416
+ 0,
3417
+ [_prom],
3418
+ [0]
3419
+ ];
3420
+ var HarnessContentBlock$ = [4, n0, _HCBa,
3421
+ 0,
3422
+ [_te, _tUo, _tRo, _rCea],
3423
+ [[() => SensitiveText, 0], [() => HarnessToolUseBlock$, 0], [() => HarnessToolResultBlock$, 0], [() => HarnessReasoningContentBlock$, 0]]
3424
+ ];
3425
+ var HarnessContentBlockDelta$ = [4, n0, _HCBD,
3426
+ 0,
3427
+ [_te, _tUo, _tRo, _rCea],
3428
+ [[() => SensitiveText, 0], [() => HarnessToolUseBlockDelta$, 0], [() => HarnessToolResultBlocksDelta, 0], [() => HarnessReasoningContentBlockDelta$, 0]]
3429
+ ];
3430
+ var HarnessContentBlockStart$ = [4, n0, _HCBS,
3431
+ 0,
3432
+ [_tUo, _tRo],
3433
+ [() => HarnessToolUseBlockStart$, () => HarnessToolResultBlockStart$]
3434
+ ];
3435
+ var HarnessGatewayOutboundAuth$ = [4, n0, _HGOA,
3436
+ 0,
3437
+ [_aIw, _no, _oa],
3438
+ [() => __Unit, () => __Unit, [() => OAuthCredentialProvider$, 0]]
3439
+ ];
3440
+ var HarnessModelConfiguration$ = [4, n0, _HMC,
3441
+ 0,
3442
+ [_bMC, _oAMC, _gMC, _lLMC],
3443
+ [() => HarnessBedrockModelConfig$, () => HarnessOpenAiModelConfig$, () => HarnessGeminiModelConfig$, [() => HarnessLiteLlmModelConfig$, 0]]
3444
+ ];
3445
+ var HarnessReasoningContentBlock$ = [4, n0, _HRCB,
3446
+ 8,
3447
+ [_rT, _rCed],
3448
+ [[() => HarnessReasoningTextBlock$, 0], 21]
3449
+ ];
3450
+ var HarnessReasoningContentBlockDelta$ = [4, n0, _HRCBD,
3451
+ 8,
3452
+ [_te, _rCed, _sign],
3453
+ [0, [() => Body, 0], 0]
3454
+ ];
3455
+ var HarnessSkill$ = [4, n0, _HSa,
3456
+ 0,
3457
+ [_pat, _s_, _g, _aSw],
3458
+ [0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$, () => HarnessSkillAwsSkillsSource$]
3459
+ ];
3460
+ var HarnessSystemContentBlock$ = [4, n0, _HSCB,
3461
+ 0,
3462
+ [_te],
3463
+ [[() => SensitiveText, 0]]
3464
+ ];
3465
+ var HarnessToolConfiguration$ = [4, n0, _HTC,
3466
+ 0,
3467
+ [_rMe, _aCB, _aCG, _iF, _aCCI],
3468
+ [[() => HarnessRemoteMcpConfig$, 0], () => HarnessAgentCoreBrowserConfig$, [() => HarnessAgentCoreGatewayConfig$, 0], [() => HarnessInlineFunctionConfig$, 0], () => HarnessAgentCoreCodeInterpreterConfig$]
3469
+ ];
3470
+ var HarnessToolResultBlockDelta$ = [4, n0, _HTRBDa,
3471
+ 0,
3472
+ [_te, _js],
3473
+ [[() => SensitiveText, 0], [() => SensitiveJson, 0]]
3474
+ ];
3475
+ var HarnessToolResultContentBlock$ = [4, n0, _HTRCBa,
3476
+ 0,
3477
+ [_te, _js],
3478
+ [[() => SensitiveText, 0], [() => SensitiveJson, 0]]
3479
+ ];
3480
+ var InvokeAgentRuntimeCommandStreamOutput$ = [4, n0, _IARCSO,
3481
+ { [_st]: 1 },
3482
+ [_chu, _aDE, _iSE, _rNFE, _sQEE, _tEh, _vE, _rCE],
3483
+ [() => ResponseChunk$, [() => AccessDeniedException$, 0], [() => InternalServerException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => ValidationException$, 0], [() => RuntimeClientError$, 0]]
3484
+ ];
3485
+ var InvokeHarnessStreamOutput$ = [4, n0, _IHSO,
3486
+ { [_st]: 1 },
3487
+ [_mSe, _cBS, _cBD, _cBSo, _mSes, _met, _iSE, _vE, _rCE],
3488
+ [() => HarnessMessageStartEvent$, () => HarnessContentBlockStartEvent$, [() => HarnessContentBlockDeltaEvent$, 0], () => HarnessContentBlockStopEvent$, () => HarnessMessageStopEvent$, () => HarnessMetadataEvent$, [() => InternalServerException$, 0], [() => ValidationException$, 0], [() => RuntimeClientError$, 0]]
3489
+ ];
3490
+ var LeftExpression$ = [4, n0, _LE,
3491
+ 0,
3492
+ [_mK],
3493
+ [0]
3494
+ ];
3495
+ var LinkedAccount$ = [4, n0, _LA,
3496
+ 8,
3497
+ [_em, _sm, _dJ, _oAu],
3498
+ [[() => LinkedAccountEmail$, 0], [() => LinkedAccountSms$, 0], () => LinkedAccountDeveloperJwt$, [() => LinkedAccountOAuth2$, 0]]
3499
+ ];
3500
+ var LinkedAccountOAuth2$ = [4, n0, _LAOA,
3501
+ 0,
3502
+ [_go, _ap, _x, _tel, _gi],
3503
+ [[() => OAuth2Authentication$, 0], [() => OAuth2Authentication$, 0], [() => OAuth2Authentication$, 0], [() => OAuth2Authentication$, 0], [() => OAuth2Authentication$, 0]]
3504
+ ];
3505
+ var MemoryContent$ = [4, n0, _MC,
3506
+ 0,
3507
+ [_te],
3508
+ [[() => SensitiveString, 0]]
3509
+ ];
3510
+ var MemoryRecordLeftExpression$ = [4, n0, _MRLE,
3511
+ 0,
3512
+ [_mK],
3513
+ [0]
3514
+ ];
3515
+ var MemoryRecordMetadataValue$ = [4, n0, _MRMV,
3516
+ 0,
3517
+ [_sVt, _sLV, _nV, _dTV],
3518
+ [0, 64 | 0, 1, 4]
3519
+ ];
3520
+ var MemoryRecordRightExpression$ = [4, n0, _MRRE,
3521
+ 0,
3522
+ [_mV],
3523
+ [() => MemoryRecordMetadataValue$]
3524
+ ];
3525
+ var MetadataValue$ = [4, n0, _MV,
3526
+ 0,
3527
+ [_sVt],
3528
+ [0]
3529
+ ];
3530
+ var OutputConfig$ = [4, n0, _OC,
3531
+ 0,
3532
+ [_cWC],
3533
+ [() => CloudWatchOutputConfig$]
3534
+ ];
3535
+ var PayloadType$ = [4, n0, _PT,
3536
+ 0,
3537
+ [_conv, _bl],
3538
+ [[() => Conversational$, 0], [() => MemoryDocument, 0]]
3539
+ ];
3540
+ var PaymentInput$ = [4, n0, _PIa,
3541
+ 0,
3542
+ [_cX],
3543
+ [[() => CryptoX402PaymentInput$, 0]]
3544
+ ];
3545
+ var PaymentInstrumentDetails$ = [4, n0, _PID,
3546
+ 0,
3547
+ [_eCW],
3548
+ [[() => EmbeddedCryptoWallet$, 0]]
3549
+ ];
3550
+ var PaymentOutput$ = [4, n0, _PO,
3551
+ 0,
3552
+ [_cX],
3553
+ [[() => CryptoX402PaymentOutput$, 0]]
3554
+ ];
3555
+ var PaymentTokenRequestInput$ = [4, n0, _PTRI,
3556
+ 0,
3557
+ [_cCTR, _sPTR],
3558
+ [() => CoinbaseCdpTokenRequestInput$, [() => StripePrivyTokenRequestInput$, 0]]
3559
+ ];
3560
+ var PaymentTokenResponseOutput$ = [4, n0, _PTRO,
3561
+ 0,
3562
+ [_cCTRo, _sPTRt],
3563
+ [[() => CoinbaseCdpTokenResponseOutput$, 0], [() => StripePrivyTokenResponseOutput$, 0]]
3564
+ ];
3565
+ var Proxy$ = [4, n0, _Pr,
3566
+ 0,
3567
+ [_ePx],
3568
+ [() => ExternalProxy$]
3569
+ ];
3570
+ var ProxyCredentials$ = [4, n0, _PCr,
3571
+ 0,
3572
+ [_bAa],
3573
+ [() => BasicAuth$]
3574
+ ];
3575
+ var RecommendationConfig$ = [4, n0, _RCec,
3576
+ 0,
3577
+ [_sPRC, _tDRC],
3578
+ [[() => SystemPromptRecommendationConfig$, 0], [() => ToolDescriptionRecommendationConfig$, 0]]
3579
+ ];
3580
+ var RecommendationResult$ = [4, n0, _RR,
3581
+ 0,
3582
+ [_sPRR, _tDRR],
3583
+ [[() => SystemPromptRecommendationResult$, 0], [() => ToolDescriptionRecommendationResult$, 0]]
3584
+ ];
3585
+ var ResourceLocation$ = [4, n0, _RL,
3586
+ 0,
3587
+ [_s_],
3588
+ [() => S3Location$]
3589
+ ];
3590
+ var RightExpression$ = [4, n0, _RE,
3591
+ 0,
3592
+ [_mV],
3593
+ [() => MetadataValue$]
3594
+ ];
3595
+ var StreamUpdate$ = [4, n0, _SU,
3596
+ 0,
3597
+ [_aSU],
3598
+ [() => AutomationStreamUpdate$]
3599
+ ];
3600
+ var SystemPromptConfig$ = [4, n0, _SPC,
3601
+ 0,
3602
+ [_te, _cB],
3603
+ [[() => SystemPromptText, 0], () => SystemPromptConfigurationBundle$]
3604
+ ];
3605
+ var ToolDescriptionConfig$ = [4, n0, _TDC,
3606
+ 0,
3607
+ [_te],
3608
+ [[() => ToolDescriptionText, 0]]
3609
+ ];
3610
+ var ToolDescriptionSource$ = [4, n0, _TDS,
3611
+ 0,
3612
+ [_tDT, _cB],
3613
+ [[() => ToolDescriptionTextInput$, 0], () => ToolDescriptionConfigurationBundle$]
3614
+ ];
3615
+ var UserIdentifier$ = [4, n0, _UI,
3616
+ 0,
3617
+ [_uT, _uIs],
3618
+ [[() => UserTokenType, 0], 0]
3619
+ ];
3620
+ var BatchCreateMemoryRecords$ = [9, n0, _BCMR,
3621
+ { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchCreate", 201] }, () => BatchCreateMemoryRecordsInput$, () => BatchCreateMemoryRecordsOutput$
3622
+ ];
3623
+ var BatchDeleteMemoryRecords$ = [9, n0, _BDMR,
3624
+ { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchDelete", 200] }, () => BatchDeleteMemoryRecordsInput$, () => BatchDeleteMemoryRecordsOutput$
3625
+ ];
3626
+ var BatchUpdateMemoryRecords$ = [9, n0, _BUMR,
3627
+ { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords/batchUpdate", 200] }, () => BatchUpdateMemoryRecordsInput$, () => BatchUpdateMemoryRecordsOutput$
3628
+ ];
3629
+ var CompleteResourceTokenAuth$ = [9, n0, _CRTA,
3630
+ { [_ht]: ["POST", "/identities/CompleteResourceTokenAuth", 200] }, () => CompleteResourceTokenAuthRequest$, () => CompleteResourceTokenAuthResponse$
3631
+ ];
3632
+ var CreateABTest$ = [9, n0, _CABT,
3633
+ { [_ht]: ["POST", "/ab-tests", 202] }, () => CreateABTestRequest$, () => CreateABTestResponse$
3634
+ ];
3635
+ var CreateEvent$ = [9, n0, _CEr,
3636
+ { [_ht]: ["POST", "/memories/{memoryId}/events", 201] }, () => CreateEventInput$, () => CreateEventOutput$
3637
+ ];
3638
+ var CreatePaymentInstrument$ = [9, n0, _CPI,
3639
+ { [_ht]: ["POST", "/payments/createPaymentInstrument", 201] }, () => CreatePaymentInstrumentRequest$, () => CreatePaymentInstrumentResponse$
3640
+ ];
3641
+ var CreatePaymentSession$ = [9, n0, _CPS,
3642
+ { [_ht]: ["POST", "/payments/createPaymentSession", 201] }, () => CreatePaymentSessionRequest$, () => CreatePaymentSessionResponse$
3643
+ ];
3644
+ var DeleteABTest$ = [9, n0, _DABT,
3645
+ { [_ht]: ["DELETE", "/ab-tests/{abTestId}", 202] }, () => DeleteABTestRequest$, () => DeleteABTestResponse$
3646
+ ];
3647
+ var DeleteBatchEvaluation$ = [9, n0, _DBE,
3648
+ { [_ht]: ["DELETE", "/evaluations/batch-evaluate/{batchEvaluationId}", 202] }, () => DeleteBatchEvaluationRequest$, () => DeleteBatchEvaluationResponse$
3649
+ ];
3650
+ var DeleteEvent$ = [9, n0, _DE,
3651
+ { [_ht]: ["DELETE", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200] }, () => DeleteEventInput$, () => DeleteEventOutput$
3652
+ ];
3653
+ var DeleteMemoryRecord$ = [9, n0, _DMR,
3654
+ { [_ht]: ["DELETE", "/memories/{memoryId}/memoryRecords/{memoryRecordId}", 200] }, () => DeleteMemoryRecordInput$, () => DeleteMemoryRecordOutput$
3655
+ ];
3656
+ var DeletePaymentInstrument$ = [9, n0, _DPI,
3657
+ { [_ht]: ["POST", "/payments/deletePaymentInstrument", 200] }, () => DeletePaymentInstrumentRequest$, () => DeletePaymentInstrumentResponse$
3658
+ ];
3659
+ var DeletePaymentSession$ = [9, n0, _DPS,
3660
+ { [_ht]: ["POST", "/payments/deletePaymentSession", 200] }, () => DeletePaymentSessionRequest$, () => DeletePaymentSessionResponse$
3661
+ ];
3662
+ var DeleteRecommendation$ = [9, n0, _DR,
3663
+ { [_ht]: ["DELETE", "/recommendations/{recommendationId}", 202] }, () => DeleteRecommendationRequest$, () => DeleteRecommendationResponse$
3664
+ ];
3665
+ var Evaluate$ = [9, n0, _Eva,
3666
+ { [_ht]: ["POST", "/evaluations/evaluate/{evaluatorId}", 200] }, () => EvaluateRequest$, () => EvaluateResponse$
3667
+ ];
3668
+ var GetABTest$ = [9, n0, _GABT,
3669
+ { [_ht]: ["GET", "/ab-tests/{abTestId}", 200] }, () => GetABTestRequest$, () => GetABTestResponse$
3670
+ ];
3671
+ var GetAgentCard$ = [9, n0, _GAC,
3672
+ { [_ht]: ["GET", "/runtimes/{agentRuntimeArn}/invocations/.well-known/agent-card.json", 200] }, () => GetAgentCardRequest$, () => GetAgentCardResponse$
3673
+ ];
3674
+ var GetBatchEvaluation$ = [9, n0, _GBE,
3675
+ { [_ht]: ["GET", "/evaluations/batch-evaluate/{batchEvaluationId}", 200] }, () => GetBatchEvaluationRequest$, () => GetBatchEvaluationResponse$
3676
+ ];
3677
+ var GetBrowserSession$ = [9, n0, _GBS,
3678
+ { [_ht]: ["GET", "/browsers/{browserIdentifier}/sessions/get", 200] }, () => GetBrowserSessionRequest$, () => GetBrowserSessionResponse$
3679
+ ];
3680
+ var GetCodeInterpreterSession$ = [9, n0, _GCIS,
3681
+ { [_ht]: ["GET", "/code-interpreters/{codeInterpreterIdentifier}/sessions/get", 200] }, () => GetCodeInterpreterSessionRequest$, () => GetCodeInterpreterSessionResponse$
3682
+ ];
3683
+ var GetEvent$ = [9, n0, _GE,
3684
+ { [_ht]: ["GET", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}/events/{eventId}", 200] }, () => GetEventInput$, () => GetEventOutput$
3685
+ ];
3686
+ var GetMemoryRecord$ = [9, n0, _GMR,
3687
+ { [_ht]: ["GET", "/memories/{memoryId}/memoryRecord/{memoryRecordId}", 200] }, () => GetMemoryRecordInput$, () => GetMemoryRecordOutput$
3688
+ ];
3689
+ var GetPaymentInstrument$ = [9, n0, _GPI,
3690
+ { [_ht]: ["POST", "/payments/getPaymentInstrument", 200] }, () => GetPaymentInstrumentRequest$, () => GetPaymentInstrumentResponse$
3691
+ ];
3692
+ var GetPaymentInstrumentBalance$ = [9, n0, _GPIB,
3693
+ { [_ht]: ["POST", "/payments/getPaymentInstrumentBalance", 200] }, () => GetPaymentInstrumentBalanceRequest$, () => GetPaymentInstrumentBalanceResponse$
3694
+ ];
3695
+ var GetPaymentSession$ = [9, n0, _GPS,
3696
+ { [_ht]: ["POST", "/payments/getPaymentSession", 200] }, () => GetPaymentSessionRequest$, () => GetPaymentSessionResponse$
3697
+ ];
3698
+ var GetRecommendation$ = [9, n0, _GR,
3699
+ { [_ht]: ["GET", "/recommendations/{recommendationId}", 200] }, () => GetRecommendationRequest$, () => GetRecommendationResponse$
3700
+ ];
3701
+ var GetResourceApiKey$ = [9, n0, _GRAK,
3702
+ { [_ht]: ["POST", "/identities/api-key", 200] }, () => GetResourceApiKeyRequest$, () => GetResourceApiKeyResponse$
3703
+ ];
3704
+ var GetResourceOauth2Token$ = [9, n0, _GROT,
3705
+ { [_ht]: ["POST", "/identities/oauth2/token", 200] }, () => GetResourceOauth2TokenRequest$, () => GetResourceOauth2TokenResponse$
3706
+ ];
3707
+ var GetResourcePaymentToken$ = [9, n0, _GRPT,
3708
+ { [_ht]: ["POST", "/identities/payment/token", 200] }, () => GetResourcePaymentTokenRequest$, () => GetResourcePaymentTokenResponse$
3709
+ ];
3710
+ var GetWorkloadAccessToken$ = [9, n0, _GWAT,
3711
+ { [_ht]: ["POST", "/identities/GetWorkloadAccessToken", 200] }, () => GetWorkloadAccessTokenRequest$, () => GetWorkloadAccessTokenResponse$
3712
+ ];
3713
+ var GetWorkloadAccessTokenForJWT$ = [9, n0, _GWATFJWT,
3714
+ { [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForJWT", 200] }, () => GetWorkloadAccessTokenForJWTRequest$, () => GetWorkloadAccessTokenForJWTResponse$
3715
+ ];
3716
+ var GetWorkloadAccessTokenForUserId$ = [9, n0, _GWATFUI,
3717
+ { [_ht]: ["POST", "/identities/GetWorkloadAccessTokenForUserId", 200] }, () => GetWorkloadAccessTokenForUserIdRequest$, () => GetWorkloadAccessTokenForUserIdResponse$
3718
+ ];
3719
+ var InvokeAgentRuntime$ = [9, n0, _IAR,
3720
+ { [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/invocations", 200] }, () => InvokeAgentRuntimeRequest$, () => InvokeAgentRuntimeResponse$
3721
+ ];
3722
+ var InvokeAgentRuntimeCommand$ = [9, n0, _IARC,
3723
+ { [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/commands", 200] }, () => InvokeAgentRuntimeCommandRequest$, () => InvokeAgentRuntimeCommandResponse$
3724
+ ];
3725
+ var InvokeBrowser$ = [9, n0, _IB,
3726
+ { [_ht]: ["POST", "/browsers/{browserIdentifier}/sessions/invoke", 200] }, () => InvokeBrowserRequest$, () => InvokeBrowserResponse$
3727
+ ];
3728
+ var InvokeCodeInterpreter$ = [9, n0, _ICI,
3729
+ { [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/tools/invoke", 200] }, () => InvokeCodeInterpreterRequest$, () => InvokeCodeInterpreterResponse$
3730
+ ];
3731
+ var InvokeHarness$ = [9, n0, _IH,
3732
+ { [_ht]: ["POST", "/harnesses/invoke", 200] }, () => InvokeHarnessRequest$, () => InvokeHarnessResponse$
3733
+ ];
3734
+ var ListABTests$ = [9, n0, _LABT,
3735
+ { [_ht]: ["GET", "/ab-tests", 200] }, () => ListABTestsRequest$, () => ListABTestsResponse$
3736
+ ];
3737
+ var ListActors$ = [9, n0, _LAi,
3738
+ { [_ht]: ["POST", "/memories/{memoryId}/actors", 200] }, () => ListActorsInput$, () => ListActorsOutput$
3739
+ ];
3740
+ var ListBatchEvaluations$ = [9, n0, _LBE,
3741
+ { [_ht]: ["GET", "/evaluations/batch-evaluate", 200] }, () => ListBatchEvaluationsRequest$, () => ListBatchEvaluationsResponse$
3742
+ ];
3743
+ var ListBrowserSessions$ = [9, n0, _LBS,
3744
+ { [_ht]: ["POST", "/browsers/{browserIdentifier}/sessions/list", 200] }, () => ListBrowserSessionsRequest$, () => ListBrowserSessionsResponse$
3745
+ ];
3746
+ var ListCodeInterpreterSessions$ = [9, n0, _LCIS,
3747
+ { [_ht]: ["POST", "/code-interpreters/{codeInterpreterIdentifier}/sessions/list", 200] }, () => ListCodeInterpreterSessionsRequest$, () => ListCodeInterpreterSessionsResponse$
3748
+ ];
3749
+ var ListEvents$ = [9, n0, _LEi,
3750
+ { [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions/{sessionId}", 200] }, () => ListEventsInput$, () => ListEventsOutput$
3751
+ ];
3752
+ var ListMemoryExtractionJobs$ = [9, n0, _LMEJ,
3753
+ { [_ht]: ["POST", "/memories/{memoryId}/extractionJobs", 200] }, () => ListMemoryExtractionJobsInput$, () => ListMemoryExtractionJobsOutput$
3754
+ ];
3755
+ var ListMemoryRecords$ = [9, n0, _LMR,
3756
+ { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords", 200] }, () => ListMemoryRecordsInput$, () => ListMemoryRecordsOutput$
3757
+ ];
3758
+ var ListPaymentInstruments$ = [9, n0, _LPI,
3759
+ { [_ht]: ["POST", "/payments/listPaymentInstruments", 200] }, () => ListPaymentInstrumentsRequest$, () => ListPaymentInstrumentsResponse$
3760
+ ];
3761
+ var ListPaymentSessions$ = [9, n0, _LPS,
3762
+ { [_ht]: ["POST", "/payments/listPaymentSessions", 200] }, () => ListPaymentSessionsRequest$, () => ListPaymentSessionsResponse$
3763
+ ];
3764
+ var ListRecommendations$ = [9, n0, _LR,
3765
+ { [_ht]: ["GET", "/recommendations", 200] }, () => ListRecommendationsRequest$, () => ListRecommendationsResponse$
3766
+ ];
3767
+ var ListSessions$ = [9, n0, _LS,
3768
+ { [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions", 200] }, () => ListSessionsInput$, () => ListSessionsOutput$
3769
+ ];
3770
+ var ProcessPayment$ = [9, n0, _PP,
3771
+ { [_ht]: ["POST", "/payments/processPayment", 200] }, () => ProcessPaymentRequest$, () => ProcessPaymentResponse$
3772
+ ];
3773
+ var RetrieveMemoryRecords$ = [9, n0, _RMR,
3774
+ { [_ht]: ["POST", "/memories/{memoryId}/retrieve", 200] }, () => RetrieveMemoryRecordsInput$, () => RetrieveMemoryRecordsOutput$
3775
+ ];
3776
+ var SaveBrowserSessionProfile$ = [9, n0, _SBSP,
3777
+ { [_ht]: ["PUT", "/browser-profiles/{profileIdentifier}/save", 200] }, () => SaveBrowserSessionProfileRequest$, () => SaveBrowserSessionProfileResponse$
3778
+ ];
3779
+ var SearchRegistryRecords$ = [9, n0, _SRRe,
3780
+ { [_ht]: ["POST", "/registry-records/search", 200] }, () => SearchRegistryRecordsRequest$, () => SearchRegistryRecordsResponse$
3781
+ ];
3782
+ var StartBatchEvaluation$ = [9, n0, _SBE,
3783
+ { [_ht]: ["POST", "/evaluations/batch-evaluate", 202] }, () => StartBatchEvaluationRequest$, () => StartBatchEvaluationResponse$
3784
+ ];
3785
+ var StartBrowserSession$ = [9, n0, _SBS,
3786
+ { [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/start", 200] }, () => StartBrowserSessionRequest$, () => StartBrowserSessionResponse$
3787
+ ];
3788
+ var StartCodeInterpreterSession$ = [9, n0, _SCIS,
3789
+ { [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/start", 200] }, () => StartCodeInterpreterSessionRequest$, () => StartCodeInterpreterSessionResponse$
3790
+ ];
3791
+ var StartMemoryExtractionJob$ = [9, n0, _SMEJ,
3792
+ { [_ht]: ["POST", "/memories/{memoryId}/extractionJobs/start", 200] }, () => StartMemoryExtractionJobInput$, () => StartMemoryExtractionJobOutput$
3793
+ ];
3794
+ var StartRecommendation$ = [9, n0, _SRt,
3795
+ { [_ht]: ["POST", "/recommendations", 202] }, () => StartRecommendationRequest$, () => StartRecommendationResponse$
3796
+ ];
3797
+ var StopBatchEvaluation$ = [9, n0, _SBEt,
3798
+ { [_ht]: ["POST", "/evaluations/batch-evaluate/{batchEvaluationId}/stop", 202] }, () => StopBatchEvaluationRequest$, () => StopBatchEvaluationResponse$
3799
+ ];
3800
+ var StopBrowserSession$ = [9, n0, _SBSt,
3801
+ { [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/stop", 200] }, () => StopBrowserSessionRequest$, () => StopBrowserSessionResponse$
3802
+ ];
3803
+ var StopCodeInterpreterSession$ = [9, n0, _SCISt,
3804
+ { [_ht]: ["PUT", "/code-interpreters/{codeInterpreterIdentifier}/sessions/stop", 200] }, () => StopCodeInterpreterSessionRequest$, () => StopCodeInterpreterSessionResponse$
3805
+ ];
3806
+ var StopRuntimeSession$ = [9, n0, _SRS,
3807
+ { [_ht]: ["POST", "/runtimes/{agentRuntimeArn}/stopruntimesession", 200] }, () => StopRuntimeSessionRequest$, () => StopRuntimeSessionResponse$
3808
+ ];
3809
+ var UpdateABTest$ = [9, n0, _UABT,
3810
+ { [_ht]: ["PUT", "/ab-tests/{abTestId}", 202] }, () => UpdateABTestRequest$, () => UpdateABTestResponse$
3811
+ ];
3812
+ var UpdateBrowserStream$ = [9, n0, _UBS,
3813
+ { [_ht]: ["PUT", "/browsers/{browserIdentifier}/sessions/streams/update", 200] }, () => UpdateBrowserStreamRequest$, () => UpdateBrowserStreamResponse$
3814
+ ];
3815
+
3816
+ const getRuntimeConfig$1 = (config) => {
3817
+ return {
3818
+ apiVersion: "2024-02-28",
3819
+ base64Decoder: config?.base64Decoder ?? fromBase64,
3820
+ base64Encoder: config?.base64Encoder ?? toBase64,
3821
+ disableHostPrefix: config?.disableHostPrefix ?? false,
3822
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
3823
+ extensions: config?.extensions ?? [],
3824
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultBedrockAgentCoreHttpAuthSchemeProvider,
3825
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
3826
+ {
3827
+ schemeId: "aws.auth#sigv4",
3828
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
3829
+ signer: new AwsSdkSigV4Signer(),
3830
+ },
3831
+ ],
3832
+ logger: config?.logger ?? new NoOpLogger(),
3833
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
3834
+ protocolSettings: config?.protocolSettings ?? {
3835
+ defaultNamespace: "com.amazonaws.bedrockagentcore",
3836
+ errorTypeRegistries,
3837
+ version: "2024-02-28",
3838
+ serviceTarget: "AmazonBedrockAgentCore",
3839
+ },
3840
+ sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
3841
+ serviceId: config?.serviceId ?? "Bedrock AgentCore",
3842
+ sha256: config?.sha256 ?? Sha256,
3843
+ urlParser: config?.urlParser ?? parseUrl,
3844
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3845
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
3846
+ };
3847
+ };
3848
+
3849
+ const getRuntimeConfig = (config) => {
3850
+ emitWarningIfUnsupportedVersion(process.version);
3851
+ const defaultsMode = resolveDefaultsModeConfig(config);
3852
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
3853
+ const clientSharedValues = getRuntimeConfig$1(config);
3854
+ emitWarningIfUnsupportedVersion$1(process.version);
3855
+ const loaderConfig = {
3856
+ profile: config?.profile,
3857
+ logger: clientSharedValues.logger,
3858
+ };
3859
+ return {
3860
+ ...clientSharedValues,
3861
+ ...config,
3862
+ runtime: "node",
3863
+ defaultsMode,
3864
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
3865
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
3866
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
3867
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
3868
+ eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventStreamSerdeProvider,
3869
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
3870
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
3871
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
3872
+ retryMode: config?.retryMode ??
3873
+ loadConfig({
3874
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3875
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3876
+ }, config),
3877
+ streamCollector: config?.streamCollector ?? streamCollector,
3878
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3879
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3880
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3881
+ };
3882
+ };
3883
+
35
3884
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
36
3885
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
37
3886
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -1324,124 +5173,595 @@ const RegistryRecordStatus = {
1324
5173
  REJECTED: "REJECTED",
1325
5174
  };
1326
5175
 
5176
+ exports.A2aDescriptor$ = A2aDescriptor$;
5177
+ exports.ABTestEvaluationConfig$ = ABTestEvaluationConfig$;
1327
5178
  exports.ABTestExecutionStatus = ABTestExecutionStatus;
5179
+ exports.ABTestResults$ = ABTestResults$;
1328
5180
  exports.ABTestStatus = ABTestStatus;
5181
+ exports.ABTestSummary$ = ABTestSummary$;
5182
+ exports.AccessDeniedException = AccessDeniedException;
5183
+ exports.AccessDeniedException$ = AccessDeniedException$;
5184
+ exports.ActorSummary$ = ActorSummary$;
5185
+ exports.AffectedSession$ = AffectedSession$;
5186
+ exports.AgentCardDefinition$ = AgentCardDefinition$;
5187
+ exports.AgentSkillsDescriptor$ = AgentSkillsDescriptor$;
5188
+ exports.AgentTracesConfig$ = AgentTracesConfig$;
5189
+ exports.Amount$ = Amount$;
5190
+ exports.AutomationStream$ = AutomationStream$;
1329
5191
  exports.AutomationStreamStatus = AutomationStreamStatus;
5192
+ exports.AutomationStreamUpdate$ = AutomationStreamUpdate$;
5193
+ exports.AvailableLimits$ = AvailableLimits$;
5194
+ exports.BasicAuth$ = BasicAuth$;
5195
+ exports.BatchCreateMemoryRecords$ = BatchCreateMemoryRecords$;
1330
5196
  exports.BatchCreateMemoryRecordsCommand = BatchCreateMemoryRecordsCommand;
5197
+ exports.BatchCreateMemoryRecordsInput$ = BatchCreateMemoryRecordsInput$;
5198
+ exports.BatchCreateMemoryRecordsOutput$ = BatchCreateMemoryRecordsOutput$;
5199
+ exports.BatchDeleteMemoryRecords$ = BatchDeleteMemoryRecords$;
1331
5200
  exports.BatchDeleteMemoryRecordsCommand = BatchDeleteMemoryRecordsCommand;
5201
+ exports.BatchDeleteMemoryRecordsInput$ = BatchDeleteMemoryRecordsInput$;
5202
+ exports.BatchDeleteMemoryRecordsOutput$ = BatchDeleteMemoryRecordsOutput$;
1332
5203
  exports.BatchEvaluationStatus = BatchEvaluationStatus;
5204
+ exports.BatchEvaluationSummary$ = BatchEvaluationSummary$;
5205
+ exports.BatchEvaluationTraceConfig$ = BatchEvaluationTraceConfig$;
5206
+ exports.BatchUpdateMemoryRecords$ = BatchUpdateMemoryRecords$;
1333
5207
  exports.BatchUpdateMemoryRecordsCommand = BatchUpdateMemoryRecordsCommand;
5208
+ exports.BatchUpdateMemoryRecordsInput$ = BatchUpdateMemoryRecordsInput$;
5209
+ exports.BatchUpdateMemoryRecordsOutput$ = BatchUpdateMemoryRecordsOutput$;
1334
5210
  exports.BedrockAgentCore = BedrockAgentCore;
1335
5211
  exports.BedrockAgentCoreClient = BedrockAgentCoreClient;
5212
+ exports.BedrockAgentCoreServiceException = BedrockAgentCoreServiceException;
5213
+ exports.BedrockAgentCoreServiceException$ = BedrockAgentCoreServiceException$;
1336
5214
  exports.BlockchainChainId = BlockchainChainId;
5215
+ exports.Branch$ = Branch$;
5216
+ exports.BranchFilter$ = BranchFilter$;
5217
+ exports.BrowserAction$ = BrowserAction$;
5218
+ exports.BrowserActionResult$ = BrowserActionResult$;
1337
5219
  exports.BrowserActionStatus = BrowserActionStatus;
5220
+ exports.BrowserEnterprisePolicy$ = BrowserEnterprisePolicy$;
1338
5221
  exports.BrowserEnterprisePolicyType = BrowserEnterprisePolicyType;
5222
+ exports.BrowserExtension$ = BrowserExtension$;
5223
+ exports.BrowserProfileConfiguration$ = BrowserProfileConfiguration$;
1339
5224
  exports.BrowserSessionStatus = BrowserSessionStatus;
5225
+ exports.BrowserSessionStream$ = BrowserSessionStream$;
5226
+ exports.BrowserSessionSummary$ = BrowserSessionSummary$;
5227
+ exports.Certificate$ = Certificate$;
5228
+ exports.CertificateLocation$ = CertificateLocation$;
5229
+ exports.CloudWatchFilterConfig$ = CloudWatchFilterConfig$;
5230
+ exports.CloudWatchLogsFilter$ = CloudWatchLogsFilter$;
1340
5231
  exports.CloudWatchLogsFilterOperator = CloudWatchLogsFilterOperator;
5232
+ exports.CloudWatchLogsRule$ = CloudWatchLogsRule$;
5233
+ exports.CloudWatchLogsSource$ = CloudWatchLogsSource$;
5234
+ exports.CloudWatchLogsTraceConfig$ = CloudWatchLogsTraceConfig$;
5235
+ exports.CloudWatchOutputConfig$ = CloudWatchOutputConfig$;
5236
+ exports.CodeInterpreterResult$ = CodeInterpreterResult$;
1341
5237
  exports.CodeInterpreterSessionStatus = CodeInterpreterSessionStatus;
5238
+ exports.CodeInterpreterSessionSummary$ = CodeInterpreterSessionSummary$;
5239
+ exports.CodeInterpreterStreamOutput$ = CodeInterpreterStreamOutput$;
5240
+ exports.CoinbaseCdpTokenRequestInput$ = CoinbaseCdpTokenRequestInput$;
5241
+ exports.CoinbaseCdpTokenResponseOutput$ = CoinbaseCdpTokenResponseOutput$;
1342
5242
  exports.CommandExecutionStatus = CommandExecutionStatus;
5243
+ exports.CompleteResourceTokenAuth$ = CompleteResourceTokenAuth$;
1343
5244
  exports.CompleteResourceTokenAuthCommand = CompleteResourceTokenAuthCommand;
5245
+ exports.CompleteResourceTokenAuthRequest$ = CompleteResourceTokenAuthRequest$;
5246
+ exports.CompleteResourceTokenAuthResponse$ = CompleteResourceTokenAuthResponse$;
5247
+ exports.ConfidenceInterval$ = ConfidenceInterval$;
5248
+ exports.ConfigurationBundleRef$ = ConfigurationBundleRef$;
5249
+ exports.ConfigurationBundleToolEntry$ = ConfigurationBundleToolEntry$;
5250
+ exports.ConflictException = ConflictException;
5251
+ exports.ConflictException$ = ConflictException$;
5252
+ exports.Content$ = Content$;
5253
+ exports.ContentBlock$ = ContentBlock$;
1344
5254
  exports.ContentBlockType = ContentBlockType;
5255
+ exports.ContentDeltaEvent$ = ContentDeltaEvent$;
5256
+ exports.ContentStartEvent$ = ContentStartEvent$;
5257
+ exports.ContentStopEvent$ = ContentStopEvent$;
5258
+ exports.Context$ = Context$;
5259
+ exports.ControlStats$ = ControlStats$;
5260
+ exports.Conversational$ = Conversational$;
5261
+ exports.CreateABTest$ = CreateABTest$;
1345
5262
  exports.CreateABTestCommand = CreateABTestCommand;
5263
+ exports.CreateABTestRequest$ = CreateABTestRequest$;
5264
+ exports.CreateABTestResponse$ = CreateABTestResponse$;
5265
+ exports.CreateEvent$ = CreateEvent$;
1346
5266
  exports.CreateEventCommand = CreateEventCommand;
5267
+ exports.CreateEventInput$ = CreateEventInput$;
5268
+ exports.CreateEventOutput$ = CreateEventOutput$;
5269
+ exports.CreatePaymentInstrument$ = CreatePaymentInstrument$;
1347
5270
  exports.CreatePaymentInstrumentCommand = CreatePaymentInstrumentCommand;
5271
+ exports.CreatePaymentInstrumentRequest$ = CreatePaymentInstrumentRequest$;
5272
+ exports.CreatePaymentInstrumentResponse$ = CreatePaymentInstrumentResponse$;
5273
+ exports.CreatePaymentSession$ = CreatePaymentSession$;
1348
5274
  exports.CreatePaymentSessionCommand = CreatePaymentSessionCommand;
5275
+ exports.CreatePaymentSessionRequest$ = CreatePaymentSessionRequest$;
5276
+ exports.CreatePaymentSessionResponse$ = CreatePaymentSessionResponse$;
1349
5277
  exports.CryptoWalletNetwork = CryptoWalletNetwork;
5278
+ exports.CryptoX402PaymentInput$ = CryptoX402PaymentInput$;
5279
+ exports.CryptoX402PaymentOutput$ = CryptoX402PaymentOutput$;
1350
5280
  exports.Currency = Currency;
5281
+ exports.CustomDescriptor$ = CustomDescriptor$;
5282
+ exports.DataSourceConfig$ = DataSourceConfig$;
5283
+ exports.DeleteABTest$ = DeleteABTest$;
1351
5284
  exports.DeleteABTestCommand = DeleteABTestCommand;
5285
+ exports.DeleteABTestRequest$ = DeleteABTestRequest$;
5286
+ exports.DeleteABTestResponse$ = DeleteABTestResponse$;
5287
+ exports.DeleteBatchEvaluation$ = DeleteBatchEvaluation$;
1352
5288
  exports.DeleteBatchEvaluationCommand = DeleteBatchEvaluationCommand;
5289
+ exports.DeleteBatchEvaluationRequest$ = DeleteBatchEvaluationRequest$;
5290
+ exports.DeleteBatchEvaluationResponse$ = DeleteBatchEvaluationResponse$;
5291
+ exports.DeleteEvent$ = DeleteEvent$;
1353
5292
  exports.DeleteEventCommand = DeleteEventCommand;
5293
+ exports.DeleteEventInput$ = DeleteEventInput$;
5294
+ exports.DeleteEventOutput$ = DeleteEventOutput$;
5295
+ exports.DeleteMemoryRecord$ = DeleteMemoryRecord$;
1354
5296
  exports.DeleteMemoryRecordCommand = DeleteMemoryRecordCommand;
5297
+ exports.DeleteMemoryRecordInput$ = DeleteMemoryRecordInput$;
5298
+ exports.DeleteMemoryRecordOutput$ = DeleteMemoryRecordOutput$;
5299
+ exports.DeletePaymentInstrument$ = DeletePaymentInstrument$;
1355
5300
  exports.DeletePaymentInstrumentCommand = DeletePaymentInstrumentCommand;
5301
+ exports.DeletePaymentInstrumentRequest$ = DeletePaymentInstrumentRequest$;
5302
+ exports.DeletePaymentInstrumentResponse$ = DeletePaymentInstrumentResponse$;
5303
+ exports.DeletePaymentSession$ = DeletePaymentSession$;
1356
5304
  exports.DeletePaymentSessionCommand = DeletePaymentSessionCommand;
5305
+ exports.DeletePaymentSessionRequest$ = DeletePaymentSessionRequest$;
5306
+ exports.DeletePaymentSessionResponse$ = DeletePaymentSessionResponse$;
5307
+ exports.DeleteRecommendation$ = DeleteRecommendation$;
1357
5308
  exports.DeleteRecommendationCommand = DeleteRecommendationCommand;
5309
+ exports.DeleteRecommendationRequest$ = DeleteRecommendationRequest$;
5310
+ exports.DeleteRecommendationResponse$ = DeleteRecommendationResponse$;
1358
5311
  exports.DescriptorType = DescriptorType;
5312
+ exports.Descriptors$ = Descriptors$;
5313
+ exports.DuplicateIdException = DuplicateIdException;
5314
+ exports.DuplicateIdException$ = DuplicateIdException$;
5315
+ exports.EmbeddedCryptoWallet$ = EmbeddedCryptoWallet$;
5316
+ exports.Evaluate$ = Evaluate$;
1359
5317
  exports.EvaluateCommand = EvaluateCommand;
5318
+ exports.EvaluateRequest$ = EvaluateRequest$;
5319
+ exports.EvaluateResponse$ = EvaluateResponse$;
5320
+ exports.EvaluationContent$ = EvaluationContent$;
5321
+ exports.EvaluationExpectedTrajectory$ = EvaluationExpectedTrajectory$;
5322
+ exports.EvaluationInput$ = EvaluationInput$;
5323
+ exports.EvaluationJobResults$ = EvaluationJobResults$;
5324
+ exports.EvaluationMetadata$ = EvaluationMetadata$;
5325
+ exports.EvaluationReferenceInput$ = EvaluationReferenceInput$;
5326
+ exports.EvaluationResultContent$ = EvaluationResultContent$;
5327
+ exports.EvaluationTarget$ = EvaluationTarget$;
5328
+ exports.Evaluator$ = Evaluator$;
5329
+ exports.EvaluatorMetric$ = EvaluatorMetric$;
5330
+ exports.EvaluatorStatistics$ = EvaluatorStatistics$;
5331
+ exports.EvaluatorSummary$ = EvaluatorSummary$;
5332
+ exports.Event$ = Event$;
1360
5333
  exports.EventFilterCondition = EventFilterCondition;
5334
+ exports.EventMetadataFilterExpression$ = EventMetadataFilterExpression$;
5335
+ exports.ExecutionSummaryAffectedSession$ = ExecutionSummaryAffectedSession$;
5336
+ exports.ExecutionSummaryCluster$ = ExecutionSummaryCluster$;
5337
+ exports.ExecutionSummaryClusteringResultContent$ = ExecutionSummaryClusteringResultContent$;
5338
+ exports.ExternalProxy$ = ExternalProxy$;
5339
+ exports.ExtractionJob$ = ExtractionJob$;
5340
+ exports.ExtractionJobFilterInput$ = ExtractionJobFilterInput$;
5341
+ exports.ExtractionJobMessages$ = ExtractionJobMessages$;
5342
+ exports.ExtractionJobMetadata$ = ExtractionJobMetadata$;
1361
5343
  exports.ExtractionJobStatus = ExtractionJobStatus;
1362
5344
  exports.ExtractionMode = ExtractionMode;
5345
+ exports.FailureAnalysisResultContent$ = FailureAnalysisResultContent$;
5346
+ exports.FailureCategoryCluster$ = FailureCategoryCluster$;
5347
+ exports.FailureSpanDetail$ = FailureSpanDetail$;
5348
+ exports.FailureSubCategoryCluster$ = FailureSubCategoryCluster$;
5349
+ exports.FilterInput$ = FilterInput$;
5350
+ exports.FilterValue$ = FilterValue$;
5351
+ exports.GatewayFilter$ = GatewayFilter$;
5352
+ exports.GetABTest$ = GetABTest$;
1363
5353
  exports.GetABTestCommand = GetABTestCommand;
5354
+ exports.GetABTestRequest$ = GetABTestRequest$;
5355
+ exports.GetABTestResponse$ = GetABTestResponse$;
5356
+ exports.GetAgentCard$ = GetAgentCard$;
1364
5357
  exports.GetAgentCardCommand = GetAgentCardCommand;
5358
+ exports.GetAgentCardRequest$ = GetAgentCardRequest$;
5359
+ exports.GetAgentCardResponse$ = GetAgentCardResponse$;
5360
+ exports.GetBatchEvaluation$ = GetBatchEvaluation$;
1365
5361
  exports.GetBatchEvaluationCommand = GetBatchEvaluationCommand;
5362
+ exports.GetBatchEvaluationRequest$ = GetBatchEvaluationRequest$;
5363
+ exports.GetBatchEvaluationResponse$ = GetBatchEvaluationResponse$;
5364
+ exports.GetBrowserSession$ = GetBrowserSession$;
1366
5365
  exports.GetBrowserSessionCommand = GetBrowserSessionCommand;
5366
+ exports.GetBrowserSessionRequest$ = GetBrowserSessionRequest$;
5367
+ exports.GetBrowserSessionResponse$ = GetBrowserSessionResponse$;
5368
+ exports.GetCodeInterpreterSession$ = GetCodeInterpreterSession$;
1367
5369
  exports.GetCodeInterpreterSessionCommand = GetCodeInterpreterSessionCommand;
5370
+ exports.GetCodeInterpreterSessionRequest$ = GetCodeInterpreterSessionRequest$;
5371
+ exports.GetCodeInterpreterSessionResponse$ = GetCodeInterpreterSessionResponse$;
5372
+ exports.GetEvent$ = GetEvent$;
1368
5373
  exports.GetEventCommand = GetEventCommand;
5374
+ exports.GetEventInput$ = GetEventInput$;
5375
+ exports.GetEventOutput$ = GetEventOutput$;
5376
+ exports.GetMemoryRecord$ = GetMemoryRecord$;
1369
5377
  exports.GetMemoryRecordCommand = GetMemoryRecordCommand;
5378
+ exports.GetMemoryRecordInput$ = GetMemoryRecordInput$;
5379
+ exports.GetMemoryRecordOutput$ = GetMemoryRecordOutput$;
5380
+ exports.GetPaymentInstrument$ = GetPaymentInstrument$;
5381
+ exports.GetPaymentInstrumentBalance$ = GetPaymentInstrumentBalance$;
1370
5382
  exports.GetPaymentInstrumentBalanceCommand = GetPaymentInstrumentBalanceCommand;
5383
+ exports.GetPaymentInstrumentBalanceRequest$ = GetPaymentInstrumentBalanceRequest$;
5384
+ exports.GetPaymentInstrumentBalanceResponse$ = GetPaymentInstrumentBalanceResponse$;
1371
5385
  exports.GetPaymentInstrumentCommand = GetPaymentInstrumentCommand;
5386
+ exports.GetPaymentInstrumentRequest$ = GetPaymentInstrumentRequest$;
5387
+ exports.GetPaymentInstrumentResponse$ = GetPaymentInstrumentResponse$;
5388
+ exports.GetPaymentSession$ = GetPaymentSession$;
1372
5389
  exports.GetPaymentSessionCommand = GetPaymentSessionCommand;
5390
+ exports.GetPaymentSessionRequest$ = GetPaymentSessionRequest$;
5391
+ exports.GetPaymentSessionResponse$ = GetPaymentSessionResponse$;
5392
+ exports.GetRecommendation$ = GetRecommendation$;
1373
5393
  exports.GetRecommendationCommand = GetRecommendationCommand;
5394
+ exports.GetRecommendationRequest$ = GetRecommendationRequest$;
5395
+ exports.GetRecommendationResponse$ = GetRecommendationResponse$;
5396
+ exports.GetResourceApiKey$ = GetResourceApiKey$;
1374
5397
  exports.GetResourceApiKeyCommand = GetResourceApiKeyCommand;
5398
+ exports.GetResourceApiKeyRequest$ = GetResourceApiKeyRequest$;
5399
+ exports.GetResourceApiKeyResponse$ = GetResourceApiKeyResponse$;
5400
+ exports.GetResourceOauth2Token$ = GetResourceOauth2Token$;
1375
5401
  exports.GetResourceOauth2TokenCommand = GetResourceOauth2TokenCommand;
5402
+ exports.GetResourceOauth2TokenRequest$ = GetResourceOauth2TokenRequest$;
5403
+ exports.GetResourceOauth2TokenResponse$ = GetResourceOauth2TokenResponse$;
5404
+ exports.GetResourcePaymentToken$ = GetResourcePaymentToken$;
1376
5405
  exports.GetResourcePaymentTokenCommand = GetResourcePaymentTokenCommand;
5406
+ exports.GetResourcePaymentTokenRequest$ = GetResourcePaymentTokenRequest$;
5407
+ exports.GetResourcePaymentTokenResponse$ = GetResourcePaymentTokenResponse$;
5408
+ exports.GetWorkloadAccessToken$ = GetWorkloadAccessToken$;
1377
5409
  exports.GetWorkloadAccessTokenCommand = GetWorkloadAccessTokenCommand;
5410
+ exports.GetWorkloadAccessTokenForJWT$ = GetWorkloadAccessTokenForJWT$;
1378
5411
  exports.GetWorkloadAccessTokenForJWTCommand = GetWorkloadAccessTokenForJWTCommand;
5412
+ exports.GetWorkloadAccessTokenForJWTRequest$ = GetWorkloadAccessTokenForJWTRequest$;
5413
+ exports.GetWorkloadAccessTokenForJWTResponse$ = GetWorkloadAccessTokenForJWTResponse$;
5414
+ exports.GetWorkloadAccessTokenForUserId$ = GetWorkloadAccessTokenForUserId$;
1379
5415
  exports.GetWorkloadAccessTokenForUserIdCommand = GetWorkloadAccessTokenForUserIdCommand;
5416
+ exports.GetWorkloadAccessTokenForUserIdRequest$ = GetWorkloadAccessTokenForUserIdRequest$;
5417
+ exports.GetWorkloadAccessTokenForUserIdResponse$ = GetWorkloadAccessTokenForUserIdResponse$;
5418
+ exports.GetWorkloadAccessTokenRequest$ = GetWorkloadAccessTokenRequest$;
5419
+ exports.GetWorkloadAccessTokenResponse$ = GetWorkloadAccessTokenResponse$;
5420
+ exports.GroundTruthSource$ = GroundTruthSource$;
5421
+ exports.GroundTruthTurn$ = GroundTruthTurn$;
5422
+ exports.GroundTruthTurnInput$ = GroundTruthTurnInput$;
5423
+ exports.HarnessAgentCoreBrowserConfig$ = HarnessAgentCoreBrowserConfig$;
5424
+ exports.HarnessAgentCoreCodeInterpreterConfig$ = HarnessAgentCoreCodeInterpreterConfig$;
5425
+ exports.HarnessAgentCoreGatewayConfig$ = HarnessAgentCoreGatewayConfig$;
1380
5426
  exports.HarnessBedrockApiFormat = HarnessBedrockApiFormat;
5427
+ exports.HarnessBedrockModelConfig$ = HarnessBedrockModelConfig$;
5428
+ exports.HarnessContentBlock$ = HarnessContentBlock$;
5429
+ exports.HarnessContentBlockDelta$ = HarnessContentBlockDelta$;
5430
+ exports.HarnessContentBlockDeltaEvent$ = HarnessContentBlockDeltaEvent$;
5431
+ exports.HarnessContentBlockStart$ = HarnessContentBlockStart$;
5432
+ exports.HarnessContentBlockStartEvent$ = HarnessContentBlockStartEvent$;
5433
+ exports.HarnessContentBlockStopEvent$ = HarnessContentBlockStopEvent$;
1381
5434
  exports.HarnessConversationRole = HarnessConversationRole;
5435
+ exports.HarnessGatewayOutboundAuth$ = HarnessGatewayOutboundAuth$;
5436
+ exports.HarnessGeminiModelConfig$ = HarnessGeminiModelConfig$;
5437
+ exports.HarnessInlineFunctionConfig$ = HarnessInlineFunctionConfig$;
5438
+ exports.HarnessLiteLlmModelConfig$ = HarnessLiteLlmModelConfig$;
5439
+ exports.HarnessMessage$ = HarnessMessage$;
5440
+ exports.HarnessMessageStartEvent$ = HarnessMessageStartEvent$;
5441
+ exports.HarnessMessageStopEvent$ = HarnessMessageStopEvent$;
5442
+ exports.HarnessMetadataEvent$ = HarnessMetadataEvent$;
5443
+ exports.HarnessModelConfiguration$ = HarnessModelConfiguration$;
1382
5444
  exports.HarnessOpenAiApiFormat = HarnessOpenAiApiFormat;
5445
+ exports.HarnessOpenAiModelConfig$ = HarnessOpenAiModelConfig$;
5446
+ exports.HarnessReasoningContentBlock$ = HarnessReasoningContentBlock$;
5447
+ exports.HarnessReasoningContentBlockDelta$ = HarnessReasoningContentBlockDelta$;
5448
+ exports.HarnessReasoningTextBlock$ = HarnessReasoningTextBlock$;
5449
+ exports.HarnessRemoteMcpConfig$ = HarnessRemoteMcpConfig$;
5450
+ exports.HarnessSkill$ = HarnessSkill$;
5451
+ exports.HarnessSkillAwsSkillsSource$ = HarnessSkillAwsSkillsSource$;
5452
+ exports.HarnessSkillGitAuth$ = HarnessSkillGitAuth$;
5453
+ exports.HarnessSkillGitSource$ = HarnessSkillGitSource$;
5454
+ exports.HarnessSkillS3Source$ = HarnessSkillS3Source$;
1383
5455
  exports.HarnessStopReason = HarnessStopReason;
5456
+ exports.HarnessStreamMetrics$ = HarnessStreamMetrics$;
5457
+ exports.HarnessSystemContentBlock$ = HarnessSystemContentBlock$;
5458
+ exports.HarnessTokenUsage$ = HarnessTokenUsage$;
5459
+ exports.HarnessTool$ = HarnessTool$;
5460
+ exports.HarnessToolConfiguration$ = HarnessToolConfiguration$;
5461
+ exports.HarnessToolResultBlock$ = HarnessToolResultBlock$;
5462
+ exports.HarnessToolResultBlockDelta$ = HarnessToolResultBlockDelta$;
5463
+ exports.HarnessToolResultBlockStart$ = HarnessToolResultBlockStart$;
5464
+ exports.HarnessToolResultContentBlock$ = HarnessToolResultContentBlock$;
1384
5465
  exports.HarnessToolType = HarnessToolType;
5466
+ exports.HarnessToolUseBlock$ = HarnessToolUseBlock$;
5467
+ exports.HarnessToolUseBlockDelta$ = HarnessToolUseBlockDelta$;
5468
+ exports.HarnessToolUseBlockStart$ = HarnessToolUseBlockStart$;
1385
5469
  exports.HarnessToolUseStatus = HarnessToolUseStatus;
1386
5470
  exports.HarnessToolUseType = HarnessToolUseType;
5471
+ exports.InlineGroundTruth$ = InlineGroundTruth$;
5472
+ exports.InputContentBlock$ = InputContentBlock$;
5473
+ exports.Insight$ = Insight$;
1387
5474
  exports.InsightsFailureCategory = InsightsFailureCategory;
5475
+ exports.InsightsFailureSignal$ = InsightsFailureSignal$;
1388
5476
  exports.InstrumentBalanceToken = InstrumentBalanceToken;
5477
+ exports.InternalServerException = InternalServerException;
5478
+ exports.InternalServerException$ = InternalServerException$;
5479
+ exports.InvalidInputException = InvalidInputException;
5480
+ exports.InvalidInputException$ = InvalidInputException$;
5481
+ exports.InvokeAgentRuntime$ = InvokeAgentRuntime$;
1389
5482
  exports.InvokeAgentRuntimeCommand = InvokeAgentRuntimeCommand;
5483
+ exports.InvokeAgentRuntimeCommand$ = InvokeAgentRuntimeCommand$;
1390
5484
  exports.InvokeAgentRuntimeCommandCommand = InvokeAgentRuntimeCommandCommand;
5485
+ exports.InvokeAgentRuntimeCommandRequest$ = InvokeAgentRuntimeCommandRequest$;
5486
+ exports.InvokeAgentRuntimeCommandRequestBody$ = InvokeAgentRuntimeCommandRequestBody$;
5487
+ exports.InvokeAgentRuntimeCommandResponse$ = InvokeAgentRuntimeCommandResponse$;
5488
+ exports.InvokeAgentRuntimeCommandStreamOutput$ = InvokeAgentRuntimeCommandStreamOutput$;
5489
+ exports.InvokeAgentRuntimeRequest$ = InvokeAgentRuntimeRequest$;
5490
+ exports.InvokeAgentRuntimeResponse$ = InvokeAgentRuntimeResponse$;
5491
+ exports.InvokeBrowser$ = InvokeBrowser$;
1391
5492
  exports.InvokeBrowserCommand = InvokeBrowserCommand;
5493
+ exports.InvokeBrowserRequest$ = InvokeBrowserRequest$;
5494
+ exports.InvokeBrowserResponse$ = InvokeBrowserResponse$;
5495
+ exports.InvokeCodeInterpreter$ = InvokeCodeInterpreter$;
1392
5496
  exports.InvokeCodeInterpreterCommand = InvokeCodeInterpreterCommand;
5497
+ exports.InvokeCodeInterpreterRequest$ = InvokeCodeInterpreterRequest$;
5498
+ exports.InvokeCodeInterpreterResponse$ = InvokeCodeInterpreterResponse$;
5499
+ exports.InvokeHarness$ = InvokeHarness$;
1393
5500
  exports.InvokeHarnessCommand = InvokeHarnessCommand;
5501
+ exports.InvokeHarnessRequest$ = InvokeHarnessRequest$;
5502
+ exports.InvokeHarnessResponse$ = InvokeHarnessResponse$;
5503
+ exports.InvokeHarnessStreamOutput$ = InvokeHarnessStreamOutput$;
5504
+ exports.KeyPressArguments$ = KeyPressArguments$;
5505
+ exports.KeyPressResult$ = KeyPressResult$;
5506
+ exports.KeyShortcutArguments$ = KeyShortcutArguments$;
5507
+ exports.KeyShortcutResult$ = KeyShortcutResult$;
5508
+ exports.KeyTypeArguments$ = KeyTypeArguments$;
5509
+ exports.KeyTypeResult$ = KeyTypeResult$;
1394
5510
  exports.LanguageRuntime = LanguageRuntime;
5511
+ exports.LeftExpression$ = LeftExpression$;
5512
+ exports.LinkedAccount$ = LinkedAccount$;
5513
+ exports.LinkedAccountDeveloperJwt$ = LinkedAccountDeveloperJwt$;
5514
+ exports.LinkedAccountEmail$ = LinkedAccountEmail$;
5515
+ exports.LinkedAccountOAuth2$ = LinkedAccountOAuth2$;
5516
+ exports.LinkedAccountSms$ = LinkedAccountSms$;
5517
+ exports.ListABTests$ = ListABTests$;
1395
5518
  exports.ListABTestsCommand = ListABTestsCommand;
5519
+ exports.ListABTestsRequest$ = ListABTestsRequest$;
5520
+ exports.ListABTestsResponse$ = ListABTestsResponse$;
5521
+ exports.ListActors$ = ListActors$;
1396
5522
  exports.ListActorsCommand = ListActorsCommand;
5523
+ exports.ListActorsInput$ = ListActorsInput$;
5524
+ exports.ListActorsOutput$ = ListActorsOutput$;
5525
+ exports.ListBatchEvaluations$ = ListBatchEvaluations$;
1397
5526
  exports.ListBatchEvaluationsCommand = ListBatchEvaluationsCommand;
5527
+ exports.ListBatchEvaluationsRequest$ = ListBatchEvaluationsRequest$;
5528
+ exports.ListBatchEvaluationsResponse$ = ListBatchEvaluationsResponse$;
5529
+ exports.ListBrowserSessions$ = ListBrowserSessions$;
1398
5530
  exports.ListBrowserSessionsCommand = ListBrowserSessionsCommand;
5531
+ exports.ListBrowserSessionsRequest$ = ListBrowserSessionsRequest$;
5532
+ exports.ListBrowserSessionsResponse$ = ListBrowserSessionsResponse$;
5533
+ exports.ListCodeInterpreterSessions$ = ListCodeInterpreterSessions$;
1399
5534
  exports.ListCodeInterpreterSessionsCommand = ListCodeInterpreterSessionsCommand;
5535
+ exports.ListCodeInterpreterSessionsRequest$ = ListCodeInterpreterSessionsRequest$;
5536
+ exports.ListCodeInterpreterSessionsResponse$ = ListCodeInterpreterSessionsResponse$;
5537
+ exports.ListEvents$ = ListEvents$;
1400
5538
  exports.ListEventsCommand = ListEventsCommand;
5539
+ exports.ListEventsInput$ = ListEventsInput$;
5540
+ exports.ListEventsOutput$ = ListEventsOutput$;
5541
+ exports.ListMemoryExtractionJobs$ = ListMemoryExtractionJobs$;
1401
5542
  exports.ListMemoryExtractionJobsCommand = ListMemoryExtractionJobsCommand;
5543
+ exports.ListMemoryExtractionJobsInput$ = ListMemoryExtractionJobsInput$;
5544
+ exports.ListMemoryExtractionJobsOutput$ = ListMemoryExtractionJobsOutput$;
5545
+ exports.ListMemoryRecords$ = ListMemoryRecords$;
1402
5546
  exports.ListMemoryRecordsCommand = ListMemoryRecordsCommand;
5547
+ exports.ListMemoryRecordsInput$ = ListMemoryRecordsInput$;
5548
+ exports.ListMemoryRecordsOutput$ = ListMemoryRecordsOutput$;
5549
+ exports.ListPaymentInstruments$ = ListPaymentInstruments$;
1403
5550
  exports.ListPaymentInstrumentsCommand = ListPaymentInstrumentsCommand;
5551
+ exports.ListPaymentInstrumentsRequest$ = ListPaymentInstrumentsRequest$;
5552
+ exports.ListPaymentInstrumentsResponse$ = ListPaymentInstrumentsResponse$;
5553
+ exports.ListPaymentSessions$ = ListPaymentSessions$;
1404
5554
  exports.ListPaymentSessionsCommand = ListPaymentSessionsCommand;
5555
+ exports.ListPaymentSessionsRequest$ = ListPaymentSessionsRequest$;
5556
+ exports.ListPaymentSessionsResponse$ = ListPaymentSessionsResponse$;
5557
+ exports.ListRecommendations$ = ListRecommendations$;
1405
5558
  exports.ListRecommendationsCommand = ListRecommendationsCommand;
5559
+ exports.ListRecommendationsRequest$ = ListRecommendationsRequest$;
5560
+ exports.ListRecommendationsResponse$ = ListRecommendationsResponse$;
5561
+ exports.ListSessions$ = ListSessions$;
1406
5562
  exports.ListSessionsCommand = ListSessionsCommand;
5563
+ exports.ListSessionsInput$ = ListSessionsInput$;
5564
+ exports.ListSessionsOutput$ = ListSessionsOutput$;
5565
+ exports.LiveViewStream$ = LiveViewStream$;
5566
+ exports.McpDescriptor$ = McpDescriptor$;
5567
+ exports.MemoryContent$ = MemoryContent$;
5568
+ exports.MemoryMetadataFilterExpression$ = MemoryMetadataFilterExpression$;
5569
+ exports.MemoryRecord$ = MemoryRecord$;
5570
+ exports.MemoryRecordCreateInput$ = MemoryRecordCreateInput$;
5571
+ exports.MemoryRecordDeleteInput$ = MemoryRecordDeleteInput$;
5572
+ exports.MemoryRecordLeftExpression$ = MemoryRecordLeftExpression$;
5573
+ exports.MemoryRecordMetadataValue$ = MemoryRecordMetadataValue$;
1407
5574
  exports.MemoryRecordOperatorType = MemoryRecordOperatorType;
5575
+ exports.MemoryRecordOutput$ = MemoryRecordOutput$;
5576
+ exports.MemoryRecordRightExpression$ = MemoryRecordRightExpression$;
1408
5577
  exports.MemoryRecordStatus = MemoryRecordStatus;
5578
+ exports.MemoryRecordSummary$ = MemoryRecordSummary$;
5579
+ exports.MemoryRecordUpdateInput$ = MemoryRecordUpdateInput$;
5580
+ exports.MessageMetadata$ = MessageMetadata$;
5581
+ exports.MetadataValue$ = MetadataValue$;
1409
5582
  exports.MouseButton = MouseButton;
5583
+ exports.MouseClickArguments$ = MouseClickArguments$;
5584
+ exports.MouseClickResult$ = MouseClickResult$;
5585
+ exports.MouseDragArguments$ = MouseDragArguments$;
5586
+ exports.MouseDragResult$ = MouseDragResult$;
5587
+ exports.MouseMoveArguments$ = MouseMoveArguments$;
5588
+ exports.MouseMoveResult$ = MouseMoveResult$;
5589
+ exports.MouseScrollArguments$ = MouseScrollArguments$;
5590
+ exports.MouseScrollResult$ = MouseScrollResult$;
5591
+ exports.OAuth2Authentication$ = OAuth2Authentication$;
5592
+ exports.OAuthCredentialProvider$ = OAuthCredentialProvider$;
1410
5593
  exports.OAuthGrantType = OAuthGrantType;
1411
5594
  exports.Oauth2FlowType = Oauth2FlowType;
5595
+ exports.OnlineEvaluationConfigSource$ = OnlineEvaluationConfigSource$;
1412
5596
  exports.OperatorType = OperatorType;
5597
+ exports.OutputConfig$ = OutputConfig$;
5598
+ exports.PayloadType$ = PayloadType$;
1413
5599
  exports.PaymentHttpMethodType = PaymentHttpMethodType;
5600
+ exports.PaymentInput$ = PaymentInput$;
5601
+ exports.PaymentInstrument$ = PaymentInstrument$;
5602
+ exports.PaymentInstrumentDetails$ = PaymentInstrumentDetails$;
1414
5603
  exports.PaymentInstrumentStatus = PaymentInstrumentStatus;
5604
+ exports.PaymentInstrumentSummary$ = PaymentInstrumentSummary$;
1415
5605
  exports.PaymentInstrumentType = PaymentInstrumentType;
5606
+ exports.PaymentOutput$ = PaymentOutput$;
5607
+ exports.PaymentSession$ = PaymentSession$;
1416
5608
  exports.PaymentSessionStatus = PaymentSessionStatus;
5609
+ exports.PaymentSessionSummary$ = PaymentSessionSummary$;
1417
5610
  exports.PaymentStatus = PaymentStatus;
5611
+ exports.PaymentTokenRequestInput$ = PaymentTokenRequestInput$;
5612
+ exports.PaymentTokenResponseOutput$ = PaymentTokenResponseOutput$;
1418
5613
  exports.PaymentType = PaymentType;
5614
+ exports.PerVariantOnlineEvaluationConfig$ = PerVariantOnlineEvaluationConfig$;
5615
+ exports.ProcessPayment$ = ProcessPayment$;
1419
5616
  exports.ProcessPaymentCommand = ProcessPaymentCommand;
5617
+ exports.ProcessPaymentRequest$ = ProcessPaymentRequest$;
5618
+ exports.ProcessPaymentResponse$ = ProcessPaymentResponse$;
1420
5619
  exports.ProgrammingLanguage = ProgrammingLanguage;
5620
+ exports.Proxy$ = Proxy$;
5621
+ exports.ProxyBypass$ = ProxyBypass$;
5622
+ exports.ProxyConfiguration$ = ProxyConfiguration$;
5623
+ exports.ProxyCredentials$ = ProxyCredentials$;
5624
+ exports.RecommendationConfig$ = RecommendationConfig$;
5625
+ exports.RecommendationEvaluationConfig$ = RecommendationEvaluationConfig$;
5626
+ exports.RecommendationEvaluatorReference$ = RecommendationEvaluatorReference$;
5627
+ exports.RecommendationResult$ = RecommendationResult$;
5628
+ exports.RecommendationResultConfigurationBundle$ = RecommendationResultConfigurationBundle$;
1421
5629
  exports.RecommendationStatus = RecommendationStatus;
5630
+ exports.RecommendationSummary$ = RecommendationSummary$;
1422
5631
  exports.RecommendationType = RecommendationType;
1423
5632
  exports.RegistryRecordStatus = RegistryRecordStatus;
5633
+ exports.RegistryRecordSummary$ = RegistryRecordSummary$;
5634
+ exports.ResourceContent$ = ResourceContent$;
1424
5635
  exports.ResourceContentType = ResourceContentType;
5636
+ exports.ResourceLocation$ = ResourceLocation$;
5637
+ exports.ResourceNotFoundException = ResourceNotFoundException;
5638
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5639
+ exports.ResponseChunk$ = ResponseChunk$;
5640
+ exports.RetrieveMemoryRecords$ = RetrieveMemoryRecords$;
1425
5641
  exports.RetrieveMemoryRecordsCommand = RetrieveMemoryRecordsCommand;
5642
+ exports.RetrieveMemoryRecordsInput$ = RetrieveMemoryRecordsInput$;
5643
+ exports.RetrieveMemoryRecordsOutput$ = RetrieveMemoryRecordsOutput$;
5644
+ exports.RetryableConflictException = RetryableConflictException;
5645
+ exports.RetryableConflictException$ = RetryableConflictException$;
5646
+ exports.RightExpression$ = RightExpression$;
1426
5647
  exports.Role = Role;
5648
+ exports.RootCauseCluster$ = RootCauseCluster$;
5649
+ exports.RuntimeClientError = RuntimeClientError;
5650
+ exports.RuntimeClientError$ = RuntimeClientError$;
5651
+ exports.S3Location$ = S3Location$;
5652
+ exports.SaveBrowserSessionProfile$ = SaveBrowserSessionProfile$;
1427
5653
  exports.SaveBrowserSessionProfileCommand = SaveBrowserSessionProfileCommand;
5654
+ exports.SaveBrowserSessionProfileRequest$ = SaveBrowserSessionProfileRequest$;
5655
+ exports.SaveBrowserSessionProfileResponse$ = SaveBrowserSessionProfileResponse$;
5656
+ exports.ScreenshotArguments$ = ScreenshotArguments$;
1428
5657
  exports.ScreenshotFormat = ScreenshotFormat;
5658
+ exports.ScreenshotResult$ = ScreenshotResult$;
5659
+ exports.SearchCriteria$ = SearchCriteria$;
5660
+ exports.SearchRegistryRecords$ = SearchRegistryRecords$;
1429
5661
  exports.SearchRegistryRecordsCommand = SearchRegistryRecordsCommand;
5662
+ exports.SearchRegistryRecordsRequest$ = SearchRegistryRecordsRequest$;
5663
+ exports.SearchRegistryRecordsResponse$ = SearchRegistryRecordsResponse$;
5664
+ exports.SecretsManagerLocation$ = SecretsManagerLocation$;
5665
+ exports.ServerDefinition$ = ServerDefinition$;
5666
+ exports.ServiceException = ServiceException;
5667
+ exports.ServiceException$ = ServiceException$;
5668
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
5669
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
5670
+ exports.SessionFilter$ = SessionFilter$;
5671
+ exports.SessionFilterConfig$ = SessionFilterConfig$;
5672
+ exports.SessionLimits$ = SessionLimits$;
5673
+ exports.SessionMetadataShape$ = SessionMetadataShape$;
1430
5674
  exports.SessionStatus = SessionStatus;
5675
+ exports.SessionSummary$ = SessionSummary$;
5676
+ exports.SkillDefinition$ = SkillDefinition$;
5677
+ exports.SkillMdDefinition$ = SkillMdDefinition$;
5678
+ exports.SpanContext$ = SpanContext$;
5679
+ exports.StartBatchEvaluation$ = StartBatchEvaluation$;
1431
5680
  exports.StartBatchEvaluationCommand = StartBatchEvaluationCommand;
5681
+ exports.StartBatchEvaluationRequest$ = StartBatchEvaluationRequest$;
5682
+ exports.StartBatchEvaluationResponse$ = StartBatchEvaluationResponse$;
5683
+ exports.StartBrowserSession$ = StartBrowserSession$;
1432
5684
  exports.StartBrowserSessionCommand = StartBrowserSessionCommand;
5685
+ exports.StartBrowserSessionRequest$ = StartBrowserSessionRequest$;
5686
+ exports.StartBrowserSessionResponse$ = StartBrowserSessionResponse$;
5687
+ exports.StartCodeInterpreterSession$ = StartCodeInterpreterSession$;
1433
5688
  exports.StartCodeInterpreterSessionCommand = StartCodeInterpreterSessionCommand;
5689
+ exports.StartCodeInterpreterSessionRequest$ = StartCodeInterpreterSessionRequest$;
5690
+ exports.StartCodeInterpreterSessionResponse$ = StartCodeInterpreterSessionResponse$;
5691
+ exports.StartMemoryExtractionJob$ = StartMemoryExtractionJob$;
1434
5692
  exports.StartMemoryExtractionJobCommand = StartMemoryExtractionJobCommand;
5693
+ exports.StartMemoryExtractionJobInput$ = StartMemoryExtractionJobInput$;
5694
+ exports.StartMemoryExtractionJobOutput$ = StartMemoryExtractionJobOutput$;
5695
+ exports.StartRecommendation$ = StartRecommendation$;
1435
5696
  exports.StartRecommendationCommand = StartRecommendationCommand;
5697
+ exports.StartRecommendationRequest$ = StartRecommendationRequest$;
5698
+ exports.StartRecommendationResponse$ = StartRecommendationResponse$;
5699
+ exports.StopBatchEvaluation$ = StopBatchEvaluation$;
1436
5700
  exports.StopBatchEvaluationCommand = StopBatchEvaluationCommand;
5701
+ exports.StopBatchEvaluationRequest$ = StopBatchEvaluationRequest$;
5702
+ exports.StopBatchEvaluationResponse$ = StopBatchEvaluationResponse$;
5703
+ exports.StopBrowserSession$ = StopBrowserSession$;
1437
5704
  exports.StopBrowserSessionCommand = StopBrowserSessionCommand;
5705
+ exports.StopBrowserSessionRequest$ = StopBrowserSessionRequest$;
5706
+ exports.StopBrowserSessionResponse$ = StopBrowserSessionResponse$;
5707
+ exports.StopCodeInterpreterSession$ = StopCodeInterpreterSession$;
1438
5708
  exports.StopCodeInterpreterSessionCommand = StopCodeInterpreterSessionCommand;
5709
+ exports.StopCodeInterpreterSessionRequest$ = StopCodeInterpreterSessionRequest$;
5710
+ exports.StopCodeInterpreterSessionResponse$ = StopCodeInterpreterSessionResponse$;
5711
+ exports.StopRuntimeSession$ = StopRuntimeSession$;
1439
5712
  exports.StopRuntimeSessionCommand = StopRuntimeSessionCommand;
5713
+ exports.StopRuntimeSessionRequest$ = StopRuntimeSessionRequest$;
5714
+ exports.StopRuntimeSessionResponse$ = StopRuntimeSessionResponse$;
5715
+ exports.StreamUpdate$ = StreamUpdate$;
5716
+ exports.StripePrivyTokenRequestInput$ = StripePrivyTokenRequestInput$;
5717
+ exports.StripePrivyTokenResponseOutput$ = StripePrivyTokenResponseOutput$;
5718
+ exports.SystemPromptConfig$ = SystemPromptConfig$;
5719
+ exports.SystemPromptConfigurationBundle$ = SystemPromptConfigurationBundle$;
5720
+ exports.SystemPromptRecommendationConfig$ = SystemPromptRecommendationConfig$;
5721
+ exports.SystemPromptRecommendationResult$ = SystemPromptRecommendationResult$;
5722
+ exports.TargetRef$ = TargetRef$;
1440
5723
  exports.TaskStatus = TaskStatus;
5724
+ exports.ThrottledException = ThrottledException;
5725
+ exports.ThrottledException$ = ThrottledException$;
5726
+ exports.ThrottlingException = ThrottlingException;
5727
+ exports.ThrottlingException$ = ThrottlingException$;
5728
+ exports.TokenBalance$ = TokenBalance$;
5729
+ exports.TokenUsage$ = TokenUsage$;
5730
+ exports.ToolArguments$ = ToolArguments$;
5731
+ exports.ToolDescriptionConfig$ = ToolDescriptionConfig$;
5732
+ exports.ToolDescriptionConfigurationBundle$ = ToolDescriptionConfigurationBundle$;
5733
+ exports.ToolDescriptionInput$ = ToolDescriptionInput$;
5734
+ exports.ToolDescriptionOutput$ = ToolDescriptionOutput$;
5735
+ exports.ToolDescriptionRecommendationConfig$ = ToolDescriptionRecommendationConfig$;
5736
+ exports.ToolDescriptionRecommendationResult$ = ToolDescriptionRecommendationResult$;
5737
+ exports.ToolDescriptionSource$ = ToolDescriptionSource$;
5738
+ exports.ToolDescriptionTextInput$ = ToolDescriptionTextInput$;
1441
5739
  exports.ToolName = ToolName;
5740
+ exports.ToolResultStructuredContent$ = ToolResultStructuredContent$;
5741
+ exports.ToolsDefinition$ = ToolsDefinition$;
5742
+ exports.UnauthorizedException = UnauthorizedException;
5743
+ exports.UnauthorizedException$ = UnauthorizedException$;
5744
+ exports.UpdateABTest$ = UpdateABTest$;
1442
5745
  exports.UpdateABTestCommand = UpdateABTestCommand;
5746
+ exports.UpdateABTestRequest$ = UpdateABTestRequest$;
5747
+ exports.UpdateABTestResponse$ = UpdateABTestResponse$;
5748
+ exports.UpdateBrowserStream$ = UpdateBrowserStream$;
1443
5749
  exports.UpdateBrowserStreamCommand = UpdateBrowserStreamCommand;
5750
+ exports.UpdateBrowserStreamRequest$ = UpdateBrowserStreamRequest$;
5751
+ exports.UpdateBrowserStreamResponse$ = UpdateBrowserStreamResponse$;
5752
+ exports.UserIdentifier$ = UserIdentifier$;
5753
+ exports.UserIntentAffectedSession$ = UserIntentAffectedSession$;
5754
+ exports.UserIntentCluster$ = UserIntentCluster$;
5755
+ exports.UserIntentClusteringResultContent$ = UserIntentClusteringResultContent$;
5756
+ exports.ValidationException = ValidationException;
5757
+ exports.ValidationException$ = ValidationException$;
5758
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1444
5759
  exports.ValidationExceptionReason = ValidationExceptionReason;
5760
+ exports.Variant$ = Variant$;
5761
+ exports.VariantConfiguration$ = VariantConfiguration$;
5762
+ exports.VariantResult$ = VariantResult$;
5763
+ exports.ViewPort$ = ViewPort$;
5764
+ exports.errorTypeRegistries = errorTypeRegistries;
1445
5765
  exports.paginateListABTests = paginateListABTests;
1446
5766
  exports.paginateListActors = paginateListActors;
1447
5767
  exports.paginateListBatchEvaluations = paginateListBatchEvaluations;