@aws-sdk/client-bedrock-agentcore-control 3.986.0 → 3.988.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
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var utilWaiter = require('@smithy/util-waiter');
20
+ var errors = require('./models/errors');
21
+ var BedrockAgentCoreControlServiceException = require('./models/BedrockAgentCoreControlServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,3238 +114,6 @@ class BedrockAgentCoreControlClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class BedrockAgentCoreControlServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, BedrockAgentCoreControlServiceException.prototype);
118
- }
119
- }
120
-
121
- class AccessDeniedException extends BedrockAgentCoreControlServiceException {
122
- name = "AccessDeniedException";
123
- $fault = "client";
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- }
132
- }
133
- class ConflictException extends BedrockAgentCoreControlServiceException {
134
- name = "ConflictException";
135
- $fault = "client";
136
- constructor(opts) {
137
- super({
138
- name: "ConflictException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, ConflictException.prototype);
143
- }
144
- }
145
- class InternalServerException extends BedrockAgentCoreControlServiceException {
146
- name = "InternalServerException";
147
- $fault = "server";
148
- constructor(opts) {
149
- super({
150
- name: "InternalServerException",
151
- $fault: "server",
152
- ...opts,
153
- });
154
- Object.setPrototypeOf(this, InternalServerException.prototype);
155
- }
156
- }
157
- class ResourceNotFoundException extends BedrockAgentCoreControlServiceException {
158
- name = "ResourceNotFoundException";
159
- $fault = "client";
160
- constructor(opts) {
161
- super({
162
- name: "ResourceNotFoundException",
163
- $fault: "client",
164
- ...opts,
165
- });
166
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
167
- }
168
- }
169
- class ServiceQuotaExceededException extends BedrockAgentCoreControlServiceException {
170
- name = "ServiceQuotaExceededException";
171
- $fault = "client";
172
- constructor(opts) {
173
- super({
174
- name: "ServiceQuotaExceededException",
175
- $fault: "client",
176
- ...opts,
177
- });
178
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
179
- }
180
- }
181
- class ThrottlingException extends BedrockAgentCoreControlServiceException {
182
- name = "ThrottlingException";
183
- $fault = "client";
184
- constructor(opts) {
185
- super({
186
- name: "ThrottlingException",
187
- $fault: "client",
188
- ...opts,
189
- });
190
- Object.setPrototypeOf(this, ThrottlingException.prototype);
191
- }
192
- }
193
- class ValidationException extends BedrockAgentCoreControlServiceException {
194
- name = "ValidationException";
195
- $fault = "client";
196
- reason;
197
- fieldList;
198
- constructor(opts) {
199
- super({
200
- name: "ValidationException",
201
- $fault: "client",
202
- ...opts,
203
- });
204
- Object.setPrototypeOf(this, ValidationException.prototype);
205
- this.reason = opts.reason;
206
- this.fieldList = opts.fieldList;
207
- }
208
- }
209
- class DecryptionFailure extends BedrockAgentCoreControlServiceException {
210
- name = "DecryptionFailure";
211
- $fault = "client";
212
- constructor(opts) {
213
- super({
214
- name: "DecryptionFailure",
215
- $fault: "client",
216
- ...opts,
217
- });
218
- Object.setPrototypeOf(this, DecryptionFailure.prototype);
219
- }
220
- }
221
- class EncryptionFailure extends BedrockAgentCoreControlServiceException {
222
- name = "EncryptionFailure";
223
- $fault = "client";
224
- constructor(opts) {
225
- super({
226
- name: "EncryptionFailure",
227
- $fault: "client",
228
- ...opts,
229
- });
230
- Object.setPrototypeOf(this, EncryptionFailure.prototype);
231
- }
232
- }
233
- class ResourceLimitExceededException extends BedrockAgentCoreControlServiceException {
234
- name = "ResourceLimitExceededException";
235
- $fault = "client";
236
- constructor(opts) {
237
- super({
238
- name: "ResourceLimitExceededException",
239
- $fault: "client",
240
- ...opts,
241
- });
242
- Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
243
- }
244
- }
245
- class UnauthorizedException extends BedrockAgentCoreControlServiceException {
246
- name = "UnauthorizedException";
247
- $fault = "client";
248
- constructor(opts) {
249
- super({
250
- name: "UnauthorizedException",
251
- $fault: "client",
252
- ...opts,
253
- });
254
- Object.setPrototypeOf(this, UnauthorizedException.prototype);
255
- }
256
- }
257
- class ServiceException extends BedrockAgentCoreControlServiceException {
258
- name = "ServiceException";
259
- $fault = "server";
260
- $retryable = {};
261
- constructor(opts) {
262
- super({
263
- name: "ServiceException",
264
- $fault: "server",
265
- ...opts,
266
- });
267
- Object.setPrototypeOf(this, ServiceException.prototype);
268
- }
269
- }
270
- class ThrottledException extends BedrockAgentCoreControlServiceException {
271
- name = "ThrottledException";
272
- $fault = "client";
273
- $retryable = {};
274
- constructor(opts) {
275
- super({
276
- name: "ThrottledException",
277
- $fault: "client",
278
- ...opts,
279
- });
280
- Object.setPrototypeOf(this, ThrottledException.prototype);
281
- }
282
- }
283
- class ConcurrentModificationException extends BedrockAgentCoreControlServiceException {
284
- name = "ConcurrentModificationException";
285
- $fault = "client";
286
- constructor(opts) {
287
- super({
288
- name: "ConcurrentModificationException",
289
- $fault: "client",
290
- ...opts,
291
- });
292
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
293
- }
294
- }
295
-
296
- const _AC = "AuthorizerConfiguration";
297
- const _ACMVT = "AuthorizingClaimMatchValueType";
298
- const _ADE = "AccessDeniedException";
299
- const _AGTC = "ApiGatewayTargetConfiguration";
300
- const _AGTCp = "ApiGatewayToolConfiguration";
301
- const _AGTF = "ApiGatewayToolFilter";
302
- const _AGTFp = "ApiGatewayToolFilters";
303
- const _AGTO = "ApiGatewayToolOverride";
304
- const _AGTOp = "ApiGatewayToolOverrides";
305
- const _AKCP = "ApiKeyCredentialProviders";
306
- const _AKCPI = "ApiKeyCredentialProviderItem";
307
- const _AKT = "ApiKeyType";
308
- const _AOPCI = "AtlassianOauth2ProviderConfigInput";
309
- const _AOPCO = "AtlassianOauth2ProviderConfigOutput";
310
- const _AR = "AgentRuntime";
311
- const _ARA = "AgentRuntimeArtifact";
312
- const _ARE = "AgentRuntimeEndpoint";
313
- const _AREg = "AgentRuntimeEndpoints";
314
- const _ARg = "AgentRuntimes";
315
- const _ASC = "ApiSchemaConfiguration";
316
- const _BEMC = "BedrockEvaluatorModelConfig";
317
- const _BNC = "BrowserNetworkConfiguration";
318
- const _BPS = "BrowserProfileSummary";
319
- const _BPSr = "BrowserProfileSummaries";
320
- const _BS = "BrowserSummary";
321
- const _BSCI = "BrowserSigningConfigInput";
322
- const _BSCO = "BrowserSigningConfigOutput";
323
- const _BSr = "BrowserSummaries";
324
- const _C = "Code";
325
- const _CAKCP = "CreateApiKeyCredentialProvider";
326
- const _CAKCPR = "CreateApiKeyCredentialProviderRequest";
327
- const _CAKCPRr = "CreateApiKeyCredentialProviderResponse";
328
- const _CAR = "CreateAgentRuntime";
329
- const _CARE = "CreateAgentRuntimeEndpoint";
330
- const _CARER = "CreateAgentRuntimeEndpointRequest";
331
- const _CARERr = "CreateAgentRuntimeEndpointResponse";
332
- const _CARR = "CreateAgentRuntimeRequest";
333
- const _CARRr = "CreateAgentRuntimeResponse";
334
- const _CB = "CreateBrowser";
335
- const _CBP = "CreateBrowserProfile";
336
- const _CBPR = "CreateBrowserProfileRequest";
337
- const _CBPRr = "CreateBrowserProfileResponse";
338
- const _CBR = "CreateBrowserRequest";
339
- const _CBRr = "CreateBrowserResponse";
340
- const _CC = "CodeConfiguration";
341
- const _CCC = "CustomConsolidationConfiguration";
342
- const _CCCI = "CustomConsolidationConfigurationInput";
343
- const _CCI = "CustomConfigurationInput";
344
- const _CCIR = "CreateCodeInterpreterRequest";
345
- const _CCIRr = "CreateCodeInterpreterResponse";
346
- const _CCIr = "CreateCodeInterpreter";
347
- const _CCVT = "CustomClaimValidationType";
348
- const _CCVTu = "CustomClaimValidationsType";
349
- const _CCo = "ContainerConfiguration";
350
- const _CCon = "ConsolidationConfiguration";
351
- const _CE = "ConflictException";
352
- const _CEC = "CustomExtractionConfiguration";
353
- const _CECI = "CustomExtractionConfigurationInput";
354
- const _CER = "CreateEvaluatorRequest";
355
- const _CERr = "CreateEvaluatorResponse";
356
- const _CEr = "CreateEvaluator";
357
- const _CG = "CreateGateway";
358
- const _CGR = "CreateGatewayRequest";
359
- const _CGRr = "CreateGatewayResponse";
360
- const _CGT = "CreateGatewayTarget";
361
- const _CGTR = "CreateGatewayTargetRequest";
362
- const _CGTRr = "CreateGatewayTargetResponse";
363
- const _CINC = "CodeInterpreterNetworkConfiguration";
364
- const _CIS = "CodeInterpreterSummary";
365
- const _CISo = "CodeInterpreterSummaries";
366
- const _CJWTAC = "CustomJWTAuthorizerConfiguration";
367
- const _CM = "CreateMemory";
368
- const _CME = "ConcurrentModificationException";
369
- const _CMI = "CreateMemoryInput";
370
- const _CMO = "CreateMemoryOutput";
371
- const _CMSI = "CustomMemoryStrategyInput";
372
- const _CMVT = "ClaimMatchValueType";
373
- const _COCP = "CreateOauth2CredentialProvider";
374
- const _COCPR = "CreateOauth2CredentialProviderRequest";
375
- const _COCPRr = "CreateOauth2CredentialProviderResponse";
376
- const _COEC = "CreateOnlineEvaluationConfig";
377
- const _COECR = "CreateOnlineEvaluationConfigRequest";
378
- const _COECRr = "CreateOnlineEvaluationConfigResponse";
379
- const _COPCI = "CustomOauth2ProviderConfigInput";
380
- const _COPCO = "CustomOauth2ProviderConfigOutput";
381
- const _CP = "CedarPolicy";
382
- const _CPC = "CredentialProviderConfiguration";
383
- const _CPCr = "CredentialProviderConfigurations";
384
- const _CPE = "CreatePolicyEngine";
385
- const _CPER = "CreatePolicyEngineRequest";
386
- const _CPERr = "CreatePolicyEngineResponse";
387
- const _CPR = "CreatePolicyRequest";
388
- const _CPRr = "CreatePolicyResponse";
389
- const _CPr = "CredentialProvider";
390
- const _CPre = "CreatePolicy";
391
- const _CRC = "CustomReflectionConfiguration";
392
- const _CRCI = "CustomReflectionConfigurationInput";
393
- const _CSD = "CategoricalScaleDefinition";
394
- const _CSDa = "CategoricalScaleDefinitions";
395
- const _CST = "ClientSecretType";
396
- const _CWI = "CreateWorkloadIdentity";
397
- const _CWIR = "CreateWorkloadIdentityRequest";
398
- const _CWIRr = "CreateWorkloadIdentityResponse";
399
- const _CWLIC = "CloudWatchLogsInputConfig";
400
- const _CWOC = "CloudWatchOutputConfig";
401
- const _Co = "Content";
402
- const _D = "Description";
403
- const _DAKCP = "DeleteApiKeyCredentialProvider";
404
- const _DAKCPR = "DeleteApiKeyCredentialProviderRequest";
405
- const _DAKCPRe = "DeleteApiKeyCredentialProviderResponse";
406
- const _DAR = "DeleteAgentRuntime";
407
- const _DARE = "DeleteAgentRuntimeEndpoint";
408
- const _DARER = "DeleteAgentRuntimeEndpointRequest";
409
- const _DARERe = "DeleteAgentRuntimeEndpointResponse";
410
- const _DARR = "DeleteAgentRuntimeRequest";
411
- const _DARRe = "DeleteAgentRuntimeResponse";
412
- const _DB = "DeleteBrowser";
413
- const _DBP = "DeleteBrowserProfile";
414
- const _DBPR = "DeleteBrowserProfileRequest";
415
- const _DBPRe = "DeleteBrowserProfileResponse";
416
- const _DBR = "DeleteBrowserRequest";
417
- const _DBRe = "DeleteBrowserResponse";
418
- const _DCI = "DeleteCodeInterpreter";
419
- const _DCIR = "DeleteCodeInterpreterRequest";
420
- const _DCIRe = "DeleteCodeInterpreterResponse";
421
- const _DE = "DeleteEvaluator";
422
- const _DER = "DeleteEvaluatorRequest";
423
- const _DERe = "DeleteEvaluatorResponse";
424
- const _DF = "DecryptionFailure";
425
- const _DG = "DeleteGateway";
426
- const _DGR = "DeleteGatewayRequest";
427
- const _DGRe = "DeleteGatewayResponse";
428
- const _DGT = "DeleteGatewayTarget";
429
- const _DGTR = "DeleteGatewayTargetRequest";
430
- const _DGTRe = "DeleteGatewayTargetResponse";
431
- const _DM = "DeleteMemory";
432
- const _DMI = "DeleteMemoryInput";
433
- const _DMO = "DeleteMemoryOutput";
434
- const _DMSI = "DeleteMemoryStrategyInput";
435
- const _DMSL = "DeleteMemoryStrategiesList";
436
- const _DOCP = "DeleteOauth2CredentialProvider";
437
- const _DOCPR = "DeleteOauth2CredentialProviderRequest";
438
- const _DOCPRe = "DeleteOauth2CredentialProviderResponse";
439
- const _DOEC = "DeleteOnlineEvaluationConfig";
440
- const _DOECR = "DeleteOnlineEvaluationConfigRequest";
441
- const _DOECRe = "DeleteOnlineEvaluationConfigResponse";
442
- const _DP = "DeletePolicy";
443
- const _DPE = "DeletePolicyEngine";
444
- const _DPER = "DeletePolicyEngineRequest";
445
- const _DPERe = "DeletePolicyEngineResponse";
446
- const _DPR = "DeletePolicyRequest";
447
- const _DPRe = "DeletePolicyResponse";
448
- const _DRP = "DeleteResourcePolicy";
449
- const _DRPR = "DeleteResourcePolicyRequest";
450
- const _DRPRe = "DeleteResourcePolicyResponse";
451
- const _DSC = "DataSourceConfig";
452
- const _DWI = "DeleteWorkloadIdentity";
453
- const _DWIR = "DeleteWorkloadIdentityRequest";
454
- const _DWIRe = "DeleteWorkloadIdentityResponse";
455
- const _EC = "EvaluatorConfig";
456
- const _ECD = "EvaluationConfigDescription";
457
- const _ECO = "EpisodicConsolidationOverride";
458
- const _ECx = "ExtractionConfiguration";
459
- const _ED = "EvaluatorDescription";
460
- const _EEO = "EpisodicExtractionOverride";
461
- const _EF = "EncryptionFailure";
462
- const _EI = "EvaluatorInstructions";
463
- const _EL = "EvaluatorList";
464
- const _EMC = "EvaluatorModelConfig";
465
- const _EMSI = "EpisodicMemoryStrategyInput";
466
- const _EN = "EndpointName";
467
- const _EOCCI = "EpisodicOverrideConsolidationConfigurationInput";
468
- const _EOCI = "EpisodicOverrideConfigurationInput";
469
- const _EOECI = "EpisodicOverrideExtractionConfigurationInput";
470
- const _EORCI = "EpisodicOverrideReflectionConfigurationInput";
471
- const _ER = "EvaluatorReference";
472
- const _ERC = "EpisodicReflectionConfiguration";
473
- const _ERCI = "EpisodicReflectionConfigurationInput";
474
- const _ERO = "EpisodicReflectionOverride";
475
- const _ES = "EvaluatorSummary";
476
- const _ESL = "EvaluatorSummaryList";
477
- const _EVM = "EnvironmentVariablesMap";
478
- const _F = "Filter";
479
- const _FL = "FilterList";
480
- const _FV = "FilterValue";
481
- const _Fi = "Finding";
482
- const _Fin = "Findings";
483
- const _GAKCP = "GatewayApiKeyCredentialProvider";
484
- const _GAKCPR = "GetApiKeyCredentialProviderRequest";
485
- const _GAKCPRe = "GetApiKeyCredentialProviderResponse";
486
- const _GAKCPe = "GetApiKeyCredentialProvider";
487
- const _GAR = "GetAgentRuntime";
488
- const _GARE = "GetAgentRuntimeEndpoint";
489
- const _GARER = "GetAgentRuntimeEndpointRequest";
490
- const _GARERe = "GetAgentRuntimeEndpointResponse";
491
- const _GARR = "GetAgentRuntimeRequest";
492
- const _GARRe = "GetAgentRuntimeResponse";
493
- const _GB = "GetBrowser";
494
- const _GBP = "GetBrowserProfile";
495
- const _GBPR = "GetBrowserProfileRequest";
496
- const _GBPRe = "GetBrowserProfileResponse";
497
- const _GBR = "GetBrowserRequest";
498
- const _GBRe = "GetBrowserResponse";
499
- const _GCI = "GetCodeInterpreter";
500
- const _GCIR = "GetCodeInterpreterRequest";
501
- const _GCIRe = "GetCodeInterpreterResponse";
502
- const _GD = "GatewayDescription";
503
- const _GE = "GetEvaluator";
504
- const _GER = "GetEvaluatorRequest";
505
- const _GERe = "GetEvaluatorResponse";
506
- const _GG = "GetGateway";
507
- const _GGR = "GetGatewayRequest";
508
- const _GGRe = "GetGatewayResponse";
509
- const _GGT = "GetGatewayTarget";
510
- const _GGTR = "GetGatewayTargetRequest";
511
- const _GGTRe = "GetGatewayTargetResponse";
512
- const _GIC = "GatewayInterceptorConfiguration";
513
- const _GICa = "GatewayInterceptorConfigurations";
514
- const _GM = "GetMemory";
515
- const _GMI = "GetMemoryInput";
516
- const _GMO = "GetMemoryOutput";
517
- const _GN = "GatewayName";
518
- const _GOCP = "GetOauth2CredentialProvider";
519
- const _GOCPR = "GetOauth2CredentialProviderRequest";
520
- const _GOCPRe = "GetOauth2CredentialProviderResponse";
521
- const _GOEC = "GetOnlineEvaluationConfig";
522
- const _GOECR = "GetOnlineEvaluationConfigRequest";
523
- const _GOECRe = "GetOnlineEvaluationConfigResponse";
524
- const _GOPCI = "GithubOauth2ProviderConfigInput";
525
- const _GOPCIo = "GoogleOauth2ProviderConfigInput";
526
- const _GOPCO = "GithubOauth2ProviderConfigOutput";
527
- const _GOPCOo = "GoogleOauth2ProviderConfigOutput";
528
- const _GP = "GetPolicy";
529
- const _GPC = "GatewayProtocolConfiguration";
530
- const _GPE = "GetPolicyEngine";
531
- const _GPEC = "GatewayPolicyEngineConfiguration";
532
- const _GPER = "GetPolicyEngineRequest";
533
- const _GPERe = "GetPolicyEngineResponse";
534
- const _GPG = "GetPolicyGeneration";
535
- const _GPGR = "GetPolicyGenerationRequest";
536
- const _GPGRe = "GetPolicyGenerationResponse";
537
- const _GPR = "GetPolicyRequest";
538
- const _GPRe = "GetPolicyResponse";
539
- const _GRP = "GetResourcePolicy";
540
- const _GRPR = "GetResourcePolicyRequest";
541
- const _GRPRe = "GetResourcePolicyResponse";
542
- const _GS = "GatewaySummary";
543
- const _GSa = "GatewaySummaries";
544
- const _GT = "GatewayTarget";
545
- const _GTL = "GatewayTargetList";
546
- const _GTV = "GetTokenVault";
547
- const _GTVR = "GetTokenVaultRequest";
548
- const _GTVRe = "GetTokenVaultResponse";
549
- const _GWI = "GetWorkloadIdentity";
550
- const _GWIR = "GetWorkloadIdentityRequest";
551
- const _GWIRe = "GetWorkloadIdentityResponse";
552
- const _IC = "InferenceConfiguration";
553
- const _ICI = "InvocationConfigurationInput";
554
- const _ICn = "InvocationConfiguration";
555
- const _ICnt = "InterceptorConfiguration";
556
- const _IIC = "InterceptorInputConfiguration";
557
- const _IOPCI = "IncludedOauth2ProviderConfigInput";
558
- const _IOPCO = "IncludedOauth2ProviderConfigOutput";
559
- const _IP = "InlinePayload";
560
- const _ISE = "InternalServerException";
561
- const _KC = "KmsConfiguration";
562
- const _LAAJEC = "LlmAsAJudgeEvaluatorConfig";
563
- const _LAKCP = "ListApiKeyCredentialProviders";
564
- const _LAKCPR = "ListApiKeyCredentialProvidersRequest";
565
- const _LAKCPRi = "ListApiKeyCredentialProvidersResponse";
566
- const _LAR = "ListAgentRuntimes";
567
- const _LARE = "ListAgentRuntimeEndpoints";
568
- const _LARER = "ListAgentRuntimeEndpointsRequest";
569
- const _LARERi = "ListAgentRuntimeEndpointsResponse";
570
- const _LARR = "ListAgentRuntimesRequest";
571
- const _LARRi = "ListAgentRuntimesResponse";
572
- const _LARV = "ListAgentRuntimeVersions";
573
- const _LARVR = "ListAgentRuntimeVersionsRequest";
574
- const _LARVRi = "ListAgentRuntimeVersionsResponse";
575
- const _LB = "ListBrowsers";
576
- const _LBP = "ListBrowserProfiles";
577
- const _LBPR = "ListBrowserProfilesRequest";
578
- const _LBPRi = "ListBrowserProfilesResponse";
579
- const _LBR = "ListBrowsersRequest";
580
- const _LBRi = "ListBrowsersResponse";
581
- const _LC = "LifecycleConfiguration";
582
- const _LCI = "ListCodeInterpreters";
583
- const _LCIR = "ListCodeInterpretersRequest";
584
- const _LCIRi = "ListCodeInterpretersResponse";
585
- const _LE = "ListEvaluators";
586
- const _LER = "ListEvaluatorsRequest";
587
- const _LERi = "ListEvaluatorsResponse";
588
- const _LG = "ListGateways";
589
- const _LGR = "ListGatewaysRequest";
590
- const _LGRi = "ListGatewaysResponse";
591
- const _LGT = "ListGatewayTargets";
592
- const _LGTR = "ListGatewayTargetsRequest";
593
- const _LGTRi = "ListGatewayTargetsResponse";
594
- const _LIC = "LambdaInterceptorConfiguration";
595
- const _LM = "ListMemories";
596
- const _LMI = "ListMemoriesInput";
597
- const _LMO = "ListMemoriesOutput";
598
- const _LOCP = "ListOauth2CredentialProviders";
599
- const _LOCPR = "ListOauth2CredentialProvidersRequest";
600
- const _LOCPRi = "ListOauth2CredentialProvidersResponse";
601
- const _LOEC = "ListOnlineEvaluationConfigs";
602
- const _LOECR = "ListOnlineEvaluationConfigsRequest";
603
- const _LOECRi = "ListOnlineEvaluationConfigsResponse";
604
- const _LOPCI = "LinkedinOauth2ProviderConfigInput";
605
- const _LOPCO = "LinkedinOauth2ProviderConfigOutput";
606
- const _LP = "ListPolicies";
607
- const _LPE = "ListPolicyEngines";
608
- const _LPER = "ListPolicyEnginesRequest";
609
- const _LPERi = "ListPolicyEnginesResponse";
610
- const _LPG = "ListPolicyGenerations";
611
- const _LPGA = "ListPolicyGenerationAssets";
612
- const _LPGAR = "ListPolicyGenerationAssetsRequest";
613
- const _LPGARi = "ListPolicyGenerationAssetsResponse";
614
- const _LPGR = "ListPolicyGenerationsRequest";
615
- const _LPGRi = "ListPolicyGenerationsResponse";
616
- const _LPR = "ListPoliciesRequest";
617
- const _LPRi = "ListPoliciesResponse";
618
- const _LTFR = "ListTagsForResource";
619
- const _LTFRR = "ListTagsForResourceRequest";
620
- const _LTFRRi = "ListTagsForResourceResponse";
621
- const _LWI = "ListWorkloadIdentities";
622
- const _LWIR = "ListWorkloadIdentitiesRequest";
623
- const _LWIRi = "ListWorkloadIdentitiesResponse";
624
- const _M = "Memory";
625
- const _MBT = "MessageBasedTrigger";
626
- const _MBTI = "MessageBasedTriggerInput";
627
- const _MC = "MetadataConfiguration";
628
- const _MCC = "ModifyConsolidationConfiguration";
629
- const _MCPGC = "MCPGatewayConfiguration";
630
- const _MEC = "ModifyExtractionConfiguration";
631
- const _MICI = "ModifyInvocationConfigurationInput";
632
- const _MLTC = "McpLambdaTargetConfiguration";
633
- const _MMS = "ModifyMemoryStrategies";
634
- const _MMSI = "ModifyMemoryStrategyInput";
635
- const _MMSL = "ModifyMemoryStrategiesList";
636
- const _MOPCI = "MicrosoftOauth2ProviderConfigInput";
637
- const _MOPCO = "MicrosoftOauth2ProviderConfigOutput";
638
- const _MRC = "ModifyReflectionConfiguration";
639
- const _MS = "MemoryStrategy";
640
- const _MSC = "ModifyStrategyConfiguration";
641
- const _MSI = "MemoryStrategyInput";
642
- const _MSIL = "MemoryStrategyInputList";
643
- const _MSL = "MemoryStrategyList";
644
- const _MSLe = "MemorySummaryList";
645
- const _MSMC = "ModifySelfManagedConfiguration";
646
- const _MSTC = "McpServerTargetConfiguration";
647
- const _MSe = "MemorySummary";
648
- const _MTC = "McpTargetConfiguration";
649
- const _NC = "NetworkConfiguration";
650
- const _NSD = "NumericalScaleDefinition";
651
- const _NSDu = "NumericalScaleDefinitions";
652
- const _OACP = "OAuthCredentialProvider";
653
- const _OACPV = "OAuthCustomParametersValue";
654
- const _OACPu = "OAuthCustomParameters";
655
- const _OASM = "Oauth2AuthorizationServerMetadata";
656
- const _OC = "OutputConfig";
657
- const _OCP = "Oauth2CredentialProviders";
658
- const _OCPI = "Oauth2CredentialProviderItem";
659
- const _OD = "Oauth2Discovery";
660
- const _OECS = "OnlineEvaluationConfigSummary";
661
- const _OECSL = "OnlineEvaluationConfigSummaryList";
662
- const _OPCI = "Oauth2ProviderConfigInput";
663
- const _OPCO = "Oauth2ProviderConfigOutput";
664
- const _P = "Prompt";
665
- const _PC = "ProtocolConfiguration";
666
- const _PD = "PolicyDefinition";
667
- const _PE = "PolicyEngine";
668
- const _PEo = "PolicyEngines";
669
- const _PG = "PolicyGeneration";
670
- const _PGA = "PolicyGenerationAsset";
671
- const _PGAo = "PolicyGenerationAssets";
672
- const _PGo = "PolicyGenerations";
673
- const _PRP = "PutResourcePolicy";
674
- const _PRPR = "PutResourcePolicyRequest";
675
- const _PRPRu = "PutResourcePolicyResponse";
676
- const _Po = "Policy";
677
- const _Pol = "Policies";
678
- const _R = "Rule";
679
- const _RC = "RecordingConfig";
680
- const _RCe = "ReflectionConfiguration";
681
- const _RHC = "RequestHeaderConfiguration";
682
- const _RLEE = "ResourceLimitExceededException";
683
- const _RNFE = "ResourceNotFoundException";
684
- const _RS = "RatingScale";
685
- const _Re = "Resource";
686
- const _S = "Secret";
687
- const _SC = "S3Configuration";
688
- const _SCO = "SemanticConsolidationOverride";
689
- const _SCOu = "SummaryConsolidationOverride";
690
- const _SCa = "SamplingConfig";
691
- const _SCe = "SessionConfig";
692
- const _SCt = "StrategyConfiguration";
693
- const _SD = "SchemaDefinition";
694
- const _SE = "ServiceException";
695
- const _SEO = "SemanticExtractionOverride";
696
- const _SGT = "SynchronizeGatewayTargets";
697
- const _SGTR = "SynchronizeGatewayTargetsRequest";
698
- const _SGTRy = "SynchronizeGatewayTargetsResponse";
699
- const _SL = "S3Location";
700
- const _SMC = "SelfManagedConfiguration";
701
- const _SMCI = "SelfManagedConfigurationInput";
702
- const _SMSI = "SemanticMemoryStrategyInput";
703
- const _SMSIu = "SummaryMemoryStrategyInput";
704
- const _SOCCI = "SemanticOverrideConsolidationConfigurationInput";
705
- const _SOCCIu = "SummaryOverrideConsolidationConfigurationInput";
706
- const _SOCI = "SemanticOverrideConfigurationInput";
707
- const _SOCIu = "SummaryOverrideConfigurationInput";
708
- const _SOECI = "SemanticOverrideExtractionConfigurationInput";
709
- const _SOPCI = "SalesforceOauth2ProviderConfigInput";
710
- const _SOPCIl = "SlackOauth2ProviderConfigInput";
711
- const _SOPCO = "SalesforceOauth2ProviderConfigOutput";
712
- const _SOPCOl = "SlackOauth2ProviderConfigOutput";
713
- const _SP = "SchemaProperties";
714
- const _SPG = "StartPolicyGeneration";
715
- const _SPGR = "StartPolicyGenerationRequest";
716
- const _SPGRt = "StartPolicyGenerationResponse";
717
- const _SQEE = "ServiceQuotaExceededException";
718
- const _STVCMK = "SetTokenVaultCMK";
719
- const _STVCMKR = "SetTokenVaultCMKRequest";
720
- const _STVCMKRe = "SetTokenVaultCMKResponse";
721
- const _TBT = "TimeBasedTrigger";
722
- const _TBTI = "TimeBasedTriggerInput";
723
- const _TBTIo = "TokenBasedTriggerInput";
724
- const _TBTo = "TokenBasedTrigger";
725
- const _TC = "TargetConfiguration";
726
- const _TCI = "TriggerConditionInput";
727
- const _TCIL = "TriggerConditionInputList";
728
- const _TCL = "TriggerConditionsList";
729
- const _TCr = "TriggerCondition";
730
- const _TD = "TargetDescription";
731
- const _TDo = "ToolDefinition";
732
- const _TDoo = "ToolDefinitions";
733
- const _TE = "ThrottledException";
734
- const _TEh = "ThrottlingException";
735
- const _TN = "TargetName";
736
- const _TR = "TagResource";
737
- const _TRR = "TagResourceRequest";
738
- const _TRRa = "TagResourceResponse";
739
- const _TS = "TargetSummary";
740
- const _TSa = "TargetSummaries";
741
- const _TSo = "ToolSchema";
742
- const _UAKCP = "UpdateApiKeyCredentialProvider";
743
- const _UAKCPR = "UpdateApiKeyCredentialProviderRequest";
744
- const _UAKCPRp = "UpdateApiKeyCredentialProviderResponse";
745
- const _UAR = "UpdateAgentRuntime";
746
- const _UARE = "UpdateAgentRuntimeEndpoint";
747
- const _UARER = "UpdateAgentRuntimeEndpointRequest";
748
- const _UARERp = "UpdateAgentRuntimeEndpointResponse";
749
- const _UARR = "UpdateAgentRuntimeRequest";
750
- const _UARRp = "UpdateAgentRuntimeResponse";
751
- const _UE = "UnauthorizedException";
752
- const _UER = "UpdateEvaluatorRequest";
753
- const _UERp = "UpdateEvaluatorResponse";
754
- const _UEp = "UpdateEvaluator";
755
- const _UG = "UpdateGateway";
756
- const _UGR = "UpdateGatewayRequest";
757
- const _UGRp = "UpdateGatewayResponse";
758
- const _UGT = "UpdateGatewayTarget";
759
- const _UGTR = "UpdateGatewayTargetRequest";
760
- const _UGTRp = "UpdateGatewayTargetResponse";
761
- const _UM = "UpdateMemory";
762
- const _UMI = "UpdateMemoryInput";
763
- const _UMO = "UpdateMemoryOutput";
764
- const _UOCP = "UpdateOauth2CredentialProvider";
765
- const _UOCPR = "UpdateOauth2CredentialProviderRequest";
766
- const _UOCPRp = "UpdateOauth2CredentialProviderResponse";
767
- const _UOEC = "UpdateOnlineEvaluationConfig";
768
- const _UOECR = "UpdateOnlineEvaluationConfigRequest";
769
- const _UOECRp = "UpdateOnlineEvaluationConfigResponse";
770
- const _UP = "UpdatePolicy";
771
- const _UPCO = "UserPreferenceConsolidationOverride";
772
- const _UPE = "UpdatePolicyEngine";
773
- const _UPEO = "UserPreferenceExtractionOverride";
774
- const _UPER = "UpdatePolicyEngineRequest";
775
- const _UPERp = "UpdatePolicyEngineResponse";
776
- const _UPMSI = "UserPreferenceMemoryStrategyInput";
777
- const _UPOCCI = "UserPreferenceOverrideConsolidationConfigurationInput";
778
- const _UPOCI = "UserPreferenceOverrideConfigurationInput";
779
- const _UPOECI = "UserPreferenceOverrideExtractionConfigurationInput";
780
- const _UPR = "UpdatePolicyRequest";
781
- const _UPRp = "UpdatePolicyResponse";
782
- const _UR = "UntagResource";
783
- const _URR = "UntagResourceRequest";
784
- const _URRn = "UntagResourceResponse";
785
- const _UWI = "UpdateWorkloadIdentity";
786
- const _UWIR = "UpdateWorkloadIdentityRequest";
787
- const _UWIRp = "UpdateWorkloadIdentityResponse";
788
- const _VC = "VpcConfig";
789
- const _VE = "ValidationException";
790
- const _VEF = "ValidationExceptionField";
791
- const _VEFL = "ValidationExceptionFieldList";
792
- const _WID = "WorkloadIdentityDetails";
793
- const _WIL = "WorkloadIdentityList";
794
- const _WIT = "WorkloadIdentityType";
795
- const _a = "arn";
796
- const _aA = "allowedAudience";
797
- const _aC = "authorizerConfiguration";
798
- const _aCMV = "authorizingClaimMatchValue";
799
- const _aCl = "allowedClients";
800
- const _aE = "authorizationEndpoint";
801
- const _aG = "apiGateway";
802
- const _aGTC = "apiGatewayToolConfiguration";
803
- const _aK = "apiKey";
804
- const _aKCP = "apiKeyCredentialProvider";
805
- const _aKSA = "apiKeySecretArn";
806
- const _aMRF = "additionalModelRequestFields";
807
- const _aMS = "addMemoryStrategies";
808
- const _aOPC = "atlassianOauth2ProviderConfig";
809
- const _aQP = "allowedQueryParameters";
810
- const _aR = "agentRuntimes";
811
- const _aRA = "agentRuntimeArn";
812
- const _aRAg = "agentRuntimeArtifact";
813
- const _aREA = "agentRuntimeEndpointArn";
814
- const _aRH = "allowedRequestHeaders";
815
- const _aRHl = "allowedResponseHeaders";
816
- const _aRI = "agentRuntimeId";
817
- const _aRN = "agentRuntimeName";
818
- const _aRORU = "allowedResourceOauth2ReturnUrls";
819
- const _aRV = "agentRuntimeVersion";
820
- const _aS = "allowedScopes";
821
- const _aSM = "authorizationServerMetadata";
822
- const _aT = "authorizerType";
823
- const _aTP = "appendToPrompt";
824
- const _b = "bucket";
825
- const _bA = "browserArn";
826
- const _bEMC = "bedrockEvaluatorModelConfig";
827
- const _bI = "browserId";
828
- const _bOAI = "bucketOwnerAccountId";
829
- const _bS = "browserSigning";
830
- const _bSr = "browserSummaries";
831
- const _bV = "booleanValue";
832
- const _c = "client";
833
- const _cA = "createdAt";
834
- const _cC = "customClaims";
835
- const _cCC = "customConsolidationConfiguration";
836
- const _cCo = "containerConfiguration";
837
- const _cCod = "codeConfiguration";
838
- const _cEC = "customExtractionConfiguration";
839
- const _cI = "clientId";
840
- const _cIA = "codeInterpreterArn";
841
- const _cII = "codeInterpreterId";
842
- const _cIS = "codeInterpreterSummaries";
843
- const _cJWTA = "customJWTAuthorizer";
844
- const _cL = "credentialLocation";
845
- const _cMO = "claimMatchOperator";
846
- const _cMS = "customMemoryStrategy";
847
- const _cMV = "claimMatchValue";
848
- const _cOPC = "customOauth2ProviderConfig";
849
- const _cP = "credentialProvider";
850
- const _cPA = "credentialProviderArn";
851
- const _cPC = "credentialProviderConfigurations";
852
- const _cPN = "credentialParameterName";
853
- const _cPT = "credentialProviderType";
854
- const _cPV = "credentialProviderVendor";
855
- const _cPr = "credentialPrefix";
856
- const _cPre = "credentialProviders";
857
- const _cPu = "customParameters";
858
- const _cRC = "customReflectionConfiguration";
859
- const _cS = "clientSecret";
860
- const _cSA = "clientSecretArn";
861
- const _cT = "createdTime";
862
- const _cTl = "clientToken";
863
- const _cU = "containerUri";
864
- const _cUa = "callbackUrl";
865
- const _cWC = "cloudWatchConfig";
866
- const _cWL = "cloudWatchLogs";
867
- const _ca = "categorical";
868
- const _ce = "cedar";
869
- const _co = "code";
870
- const _con = "configuration";
871
- const _cons = "consolidation";
872
- const _cont = "content";
873
- const _d = "description";
874
- const _dMS = "deleteMemoryStrategies";
875
- const _dRU = "defaultReturnUrl";
876
- const _dSC = "dataSourceConfig";
877
- const _dU = "discoveryUrl";
878
- const _dV = "doubleValue";
879
- const _de = "definition";
880
- const _e = "error";
881
- const _eA = "evaluatorArn";
882
- const _eC = "evaluatorConfig";
883
- const _eCO = "episodicConsolidationOverride";
884
- const _eED = "eventExpiryDuration";
885
- const _eEO = "episodicExtractionOverride";
886
- const _eERA = "evaluationExecutionRoleArn";
887
- const _eI = "evaluatorId";
888
- const _eKA = "encryptionKeyArn";
889
- const _eL = "exceptionLevel";
890
- const _eMS = "episodicMemoryStrategy";
891
- const _eN = "endpointName";
892
- const _eNv = "evaluatorName";
893
- const _eO = "episodicOverride";
894
- const _eOC = "enableOnCreate";
895
- const _eP = "entryPoint";
896
- const _eRA = "executionRoleArn";
897
- const _eRC = "episodicReflectionConfiguration";
898
- const _eRO = "episodicReflectionOverride";
899
- const _eS = "executionStatus";
900
- const _eT = "evaluatorType";
901
- const _eV = "environmentVariables";
902
- const _en = "enabled";
903
- const _end = "endpoint";
904
- const _ev = "evaluators";
905
- const _ex = "extraction";
906
- const _f = "findings";
907
- const _fL = "fieldList";
908
- const _fP = "filterPath";
909
- const _fR = "failureReason";
910
- const _fi = "filters";
911
- const _gA = "gatewayArn";
912
- const _gI = "gatewayId";
913
- const _gIa = "gatewayIdentifier";
914
- const _gOPC = "googleOauth2ProviderConfig";
915
- const _gOPCi = "githubOauth2ProviderConfig";
916
- const _gT = "grantType";
917
- const _gU = "gatewayUrl";
918
- const _h = "http";
919
- const _hCWS = "historicalContextWindowSize";
920
- const _hE = "httpError";
921
- const _hQ = "httpQuery";
922
- const _i = "id";
923
- const _iC = "inferenceConfig";
924
- const _iCn = "interceptorConfigurations";
925
- const _iCnp = "inputConfiguration";
926
- const _iCnv = "invocationConfiguration";
927
- const _iOPC = "includedOauth2ProviderConfig";
928
- const _iP = "interceptionPoints";
929
- const _iPn = "inlinePayload";
930
- const _iRST = "idleRuntimeSessionTimeout";
931
- const _iS = "inputSchema";
932
- const _iST = "idleSessionTimeout";
933
- const _iT = "idempotencyToken";
934
- const _iTCN = "inboundTokenClaimName";
935
- const _iTCVT = "inboundTokenClaimValueType";
936
- const _in = "interceptor";
937
- const _ins = "instructions";
938
- const _is = "issuer";
939
- const _it = "items";
940
- const _k = "key";
941
- const _kC = "kmsConfiguration";
942
- const _kKA = "kmsKeyArn";
943
- const _kT = "keyType";
944
- const _l = "label";
945
- const _lA = "lambdaArn";
946
- const _lAAJ = "llmAsAJudge";
947
- const _lC = "lifecycleConfiguration";
948
- const _lFM = "lockedForModification";
949
- const _lGN = "logGroupNames";
950
- const _lGNo = "logGroupName";
951
- const _lMD = "lastModifiedDate";
952
- const _lOPC = "linkedinOauth2ProviderConfig";
953
- const _lSA = "lastSavedAt";
954
- const _lSAa = "lastSynchronizedAt";
955
- const _lSBI = "lastSavedBrowserId";
956
- const _lSBSI = "lastSavedBrowserSessionId";
957
- const _lUA = "lastUpdatedAt";
958
- const _lUT = "lastUpdatedTime";
959
- const _lV = "liveVersion";
960
- const _la = "lambda";
961
- const _le = "level";
962
- const _m = "message";
963
- const _mBT = "messageBasedTrigger";
964
- const _mC = "metadataConfiguration";
965
- const _mCe = "messageCount";
966
- const _mCo = "modelConfig";
967
- const _mERA = "memoryExecutionRoleArn";
968
- const _mI = "modelId";
969
- const _mIe = "memoryId";
970
- const _mL = "maxLifetime";
971
- const _mMS = "modifyMemoryStrategies";
972
- const _mOPC = "microsoftOauth2ProviderConfig";
973
- const _mR = "maxResults";
974
- const _mS = "memoryStrategies";
975
- const _mSI = "memoryStrategyId";
976
- const _mSc = "mcpServer";
977
- const _mT = "maxTokens";
978
- const _mVS = "matchValueString";
979
- const _mVSL = "matchValueStringList";
980
- const _mc = "mcp";
981
- const _me = "methods";
982
- const _mem = "memory";
983
- const _memo = "memories";
984
- const _met = "method";
985
- const _mo = "mode";
986
- const _n = "name";
987
- const _nC = "networkConfiguration";
988
- const _nM = "networkMode";
989
- const _nMC = "networkModeConfig";
990
- const _nT = "nextToken";
991
- const _na = "namespaces";
992
- const _nu = "numerical";
993
- const _o = "operator";
994
- const _oAS = "openApiSchema";
995
- const _oC = "outputConfig";
996
- const _oCP = "oauthCredentialProvider";
997
- const _oD = "oauthDiscovery";
998
- const _oEC = "onlineEvaluationConfigs";
999
- const _oECA = "onlineEvaluationConfigArn";
1000
- const _oECI = "onlineEvaluationConfigId";
1001
- const _oECN = "onlineEvaluationConfigName";
1002
- const _oPCI = "oauth2ProviderConfigInput";
1003
- const _oPCO = "oauth2ProviderConfigOutput";
1004
- const _oS = "outputSchema";
1005
- const _p = "path";
1006
- const _pA = "profileArn";
1007
- const _pAo = "policyArn";
1008
- const _pAr = "providerArn";
1009
- const _pC = "protocolConfiguration";
1010
- const _pDBN = "payloadDeliveryBucketName";
1011
- const _pE = "policyEngines";
1012
- const _pEA = "policyEngineArn";
1013
- const _pEC = "policyEngineConfiguration";
1014
- const _pEI = "policyEngineId";
1015
- const _pG = "policyGenerations";
1016
- const _pGA = "policyGenerationArn";
1017
- const _pGAI = "policyGenerationAssetId";
1018
- const _pGAo = "policyGenerationAssets";
1019
- const _pGI = "policyGenerationId";
1020
- const _pI = "profileId";
1021
- const _pIo = "policyId";
1022
- const _pRH = "passRequestHeaders";
1023
- const _pS = "profileSummaries";
1024
- const _pT = "protocolType";
1025
- const _po = "policy";
1026
- const _pol = "policies";
1027
- const _pr = "prefix";
1028
- const _pro = "properties";
1029
- const _r = "runtime";
1030
- const _rA = "roleArn";
1031
- const _rAI = "restApiId";
1032
- const _rAe = "resourceArn";
1033
- const _rC = "reflectionConfiguration";
1034
- const _rE = "runtimeEndpoints";
1035
- const _rHA = "requestHeaderAllowlist";
1036
- const _rHC = "requestHeaderConfiguration";
1037
- const _rS = "ratingScale";
1038
- const _rT = "responseTypes";
1039
- const _rTF = "rawTextFragment";
1040
- const _rTa = "rawText";
1041
- const _re = "recording";
1042
- const _rea = "reason";
1043
- const _ref = "reflection";
1044
- const _req = "required";
1045
- const _res = "resource";
1046
- const _ru = "rule";
1047
- const _s = "status";
1048
- const _sA = "secretArn";
1049
- const _sC = "samplingConfig";
1050
- const _sCO = "semanticConsolidationOverride";
1051
- const _sCOu = "summaryConsolidationOverride";
1052
- const _sCe = "sessionConfig";
1053
- const _sEO = "semanticExtractionOverride";
1054
- const _sG = "securityGroups";
1055
- const _sI = "strategyId";
1056
- const _sL = "s3Location";
1057
- const _sM = "smithyModel";
1058
- const _sMC = "selfManagedConfiguration";
1059
- const _sMS = "semanticMemoryStrategy";
1060
- const _sMSu = "summaryMemoryStrategy";
1061
- const _sN = "serviceNames";
1062
- const _sO = "semanticOverride";
1063
- const _sOPC = "slackOauth2ProviderConfig";
1064
- const _sOPCa = "salesforceOauth2ProviderConfig";
1065
- const _sOu = "summaryOverride";
1066
- const _sP = "serverProtocol";
1067
- const _sPa = "samplingPercentage";
1068
- const _sR = "statusReasons";
1069
- const _sS = "stopSequences";
1070
- const _sT = "searchType";
1071
- const _sTM = "sessionTimeoutMinutes";
1072
- const _sV = "supportedVersions";
1073
- const _sVt = "stringValue";
1074
- const _s_ = "s3";
1075
- const _sc = "scopes";
1076
- const _se = "server";
1077
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcorecontrol";
1078
- const _st = "stage";
1079
- const _sta = "statement";
1080
- const _str = "strategies";
1081
- const _su = "subnets";
1082
- const _t = "tags";
1083
- const _tA = "topicArn";
1084
- const _tBT = "tokenBasedTrigger";
1085
- const _tBTi = "timeBasedTrigger";
1086
- const _tC = "targetConfiguration";
1087
- const _tCo = "tokenCount";
1088
- const _tCr = "triggerConditions";
1089
- const _tE = "tokenEndpoint";
1090
- const _tEAM = "tokenEndpointAuthMethods";
1091
- const _tF = "toolFilters";
1092
- const _tI = "targetId";
1093
- const _tIL = "targetIdList";
1094
- const _tIe = "tenantId";
1095
- const _tK = "tagKeys";
1096
- const _tO = "toolOverrides";
1097
- const _tP = "topP";
1098
- const _tRS = "targetResourceScope";
1099
- const _tS = "toolSchema";
1100
- const _tV = "targetVersion";
1101
- const _tVI = "tokenVaultId";
1102
- const _ta = "targets";
1103
- const _te = "temperature";
1104
- const _ty = "type";
1105
- const _u = "uri";
1106
- const _uA = "updatedAt";
1107
- const _uPCO = "userPreferenceConsolidationOverride";
1108
- const _uPEO = "userPreferenceExtractionOverride";
1109
- const _uPMS = "userPreferenceMemoryStrategy";
1110
- const _uPO = "userPreferenceOverride";
1111
- const _v = "value";
1112
- const _vC = "vpcConfig";
1113
- const _vI = "versionId";
1114
- const _vM = "validationMode";
1115
- const _ve = "version";
1116
- const _vi = "view";
1117
- const _wI = "workloadIdentities";
1118
- const _wIA = "workloadIdentityArn";
1119
- const _wID = "workloadIdentityDetails";
1120
- const n0 = "com.amazonaws.bedrockagentcorecontrol";
1121
- var ApiKeyType = [0, n0, _AKT, 8, 0];
1122
- var ClientSecretType = [0, n0, _CST, 8, 0];
1123
- var Description = [0, n0, _D, 8, 0];
1124
- var EndpointName = [0, n0, _EN, 8, 0];
1125
- var EvaluationConfigDescription = [0, n0, _ECD, 8, 0];
1126
- var EvaluatorDescription = [0, n0, _ED, 8, 0];
1127
- var EvaluatorInstructions = [0, n0, _EI, 8, 0];
1128
- var GatewayDescription = [0, n0, _GD, 8, 0];
1129
- var GatewayName = [0, n0, _GN, 8, 0];
1130
- var InlinePayload = [0, n0, _IP, 8, 0];
1131
- var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
1132
- var Prompt = [0, n0, _P, 8, 0];
1133
- var TargetDescription = [0, n0, _TD, 8, 0];
1134
- var TargetName = [0, n0, _TN, 8, 0];
1135
- var AccessDeniedException$ = [-3, n0, _ADE,
1136
- { [_e]: _c, [_hE]: 403 },
1137
- [_m],
1138
- [0]
1139
- ];
1140
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1141
- var AgentRuntime$ = [3, n0, _AR,
1142
- 0,
1143
- [_aRA, _aRI, _aRV, _aRN, _d, _lUA, _s],
1144
- [0, 0, 0, 0, [() => Description, 0], 5, 0], 7
1145
- ];
1146
- var AgentRuntimeEndpoint$ = [3, n0, _ARE,
1147
- 0,
1148
- [_n, _aREA, _aRA, _s, _i, _cA, _lUA, _lV, _tV, _d],
1149
- [[() => EndpointName, 0], 0, 0, 0, 0, 5, 5, 0, 0, 0], 7
1150
- ];
1151
- var ApiGatewayTargetConfiguration$ = [3, n0, _AGTC,
1152
- 0,
1153
- [_rAI, _st, _aGTC],
1154
- [0, 0, () => ApiGatewayToolConfiguration$], 3
1155
- ];
1156
- var ApiGatewayToolConfiguration$ = [3, n0, _AGTCp,
1157
- 0,
1158
- [_tF, _tO],
1159
- [() => ApiGatewayToolFilters, () => ApiGatewayToolOverrides], 1
1160
- ];
1161
- var ApiGatewayToolFilter$ = [3, n0, _AGTF,
1162
- 0,
1163
- [_fP, _me],
1164
- [0, 64 | 0], 2
1165
- ];
1166
- var ApiGatewayToolOverride$ = [3, n0, _AGTO,
1167
- 0,
1168
- [_n, _p, _met, _d],
1169
- [0, 0, 0, 0], 3
1170
- ];
1171
- var ApiKeyCredentialProviderItem$ = [3, n0, _AKCPI,
1172
- 0,
1173
- [_n, _cPA, _cT, _lUT],
1174
- [0, 0, 4, 4], 4
1175
- ];
1176
- var AtlassianOauth2ProviderConfigInput$ = [3, n0, _AOPCI,
1177
- 0,
1178
- [_cI, _cS],
1179
- [0, [() => ClientSecretType, 0]], 2
1180
- ];
1181
- var AtlassianOauth2ProviderConfigOutput$ = [3, n0, _AOPCO,
1182
- 0,
1183
- [_oD, _cI],
1184
- [() => Oauth2Discovery$, 0], 1
1185
- ];
1186
- var AuthorizingClaimMatchValueType$ = [3, n0, _ACMVT,
1187
- 0,
1188
- [_cMV, _cMO],
1189
- [() => ClaimMatchValueType$, 0], 2
1190
- ];
1191
- var BedrockEvaluatorModelConfig$ = [3, n0, _BEMC,
1192
- 0,
1193
- [_mI, _iC, _aMRF],
1194
- [0, () => InferenceConfiguration$, 15], 1
1195
- ];
1196
- var BrowserNetworkConfiguration$ = [3, n0, _BNC,
1197
- 0,
1198
- [_nM, _vC],
1199
- [0, () => VpcConfig$], 1
1200
- ];
1201
- var BrowserProfileSummary$ = [3, n0, _BPS,
1202
- 0,
1203
- [_pI, _pA, _n, _s, _cA, _lUA, _d, _lSA, _lSBSI, _lSBI],
1204
- [0, 0, 0, 0, 5, 5, [() => Description, 0], 5, 0, 0], 6
1205
- ];
1206
- var BrowserSigningConfigInput$ = [3, n0, _BSCI,
1207
- 0,
1208
- [_en],
1209
- [2], 1
1210
- ];
1211
- var BrowserSigningConfigOutput$ = [3, n0, _BSCO,
1212
- 0,
1213
- [_en],
1214
- [2], 1
1215
- ];
1216
- var BrowserSummary$ = [3, n0, _BS,
1217
- 0,
1218
- [_bI, _bA, _s, _cA, _n, _d, _lUA],
1219
- [0, 0, 0, 5, 0, [() => Description, 0], 5], 4
1220
- ];
1221
- var CategoricalScaleDefinition$ = [3, n0, _CSD,
1222
- 0,
1223
- [_de, _l],
1224
- [0, 0], 2
1225
- ];
1226
- var CedarPolicy$ = [3, n0, _CP,
1227
- 0,
1228
- [_sta],
1229
- [0], 1
1230
- ];
1231
- var CloudWatchLogsInputConfig$ = [3, n0, _CWLIC,
1232
- 0,
1233
- [_lGN, _sN],
1234
- [64 | 0, 64 | 0], 2
1235
- ];
1236
- var CloudWatchOutputConfig$ = [3, n0, _CWOC,
1237
- 0,
1238
- [_lGNo],
1239
- [0], 1
1240
- ];
1241
- var CodeConfiguration$ = [3, n0, _CC,
1242
- 0,
1243
- [_co, _r, _eP],
1244
- [() => Code$, 0, 64 | 0], 3
1245
- ];
1246
- var CodeInterpreterNetworkConfiguration$ = [3, n0, _CINC,
1247
- 0,
1248
- [_nM, _vC],
1249
- [0, () => VpcConfig$], 1
1250
- ];
1251
- var CodeInterpreterSummary$ = [3, n0, _CIS,
1252
- 0,
1253
- [_cII, _cIA, _s, _cA, _n, _d, _lUA],
1254
- [0, 0, 0, 5, 0, [() => Description, 0], 5], 4
1255
- ];
1256
- var ConcurrentModificationException$ = [-3, n0, _CME,
1257
- { [_e]: _c, [_hE]: 409 },
1258
- [_m],
1259
- [0], 1
1260
- ];
1261
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
1262
- var ConflictException$ = [-3, n0, _CE,
1263
- { [_e]: _c, [_hE]: 409 },
1264
- [_m],
1265
- [0]
1266
- ];
1267
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1268
- var ContainerConfiguration$ = [3, n0, _CCo,
1269
- 0,
1270
- [_cU],
1271
- [0], 1
1272
- ];
1273
- var CreateAgentRuntimeEndpointRequest$ = [3, n0, _CARER,
1274
- 0,
1275
- [_aRI, _n, _aRV, _d, _cTl, _t],
1276
- [[0, 1], [() => EndpointName, 0], 0, 0, [0, 4], 128 | 0], 2
1277
- ];
1278
- var CreateAgentRuntimeEndpointResponse$ = [3, n0, _CARERr,
1279
- 0,
1280
- [_tV, _aREA, _aRA, _s, _cA, _aRI, _eN],
1281
- [0, 0, 0, 0, 5, 0, [() => EndpointName, 0]], 5
1282
- ];
1283
- var CreateAgentRuntimeRequest$ = [3, n0, _CARR,
1284
- 0,
1285
- [_aRN, _aRAg, _rA, _nC, _cTl, _d, _aC, _rHC, _pC, _lC, _eV, _t],
1286
- [0, () => AgentRuntimeArtifact$, 0, () => NetworkConfiguration$, [0, 4], [() => Description, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => ProtocolConfiguration$, () => LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], 128 | 0], 4
1287
- ];
1288
- var CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
1289
- 0,
1290
- [_aRA, _aRI, _aRV, _cA, _s, _wID],
1291
- [0, 0, 0, 5, 0, () => WorkloadIdentityDetails$], 5
1292
- ];
1293
- var CreateApiKeyCredentialProviderRequest$ = [3, n0, _CAKCPR,
1294
- 0,
1295
- [_n, _aK, _t],
1296
- [0, [() => ApiKeyType, 0], 128 | 0], 2
1297
- ];
1298
- var CreateApiKeyCredentialProviderResponse$ = [3, n0, _CAKCPRr,
1299
- 0,
1300
- [_aKSA, _n, _cPA],
1301
- [() => Secret$, 0, 0], 3
1302
- ];
1303
- var CreateBrowserProfileRequest$ = [3, n0, _CBPR,
1304
- 0,
1305
- [_n, _d, _cTl, _t],
1306
- [0, [() => Description, 0], [0, 4], 128 | 0], 1
1307
- ];
1308
- var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
1309
- 0,
1310
- [_pI, _pA, _cA, _s],
1311
- [0, 0, 5, 0], 4
1312
- ];
1313
- var CreateBrowserRequest$ = [3, n0, _CBR,
1314
- 0,
1315
- [_n, _nC, _d, _eRA, _re, _bS, _cTl, _t],
1316
- [0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, [0, 4], 128 | 0], 2
1317
- ];
1318
- var CreateBrowserResponse$ = [3, n0, _CBRr,
1319
- 0,
1320
- [_bI, _bA, _cA, _s],
1321
- [0, 0, 5, 0], 4
1322
- ];
1323
- var CreateCodeInterpreterRequest$ = [3, n0, _CCIR,
1324
- 0,
1325
- [_n, _nC, _d, _eRA, _cTl, _t],
1326
- [0, () => CodeInterpreterNetworkConfiguration$, [() => Description, 0], 0, [0, 4], 128 | 0], 2
1327
- ];
1328
- var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
1329
- 0,
1330
- [_cII, _cIA, _cA, _s],
1331
- [0, 0, 5, 0], 4
1332
- ];
1333
- var CreateEvaluatorRequest$ = [3, n0, _CER,
1334
- 0,
1335
- [_eNv, _eC, _le, _cTl, _d, _t],
1336
- [0, [() => EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 128 | 0], 3
1337
- ];
1338
- var CreateEvaluatorResponse$ = [3, n0, _CERr,
1339
- 0,
1340
- [_eA, _eI, _cA, _s],
1341
- [0, 0, 4, 0], 4
1342
- ];
1343
- var CreateGatewayRequest$ = [3, n0, _CGR,
1344
- 0,
1345
- [_n, _rA, _pT, _aT, _d, _cTl, _pC, _aC, _kKA, _iCn, _pEC, _eL, _t],
1346
- [[() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], [0, 4], () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0, 128 | 0], 4
1347
- ];
1348
- var CreateGatewayResponse$ = [3, n0, _CGRr,
1349
- 0,
1350
- [_gA, _gI, _cA, _uA, _s, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aC, _kKA, _iCn, _pEC, _wID, _eL],
1351
- [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
1352
- ];
1353
- var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
1354
- 0,
1355
- [_gIa, _n, _tC, _d, _cTl, _cPC, _mC],
1356
- [[0, 1], [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => TargetDescription, 0], [0, 4], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$], 3
1357
- ];
1358
- var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
1359
- 0,
1360
- [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
1361
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
1362
- ];
1363
- var CreateMemoryInput$ = [3, n0, _CMI,
1364
- 0,
1365
- [_n, _eED, _cTl, _d, _eKA, _mERA, _mS, _t],
1366
- [0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], 128 | 0], 2
1367
- ];
1368
- var CreateMemoryOutput$ = [3, n0, _CMO,
1369
- 0,
1370
- [_mem],
1371
- [[() => Memory$, 0]]
1372
- ];
1373
- var CreateOauth2CredentialProviderRequest$ = [3, n0, _COCPR,
1374
- 0,
1375
- [_n, _cPV, _oPCI, _t],
1376
- [0, 0, [() => Oauth2ProviderConfigInput$, 0], 128 | 0], 3
1377
- ];
1378
- var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
1379
- 0,
1380
- [_cSA, _n, _cPA, _cUa, _oPCO],
1381
- [() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$], 3
1382
- ];
1383
- var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
1384
- 0,
1385
- [_oECN, _ru, _dSC, _ev, _eERA, _eOC, _cTl, _d, _t],
1386
- [0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 2, [0, 4], [() => EvaluationConfigDescription, 0], 128 | 0], 6
1387
- ];
1388
- var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
1389
- 0,
1390
- [_oECA, _oECI, _cA, _s, _eS, _oC, _fR],
1391
- [0, 0, 4, 0, 0, () => OutputConfig$, 0], 5
1392
- ];
1393
- var CreatePolicyEngineRequest$ = [3, n0, _CPER,
1394
- 0,
1395
- [_n, _d, _cTl],
1396
- [0, [() => Description, 0], [0, 4]], 1
1397
- ];
1398
- var CreatePolicyEngineResponse$ = [3, n0, _CPERr,
1399
- 0,
1400
- [_pEI, _n, _cA, _uA, _pEA, _s, _sR, _d],
1401
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
1402
- ];
1403
- var CreatePolicyRequest$ = [3, n0, _CPR,
1404
- 0,
1405
- [_n, _de, _pEI, _d, _vM, _cTl],
1406
- [0, () => PolicyDefinition$, [0, 1], [() => Description, 0], 0, [0, 4]], 3
1407
- ];
1408
- var CreatePolicyResponse$ = [3, n0, _CPRr,
1409
- 0,
1410
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
1411
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
1412
- ];
1413
- var CreateWorkloadIdentityRequest$ = [3, n0, _CWIR,
1414
- 0,
1415
- [_n, _aRORU, _t],
1416
- [0, 64 | 0, 128 | 0], 1
1417
- ];
1418
- var CreateWorkloadIdentityResponse$ = [3, n0, _CWIRr,
1419
- 0,
1420
- [_n, _wIA, _aRORU],
1421
- [0, 0, 64 | 0], 2
1422
- ];
1423
- var CredentialProviderConfiguration$ = [3, n0, _CPC,
1424
- 0,
1425
- [_cPT, _cP],
1426
- [0, [() => CredentialProvider$, 0]], 1
1427
- ];
1428
- var CustomClaimValidationType$ = [3, n0, _CCVT,
1429
- 0,
1430
- [_iTCN, _iTCVT, _aCMV],
1431
- [0, 0, () => AuthorizingClaimMatchValueType$], 3
1432
- ];
1433
- var CustomJWTAuthorizerConfiguration$ = [3, n0, _CJWTAC,
1434
- 0,
1435
- [_dU, _aA, _aCl, _aS, _cC],
1436
- [0, 64 | 0, 64 | 0, 64 | 0, () => CustomClaimValidationsType], 1
1437
- ];
1438
- var CustomMemoryStrategyInput$ = [3, n0, _CMSI,
1439
- 0,
1440
- [_n, _d, _na, _con],
1441
- [0, [() => Description, 0], 64 | 0, [() => CustomConfigurationInput$, 0]], 1
1442
- ];
1443
- var CustomOauth2ProviderConfigInput$ = [3, n0, _COPCI,
1444
- 0,
1445
- [_oD, _cI, _cS],
1446
- [() => Oauth2Discovery$, 0, [() => ClientSecretType, 0]], 3
1447
- ];
1448
- var CustomOauth2ProviderConfigOutput$ = [3, n0, _COPCO,
1449
- 0,
1450
- [_oD, _cI],
1451
- [() => Oauth2Discovery$, 0], 1
1452
- ];
1453
- var DecryptionFailure$ = [-3, n0, _DF,
1454
- { [_e]: _c, [_hE]: 400 },
1455
- [_m],
1456
- [0], 1
1457
- ];
1458
- schema.TypeRegistry.for(n0).registerError(DecryptionFailure$, DecryptionFailure);
1459
- var DeleteAgentRuntimeEndpointRequest$ = [3, n0, _DARER,
1460
- 0,
1461
- [_aRI, _eN, _cTl],
1462
- [[0, 1], [() => EndpointName, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 2
1463
- ];
1464
- var DeleteAgentRuntimeEndpointResponse$ = [3, n0, _DARERe,
1465
- 0,
1466
- [_s, _aRI, _eN],
1467
- [0, 0, [() => EndpointName, 0]], 1
1468
- ];
1469
- var DeleteAgentRuntimeRequest$ = [3, n0, _DARR,
1470
- 0,
1471
- [_aRI, _cTl],
1472
- [[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
1473
- ];
1474
- var DeleteAgentRuntimeResponse$ = [3, n0, _DARRe,
1475
- 0,
1476
- [_s, _aRI],
1477
- [0, 0], 1
1478
- ];
1479
- var DeleteApiKeyCredentialProviderRequest$ = [3, n0, _DAKCPR,
1480
- 0,
1481
- [_n],
1482
- [0], 1
1483
- ];
1484
- var DeleteApiKeyCredentialProviderResponse$ = [3, n0, _DAKCPRe,
1485
- 0,
1486
- [],
1487
- []
1488
- ];
1489
- var DeleteBrowserProfileRequest$ = [3, n0, _DBPR,
1490
- 0,
1491
- [_pI, _cTl],
1492
- [[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
1493
- ];
1494
- var DeleteBrowserProfileResponse$ = [3, n0, _DBPRe,
1495
- 0,
1496
- [_pI, _pA, _s, _lUA, _lSA],
1497
- [0, 0, 0, 5, 5], 4
1498
- ];
1499
- var DeleteBrowserRequest$ = [3, n0, _DBR,
1500
- 0,
1501
- [_bI, _cTl],
1502
- [[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
1503
- ];
1504
- var DeleteBrowserResponse$ = [3, n0, _DBRe,
1505
- 0,
1506
- [_bI, _s, _lUA],
1507
- [0, 0, 5], 3
1508
- ];
1509
- var DeleteCodeInterpreterRequest$ = [3, n0, _DCIR,
1510
- 0,
1511
- [_cII, _cTl],
1512
- [[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
1513
- ];
1514
- var DeleteCodeInterpreterResponse$ = [3, n0, _DCIRe,
1515
- 0,
1516
- [_cII, _s, _lUA],
1517
- [0, 0, 5], 3
1518
- ];
1519
- var DeleteEvaluatorRequest$ = [3, n0, _DER,
1520
- 0,
1521
- [_eI],
1522
- [[0, 1]], 1
1523
- ];
1524
- var DeleteEvaluatorResponse$ = [3, n0, _DERe,
1525
- 0,
1526
- [_eA, _eI, _s],
1527
- [0, 0, 0], 3
1528
- ];
1529
- var DeleteGatewayRequest$ = [3, n0, _DGR,
1530
- 0,
1531
- [_gIa],
1532
- [[0, 1]], 1
1533
- ];
1534
- var DeleteGatewayResponse$ = [3, n0, _DGRe,
1535
- 0,
1536
- [_gI, _s, _sR],
1537
- [0, 0, 64 | 0], 2
1538
- ];
1539
- var DeleteGatewayTargetRequest$ = [3, n0, _DGTR,
1540
- 0,
1541
- [_gIa, _tI],
1542
- [[0, 1], [0, 1]], 2
1543
- ];
1544
- var DeleteGatewayTargetResponse$ = [3, n0, _DGTRe,
1545
- 0,
1546
- [_gA, _tI, _s, _sR],
1547
- [0, 0, 0, 64 | 0], 3
1548
- ];
1549
- var DeleteMemoryInput$ = [3, n0, _DMI,
1550
- 0,
1551
- [_mIe, _cTl],
1552
- [[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
1553
- ];
1554
- var DeleteMemoryOutput$ = [3, n0, _DMO,
1555
- 0,
1556
- [_mIe, _s],
1557
- [0, 0], 1
1558
- ];
1559
- var DeleteMemoryStrategyInput$ = [3, n0, _DMSI,
1560
- 0,
1561
- [_mSI],
1562
- [0], 1
1563
- ];
1564
- var DeleteOauth2CredentialProviderRequest$ = [3, n0, _DOCPR,
1565
- 0,
1566
- [_n],
1567
- [0], 1
1568
- ];
1569
- var DeleteOauth2CredentialProviderResponse$ = [3, n0, _DOCPRe,
1570
- 0,
1571
- [],
1572
- []
1573
- ];
1574
- var DeleteOnlineEvaluationConfigRequest$ = [3, n0, _DOECR,
1575
- 0,
1576
- [_oECI],
1577
- [[0, 1]], 1
1578
- ];
1579
- var DeleteOnlineEvaluationConfigResponse$ = [3, n0, _DOECRe,
1580
- 0,
1581
- [_oECA, _oECI, _s],
1582
- [0, 0, 0], 3
1583
- ];
1584
- var DeletePolicyEngineRequest$ = [3, n0, _DPER,
1585
- 0,
1586
- [_pEI],
1587
- [[0, 1]], 1
1588
- ];
1589
- var DeletePolicyEngineResponse$ = [3, n0, _DPERe,
1590
- 0,
1591
- [_pEI, _n, _cA, _uA, _pEA, _s, _sR, _d],
1592
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
1593
- ];
1594
- var DeletePolicyRequest$ = [3, n0, _DPR,
1595
- 0,
1596
- [_pEI, _pIo],
1597
- [[0, 1], [0, 1]], 2
1598
- ];
1599
- var DeletePolicyResponse$ = [3, n0, _DPRe,
1600
- 0,
1601
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
1602
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
1603
- ];
1604
- var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
1605
- 0,
1606
- [_rAe],
1607
- [[0, 1]], 1
1608
- ];
1609
- var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
1610
- 0,
1611
- [],
1612
- []
1613
- ];
1614
- var DeleteWorkloadIdentityRequest$ = [3, n0, _DWIR,
1615
- 0,
1616
- [_n],
1617
- [0], 1
1618
- ];
1619
- var DeleteWorkloadIdentityResponse$ = [3, n0, _DWIRe,
1620
- 0,
1621
- [],
1622
- []
1623
- ];
1624
- var EncryptionFailure$ = [-3, n0, _EF,
1625
- { [_e]: _c, [_hE]: 400 },
1626
- [_m],
1627
- [0], 1
1628
- ];
1629
- schema.TypeRegistry.for(n0).registerError(EncryptionFailure$, EncryptionFailure);
1630
- var EpisodicConsolidationOverride$ = [3, n0, _ECO,
1631
- 0,
1632
- [_aTP, _mI],
1633
- [[() => Prompt, 0], 0], 2
1634
- ];
1635
- var EpisodicExtractionOverride$ = [3, n0, _EEO,
1636
- 0,
1637
- [_aTP, _mI],
1638
- [[() => Prompt, 0], 0], 2
1639
- ];
1640
- var EpisodicMemoryStrategyInput$ = [3, n0, _EMSI,
1641
- 0,
1642
- [_n, _d, _na, _rC],
1643
- [0, [() => Description, 0], 64 | 0, () => EpisodicReflectionConfigurationInput$], 1
1644
- ];
1645
- var EpisodicOverrideConfigurationInput$ = [3, n0, _EOCI,
1646
- 0,
1647
- [_ex, _cons, _ref],
1648
- [[() => EpisodicOverrideExtractionConfigurationInput$, 0], [() => EpisodicOverrideConsolidationConfigurationInput$, 0], [() => EpisodicOverrideReflectionConfigurationInput$, 0]]
1649
- ];
1650
- var EpisodicOverrideConsolidationConfigurationInput$ = [3, n0, _EOCCI,
1651
- 0,
1652
- [_aTP, _mI],
1653
- [[() => Prompt, 0], 0], 2
1654
- ];
1655
- var EpisodicOverrideExtractionConfigurationInput$ = [3, n0, _EOECI,
1656
- 0,
1657
- [_aTP, _mI],
1658
- [[() => Prompt, 0], 0], 2
1659
- ];
1660
- var EpisodicOverrideReflectionConfigurationInput$ = [3, n0, _EORCI,
1661
- 0,
1662
- [_aTP, _mI, _na],
1663
- [[() => Prompt, 0], 0, 64 | 0], 2
1664
- ];
1665
- var EpisodicReflectionConfiguration$ = [3, n0, _ERC,
1666
- 0,
1667
- [_na],
1668
- [64 | 0], 1
1669
- ];
1670
- var EpisodicReflectionConfigurationInput$ = [3, n0, _ERCI,
1671
- 0,
1672
- [_na],
1673
- [64 | 0], 1
1674
- ];
1675
- var EpisodicReflectionOverride$ = [3, n0, _ERO,
1676
- 0,
1677
- [_aTP, _mI, _na],
1678
- [[() => Prompt, 0], 0, 64 | 0], 2
1679
- ];
1680
- var EvaluatorSummary$ = [3, n0, _ES,
1681
- 0,
1682
- [_eA, _eI, _eNv, _eT, _s, _cA, _uA, _d, _le, _lFM],
1683
- [0, 0, 0, 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 2], 7
1684
- ];
1685
- var Filter$ = [3, n0, _F,
1686
- 0,
1687
- [_k, _o, _v],
1688
- [0, 0, () => FilterValue$], 3
1689
- ];
1690
- var Finding$ = [3, n0, _Fi,
1691
- 0,
1692
- [_ty, _d],
1693
- [0, 0]
1694
- ];
1695
- var GatewayApiKeyCredentialProvider$ = [3, n0, _GAKCP,
1696
- 0,
1697
- [_pAr, _cPN, _cPr, _cL],
1698
- [0, 0, 0, 0], 1
1699
- ];
1700
- var GatewayInterceptorConfiguration$ = [3, n0, _GIC,
1701
- 0,
1702
- [_in, _iP, _iCnp],
1703
- [() => InterceptorConfiguration$, 64 | 0, () => InterceptorInputConfiguration$], 2
1704
- ];
1705
- var GatewayPolicyEngineConfiguration$ = [3, n0, _GPEC,
1706
- 0,
1707
- [_a, _mo],
1708
- [0, 0], 2
1709
- ];
1710
- var GatewaySummary$ = [3, n0, _GS,
1711
- 0,
1712
- [_gI, _n, _s, _cA, _uA, _aT, _pT, _d],
1713
- [0, [() => GatewayName, 0], 0, 5, 5, 0, 0, [() => GatewayDescription, 0]], 7
1714
- ];
1715
- var GatewayTarget$ = [3, n0, _GT,
1716
- 0,
1717
- [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
1718
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
1719
- ];
1720
- var GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
1721
- 0,
1722
- [_aRI, _eN],
1723
- [[0, 1], [() => EndpointName, 1]], 2
1724
- ];
1725
- var GetAgentRuntimeEndpointResponse$ = [3, n0, _GARERe,
1726
- 0,
1727
- [_aREA, _aRA, _s, _cA, _lUA, _n, _i, _lV, _tV, _d, _fR],
1728
- [0, 0, 0, 5, 5, [() => EndpointName, 0], 0, 0, 0, 0, 0], 7
1729
- ];
1730
- var GetAgentRuntimeRequest$ = [3, n0, _GARR,
1731
- 0,
1732
- [_aRI, _aRV],
1733
- [[0, 1], [0, { [_hQ]: _ve }]], 1
1734
- ];
1735
- var GetAgentRuntimeResponse$ = [3, n0, _GARRe,
1736
- 0,
1737
- [_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC, _s, _lC, _fR, _d, _wID, _aRAg, _pC, _eV, _aC, _rHC],
1738
- [0, 0, 0, 0, 5, 5, 0, () => NetworkConfiguration$, 0, () => LifecycleConfiguration$, 0, [() => Description, 0], () => WorkloadIdentityDetails$, () => AgentRuntimeArtifact$, () => ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$], 10
1739
- ];
1740
- var GetApiKeyCredentialProviderRequest$ = [3, n0, _GAKCPR,
1741
- 0,
1742
- [_n],
1743
- [0], 1
1744
- ];
1745
- var GetApiKeyCredentialProviderResponse$ = [3, n0, _GAKCPRe,
1746
- 0,
1747
- [_aKSA, _n, _cPA, _cT, _lUT],
1748
- [() => Secret$, 0, 0, 4, 4], 5
1749
- ];
1750
- var GetBrowserProfileRequest$ = [3, n0, _GBPR,
1751
- 0,
1752
- [_pI],
1753
- [[0, 1]], 1
1754
- ];
1755
- var GetBrowserProfileResponse$ = [3, n0, _GBPRe,
1756
- 0,
1757
- [_pI, _pA, _n, _s, _cA, _lUA, _d, _lSA, _lSBSI, _lSBI],
1758
- [0, 0, 0, 0, 5, 5, [() => Description, 0], 5, 0, 0], 6
1759
- ];
1760
- var GetBrowserRequest$ = [3, n0, _GBR,
1761
- 0,
1762
- [_bI],
1763
- [[0, 1]], 1
1764
- ];
1765
- var GetBrowserResponse$ = [3, n0, _GBRe,
1766
- 0,
1767
- [_bI, _bA, _n, _nC, _s, _cA, _lUA, _d, _eRA, _re, _bS, _fR],
1768
- [0, 0, 0, () => BrowserNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigOutput$, 0], 7
1769
- ];
1770
- var GetCodeInterpreterRequest$ = [3, n0, _GCIR,
1771
- 0,
1772
- [_cII],
1773
- [[0, 1]], 1
1774
- ];
1775
- var GetCodeInterpreterResponse$ = [3, n0, _GCIRe,
1776
- 0,
1777
- [_cII, _cIA, _n, _nC, _s, _cA, _lUA, _d, _eRA, _fR],
1778
- [0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, 0], 7
1779
- ];
1780
- var GetEvaluatorRequest$ = [3, n0, _GER,
1781
- 0,
1782
- [_eI],
1783
- [[0, 1]], 1
1784
- ];
1785
- var GetEvaluatorResponse$ = [3, n0, _GERe,
1786
- 0,
1787
- [_eA, _eI, _eNv, _eC, _le, _s, _cA, _uA, _d, _lFM],
1788
- [0, 0, 0, [() => EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 2], 8
1789
- ];
1790
- var GetGatewayRequest$ = [3, n0, _GGR,
1791
- 0,
1792
- [_gIa],
1793
- [[0, 1]], 1
1794
- ];
1795
- var GetGatewayResponse$ = [3, n0, _GGRe,
1796
- 0,
1797
- [_gA, _gI, _cA, _uA, _s, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aC, _kKA, _iCn, _pEC, _wID, _eL],
1798
- [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
1799
- ];
1800
- var GetGatewayTargetRequest$ = [3, n0, _GGTR,
1801
- 0,
1802
- [_gIa, _tI],
1803
- [[0, 1], [0, 1]], 2
1804
- ];
1805
- var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
1806
- 0,
1807
- [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
1808
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
1809
- ];
1810
- var GetMemoryInput$ = [3, n0, _GMI,
1811
- 0,
1812
- [_mIe, _vi],
1813
- [[0, 1], [0, { [_hQ]: _vi }]], 1
1814
- ];
1815
- var GetMemoryOutput$ = [3, n0, _GMO,
1816
- 0,
1817
- [_mem],
1818
- [[() => Memory$, 0]], 1
1819
- ];
1820
- var GetOauth2CredentialProviderRequest$ = [3, n0, _GOCPR,
1821
- 0,
1822
- [_n],
1823
- [0], 1
1824
- ];
1825
- var GetOauth2CredentialProviderResponse$ = [3, n0, _GOCPRe,
1826
- 0,
1827
- [_cSA, _n, _cPA, _cPV, _oPCO, _cT, _lUT, _cUa],
1828
- [() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0], 7
1829
- ];
1830
- var GetOnlineEvaluationConfigRequest$ = [3, n0, _GOECR,
1831
- 0,
1832
- [_oECI],
1833
- [[0, 1]], 1
1834
- ];
1835
- var GetOnlineEvaluationConfigResponse$ = [3, n0, _GOECRe,
1836
- 0,
1837
- [_oECA, _oECI, _oECN, _ru, _dSC, _ev, _s, _eS, _cA, _uA, _d, _oC, _eERA, _fR],
1838
- [0, 0, 0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], () => OutputConfig$, 0, 0], 10
1839
- ];
1840
- var GetPolicyEngineRequest$ = [3, n0, _GPER,
1841
- 0,
1842
- [_pEI],
1843
- [[0, 1]], 1
1844
- ];
1845
- var GetPolicyEngineResponse$ = [3, n0, _GPERe,
1846
- 0,
1847
- [_pEI, _n, _cA, _uA, _pEA, _s, _sR, _d],
1848
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
1849
- ];
1850
- var GetPolicyGenerationRequest$ = [3, n0, _GPGR,
1851
- 0,
1852
- [_pGI, _pEI],
1853
- [[0, 1], [0, 1]], 2
1854
- ];
1855
- var GetPolicyGenerationResponse$ = [3, n0, _GPGRe,
1856
- 0,
1857
- [_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _s, _sR, _f],
1858
- [0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
1859
- ];
1860
- var GetPolicyRequest$ = [3, n0, _GPR,
1861
- 0,
1862
- [_pEI, _pIo],
1863
- [[0, 1], [0, 1]], 2
1864
- ];
1865
- var GetPolicyResponse$ = [3, n0, _GPRe,
1866
- 0,
1867
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
1868
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
1869
- ];
1870
- var GetResourcePolicyRequest$ = [3, n0, _GRPR,
1871
- 0,
1872
- [_rAe],
1873
- [[0, 1]], 1
1874
- ];
1875
- var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
1876
- 0,
1877
- [_po],
1878
- [0]
1879
- ];
1880
- var GetTokenVaultRequest$ = [3, n0, _GTVR,
1881
- 0,
1882
- [_tVI],
1883
- [0]
1884
- ];
1885
- var GetTokenVaultResponse$ = [3, n0, _GTVRe,
1886
- 0,
1887
- [_tVI, _kC, _lMD],
1888
- [0, () => KmsConfiguration$, 4], 3
1889
- ];
1890
- var GetWorkloadIdentityRequest$ = [3, n0, _GWIR,
1891
- 0,
1892
- [_n],
1893
- [0], 1
1894
- ];
1895
- var GetWorkloadIdentityResponse$ = [3, n0, _GWIRe,
1896
- 0,
1897
- [_n, _wIA, _cT, _lUT, _aRORU],
1898
- [0, 0, 4, 4, 64 | 0], 4
1899
- ];
1900
- var GithubOauth2ProviderConfigInput$ = [3, n0, _GOPCI,
1901
- 0,
1902
- [_cI, _cS],
1903
- [0, [() => ClientSecretType, 0]], 2
1904
- ];
1905
- var GithubOauth2ProviderConfigOutput$ = [3, n0, _GOPCO,
1906
- 0,
1907
- [_oD, _cI],
1908
- [() => Oauth2Discovery$, 0], 1
1909
- ];
1910
- var GoogleOauth2ProviderConfigInput$ = [3, n0, _GOPCIo,
1911
- 0,
1912
- [_cI, _cS],
1913
- [0, [() => ClientSecretType, 0]], 2
1914
- ];
1915
- var GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
1916
- 0,
1917
- [_oD, _cI],
1918
- [() => Oauth2Discovery$, 0], 1
1919
- ];
1920
- var IncludedOauth2ProviderConfigInput$ = [3, n0, _IOPCI,
1921
- 0,
1922
- [_cI, _cS, _is, _aE, _tE],
1923
- [0, [() => ClientSecretType, 0], 0, 0, 0], 2
1924
- ];
1925
- var IncludedOauth2ProviderConfigOutput$ = [3, n0, _IOPCO,
1926
- 0,
1927
- [_oD, _cI],
1928
- [() => Oauth2Discovery$, 0], 1
1929
- ];
1930
- var InferenceConfiguration$ = [3, n0, _IC,
1931
- 0,
1932
- [_mT, _te, _tP, _sS],
1933
- [1, 1, 1, 64 | 0]
1934
- ];
1935
- var InterceptorInputConfiguration$ = [3, n0, _IIC,
1936
- 0,
1937
- [_pRH],
1938
- [2], 1
1939
- ];
1940
- var InternalServerException$ = [-3, n0, _ISE,
1941
- { [_e]: _se, [_hE]: 500 },
1942
- [_m],
1943
- [0]
1944
- ];
1945
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1946
- var InvocationConfiguration$ = [3, n0, _ICn,
1947
- 0,
1948
- [_tA, _pDBN],
1949
- [0, 0], 2
1950
- ];
1951
- var InvocationConfigurationInput$ = [3, n0, _ICI,
1952
- 0,
1953
- [_tA, _pDBN],
1954
- [0, 0], 2
1955
- ];
1956
- var KmsConfiguration$ = [3, n0, _KC,
1957
- 0,
1958
- [_kT, _kKA],
1959
- [0, 0], 1
1960
- ];
1961
- var LambdaInterceptorConfiguration$ = [3, n0, _LIC,
1962
- 0,
1963
- [_a],
1964
- [0], 1
1965
- ];
1966
- var LifecycleConfiguration$ = [3, n0, _LC,
1967
- 0,
1968
- [_iRST, _mL],
1969
- [1, 1]
1970
- ];
1971
- var LinkedinOauth2ProviderConfigInput$ = [3, n0, _LOPCI,
1972
- 0,
1973
- [_cI, _cS],
1974
- [0, [() => ClientSecretType, 0]], 2
1975
- ];
1976
- var LinkedinOauth2ProviderConfigOutput$ = [3, n0, _LOPCO,
1977
- 0,
1978
- [_oD, _cI],
1979
- [() => Oauth2Discovery$, 0], 1
1980
- ];
1981
- var ListAgentRuntimeEndpointsRequest$ = [3, n0, _LARER,
1982
- 0,
1983
- [_aRI, _mR, _nT],
1984
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1985
- ];
1986
- var ListAgentRuntimeEndpointsResponse$ = [3, n0, _LARERi,
1987
- 0,
1988
- [_rE, _nT],
1989
- [[() => AgentRuntimeEndpoints, 0], 0], 1
1990
- ];
1991
- var ListAgentRuntimesRequest$ = [3, n0, _LARR,
1992
- 0,
1993
- [_mR, _nT],
1994
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1995
- ];
1996
- var ListAgentRuntimesResponse$ = [3, n0, _LARRi,
1997
- 0,
1998
- [_aR, _nT],
1999
- [[() => AgentRuntimes, 0], 0], 1
2000
- ];
2001
- var ListAgentRuntimeVersionsRequest$ = [3, n0, _LARVR,
2002
- 0,
2003
- [_aRI, _mR, _nT],
2004
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
2005
- ];
2006
- var ListAgentRuntimeVersionsResponse$ = [3, n0, _LARVRi,
2007
- 0,
2008
- [_aR, _nT],
2009
- [[() => AgentRuntimes, 0], 0], 1
2010
- ];
2011
- var ListApiKeyCredentialProvidersRequest$ = [3, n0, _LAKCPR,
2012
- 0,
2013
- [_nT, _mR],
2014
- [0, 1]
2015
- ];
2016
- var ListApiKeyCredentialProvidersResponse$ = [3, n0, _LAKCPRi,
2017
- 0,
2018
- [_cPre, _nT],
2019
- [() => ApiKeyCredentialProviders, 0], 1
2020
- ];
2021
- var ListBrowserProfilesRequest$ = [3, n0, _LBPR,
2022
- 0,
2023
- [_mR, _nT],
2024
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
2025
- ];
2026
- var ListBrowserProfilesResponse$ = [3, n0, _LBPRi,
2027
- 0,
2028
- [_pS, _nT],
2029
- [[() => BrowserProfileSummaries, 0], 0], 1
2030
- ];
2031
- var ListBrowsersRequest$ = [3, n0, _LBR,
2032
- 0,
2033
- [_mR, _nT, _ty],
2034
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _ty }]]
2035
- ];
2036
- var ListBrowsersResponse$ = [3, n0, _LBRi,
2037
- 0,
2038
- [_bSr, _nT],
2039
- [[() => BrowserSummaries, 0], 0], 1
2040
- ];
2041
- var ListCodeInterpretersRequest$ = [3, n0, _LCIR,
2042
- 0,
2043
- [_mR, _nT, _ty],
2044
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _ty }]]
2045
- ];
2046
- var ListCodeInterpretersResponse$ = [3, n0, _LCIRi,
2047
- 0,
2048
- [_cIS, _nT],
2049
- [[() => CodeInterpreterSummaries, 0], 0], 1
2050
- ];
2051
- var ListEvaluatorsRequest$ = [3, n0, _LER,
2052
- 0,
2053
- [_nT, _mR],
2054
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2055
- ];
2056
- var ListEvaluatorsResponse$ = [3, n0, _LERi,
2057
- 0,
2058
- [_ev, _nT],
2059
- [[() => EvaluatorSummaryList, 0], 0], 1
2060
- ];
2061
- var ListGatewaysRequest$ = [3, n0, _LGR,
2062
- 0,
2063
- [_mR, _nT],
2064
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
2065
- ];
2066
- var ListGatewaysResponse$ = [3, n0, _LGRi,
2067
- 0,
2068
- [_it, _nT],
2069
- [[() => GatewaySummaries, 0], 0], 1
2070
- ];
2071
- var ListGatewayTargetsRequest$ = [3, n0, _LGTR,
2072
- 0,
2073
- [_gIa, _mR, _nT],
2074
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
2075
- ];
2076
- var ListGatewayTargetsResponse$ = [3, n0, _LGTRi,
2077
- 0,
2078
- [_it, _nT],
2079
- [[() => TargetSummaries, 0], 0], 1
2080
- ];
2081
- var ListMemoriesInput$ = [3, n0, _LMI,
2082
- 0,
2083
- [_mR, _nT],
2084
- [1, 0]
2085
- ];
2086
- var ListMemoriesOutput$ = [3, n0, _LMO,
2087
- 0,
2088
- [_memo, _nT],
2089
- [() => MemorySummaryList, 0], 1
2090
- ];
2091
- var ListOauth2CredentialProvidersRequest$ = [3, n0, _LOCPR,
2092
- 0,
2093
- [_nT, _mR],
2094
- [0, 1]
2095
- ];
2096
- var ListOauth2CredentialProvidersResponse$ = [3, n0, _LOCPRi,
2097
- 0,
2098
- [_cPre, _nT],
2099
- [() => Oauth2CredentialProviders, 0], 1
2100
- ];
2101
- var ListOnlineEvaluationConfigsRequest$ = [3, n0, _LOECR,
2102
- 0,
2103
- [_nT, _mR],
2104
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2105
- ];
2106
- var ListOnlineEvaluationConfigsResponse$ = [3, n0, _LOECRi,
2107
- 0,
2108
- [_oEC, _nT],
2109
- [[() => OnlineEvaluationConfigSummaryList, 0], 0], 1
2110
- ];
2111
- var ListPoliciesRequest$ = [3, n0, _LPR,
2112
- 0,
2113
- [_pEI, _nT, _mR, _tRS],
2114
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tRS }]], 1
2115
- ];
2116
- var ListPoliciesResponse$ = [3, n0, _LPRi,
2117
- 0,
2118
- [_pol, _nT],
2119
- [[() => Policies, 0], 0], 1
2120
- ];
2121
- var ListPolicyEnginesRequest$ = [3, n0, _LPER,
2122
- 0,
2123
- [_nT, _mR],
2124
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
2125
- ];
2126
- var ListPolicyEnginesResponse$ = [3, n0, _LPERi,
2127
- 0,
2128
- [_pE, _nT],
2129
- [[() => PolicyEngines, 0], 0], 1
2130
- ];
2131
- var ListPolicyGenerationAssetsRequest$ = [3, n0, _LPGAR,
2132
- 0,
2133
- [_pGI, _pEI, _nT, _mR],
2134
- [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
2135
- ];
2136
- var ListPolicyGenerationAssetsResponse$ = [3, n0, _LPGARi,
2137
- 0,
2138
- [_pGAo, _nT],
2139
- [() => PolicyGenerationAssets, 0]
2140
- ];
2141
- var ListPolicyGenerationsRequest$ = [3, n0, _LPGR,
2142
- 0,
2143
- [_pEI, _nT, _mR],
2144
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2145
- ];
2146
- var ListPolicyGenerationsResponse$ = [3, n0, _LPGRi,
2147
- 0,
2148
- [_pG, _nT],
2149
- [() => PolicyGenerations, 0], 1
2150
- ];
2151
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2152
- 0,
2153
- [_rAe],
2154
- [[0, 1]], 1
2155
- ];
2156
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2157
- 0,
2158
- [_t],
2159
- [128 | 0]
2160
- ];
2161
- var ListWorkloadIdentitiesRequest$ = [3, n0, _LWIR,
2162
- 0,
2163
- [_nT, _mR],
2164
- [0, 1]
2165
- ];
2166
- var ListWorkloadIdentitiesResponse$ = [3, n0, _LWIRi,
2167
- 0,
2168
- [_wI, _nT],
2169
- [() => WorkloadIdentityList, 0], 1
2170
- ];
2171
- var LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
2172
- 0,
2173
- [_ins, _rS, _mCo],
2174
- [[() => EvaluatorInstructions, 0], () => RatingScale$, () => EvaluatorModelConfig$], 3
2175
- ];
2176
- var MCPGatewayConfiguration$ = [3, n0, _MCPGC,
2177
- 0,
2178
- [_sV, _ins, _sT],
2179
- [64 | 0, 0, 0]
2180
- ];
2181
- var McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
2182
- 0,
2183
- [_lA, _tS],
2184
- [0, () => ToolSchema$], 2
2185
- ];
2186
- var McpServerTargetConfiguration$ = [3, n0, _MSTC,
2187
- 0,
2188
- [_end],
2189
- [0], 1
2190
- ];
2191
- var Memory$ = [3, n0, _M,
2192
- 0,
2193
- [_a, _i, _n, _eED, _s, _cA, _uA, _d, _eKA, _mERA, _fR, _str],
2194
- [0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0]], 7
2195
- ];
2196
- var MemoryStrategy$ = [3, n0, _MS,
2197
- 0,
2198
- [_sI, _n, _ty, _na, _d, _con, _cA, _uA, _s],
2199
- [0, 0, 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0], 4
2200
- ];
2201
- var MemorySummary$ = [3, n0, _MSe,
2202
- 0,
2203
- [_cA, _uA, _a, _i, _s],
2204
- [4, 4, 0, 0, 0], 2
2205
- ];
2206
- var MessageBasedTrigger$ = [3, n0, _MBT,
2207
- 0,
2208
- [_mCe],
2209
- [1]
2210
- ];
2211
- var MessageBasedTriggerInput$ = [3, n0, _MBTI,
2212
- 0,
2213
- [_mCe],
2214
- [1]
2215
- ];
2216
- var MetadataConfiguration$ = [3, n0, _MC,
2217
- 0,
2218
- [_aRH, _aQP, _aRHl],
2219
- [64 | 0, 64 | 0, 64 | 0]
2220
- ];
2221
- var MicrosoftOauth2ProviderConfigInput$ = [3, n0, _MOPCI,
2222
- 0,
2223
- [_cI, _cS, _tIe],
2224
- [0, [() => ClientSecretType, 0], 0], 2
2225
- ];
2226
- var MicrosoftOauth2ProviderConfigOutput$ = [3, n0, _MOPCO,
2227
- 0,
2228
- [_oD, _cI],
2229
- [() => Oauth2Discovery$, 0], 1
2230
- ];
2231
- var ModifyInvocationConfigurationInput$ = [3, n0, _MICI,
2232
- 0,
2233
- [_tA, _pDBN],
2234
- [0, 0]
2235
- ];
2236
- var ModifyMemoryStrategies$ = [3, n0, _MMS,
2237
- 0,
2238
- [_aMS, _mMS, _dMS],
2239
- [[() => MemoryStrategyInputList, 0], [() => ModifyMemoryStrategiesList, 0], () => DeleteMemoryStrategiesList]
2240
- ];
2241
- var ModifyMemoryStrategyInput$ = [3, n0, _MMSI,
2242
- 0,
2243
- [_mSI, _d, _na, _con],
2244
- [0, [() => Description, 0], 64 | 0, [() => ModifyStrategyConfiguration$, 0]], 1
2245
- ];
2246
- var ModifySelfManagedConfiguration$ = [3, n0, _MSMC,
2247
- 0,
2248
- [_tCr, _iCnv, _hCWS],
2249
- [() => TriggerConditionInputList, () => ModifyInvocationConfigurationInput$, 1]
2250
- ];
2251
- var ModifyStrategyConfiguration$ = [3, n0, _MSC,
2252
- 0,
2253
- [_ex, _cons, _ref, _sMC],
2254
- [[() => ModifyExtractionConfiguration$, 0], [() => ModifyConsolidationConfiguration$, 0], [() => ModifyReflectionConfiguration$, 0], () => ModifySelfManagedConfiguration$]
2255
- ];
2256
- var NetworkConfiguration$ = [3, n0, _NC,
2257
- 0,
2258
- [_nM, _nMC],
2259
- [0, () => VpcConfig$], 1
2260
- ];
2261
- var NumericalScaleDefinition$ = [3, n0, _NSD,
2262
- 0,
2263
- [_de, _v, _l],
2264
- [0, 1, 0], 3
2265
- ];
2266
- var Oauth2AuthorizationServerMetadata$ = [3, n0, _OASM,
2267
- 0,
2268
- [_is, _aE, _tE, _rT, _tEAM],
2269
- [0, 0, 0, 64 | 0, 64 | 0], 3
2270
- ];
2271
- var Oauth2CredentialProviderItem$ = [3, n0, _OCPI,
2272
- 0,
2273
- [_n, _cPV, _cPA, _cT, _lUT],
2274
- [0, 0, 0, 4, 4], 5
2275
- ];
2276
- var OAuthCredentialProvider$ = [3, n0, _OACP,
2277
- 0,
2278
- [_pAr, _sc, _cPu, _gT, _dRU],
2279
- [0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
2280
- ];
2281
- var OnlineEvaluationConfigSummary$ = [3, n0, _OECS,
2282
- 0,
2283
- [_oECA, _oECI, _oECN, _s, _eS, _cA, _uA, _d, _fR],
2284
- [0, 0, 0, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], 0], 7
2285
- ];
2286
- var OutputConfig$ = [3, n0, _OC,
2287
- 0,
2288
- [_cWC],
2289
- [() => CloudWatchOutputConfig$], 1
2290
- ];
2291
- var Policy$ = [3, n0, _Po,
2292
- 0,
2293
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
2294
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
2295
- ];
2296
- var PolicyEngine$ = [3, n0, _PE,
2297
- 0,
2298
- [_pEI, _n, _cA, _uA, _pEA, _s, _sR, _d],
2299
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
2300
- ];
2301
- var PolicyGeneration$ = [3, n0, _PG,
2302
- 0,
2303
- [_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _s, _sR, _f],
2304
- [0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
2305
- ];
2306
- var PolicyGenerationAsset$ = [3, n0, _PGA,
2307
- 0,
2308
- [_pGAI, _rTF, _f, _de],
2309
- [0, 0, () => Findings, () => PolicyDefinition$], 3
2310
- ];
2311
- var ProtocolConfiguration$ = [3, n0, _PC,
2312
- 0,
2313
- [_sP],
2314
- [0], 1
2315
- ];
2316
- var PutResourcePolicyRequest$ = [3, n0, _PRPR,
2317
- 0,
2318
- [_rAe, _po],
2319
- [[0, 1], 0], 2
2320
- ];
2321
- var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
2322
- 0,
2323
- [_po],
2324
- [0], 1
2325
- ];
2326
- var RecordingConfig$ = [3, n0, _RC,
2327
- 0,
2328
- [_en, _sL],
2329
- [2, () => S3Location$]
2330
- ];
2331
- var ResourceLimitExceededException$ = [-3, n0, _RLEE,
2332
- { [_e]: _c, [_hE]: 400 },
2333
- [_m],
2334
- [0]
2335
- ];
2336
- schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
2337
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
2338
- { [_e]: _c, [_hE]: 404 },
2339
- [_m],
2340
- [0]
2341
- ];
2342
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2343
- var Rule$ = [3, n0, _R,
2344
- 0,
2345
- [_sC, _fi, _sCe],
2346
- [() => SamplingConfig$, () => FilterList, () => SessionConfig$], 1
2347
- ];
2348
- var S3Configuration$ = [3, n0, _SC,
2349
- 0,
2350
- [_u, _bOAI],
2351
- [0, 0]
2352
- ];
2353
- var S3Location$ = [3, n0, _SL,
2354
- 0,
2355
- [_b, _pr, _vI],
2356
- [0, 0, 0], 2
2357
- ];
2358
- var SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
2359
- 0,
2360
- [_cI, _cS],
2361
- [0, [() => ClientSecretType, 0]], 2
2362
- ];
2363
- var SalesforceOauth2ProviderConfigOutput$ = [3, n0, _SOPCO,
2364
- 0,
2365
- [_oD, _cI],
2366
- [() => Oauth2Discovery$, 0], 1
2367
- ];
2368
- var SamplingConfig$ = [3, n0, _SCa,
2369
- 0,
2370
- [_sPa],
2371
- [1], 1
2372
- ];
2373
- var SchemaDefinition$ = [3, n0, _SD,
2374
- 0,
2375
- [_ty, _pro, _req, _it, _d],
2376
- [0, () => SchemaProperties, 64 | 0, () => SchemaDefinition$, 0], 1
2377
- ];
2378
- var Secret$ = [3, n0, _S,
2379
- 0,
2380
- [_sA],
2381
- [0], 1
2382
- ];
2383
- var SelfManagedConfiguration$ = [3, n0, _SMC,
2384
- 0,
2385
- [_tCr, _iCnv, _hCWS],
2386
- [() => TriggerConditionsList, () => InvocationConfiguration$, 1], 3
2387
- ];
2388
- var SelfManagedConfigurationInput$ = [3, n0, _SMCI,
2389
- 0,
2390
- [_iCnv, _tCr, _hCWS],
2391
- [() => InvocationConfigurationInput$, () => TriggerConditionInputList, 1], 1
2392
- ];
2393
- var SemanticConsolidationOverride$ = [3, n0, _SCO,
2394
- 0,
2395
- [_aTP, _mI],
2396
- [[() => Prompt, 0], 0], 2
2397
- ];
2398
- var SemanticExtractionOverride$ = [3, n0, _SEO,
2399
- 0,
2400
- [_aTP, _mI],
2401
- [[() => Prompt, 0], 0], 2
2402
- ];
2403
- var SemanticMemoryStrategyInput$ = [3, n0, _SMSI,
2404
- 0,
2405
- [_n, _d, _na],
2406
- [0, [() => Description, 0], 64 | 0], 1
2407
- ];
2408
- var SemanticOverrideConfigurationInput$ = [3, n0, _SOCI,
2409
- 0,
2410
- [_ex, _cons],
2411
- [[() => SemanticOverrideExtractionConfigurationInput$, 0], [() => SemanticOverrideConsolidationConfigurationInput$, 0]]
2412
- ];
2413
- var SemanticOverrideConsolidationConfigurationInput$ = [3, n0, _SOCCI,
2414
- 0,
2415
- [_aTP, _mI],
2416
- [[() => Prompt, 0], 0], 2
2417
- ];
2418
- var SemanticOverrideExtractionConfigurationInput$ = [3, n0, _SOECI,
2419
- 0,
2420
- [_aTP, _mI],
2421
- [[() => Prompt, 0], 0], 2
2422
- ];
2423
- var ServiceException$ = [-3, n0, _SE,
2424
- { [_e]: _se, [_hE]: 500 },
2425
- [_m],
2426
- [0]
2427
- ];
2428
- schema.TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
2429
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2430
- { [_e]: _c, [_hE]: 402 },
2431
- [_m],
2432
- [0]
2433
- ];
2434
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2435
- var SessionConfig$ = [3, n0, _SCe,
2436
- 0,
2437
- [_sTM],
2438
- [1], 1
2439
- ];
2440
- var SetTokenVaultCMKRequest$ = [3, n0, _STVCMKR,
2441
- 0,
2442
- [_kC, _tVI],
2443
- [() => KmsConfiguration$, 0], 1
2444
- ];
2445
- var SetTokenVaultCMKResponse$ = [3, n0, _STVCMKRe,
2446
- 0,
2447
- [_tVI, _kC, _lMD],
2448
- [0, () => KmsConfiguration$, 4], 3
2449
- ];
2450
- var SlackOauth2ProviderConfigInput$ = [3, n0, _SOPCIl,
2451
- 0,
2452
- [_cI, _cS],
2453
- [0, [() => ClientSecretType, 0]], 2
2454
- ];
2455
- var SlackOauth2ProviderConfigOutput$ = [3, n0, _SOPCOl,
2456
- 0,
2457
- [_oD, _cI],
2458
- [() => Oauth2Discovery$, 0], 1
2459
- ];
2460
- var StartPolicyGenerationRequest$ = [3, n0, _SPGR,
2461
- 0,
2462
- [_pEI, _res, _cont, _n, _cTl],
2463
- [[0, 1], () => Resource$, () => Content$, 0, [0, 4]], 4
2464
- ];
2465
- var StartPolicyGenerationResponse$ = [3, n0, _SPGRt,
2466
- 0,
2467
- [_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _s, _sR, _f],
2468
- [0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
2469
- ];
2470
- var StrategyConfiguration$ = [3, n0, _SCt,
2471
- 0,
2472
- [_ty, _ex, _cons, _ref, _sMC],
2473
- [0, [() => ExtractionConfiguration$, 0], [() => ConsolidationConfiguration$, 0], [() => ReflectionConfiguration$, 0], () => SelfManagedConfiguration$]
2474
- ];
2475
- var SummaryConsolidationOverride$ = [3, n0, _SCOu,
2476
- 0,
2477
- [_aTP, _mI],
2478
- [[() => Prompt, 0], 0], 2
2479
- ];
2480
- var SummaryMemoryStrategyInput$ = [3, n0, _SMSIu,
2481
- 0,
2482
- [_n, _d, _na],
2483
- [0, [() => Description, 0], 64 | 0], 1
2484
- ];
2485
- var SummaryOverrideConfigurationInput$ = [3, n0, _SOCIu,
2486
- 0,
2487
- [_cons],
2488
- [[() => SummaryOverrideConsolidationConfigurationInput$, 0]]
2489
- ];
2490
- var SummaryOverrideConsolidationConfigurationInput$ = [3, n0, _SOCCIu,
2491
- 0,
2492
- [_aTP, _mI],
2493
- [[() => Prompt, 0], 0], 2
2494
- ];
2495
- var SynchronizeGatewayTargetsRequest$ = [3, n0, _SGTR,
2496
- 0,
2497
- [_gIa, _tIL],
2498
- [[0, 1], 64 | 0], 2
2499
- ];
2500
- var SynchronizeGatewayTargetsResponse$ = [3, n0, _SGTRy,
2501
- 0,
2502
- [_ta],
2503
- [[() => GatewayTargetList, 0]]
2504
- ];
2505
- var TagResourceRequest$ = [3, n0, _TRR,
2506
- 0,
2507
- [_rAe, _t],
2508
- [[0, 1], 128 | 0], 2
2509
- ];
2510
- var TagResourceResponse$ = [3, n0, _TRRa,
2511
- 0,
2512
- [],
2513
- []
2514
- ];
2515
- var TargetSummary$ = [3, n0, _TS,
2516
- 0,
2517
- [_tI, _n, _s, _cA, _uA, _d],
2518
- [0, [() => TargetName, 0], 0, 5, 5, [() => TargetDescription, 0]], 5
2519
- ];
2520
- var ThrottledException$ = [-3, n0, _TE,
2521
- { [_e]: _c, [_hE]: 429 },
2522
- [_m],
2523
- [0]
2524
- ];
2525
- schema.TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
2526
- var ThrottlingException$ = [-3, n0, _TEh,
2527
- { [_e]: _c, [_hE]: 429 },
2528
- [_m],
2529
- [0]
2530
- ];
2531
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2532
- var TimeBasedTrigger$ = [3, n0, _TBT,
2533
- 0,
2534
- [_iST],
2535
- [1]
2536
- ];
2537
- var TimeBasedTriggerInput$ = [3, n0, _TBTI,
2538
- 0,
2539
- [_iST],
2540
- [1]
2541
- ];
2542
- var TokenBasedTrigger$ = [3, n0, _TBTo,
2543
- 0,
2544
- [_tCo],
2545
- [1]
2546
- ];
2547
- var TokenBasedTriggerInput$ = [3, n0, _TBTIo,
2548
- 0,
2549
- [_tCo],
2550
- [1]
2551
- ];
2552
- var ToolDefinition$ = [3, n0, _TDo,
2553
- 0,
2554
- [_n, _d, _iS, _oS],
2555
- [0, 0, () => SchemaDefinition$, () => SchemaDefinition$], 3
2556
- ];
2557
- var UnauthorizedException$ = [-3, n0, _UE,
2558
- { [_e]: _c, [_hE]: 401 },
2559
- [_m],
2560
- [0]
2561
- ];
2562
- schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
2563
- var UntagResourceRequest$ = [3, n0, _URR,
2564
- 0,
2565
- [_rAe, _tK],
2566
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2567
- ];
2568
- var UntagResourceResponse$ = [3, n0, _URRn,
2569
- 0,
2570
- [],
2571
- []
2572
- ];
2573
- var UpdateAgentRuntimeEndpointRequest$ = [3, n0, _UARER,
2574
- 0,
2575
- [_aRI, _eN, _aRV, _d, _cTl],
2576
- [[0, 1], [() => EndpointName, 1], 0, 0, [0, 4]], 2
2577
- ];
2578
- var UpdateAgentRuntimeEndpointResponse$ = [3, n0, _UARERp,
2579
- 0,
2580
- [_aREA, _aRA, _s, _cA, _lUA, _lV, _tV],
2581
- [0, 0, 0, 5, 5, 0, 0], 5
2582
- ];
2583
- var UpdateAgentRuntimeRequest$ = [3, n0, _UARR,
2584
- 0,
2585
- [_aRI, _aRAg, _rA, _nC, _d, _aC, _rHC, _pC, _lC, _eV, _cTl],
2586
- [[0, 1], () => AgentRuntimeArtifact$, 0, () => NetworkConfiguration$, [() => Description, 0], () => AuthorizerConfiguration$, () => RequestHeaderConfiguration$, () => ProtocolConfiguration$, () => LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], [0, 4]], 4
2587
- ];
2588
- var UpdateAgentRuntimeResponse$ = [3, n0, _UARRp,
2589
- 0,
2590
- [_aRA, _aRI, _aRV, _cA, _lUA, _s, _wID],
2591
- [0, 0, 0, 5, 5, 0, () => WorkloadIdentityDetails$], 6
2592
- ];
2593
- var UpdateApiKeyCredentialProviderRequest$ = [3, n0, _UAKCPR,
2594
- 0,
2595
- [_n, _aK],
2596
- [0, [() => ApiKeyType, 0]], 2
2597
- ];
2598
- var UpdateApiKeyCredentialProviderResponse$ = [3, n0, _UAKCPRp,
2599
- 0,
2600
- [_aKSA, _n, _cPA, _cT, _lUT],
2601
- [() => Secret$, 0, 0, 4, 4], 5
2602
- ];
2603
- var UpdateEvaluatorRequest$ = [3, n0, _UER,
2604
- 0,
2605
- [_eI, _cTl, _d, _eC, _le],
2606
- [[0, 1], [0, 4], [() => EvaluatorDescription, 0], [() => EvaluatorConfig$, 0], 0], 1
2607
- ];
2608
- var UpdateEvaluatorResponse$ = [3, n0, _UERp,
2609
- 0,
2610
- [_eA, _eI, _uA, _s],
2611
- [0, 0, 4, 0], 4
2612
- ];
2613
- var UpdateGatewayRequest$ = [3, n0, _UGR,
2614
- 0,
2615
- [_gIa, _n, _rA, _pT, _aT, _d, _pC, _aC, _kKA, _iCn, _pEC, _eL],
2616
- [[0, 1], [() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0], 5
2617
- ];
2618
- var UpdateGatewayResponse$ = [3, n0, _UGRp,
2619
- 0,
2620
- [_gA, _gI, _cA, _uA, _s, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aC, _kKA, _iCn, _pEC, _wID, _eL],
2621
- [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
2622
- ];
2623
- var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
2624
- 0,
2625
- [_gIa, _tI, _n, _tC, _d, _cPC, _mC],
2626
- [[0, 1], [0, 1], [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => TargetDescription, 0], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$], 4
2627
- ];
2628
- var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
2629
- 0,
2630
- [_gA, _tI, _cA, _uA, _s, _n, _tC, _cPC, _sR, _d, _lSAa, _mC],
2631
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$], 8
2632
- ];
2633
- var UpdateMemoryInput$ = [3, n0, _UMI,
2634
- 0,
2635
- [_mIe, _cTl, _d, _eED, _mERA, _mS],
2636
- [[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0]], 1
2637
- ];
2638
- var UpdateMemoryOutput$ = [3, n0, _UMO,
2639
- 0,
2640
- [_mem],
2641
- [[() => Memory$, 0]]
2642
- ];
2643
- var UpdateOauth2CredentialProviderRequest$ = [3, n0, _UOCPR,
2644
- 0,
2645
- [_n, _cPV, _oPCI],
2646
- [0, 0, [() => Oauth2ProviderConfigInput$, 0]], 3
2647
- ];
2648
- var UpdateOauth2CredentialProviderResponse$ = [3, n0, _UOCPRp,
2649
- 0,
2650
- [_cSA, _n, _cPV, _cPA, _oPCO, _cT, _lUT, _cUa],
2651
- [() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0], 7
2652
- ];
2653
- var UpdateOnlineEvaluationConfigRequest$ = [3, n0, _UOECR,
2654
- 0,
2655
- [_oECI, _cTl, _d, _ru, _dSC, _ev, _eERA, _eS],
2656
- [[0, 1], [0, 4], [() => EvaluationConfigDescription, 0], () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 0], 1
2657
- ];
2658
- var UpdateOnlineEvaluationConfigResponse$ = [3, n0, _UOECRp,
2659
- 0,
2660
- [_oECA, _oECI, _uA, _s, _eS, _fR],
2661
- [0, 0, 4, 0, 0, 0], 5
2662
- ];
2663
- var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
2664
- 0,
2665
- [_pEI, _d],
2666
- [[0, 1], [() => Description, 0]], 1
2667
- ];
2668
- var UpdatePolicyEngineResponse$ = [3, n0, _UPERp,
2669
- 0,
2670
- [_pEI, _n, _cA, _uA, _pEA, _s, _sR, _d],
2671
- [0, 0, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 7
2672
- ];
2673
- var UpdatePolicyRequest$ = [3, n0, _UPR,
2674
- 0,
2675
- [_pEI, _pIo, _de, _d, _vM],
2676
- [[0, 1], [0, 1], () => PolicyDefinition$, [() => Description, 0], 0], 3
2677
- ];
2678
- var UpdatePolicyResponse$ = [3, n0, _UPRp,
2679
- 0,
2680
- [_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _s, _sR, _d],
2681
- [0, 0, 0, () => PolicyDefinition$, 5, 5, 0, 0, 64 | 0, [() => Description, 0]], 9
2682
- ];
2683
- var UpdateWorkloadIdentityRequest$ = [3, n0, _UWIR,
2684
- 0,
2685
- [_n, _aRORU],
2686
- [0, 64 | 0], 1
2687
- ];
2688
- var UpdateWorkloadIdentityResponse$ = [3, n0, _UWIRp,
2689
- 0,
2690
- [_n, _wIA, _cT, _lUT, _aRORU],
2691
- [0, 0, 4, 4, 64 | 0], 4
2692
- ];
2693
- var UserPreferenceConsolidationOverride$ = [3, n0, _UPCO,
2694
- 0,
2695
- [_aTP, _mI],
2696
- [[() => Prompt, 0], 0], 2
2697
- ];
2698
- var UserPreferenceExtractionOverride$ = [3, n0, _UPEO,
2699
- 0,
2700
- [_aTP, _mI],
2701
- [[() => Prompt, 0], 0], 2
2702
- ];
2703
- var UserPreferenceMemoryStrategyInput$ = [3, n0, _UPMSI,
2704
- 0,
2705
- [_n, _d, _na],
2706
- [0, [() => Description, 0], 64 | 0], 1
2707
- ];
2708
- var UserPreferenceOverrideConfigurationInput$ = [3, n0, _UPOCI,
2709
- 0,
2710
- [_ex, _cons],
2711
- [[() => UserPreferenceOverrideExtractionConfigurationInput$, 0], [() => UserPreferenceOverrideConsolidationConfigurationInput$, 0]]
2712
- ];
2713
- var UserPreferenceOverrideConsolidationConfigurationInput$ = [3, n0, _UPOCCI,
2714
- 0,
2715
- [_aTP, _mI],
2716
- [[() => Prompt, 0], 0], 2
2717
- ];
2718
- var UserPreferenceOverrideExtractionConfigurationInput$ = [3, n0, _UPOECI,
2719
- 0,
2720
- [_aTP, _mI],
2721
- [[() => Prompt, 0], 0], 2
2722
- ];
2723
- var ValidationException$ = [-3, n0, _VE,
2724
- { [_e]: _c, [_hE]: 400 },
2725
- [_m, _rea, _fL],
2726
- [0, 0, () => ValidationExceptionFieldList], 2
2727
- ];
2728
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2729
- var ValidationExceptionField$ = [3, n0, _VEF,
2730
- 0,
2731
- [_n, _m],
2732
- [0, 0], 2
2733
- ];
2734
- var VpcConfig$ = [3, n0, _VC,
2735
- 0,
2736
- [_sG, _su],
2737
- [64 | 0, 64 | 0], 2
2738
- ];
2739
- var WorkloadIdentityDetails$ = [3, n0, _WID,
2740
- 0,
2741
- [_wIA],
2742
- [0], 1
2743
- ];
2744
- var WorkloadIdentityType$ = [3, n0, _WIT,
2745
- 0,
2746
- [_n, _wIA],
2747
- [0, 0], 2
2748
- ];
2749
- var BedrockAgentCoreControlServiceException$ = [-3, _sm, "BedrockAgentCoreControlServiceException", 0, [], []];
2750
- schema.TypeRegistry.for(_sm).registerError(BedrockAgentCoreControlServiceException$, BedrockAgentCoreControlServiceException);
2751
- var AgentRuntimeEndpoints = [1, n0, _AREg,
2752
- 0, [() => AgentRuntimeEndpoint$,
2753
- 0]
2754
- ];
2755
- var AgentRuntimes = [1, n0, _ARg,
2756
- 0, [() => AgentRuntime$,
2757
- 0]
2758
- ];
2759
- var ApiGatewayToolFilters = [1, n0, _AGTFp,
2760
- 0, () => ApiGatewayToolFilter$
2761
- ];
2762
- var ApiGatewayToolOverrides = [1, n0, _AGTOp,
2763
- 0, () => ApiGatewayToolOverride$
2764
- ];
2765
- var ApiKeyCredentialProviders = [1, n0, _AKCP,
2766
- 0, () => ApiKeyCredentialProviderItem$
2767
- ];
2768
- var BrowserProfileSummaries = [1, n0, _BPSr,
2769
- 0, [() => BrowserProfileSummary$,
2770
- 0]
2771
- ];
2772
- var BrowserSummaries = [1, n0, _BSr,
2773
- 0, [() => BrowserSummary$,
2774
- 0]
2775
- ];
2776
- var CategoricalScaleDefinitions = [1, n0, _CSDa,
2777
- 0, () => CategoricalScaleDefinition$
2778
- ];
2779
- var CodeInterpreterSummaries = [1, n0, _CISo,
2780
- 0, [() => CodeInterpreterSummary$,
2781
- 0]
2782
- ];
2783
- var CredentialProviderConfigurations = [1, n0, _CPCr,
2784
- 0, [() => CredentialProviderConfiguration$,
2785
- 0]
2786
- ];
2787
- var CustomClaimValidationsType = [1, n0, _CCVTu,
2788
- 0, () => CustomClaimValidationType$
2789
- ];
2790
- var DeleteMemoryStrategiesList = [1, n0, _DMSL,
2791
- 0, () => DeleteMemoryStrategyInput$
2792
- ];
2793
- var EvaluatorList = [1, n0, _EL,
2794
- 0, () => EvaluatorReference$
2795
- ];
2796
- var EvaluatorSummaryList = [1, n0, _ESL,
2797
- 0, [() => EvaluatorSummary$,
2798
- 0]
2799
- ];
2800
- var FilterList = [1, n0, _FL,
2801
- 0, () => Filter$
2802
- ];
2803
- var Findings = [1, n0, _Fin,
2804
- 0, () => Finding$
2805
- ];
2806
- var GatewayInterceptorConfigurations = [1, n0, _GICa,
2807
- 0, () => GatewayInterceptorConfiguration$
2808
- ];
2809
- var GatewaySummaries = [1, n0, _GSa,
2810
- 0, [() => GatewaySummary$,
2811
- 0]
2812
- ];
2813
- var GatewayTargetList = [1, n0, _GTL,
2814
- 0, [() => GatewayTarget$,
2815
- 0]
2816
- ];
2817
- var MemoryStrategyInputList = [1, n0, _MSIL,
2818
- 0, [() => MemoryStrategyInput$,
2819
- 0]
2820
- ];
2821
- var MemoryStrategyList = [1, n0, _MSL,
2822
- 0, [() => MemoryStrategy$,
2823
- 0]
2824
- ];
2825
- var MemorySummaryList = [1, n0, _MSLe,
2826
- 0, () => MemorySummary$
2827
- ];
2828
- var ModifyMemoryStrategiesList = [1, n0, _MMSL,
2829
- 0, [() => ModifyMemoryStrategyInput$,
2830
- 0]
2831
- ];
2832
- var NumericalScaleDefinitions = [1, n0, _NSDu,
2833
- 0, () => NumericalScaleDefinition$
2834
- ];
2835
- var Oauth2CredentialProviders = [1, n0, _OCP,
2836
- 0, () => Oauth2CredentialProviderItem$
2837
- ];
2838
- var OnlineEvaluationConfigSummaryList = [1, n0, _OECSL,
2839
- 0, [() => OnlineEvaluationConfigSummary$,
2840
- 0]
2841
- ];
2842
- var Policies = [1, n0, _Pol,
2843
- 0, [() => Policy$,
2844
- 0]
2845
- ];
2846
- var PolicyEngines = [1, n0, _PEo,
2847
- 0, [() => PolicyEngine$,
2848
- 0]
2849
- ];
2850
- var PolicyGenerationAssets = [1, n0, _PGAo,
2851
- 0, () => PolicyGenerationAsset$
2852
- ];
2853
- var PolicyGenerations = [1, n0, _PGo,
2854
- 0, () => PolicyGeneration$
2855
- ];
2856
- var TargetSummaries = [1, n0, _TSa,
2857
- 0, [() => TargetSummary$,
2858
- 0]
2859
- ];
2860
- var ToolDefinitions = [1, n0, _TDoo,
2861
- 0, () => ToolDefinition$
2862
- ];
2863
- var TriggerConditionInputList = [1, n0, _TCIL,
2864
- 0, () => TriggerConditionInput$
2865
- ];
2866
- var TriggerConditionsList = [1, n0, _TCL,
2867
- 0, () => TriggerCondition$
2868
- ];
2869
- var ValidationExceptionFieldList = [1, n0, _VEFL,
2870
- 0, () => ValidationExceptionField$
2871
- ];
2872
- var WorkloadIdentityList = [1, n0, _WIL,
2873
- 0, () => WorkloadIdentityType$
2874
- ];
2875
- var EnvironmentVariablesMap = [2, n0, _EVM,
2876
- 8, 0, 0
2877
- ];
2878
- var OAuthCustomParameters = [2, n0, _OACPu,
2879
- 0, [0,
2880
- 0],
2881
- [() => OAuthCustomParametersValue,
2882
- 0]
2883
- ];
2884
- var SchemaProperties = [2, n0, _SP,
2885
- 0, 0, () => SchemaDefinition$
2886
- ];
2887
- var AgentRuntimeArtifact$ = [4, n0, _ARA,
2888
- 0,
2889
- [_cCo, _cCod],
2890
- [() => ContainerConfiguration$, () => CodeConfiguration$]
2891
- ];
2892
- var ApiSchemaConfiguration$ = [4, n0, _ASC,
2893
- 0,
2894
- [_s_, _iPn],
2895
- [() => S3Configuration$, [() => InlinePayload, 0]]
2896
- ];
2897
- var AuthorizerConfiguration$ = [4, n0, _AC,
2898
- 0,
2899
- [_cJWTA],
2900
- [() => CustomJWTAuthorizerConfiguration$]
2901
- ];
2902
- var ClaimMatchValueType$ = [4, n0, _CMVT,
2903
- 0,
2904
- [_mVS, _mVSL],
2905
- [0, 64 | 0]
2906
- ];
2907
- var Code$ = [4, n0, _C,
2908
- 0,
2909
- [_s_],
2910
- [() => S3Location$]
2911
- ];
2912
- var ConsolidationConfiguration$ = [4, n0, _CCon,
2913
- 0,
2914
- [_cCC],
2915
- [[() => CustomConsolidationConfiguration$, 0]]
2916
- ];
2917
- var Content$ = [4, n0, _Co,
2918
- 0,
2919
- [_rTa],
2920
- [0]
2921
- ];
2922
- var CredentialProvider$ = [4, n0, _CPr,
2923
- 0,
2924
- [_oCP, _aKCP],
2925
- [[() => OAuthCredentialProvider$, 0], () => GatewayApiKeyCredentialProvider$]
2926
- ];
2927
- var CustomConfigurationInput$ = [4, n0, _CCI,
2928
- 0,
2929
- [_sO, _sOu, _uPO, _eO, _sMC],
2930
- [[() => SemanticOverrideConfigurationInput$, 0], [() => SummaryOverrideConfigurationInput$, 0], [() => UserPreferenceOverrideConfigurationInput$, 0], [() => EpisodicOverrideConfigurationInput$, 0], () => SelfManagedConfigurationInput$]
2931
- ];
2932
- var CustomConsolidationConfiguration$ = [4, n0, _CCC,
2933
- 0,
2934
- [_sCO, _sCOu, _uPCO, _eCO],
2935
- [[() => SemanticConsolidationOverride$, 0], [() => SummaryConsolidationOverride$, 0], [() => UserPreferenceConsolidationOverride$, 0], [() => EpisodicConsolidationOverride$, 0]]
2936
- ];
2937
- var CustomConsolidationConfigurationInput$ = [4, n0, _CCCI,
2938
- 0,
2939
- [_sCO, _sCOu, _uPCO, _eCO],
2940
- [[() => SemanticOverrideConsolidationConfigurationInput$, 0], [() => SummaryOverrideConsolidationConfigurationInput$, 0], [() => UserPreferenceOverrideConsolidationConfigurationInput$, 0], [() => EpisodicOverrideConsolidationConfigurationInput$, 0]]
2941
- ];
2942
- var CustomExtractionConfiguration$ = [4, n0, _CEC,
2943
- 0,
2944
- [_sEO, _uPEO, _eEO],
2945
- [[() => SemanticExtractionOverride$, 0], [() => UserPreferenceExtractionOverride$, 0], [() => EpisodicExtractionOverride$, 0]]
2946
- ];
2947
- var CustomExtractionConfigurationInput$ = [4, n0, _CECI,
2948
- 0,
2949
- [_sEO, _uPEO, _eEO],
2950
- [[() => SemanticOverrideExtractionConfigurationInput$, 0], [() => UserPreferenceOverrideExtractionConfigurationInput$, 0], [() => EpisodicOverrideExtractionConfigurationInput$, 0]]
2951
- ];
2952
- var CustomReflectionConfiguration$ = [4, n0, _CRC,
2953
- 0,
2954
- [_eRO],
2955
- [[() => EpisodicReflectionOverride$, 0]]
2956
- ];
2957
- var CustomReflectionConfigurationInput$ = [4, n0, _CRCI,
2958
- 0,
2959
- [_eRO],
2960
- [[() => EpisodicOverrideReflectionConfigurationInput$, 0]]
2961
- ];
2962
- var DataSourceConfig$ = [4, n0, _DSC,
2963
- 0,
2964
- [_cWL],
2965
- [() => CloudWatchLogsInputConfig$]
2966
- ];
2967
- var EvaluatorConfig$ = [4, n0, _EC,
2968
- 0,
2969
- [_lAAJ],
2970
- [[() => LlmAsAJudgeEvaluatorConfig$, 0]]
2971
- ];
2972
- var EvaluatorModelConfig$ = [4, n0, _EMC,
2973
- 0,
2974
- [_bEMC],
2975
- [() => BedrockEvaluatorModelConfig$]
2976
- ];
2977
- var EvaluatorReference$ = [4, n0, _ER,
2978
- 0,
2979
- [_eI],
2980
- [0]
2981
- ];
2982
- var ExtractionConfiguration$ = [4, n0, _ECx,
2983
- 0,
2984
- [_cEC],
2985
- [[() => CustomExtractionConfiguration$, 0]]
2986
- ];
2987
- var FilterValue$ = [4, n0, _FV,
2988
- 0,
2989
- [_sVt, _dV, _bV],
2990
- [0, 1, 2]
2991
- ];
2992
- var GatewayProtocolConfiguration$ = [4, n0, _GPC,
2993
- 0,
2994
- [_mc],
2995
- [() => MCPGatewayConfiguration$]
2996
- ];
2997
- var InterceptorConfiguration$ = [4, n0, _ICnt,
2998
- 0,
2999
- [_la],
3000
- [() => LambdaInterceptorConfiguration$]
3001
- ];
3002
- var McpTargetConfiguration$ = [4, n0, _MTC,
3003
- 0,
3004
- [_oAS, _sM, _la, _mSc, _aG],
3005
- [[() => ApiSchemaConfiguration$, 0], [() => ApiSchemaConfiguration$, 0], () => McpLambdaTargetConfiguration$, () => McpServerTargetConfiguration$, () => ApiGatewayTargetConfiguration$]
3006
- ];
3007
- var MemoryStrategyInput$ = [4, n0, _MSI,
3008
- 0,
3009
- [_sMS, _sMSu, _uPMS, _cMS, _eMS],
3010
- [[() => SemanticMemoryStrategyInput$, 0], [() => SummaryMemoryStrategyInput$, 0], [() => UserPreferenceMemoryStrategyInput$, 0], [() => CustomMemoryStrategyInput$, 0], [() => EpisodicMemoryStrategyInput$, 0]]
3011
- ];
3012
- var ModifyConsolidationConfiguration$ = [4, n0, _MCC,
3013
- 0,
3014
- [_cCC],
3015
- [[() => CustomConsolidationConfigurationInput$, 0]]
3016
- ];
3017
- var ModifyExtractionConfiguration$ = [4, n0, _MEC,
3018
- 0,
3019
- [_cEC],
3020
- [[() => CustomExtractionConfigurationInput$, 0]]
3021
- ];
3022
- var ModifyReflectionConfiguration$ = [4, n0, _MRC,
3023
- 0,
3024
- [_eRC, _cRC],
3025
- [() => EpisodicReflectionConfigurationInput$, [() => CustomReflectionConfigurationInput$, 0]]
3026
- ];
3027
- var Oauth2Discovery$ = [4, n0, _OD,
3028
- 0,
3029
- [_dU, _aSM],
3030
- [0, () => Oauth2AuthorizationServerMetadata$]
3031
- ];
3032
- var Oauth2ProviderConfigInput$ = [4, n0, _OPCI,
3033
- 0,
3034
- [_cOPC, _gOPC, _gOPCi, _sOPC, _sOPCa, _mOPC, _aOPC, _lOPC, _iOPC],
3035
- [[() => CustomOauth2ProviderConfigInput$, 0], [() => GoogleOauth2ProviderConfigInput$, 0], [() => GithubOauth2ProviderConfigInput$, 0], [() => SlackOauth2ProviderConfigInput$, 0], [() => SalesforceOauth2ProviderConfigInput$, 0], [() => MicrosoftOauth2ProviderConfigInput$, 0], [() => AtlassianOauth2ProviderConfigInput$, 0], [() => LinkedinOauth2ProviderConfigInput$, 0], [() => IncludedOauth2ProviderConfigInput$, 0]]
3036
- ];
3037
- var Oauth2ProviderConfigOutput$ = [4, n0, _OPCO,
3038
- 0,
3039
- [_cOPC, _gOPC, _gOPCi, _sOPC, _sOPCa, _mOPC, _aOPC, _lOPC, _iOPC],
3040
- [() => CustomOauth2ProviderConfigOutput$, () => GoogleOauth2ProviderConfigOutput$, () => GithubOauth2ProviderConfigOutput$, () => SlackOauth2ProviderConfigOutput$, () => SalesforceOauth2ProviderConfigOutput$, () => MicrosoftOauth2ProviderConfigOutput$, () => AtlassianOauth2ProviderConfigOutput$, () => LinkedinOauth2ProviderConfigOutput$, () => IncludedOauth2ProviderConfigOutput$]
3041
- ];
3042
- var PolicyDefinition$ = [4, n0, _PD,
3043
- 0,
3044
- [_ce],
3045
- [() => CedarPolicy$]
3046
- ];
3047
- var RatingScale$ = [4, n0, _RS,
3048
- 0,
3049
- [_nu, _ca],
3050
- [() => NumericalScaleDefinitions, () => CategoricalScaleDefinitions]
3051
- ];
3052
- var ReflectionConfiguration$ = [4, n0, _RCe,
3053
- 0,
3054
- [_cRC, _eRC],
3055
- [[() => CustomReflectionConfiguration$, 0], () => EpisodicReflectionConfiguration$]
3056
- ];
3057
- var RequestHeaderConfiguration$ = [4, n0, _RHC,
3058
- 0,
3059
- [_rHA],
3060
- [64 | 0]
3061
- ];
3062
- var Resource$ = [4, n0, _Re,
3063
- 0,
3064
- [_a],
3065
- [0]
3066
- ];
3067
- var TargetConfiguration$ = [4, n0, _TC,
3068
- 0,
3069
- [_mc],
3070
- [[() => McpTargetConfiguration$, 0]]
3071
- ];
3072
- var ToolSchema$ = [4, n0, _TSo,
3073
- 0,
3074
- [_s_, _iPn],
3075
- [() => S3Configuration$, () => ToolDefinitions]
3076
- ];
3077
- var TriggerCondition$ = [4, n0, _TCr,
3078
- 0,
3079
- [_mBT, _tBT, _tBTi],
3080
- [() => MessageBasedTrigger$, () => TokenBasedTrigger$, () => TimeBasedTrigger$]
3081
- ];
3082
- var TriggerConditionInput$ = [4, n0, _TCI,
3083
- 0,
3084
- [_mBT, _tBT, _tBTi],
3085
- [() => MessageBasedTriggerInput$, () => TokenBasedTriggerInput$, () => TimeBasedTriggerInput$]
3086
- ];
3087
- var CreateAgentRuntime$ = [9, n0, _CAR,
3088
- { [_h]: ["PUT", "/runtimes/", 202] }, () => CreateAgentRuntimeRequest$, () => CreateAgentRuntimeResponse$
3089
- ];
3090
- var CreateAgentRuntimeEndpoint$ = [9, n0, _CARE,
3091
- { [_h]: ["PUT", "/runtimes/{agentRuntimeId}/runtime-endpoints/", 202] }, () => CreateAgentRuntimeEndpointRequest$, () => CreateAgentRuntimeEndpointResponse$
3092
- ];
3093
- var CreateApiKeyCredentialProvider$ = [9, n0, _CAKCP,
3094
- { [_h]: ["POST", "/identities/CreateApiKeyCredentialProvider", 201] }, () => CreateApiKeyCredentialProviderRequest$, () => CreateApiKeyCredentialProviderResponse$
3095
- ];
3096
- var CreateBrowser$ = [9, n0, _CB,
3097
- { [_h]: ["PUT", "/browsers", 202] }, () => CreateBrowserRequest$, () => CreateBrowserResponse$
3098
- ];
3099
- var CreateBrowserProfile$ = [9, n0, _CBP,
3100
- { [_h]: ["PUT", "/browser-profiles", 200] }, () => CreateBrowserProfileRequest$, () => CreateBrowserProfileResponse$
3101
- ];
3102
- var CreateCodeInterpreter$ = [9, n0, _CCIr,
3103
- { [_h]: ["PUT", "/code-interpreters", 202] }, () => CreateCodeInterpreterRequest$, () => CreateCodeInterpreterResponse$
3104
- ];
3105
- var CreateEvaluator$ = [9, n0, _CEr,
3106
- { [_h]: ["POST", "/evaluators/create", 202] }, () => CreateEvaluatorRequest$, () => CreateEvaluatorResponse$
3107
- ];
3108
- var CreateGateway$ = [9, n0, _CG,
3109
- { [_h]: ["POST", "/gateways/", 202] }, () => CreateGatewayRequest$, () => CreateGatewayResponse$
3110
- ];
3111
- var CreateGatewayTarget$ = [9, n0, _CGT,
3112
- { [_h]: ["POST", "/gateways/{gatewayIdentifier}/targets/", 202] }, () => CreateGatewayTargetRequest$, () => CreateGatewayTargetResponse$
3113
- ];
3114
- var CreateMemory$ = [9, n0, _CM,
3115
- { [_h]: ["POST", "/memories/create", 202] }, () => CreateMemoryInput$, () => CreateMemoryOutput$
3116
- ];
3117
- var CreateOauth2CredentialProvider$ = [9, n0, _COCP,
3118
- { [_h]: ["POST", "/identities/CreateOauth2CredentialProvider", 201] }, () => CreateOauth2CredentialProviderRequest$, () => CreateOauth2CredentialProviderResponse$
3119
- ];
3120
- var CreateOnlineEvaluationConfig$ = [9, n0, _COEC,
3121
- { [_h]: ["POST", "/online-evaluation-configs/create", 202] }, () => CreateOnlineEvaluationConfigRequest$, () => CreateOnlineEvaluationConfigResponse$
3122
- ];
3123
- var CreatePolicy$ = [9, n0, _CPre,
3124
- { [_h]: ["POST", "/policy-engines/{policyEngineId}/policies", 202] }, () => CreatePolicyRequest$, () => CreatePolicyResponse$
3125
- ];
3126
- var CreatePolicyEngine$ = [9, n0, _CPE,
3127
- { [_h]: ["POST", "/policy-engines", 202] }, () => CreatePolicyEngineRequest$, () => CreatePolicyEngineResponse$
3128
- ];
3129
- var CreateWorkloadIdentity$ = [9, n0, _CWI,
3130
- { [_h]: ["POST", "/identities/CreateWorkloadIdentity", 201] }, () => CreateWorkloadIdentityRequest$, () => CreateWorkloadIdentityResponse$
3131
- ];
3132
- var DeleteAgentRuntime$ = [9, n0, _DAR,
3133
- { [_h]: ["DELETE", "/runtimes/{agentRuntimeId}/", 202] }, () => DeleteAgentRuntimeRequest$, () => DeleteAgentRuntimeResponse$
3134
- ];
3135
- var DeleteAgentRuntimeEndpoint$ = [9, n0, _DARE,
3136
- { [_h]: ["DELETE", "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/", 202] }, () => DeleteAgentRuntimeEndpointRequest$, () => DeleteAgentRuntimeEndpointResponse$
3137
- ];
3138
- var DeleteApiKeyCredentialProvider$ = [9, n0, _DAKCP,
3139
- { [_h]: ["POST", "/identities/DeleteApiKeyCredentialProvider", 204] }, () => DeleteApiKeyCredentialProviderRequest$, () => DeleteApiKeyCredentialProviderResponse$
3140
- ];
3141
- var DeleteBrowser$ = [9, n0, _DB,
3142
- { [_h]: ["DELETE", "/browsers/{browserId}", 202] }, () => DeleteBrowserRequest$, () => DeleteBrowserResponse$
3143
- ];
3144
- var DeleteBrowserProfile$ = [9, n0, _DBP,
3145
- { [_h]: ["DELETE", "/browser-profiles/{profileId}", 200] }, () => DeleteBrowserProfileRequest$, () => DeleteBrowserProfileResponse$
3146
- ];
3147
- var DeleteCodeInterpreter$ = [9, n0, _DCI,
3148
- { [_h]: ["DELETE", "/code-interpreters/{codeInterpreterId}", 202] }, () => DeleteCodeInterpreterRequest$, () => DeleteCodeInterpreterResponse$
3149
- ];
3150
- var DeleteEvaluator$ = [9, n0, _DE,
3151
- { [_h]: ["DELETE", "/evaluators/{evaluatorId}", 202] }, () => DeleteEvaluatorRequest$, () => DeleteEvaluatorResponse$
3152
- ];
3153
- var DeleteGateway$ = [9, n0, _DG,
3154
- { [_h]: ["DELETE", "/gateways/{gatewayIdentifier}/", 202] }, () => DeleteGatewayRequest$, () => DeleteGatewayResponse$
3155
- ];
3156
- var DeleteGatewayTarget$ = [9, n0, _DGT,
3157
- { [_h]: ["DELETE", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 202] }, () => DeleteGatewayTargetRequest$, () => DeleteGatewayTargetResponse$
3158
- ];
3159
- var DeleteMemory$ = [9, n0, _DM,
3160
- { [_h]: ["DELETE", "/memories/{memoryId}/delete", 202] }, () => DeleteMemoryInput$, () => DeleteMemoryOutput$
3161
- ];
3162
- var DeleteOauth2CredentialProvider$ = [9, n0, _DOCP,
3163
- { [_h]: ["POST", "/identities/DeleteOauth2CredentialProvider", 204] }, () => DeleteOauth2CredentialProviderRequest$, () => DeleteOauth2CredentialProviderResponse$
3164
- ];
3165
- var DeleteOnlineEvaluationConfig$ = [9, n0, _DOEC,
3166
- { [_h]: ["DELETE", "/online-evaluation-configs/{onlineEvaluationConfigId}", 202] }, () => DeleteOnlineEvaluationConfigRequest$, () => DeleteOnlineEvaluationConfigResponse$
3167
- ];
3168
- var DeletePolicy$ = [9, n0, _DP,
3169
- { [_h]: ["DELETE", "/policy-engines/{policyEngineId}/policies/{policyId}", 202] }, () => DeletePolicyRequest$, () => DeletePolicyResponse$
3170
- ];
3171
- var DeletePolicyEngine$ = [9, n0, _DPE,
3172
- { [_h]: ["DELETE", "/policy-engines/{policyEngineId}", 202] }, () => DeletePolicyEngineRequest$, () => DeletePolicyEngineResponse$
3173
- ];
3174
- var DeleteResourcePolicy$ = [9, n0, _DRP,
3175
- { [_h]: ["DELETE", "/resourcepolicy/{resourceArn}", 204] }, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResponse$
3176
- ];
3177
- var DeleteWorkloadIdentity$ = [9, n0, _DWI,
3178
- { [_h]: ["POST", "/identities/DeleteWorkloadIdentity", 204] }, () => DeleteWorkloadIdentityRequest$, () => DeleteWorkloadIdentityResponse$
3179
- ];
3180
- var GetAgentRuntime$ = [9, n0, _GAR,
3181
- { [_h]: ["GET", "/runtimes/{agentRuntimeId}/", 200] }, () => GetAgentRuntimeRequest$, () => GetAgentRuntimeResponse$
3182
- ];
3183
- var GetAgentRuntimeEndpoint$ = [9, n0, _GARE,
3184
- { [_h]: ["GET", "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/", 200] }, () => GetAgentRuntimeEndpointRequest$, () => GetAgentRuntimeEndpointResponse$
3185
- ];
3186
- var GetApiKeyCredentialProvider$ = [9, n0, _GAKCPe,
3187
- { [_h]: ["POST", "/identities/GetApiKeyCredentialProvider", 200] }, () => GetApiKeyCredentialProviderRequest$, () => GetApiKeyCredentialProviderResponse$
3188
- ];
3189
- var GetBrowser$ = [9, n0, _GB,
3190
- { [_h]: ["GET", "/browsers/{browserId}", 200] }, () => GetBrowserRequest$, () => GetBrowserResponse$
3191
- ];
3192
- var GetBrowserProfile$ = [9, n0, _GBP,
3193
- { [_h]: ["GET", "/browser-profiles/{profileId}", 200] }, () => GetBrowserProfileRequest$, () => GetBrowserProfileResponse$
3194
- ];
3195
- var GetCodeInterpreter$ = [9, n0, _GCI,
3196
- { [_h]: ["GET", "/code-interpreters/{codeInterpreterId}", 200] }, () => GetCodeInterpreterRequest$, () => GetCodeInterpreterResponse$
3197
- ];
3198
- var GetEvaluator$ = [9, n0, _GE,
3199
- { [_h]: ["GET", "/evaluators/{evaluatorId}", 200] }, () => GetEvaluatorRequest$, () => GetEvaluatorResponse$
3200
- ];
3201
- var GetGateway$ = [9, n0, _GG,
3202
- { [_h]: ["GET", "/gateways/{gatewayIdentifier}/", 200] }, () => GetGatewayRequest$, () => GetGatewayResponse$
3203
- ];
3204
- var GetGatewayTarget$ = [9, n0, _GGT,
3205
- { [_h]: ["GET", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 200] }, () => GetGatewayTargetRequest$, () => GetGatewayTargetResponse$
3206
- ];
3207
- var GetMemory$ = [9, n0, _GM,
3208
- { [_h]: ["GET", "/memories/{memoryId}/details", 200] }, () => GetMemoryInput$, () => GetMemoryOutput$
3209
- ];
3210
- var GetOauth2CredentialProvider$ = [9, n0, _GOCP,
3211
- { [_h]: ["POST", "/identities/GetOauth2CredentialProvider", 200] }, () => GetOauth2CredentialProviderRequest$, () => GetOauth2CredentialProviderResponse$
3212
- ];
3213
- var GetOnlineEvaluationConfig$ = [9, n0, _GOEC,
3214
- { [_h]: ["GET", "/online-evaluation-configs/{onlineEvaluationConfigId}", 200] }, () => GetOnlineEvaluationConfigRequest$, () => GetOnlineEvaluationConfigResponse$
3215
- ];
3216
- var GetPolicy$ = [9, n0, _GP,
3217
- { [_h]: ["GET", "/policy-engines/{policyEngineId}/policies/{policyId}", 200] }, () => GetPolicyRequest$, () => GetPolicyResponse$
3218
- ];
3219
- var GetPolicyEngine$ = [9, n0, _GPE,
3220
- { [_h]: ["GET", "/policy-engines/{policyEngineId}", 200] }, () => GetPolicyEngineRequest$, () => GetPolicyEngineResponse$
3221
- ];
3222
- var GetPolicyGeneration$ = [9, n0, _GPG,
3223
- { [_h]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}", 200] }, () => GetPolicyGenerationRequest$, () => GetPolicyGenerationResponse$
3224
- ];
3225
- var GetResourcePolicy$ = [9, n0, _GRP,
3226
- { [_h]: ["GET", "/resourcepolicy/{resourceArn}", 200] }, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
3227
- ];
3228
- var GetTokenVault$ = [9, n0, _GTV,
3229
- { [_h]: ["POST", "/identities/get-token-vault", 200] }, () => GetTokenVaultRequest$, () => GetTokenVaultResponse$
3230
- ];
3231
- var GetWorkloadIdentity$ = [9, n0, _GWI,
3232
- { [_h]: ["POST", "/identities/GetWorkloadIdentity", 200] }, () => GetWorkloadIdentityRequest$, () => GetWorkloadIdentityResponse$
3233
- ];
3234
- var ListAgentRuntimeEndpoints$ = [9, n0, _LARE,
3235
- { [_h]: ["POST", "/runtimes/{agentRuntimeId}/runtime-endpoints/", 200] }, () => ListAgentRuntimeEndpointsRequest$, () => ListAgentRuntimeEndpointsResponse$
3236
- ];
3237
- var ListAgentRuntimes$ = [9, n0, _LAR,
3238
- { [_h]: ["POST", "/runtimes/", 200] }, () => ListAgentRuntimesRequest$, () => ListAgentRuntimesResponse$
3239
- ];
3240
- var ListAgentRuntimeVersions$ = [9, n0, _LARV,
3241
- { [_h]: ["POST", "/runtimes/{agentRuntimeId}/versions/", 200] }, () => ListAgentRuntimeVersionsRequest$, () => ListAgentRuntimeVersionsResponse$
3242
- ];
3243
- var ListApiKeyCredentialProviders$ = [9, n0, _LAKCP,
3244
- { [_h]: ["POST", "/identities/ListApiKeyCredentialProviders", 200] }, () => ListApiKeyCredentialProvidersRequest$, () => ListApiKeyCredentialProvidersResponse$
3245
- ];
3246
- var ListBrowserProfiles$ = [9, n0, _LBP,
3247
- { [_h]: ["POST", "/browser-profiles", 200] }, () => ListBrowserProfilesRequest$, () => ListBrowserProfilesResponse$
3248
- ];
3249
- var ListBrowsers$ = [9, n0, _LB,
3250
- { [_h]: ["POST", "/browsers", 200] }, () => ListBrowsersRequest$, () => ListBrowsersResponse$
3251
- ];
3252
- var ListCodeInterpreters$ = [9, n0, _LCI,
3253
- { [_h]: ["POST", "/code-interpreters", 200] }, () => ListCodeInterpretersRequest$, () => ListCodeInterpretersResponse$
3254
- ];
3255
- var ListEvaluators$ = [9, n0, _LE,
3256
- { [_h]: ["POST", "/evaluators", 200] }, () => ListEvaluatorsRequest$, () => ListEvaluatorsResponse$
3257
- ];
3258
- var ListGateways$ = [9, n0, _LG,
3259
- { [_h]: ["GET", "/gateways/", 200] }, () => ListGatewaysRequest$, () => ListGatewaysResponse$
3260
- ];
3261
- var ListGatewayTargets$ = [9, n0, _LGT,
3262
- { [_h]: ["GET", "/gateways/{gatewayIdentifier}/targets/", 200] }, () => ListGatewayTargetsRequest$, () => ListGatewayTargetsResponse$
3263
- ];
3264
- var ListMemories$ = [9, n0, _LM,
3265
- { [_h]: ["POST", "/memories/", 200] }, () => ListMemoriesInput$, () => ListMemoriesOutput$
3266
- ];
3267
- var ListOauth2CredentialProviders$ = [9, n0, _LOCP,
3268
- { [_h]: ["POST", "/identities/ListOauth2CredentialProviders", 200] }, () => ListOauth2CredentialProvidersRequest$, () => ListOauth2CredentialProvidersResponse$
3269
- ];
3270
- var ListOnlineEvaluationConfigs$ = [9, n0, _LOEC,
3271
- { [_h]: ["POST", "/online-evaluation-configs", 200] }, () => ListOnlineEvaluationConfigsRequest$, () => ListOnlineEvaluationConfigsResponse$
3272
- ];
3273
- var ListPolicies$ = [9, n0, _LP,
3274
- { [_h]: ["GET", "/policy-engines/{policyEngineId}/policies", 200] }, () => ListPoliciesRequest$, () => ListPoliciesResponse$
3275
- ];
3276
- var ListPolicyEngines$ = [9, n0, _LPE,
3277
- { [_h]: ["GET", "/policy-engines", 200] }, () => ListPolicyEnginesRequest$, () => ListPolicyEnginesResponse$
3278
- ];
3279
- var ListPolicyGenerationAssets$ = [9, n0, _LPGA,
3280
- { [_h]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}/assets", 200] }, () => ListPolicyGenerationAssetsRequest$, () => ListPolicyGenerationAssetsResponse$
3281
- ];
3282
- var ListPolicyGenerations$ = [9, n0, _LPG,
3283
- { [_h]: ["GET", "/policy-engines/{policyEngineId}/policy-generations", 200] }, () => ListPolicyGenerationsRequest$, () => ListPolicyGenerationsResponse$
3284
- ];
3285
- var ListTagsForResource$ = [9, n0, _LTFR,
3286
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3287
- ];
3288
- var ListWorkloadIdentities$ = [9, n0, _LWI,
3289
- { [_h]: ["POST", "/identities/ListWorkloadIdentities", 200] }, () => ListWorkloadIdentitiesRequest$, () => ListWorkloadIdentitiesResponse$
3290
- ];
3291
- var PutResourcePolicy$ = [9, n0, _PRP,
3292
- { [_h]: ["PUT", "/resourcepolicy/{resourceArn}", 201] }, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
3293
- ];
3294
- var SetTokenVaultCMK$ = [9, n0, _STVCMK,
3295
- { [_h]: ["POST", "/identities/set-token-vault-cmk", 200] }, () => SetTokenVaultCMKRequest$, () => SetTokenVaultCMKResponse$
3296
- ];
3297
- var StartPolicyGeneration$ = [9, n0, _SPG,
3298
- { [_h]: ["POST", "/policy-engines/{policyEngineId}/policy-generations", 202] }, () => StartPolicyGenerationRequest$, () => StartPolicyGenerationResponse$
3299
- ];
3300
- var SynchronizeGatewayTargets$ = [9, n0, _SGT,
3301
- { [_h]: ["PUT", "/gateways/{gatewayIdentifier}/synchronizeTargets", 202] }, () => SynchronizeGatewayTargetsRequest$, () => SynchronizeGatewayTargetsResponse$
3302
- ];
3303
- var TagResource$ = [9, n0, _TR,
3304
- { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
3305
- ];
3306
- var UntagResource$ = [9, n0, _UR,
3307
- { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
3308
- ];
3309
- var UpdateAgentRuntime$ = [9, n0, _UAR,
3310
- { [_h]: ["PUT", "/runtimes/{agentRuntimeId}/", 202] }, () => UpdateAgentRuntimeRequest$, () => UpdateAgentRuntimeResponse$
3311
- ];
3312
- var UpdateAgentRuntimeEndpoint$ = [9, n0, _UARE,
3313
- { [_h]: ["PUT", "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/", 202] }, () => UpdateAgentRuntimeEndpointRequest$, () => UpdateAgentRuntimeEndpointResponse$
3314
- ];
3315
- var UpdateApiKeyCredentialProvider$ = [9, n0, _UAKCP,
3316
- { [_h]: ["POST", "/identities/UpdateApiKeyCredentialProvider", 200] }, () => UpdateApiKeyCredentialProviderRequest$, () => UpdateApiKeyCredentialProviderResponse$
3317
- ];
3318
- var UpdateEvaluator$ = [9, n0, _UEp,
3319
- { [_h]: ["PUT", "/evaluators/{evaluatorId}", 202] }, () => UpdateEvaluatorRequest$, () => UpdateEvaluatorResponse$
3320
- ];
3321
- var UpdateGateway$ = [9, n0, _UG,
3322
- { [_h]: ["PUT", "/gateways/{gatewayIdentifier}/", 202] }, () => UpdateGatewayRequest$, () => UpdateGatewayResponse$
3323
- ];
3324
- var UpdateGatewayTarget$ = [9, n0, _UGT,
3325
- { [_h]: ["PUT", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 202] }, () => UpdateGatewayTargetRequest$, () => UpdateGatewayTargetResponse$
3326
- ];
3327
- var UpdateMemory$ = [9, n0, _UM,
3328
- { [_h]: ["PUT", "/memories/{memoryId}/update", 202] }, () => UpdateMemoryInput$, () => UpdateMemoryOutput$
3329
- ];
3330
- var UpdateOauth2CredentialProvider$ = [9, n0, _UOCP,
3331
- { [_h]: ["POST", "/identities/UpdateOauth2CredentialProvider", 200] }, () => UpdateOauth2CredentialProviderRequest$, () => UpdateOauth2CredentialProviderResponse$
3332
- ];
3333
- var UpdateOnlineEvaluationConfig$ = [9, n0, _UOEC,
3334
- { [_h]: ["PUT", "/online-evaluation-configs/{onlineEvaluationConfigId}", 202] }, () => UpdateOnlineEvaluationConfigRequest$, () => UpdateOnlineEvaluationConfigResponse$
3335
- ];
3336
- var UpdatePolicy$ = [9, n0, _UP,
3337
- { [_h]: ["PUT", "/policy-engines/{policyEngineId}/policies/{policyId}", 202] }, () => UpdatePolicyRequest$, () => UpdatePolicyResponse$
3338
- ];
3339
- var UpdatePolicyEngine$ = [9, n0, _UPE,
3340
- { [_h]: ["PUT", "/policy-engines/{policyEngineId}", 202] }, () => UpdatePolicyEngineRequest$, () => UpdatePolicyEngineResponse$
3341
- ];
3342
- var UpdateWorkloadIdentity$ = [9, n0, _UWI,
3343
- { [_h]: ["POST", "/identities/UpdateWorkloadIdentity", 200] }, () => UpdateWorkloadIdentityRequest$, () => UpdateWorkloadIdentityResponse$
3344
- ];
3345
-
3346
117
  class CreateAgentRuntimeCommand extends smithyClient.Command
3347
118
  .classBuilder()
3348
119
  .ep(commonParams)
@@ -3351,7 +122,7 @@ class CreateAgentRuntimeCommand extends smithyClient.Command
3351
122
  })
3352
123
  .s("AmazonBedrockAgentCoreControl", "CreateAgentRuntime", {})
3353
124
  .n("BedrockAgentCoreControlClient", "CreateAgentRuntimeCommand")
3354
- .sc(CreateAgentRuntime$)
125
+ .sc(schemas_0.CreateAgentRuntime$)
3355
126
  .build() {
3356
127
  }
3357
128
 
@@ -3363,7 +134,7 @@ class CreateAgentRuntimeEndpointCommand extends smithyClient.Command
3363
134
  })
3364
135
  .s("AmazonBedrockAgentCoreControl", "CreateAgentRuntimeEndpoint", {})
3365
136
  .n("BedrockAgentCoreControlClient", "CreateAgentRuntimeEndpointCommand")
3366
- .sc(CreateAgentRuntimeEndpoint$)
137
+ .sc(schemas_0.CreateAgentRuntimeEndpoint$)
3367
138
  .build() {
3368
139
  }
3369
140
 
@@ -3375,7 +146,7 @@ class CreateApiKeyCredentialProviderCommand extends smithyClient.Command
3375
146
  })
3376
147
  .s("AmazonBedrockAgentCoreControl", "CreateApiKeyCredentialProvider", {})
3377
148
  .n("BedrockAgentCoreControlClient", "CreateApiKeyCredentialProviderCommand")
3378
- .sc(CreateApiKeyCredentialProvider$)
149
+ .sc(schemas_0.CreateApiKeyCredentialProvider$)
3379
150
  .build() {
3380
151
  }
3381
152
 
@@ -3387,7 +158,7 @@ class CreateBrowserCommand extends smithyClient.Command
3387
158
  })
3388
159
  .s("AmazonBedrockAgentCoreControl", "CreateBrowser", {})
3389
160
  .n("BedrockAgentCoreControlClient", "CreateBrowserCommand")
3390
- .sc(CreateBrowser$)
161
+ .sc(schemas_0.CreateBrowser$)
3391
162
  .build() {
3392
163
  }
3393
164
 
@@ -3399,7 +170,7 @@ class CreateBrowserProfileCommand extends smithyClient.Command
3399
170
  })
3400
171
  .s("AmazonBedrockAgentCoreControl", "CreateBrowserProfile", {})
3401
172
  .n("BedrockAgentCoreControlClient", "CreateBrowserProfileCommand")
3402
- .sc(CreateBrowserProfile$)
173
+ .sc(schemas_0.CreateBrowserProfile$)
3403
174
  .build() {
3404
175
  }
3405
176
 
@@ -3411,7 +182,7 @@ class CreateCodeInterpreterCommand extends smithyClient.Command
3411
182
  })
3412
183
  .s("AmazonBedrockAgentCoreControl", "CreateCodeInterpreter", {})
3413
184
  .n("BedrockAgentCoreControlClient", "CreateCodeInterpreterCommand")
3414
- .sc(CreateCodeInterpreter$)
185
+ .sc(schemas_0.CreateCodeInterpreter$)
3415
186
  .build() {
3416
187
  }
3417
188
 
@@ -3423,7 +194,7 @@ class CreateEvaluatorCommand extends smithyClient.Command
3423
194
  })
3424
195
  .s("AmazonBedrockAgentCoreControl", "CreateEvaluator", {})
3425
196
  .n("BedrockAgentCoreControlClient", "CreateEvaluatorCommand")
3426
- .sc(CreateEvaluator$)
197
+ .sc(schemas_0.CreateEvaluator$)
3427
198
  .build() {
3428
199
  }
3429
200
 
@@ -3435,7 +206,7 @@ class CreateGatewayCommand extends smithyClient.Command
3435
206
  })
3436
207
  .s("AmazonBedrockAgentCoreControl", "CreateGateway", {})
3437
208
  .n("BedrockAgentCoreControlClient", "CreateGatewayCommand")
3438
- .sc(CreateGateway$)
209
+ .sc(schemas_0.CreateGateway$)
3439
210
  .build() {
3440
211
  }
3441
212
 
@@ -3447,7 +218,7 @@ class CreateGatewayTargetCommand extends smithyClient.Command
3447
218
  })
3448
219
  .s("AmazonBedrockAgentCoreControl", "CreateGatewayTarget", {})
3449
220
  .n("BedrockAgentCoreControlClient", "CreateGatewayTargetCommand")
3450
- .sc(CreateGatewayTarget$)
221
+ .sc(schemas_0.CreateGatewayTarget$)
3451
222
  .build() {
3452
223
  }
3453
224
 
@@ -3459,7 +230,7 @@ class CreateMemoryCommand extends smithyClient.Command
3459
230
  })
3460
231
  .s("AmazonBedrockAgentCoreControl", "CreateMemory", {})
3461
232
  .n("BedrockAgentCoreControlClient", "CreateMemoryCommand")
3462
- .sc(CreateMemory$)
233
+ .sc(schemas_0.CreateMemory$)
3463
234
  .build() {
3464
235
  }
3465
236
 
@@ -3471,7 +242,7 @@ class CreateOauth2CredentialProviderCommand extends smithyClient.Command
3471
242
  })
3472
243
  .s("AmazonBedrockAgentCoreControl", "CreateOauth2CredentialProvider", {})
3473
244
  .n("BedrockAgentCoreControlClient", "CreateOauth2CredentialProviderCommand")
3474
- .sc(CreateOauth2CredentialProvider$)
245
+ .sc(schemas_0.CreateOauth2CredentialProvider$)
3475
246
  .build() {
3476
247
  }
3477
248
 
@@ -3483,7 +254,7 @@ class CreateOnlineEvaluationConfigCommand extends smithyClient.Command
3483
254
  })
3484
255
  .s("AmazonBedrockAgentCoreControl", "CreateOnlineEvaluationConfig", {})
3485
256
  .n("BedrockAgentCoreControlClient", "CreateOnlineEvaluationConfigCommand")
3486
- .sc(CreateOnlineEvaluationConfig$)
257
+ .sc(schemas_0.CreateOnlineEvaluationConfig$)
3487
258
  .build() {
3488
259
  }
3489
260
 
@@ -3495,7 +266,7 @@ class CreatePolicyCommand extends smithyClient.Command
3495
266
  })
3496
267
  .s("AmazonBedrockAgentCoreControl", "CreatePolicy", {})
3497
268
  .n("BedrockAgentCoreControlClient", "CreatePolicyCommand")
3498
- .sc(CreatePolicy$)
269
+ .sc(schemas_0.CreatePolicy$)
3499
270
  .build() {
3500
271
  }
3501
272
 
@@ -3507,7 +278,7 @@ class CreatePolicyEngineCommand extends smithyClient.Command
3507
278
  })
3508
279
  .s("AmazonBedrockAgentCoreControl", "CreatePolicyEngine", {})
3509
280
  .n("BedrockAgentCoreControlClient", "CreatePolicyEngineCommand")
3510
- .sc(CreatePolicyEngine$)
281
+ .sc(schemas_0.CreatePolicyEngine$)
3511
282
  .build() {
3512
283
  }
3513
284
 
@@ -3519,7 +290,7 @@ class CreateWorkloadIdentityCommand extends smithyClient.Command
3519
290
  })
3520
291
  .s("AmazonBedrockAgentCoreControl", "CreateWorkloadIdentity", {})
3521
292
  .n("BedrockAgentCoreControlClient", "CreateWorkloadIdentityCommand")
3522
- .sc(CreateWorkloadIdentity$)
293
+ .sc(schemas_0.CreateWorkloadIdentity$)
3523
294
  .build() {
3524
295
  }
3525
296
 
@@ -3531,7 +302,7 @@ class DeleteAgentRuntimeCommand extends smithyClient.Command
3531
302
  })
3532
303
  .s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntime", {})
3533
304
  .n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeCommand")
3534
- .sc(DeleteAgentRuntime$)
305
+ .sc(schemas_0.DeleteAgentRuntime$)
3535
306
  .build() {
3536
307
  }
3537
308
 
@@ -3543,7 +314,7 @@ class DeleteAgentRuntimeEndpointCommand extends smithyClient.Command
3543
314
  })
3544
315
  .s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntimeEndpoint", {})
3545
316
  .n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeEndpointCommand")
3546
- .sc(DeleteAgentRuntimeEndpoint$)
317
+ .sc(schemas_0.DeleteAgentRuntimeEndpoint$)
3547
318
  .build() {
3548
319
  }
3549
320
 
@@ -3555,7 +326,7 @@ class DeleteApiKeyCredentialProviderCommand extends smithyClient.Command
3555
326
  })
3556
327
  .s("AmazonBedrockAgentCoreControl", "DeleteApiKeyCredentialProvider", {})
3557
328
  .n("BedrockAgentCoreControlClient", "DeleteApiKeyCredentialProviderCommand")
3558
- .sc(DeleteApiKeyCredentialProvider$)
329
+ .sc(schemas_0.DeleteApiKeyCredentialProvider$)
3559
330
  .build() {
3560
331
  }
3561
332
 
@@ -3567,7 +338,7 @@ class DeleteBrowserCommand extends smithyClient.Command
3567
338
  })
3568
339
  .s("AmazonBedrockAgentCoreControl", "DeleteBrowser", {})
3569
340
  .n("BedrockAgentCoreControlClient", "DeleteBrowserCommand")
3570
- .sc(DeleteBrowser$)
341
+ .sc(schemas_0.DeleteBrowser$)
3571
342
  .build() {
3572
343
  }
3573
344
 
@@ -3579,7 +350,7 @@ class DeleteBrowserProfileCommand extends smithyClient.Command
3579
350
  })
3580
351
  .s("AmazonBedrockAgentCoreControl", "DeleteBrowserProfile", {})
3581
352
  .n("BedrockAgentCoreControlClient", "DeleteBrowserProfileCommand")
3582
- .sc(DeleteBrowserProfile$)
353
+ .sc(schemas_0.DeleteBrowserProfile$)
3583
354
  .build() {
3584
355
  }
3585
356
 
@@ -3591,7 +362,7 @@ class DeleteCodeInterpreterCommand extends smithyClient.Command
3591
362
  })
3592
363
  .s("AmazonBedrockAgentCoreControl", "DeleteCodeInterpreter", {})
3593
364
  .n("BedrockAgentCoreControlClient", "DeleteCodeInterpreterCommand")
3594
- .sc(DeleteCodeInterpreter$)
365
+ .sc(schemas_0.DeleteCodeInterpreter$)
3595
366
  .build() {
3596
367
  }
3597
368
 
@@ -3603,7 +374,7 @@ class DeleteEvaluatorCommand extends smithyClient.Command
3603
374
  })
3604
375
  .s("AmazonBedrockAgentCoreControl", "DeleteEvaluator", {})
3605
376
  .n("BedrockAgentCoreControlClient", "DeleteEvaluatorCommand")
3606
- .sc(DeleteEvaluator$)
377
+ .sc(schemas_0.DeleteEvaluator$)
3607
378
  .build() {
3608
379
  }
3609
380
 
@@ -3615,7 +386,7 @@ class DeleteGatewayCommand extends smithyClient.Command
3615
386
  })
3616
387
  .s("AmazonBedrockAgentCoreControl", "DeleteGateway", {})
3617
388
  .n("BedrockAgentCoreControlClient", "DeleteGatewayCommand")
3618
- .sc(DeleteGateway$)
389
+ .sc(schemas_0.DeleteGateway$)
3619
390
  .build() {
3620
391
  }
3621
392
 
@@ -3627,7 +398,7 @@ class DeleteGatewayTargetCommand extends smithyClient.Command
3627
398
  })
3628
399
  .s("AmazonBedrockAgentCoreControl", "DeleteGatewayTarget", {})
3629
400
  .n("BedrockAgentCoreControlClient", "DeleteGatewayTargetCommand")
3630
- .sc(DeleteGatewayTarget$)
401
+ .sc(schemas_0.DeleteGatewayTarget$)
3631
402
  .build() {
3632
403
  }
3633
404
 
@@ -3639,7 +410,7 @@ class DeleteMemoryCommand extends smithyClient.Command
3639
410
  })
3640
411
  .s("AmazonBedrockAgentCoreControl", "DeleteMemory", {})
3641
412
  .n("BedrockAgentCoreControlClient", "DeleteMemoryCommand")
3642
- .sc(DeleteMemory$)
413
+ .sc(schemas_0.DeleteMemory$)
3643
414
  .build() {
3644
415
  }
3645
416
 
@@ -3651,7 +422,7 @@ class DeleteOauth2CredentialProviderCommand extends smithyClient.Command
3651
422
  })
3652
423
  .s("AmazonBedrockAgentCoreControl", "DeleteOauth2CredentialProvider", {})
3653
424
  .n("BedrockAgentCoreControlClient", "DeleteOauth2CredentialProviderCommand")
3654
- .sc(DeleteOauth2CredentialProvider$)
425
+ .sc(schemas_0.DeleteOauth2CredentialProvider$)
3655
426
  .build() {
3656
427
  }
3657
428
 
@@ -3663,7 +434,7 @@ class DeleteOnlineEvaluationConfigCommand extends smithyClient.Command
3663
434
  })
3664
435
  .s("AmazonBedrockAgentCoreControl", "DeleteOnlineEvaluationConfig", {})
3665
436
  .n("BedrockAgentCoreControlClient", "DeleteOnlineEvaluationConfigCommand")
3666
- .sc(DeleteOnlineEvaluationConfig$)
437
+ .sc(schemas_0.DeleteOnlineEvaluationConfig$)
3667
438
  .build() {
3668
439
  }
3669
440
 
@@ -3675,7 +446,7 @@ class DeletePolicyCommand extends smithyClient.Command
3675
446
  })
3676
447
  .s("AmazonBedrockAgentCoreControl", "DeletePolicy", {})
3677
448
  .n("BedrockAgentCoreControlClient", "DeletePolicyCommand")
3678
- .sc(DeletePolicy$)
449
+ .sc(schemas_0.DeletePolicy$)
3679
450
  .build() {
3680
451
  }
3681
452
 
@@ -3687,7 +458,7 @@ class DeletePolicyEngineCommand extends smithyClient.Command
3687
458
  })
3688
459
  .s("AmazonBedrockAgentCoreControl", "DeletePolicyEngine", {})
3689
460
  .n("BedrockAgentCoreControlClient", "DeletePolicyEngineCommand")
3690
- .sc(DeletePolicyEngine$)
461
+ .sc(schemas_0.DeletePolicyEngine$)
3691
462
  .build() {
3692
463
  }
3693
464
 
@@ -3699,7 +470,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
3699
470
  })
3700
471
  .s("AmazonBedrockAgentCoreControl", "DeleteResourcePolicy", {})
3701
472
  .n("BedrockAgentCoreControlClient", "DeleteResourcePolicyCommand")
3702
- .sc(DeleteResourcePolicy$)
473
+ .sc(schemas_0.DeleteResourcePolicy$)
3703
474
  .build() {
3704
475
  }
3705
476
 
@@ -3711,7 +482,7 @@ class DeleteWorkloadIdentityCommand extends smithyClient.Command
3711
482
  })
3712
483
  .s("AmazonBedrockAgentCoreControl", "DeleteWorkloadIdentity", {})
3713
484
  .n("BedrockAgentCoreControlClient", "DeleteWorkloadIdentityCommand")
3714
- .sc(DeleteWorkloadIdentity$)
485
+ .sc(schemas_0.DeleteWorkloadIdentity$)
3715
486
  .build() {
3716
487
  }
3717
488
 
@@ -3723,7 +494,7 @@ class GetAgentRuntimeCommand extends smithyClient.Command
3723
494
  })
3724
495
  .s("AmazonBedrockAgentCoreControl", "GetAgentRuntime", {})
3725
496
  .n("BedrockAgentCoreControlClient", "GetAgentRuntimeCommand")
3726
- .sc(GetAgentRuntime$)
497
+ .sc(schemas_0.GetAgentRuntime$)
3727
498
  .build() {
3728
499
  }
3729
500
 
@@ -3735,7 +506,7 @@ class GetAgentRuntimeEndpointCommand extends smithyClient.Command
3735
506
  })
3736
507
  .s("AmazonBedrockAgentCoreControl", "GetAgentRuntimeEndpoint", {})
3737
508
  .n("BedrockAgentCoreControlClient", "GetAgentRuntimeEndpointCommand")
3738
- .sc(GetAgentRuntimeEndpoint$)
509
+ .sc(schemas_0.GetAgentRuntimeEndpoint$)
3739
510
  .build() {
3740
511
  }
3741
512
 
@@ -3747,7 +518,7 @@ class GetApiKeyCredentialProviderCommand extends smithyClient.Command
3747
518
  })
3748
519
  .s("AmazonBedrockAgentCoreControl", "GetApiKeyCredentialProvider", {})
3749
520
  .n("BedrockAgentCoreControlClient", "GetApiKeyCredentialProviderCommand")
3750
- .sc(GetApiKeyCredentialProvider$)
521
+ .sc(schemas_0.GetApiKeyCredentialProvider$)
3751
522
  .build() {
3752
523
  }
3753
524
 
@@ -3759,7 +530,7 @@ class GetBrowserCommand extends smithyClient.Command
3759
530
  })
3760
531
  .s("AmazonBedrockAgentCoreControl", "GetBrowser", {})
3761
532
  .n("BedrockAgentCoreControlClient", "GetBrowserCommand")
3762
- .sc(GetBrowser$)
533
+ .sc(schemas_0.GetBrowser$)
3763
534
  .build() {
3764
535
  }
3765
536
 
@@ -3771,7 +542,7 @@ class GetBrowserProfileCommand extends smithyClient.Command
3771
542
  })
3772
543
  .s("AmazonBedrockAgentCoreControl", "GetBrowserProfile", {})
3773
544
  .n("BedrockAgentCoreControlClient", "GetBrowserProfileCommand")
3774
- .sc(GetBrowserProfile$)
545
+ .sc(schemas_0.GetBrowserProfile$)
3775
546
  .build() {
3776
547
  }
3777
548
 
@@ -3783,7 +554,7 @@ class GetCodeInterpreterCommand extends smithyClient.Command
3783
554
  })
3784
555
  .s("AmazonBedrockAgentCoreControl", "GetCodeInterpreter", {})
3785
556
  .n("BedrockAgentCoreControlClient", "GetCodeInterpreterCommand")
3786
- .sc(GetCodeInterpreter$)
557
+ .sc(schemas_0.GetCodeInterpreter$)
3787
558
  .build() {
3788
559
  }
3789
560
 
@@ -3795,7 +566,7 @@ class GetEvaluatorCommand extends smithyClient.Command
3795
566
  })
3796
567
  .s("AmazonBedrockAgentCoreControl", "GetEvaluator", {})
3797
568
  .n("BedrockAgentCoreControlClient", "GetEvaluatorCommand")
3798
- .sc(GetEvaluator$)
569
+ .sc(schemas_0.GetEvaluator$)
3799
570
  .build() {
3800
571
  }
3801
572
 
@@ -3807,7 +578,7 @@ class GetGatewayCommand extends smithyClient.Command
3807
578
  })
3808
579
  .s("AmazonBedrockAgentCoreControl", "GetGateway", {})
3809
580
  .n("BedrockAgentCoreControlClient", "GetGatewayCommand")
3810
- .sc(GetGateway$)
581
+ .sc(schemas_0.GetGateway$)
3811
582
  .build() {
3812
583
  }
3813
584
 
@@ -3819,7 +590,7 @@ class GetGatewayTargetCommand extends smithyClient.Command
3819
590
  })
3820
591
  .s("AmazonBedrockAgentCoreControl", "GetGatewayTarget", {})
3821
592
  .n("BedrockAgentCoreControlClient", "GetGatewayTargetCommand")
3822
- .sc(GetGatewayTarget$)
593
+ .sc(schemas_0.GetGatewayTarget$)
3823
594
  .build() {
3824
595
  }
3825
596
 
@@ -3831,7 +602,7 @@ class GetMemoryCommand extends smithyClient.Command
3831
602
  })
3832
603
  .s("AmazonBedrockAgentCoreControl", "GetMemory", {})
3833
604
  .n("BedrockAgentCoreControlClient", "GetMemoryCommand")
3834
- .sc(GetMemory$)
605
+ .sc(schemas_0.GetMemory$)
3835
606
  .build() {
3836
607
  }
3837
608
 
@@ -3843,7 +614,7 @@ class GetOauth2CredentialProviderCommand extends smithyClient.Command
3843
614
  })
3844
615
  .s("AmazonBedrockAgentCoreControl", "GetOauth2CredentialProvider", {})
3845
616
  .n("BedrockAgentCoreControlClient", "GetOauth2CredentialProviderCommand")
3846
- .sc(GetOauth2CredentialProvider$)
617
+ .sc(schemas_0.GetOauth2CredentialProvider$)
3847
618
  .build() {
3848
619
  }
3849
620
 
@@ -3855,7 +626,7 @@ class GetOnlineEvaluationConfigCommand extends smithyClient.Command
3855
626
  })
3856
627
  .s("AmazonBedrockAgentCoreControl", "GetOnlineEvaluationConfig", {})
3857
628
  .n("BedrockAgentCoreControlClient", "GetOnlineEvaluationConfigCommand")
3858
- .sc(GetOnlineEvaluationConfig$)
629
+ .sc(schemas_0.GetOnlineEvaluationConfig$)
3859
630
  .build() {
3860
631
  }
3861
632
 
@@ -3867,7 +638,7 @@ class GetPolicyCommand extends smithyClient.Command
3867
638
  })
3868
639
  .s("AmazonBedrockAgentCoreControl", "GetPolicy", {})
3869
640
  .n("BedrockAgentCoreControlClient", "GetPolicyCommand")
3870
- .sc(GetPolicy$)
641
+ .sc(schemas_0.GetPolicy$)
3871
642
  .build() {
3872
643
  }
3873
644
 
@@ -3879,7 +650,7 @@ class GetPolicyEngineCommand extends smithyClient.Command
3879
650
  })
3880
651
  .s("AmazonBedrockAgentCoreControl", "GetPolicyEngine", {})
3881
652
  .n("BedrockAgentCoreControlClient", "GetPolicyEngineCommand")
3882
- .sc(GetPolicyEngine$)
653
+ .sc(schemas_0.GetPolicyEngine$)
3883
654
  .build() {
3884
655
  }
3885
656
 
@@ -3891,7 +662,7 @@ class GetPolicyGenerationCommand extends smithyClient.Command
3891
662
  })
3892
663
  .s("AmazonBedrockAgentCoreControl", "GetPolicyGeneration", {})
3893
664
  .n("BedrockAgentCoreControlClient", "GetPolicyGenerationCommand")
3894
- .sc(GetPolicyGeneration$)
665
+ .sc(schemas_0.GetPolicyGeneration$)
3895
666
  .build() {
3896
667
  }
3897
668
 
@@ -3903,7 +674,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
3903
674
  })
3904
675
  .s("AmazonBedrockAgentCoreControl", "GetResourcePolicy", {})
3905
676
  .n("BedrockAgentCoreControlClient", "GetResourcePolicyCommand")
3906
- .sc(GetResourcePolicy$)
677
+ .sc(schemas_0.GetResourcePolicy$)
3907
678
  .build() {
3908
679
  }
3909
680
 
@@ -3915,7 +686,7 @@ class GetTokenVaultCommand extends smithyClient.Command
3915
686
  })
3916
687
  .s("AmazonBedrockAgentCoreControl", "GetTokenVault", {})
3917
688
  .n("BedrockAgentCoreControlClient", "GetTokenVaultCommand")
3918
- .sc(GetTokenVault$)
689
+ .sc(schemas_0.GetTokenVault$)
3919
690
  .build() {
3920
691
  }
3921
692
 
@@ -3927,7 +698,7 @@ class GetWorkloadIdentityCommand extends smithyClient.Command
3927
698
  })
3928
699
  .s("AmazonBedrockAgentCoreControl", "GetWorkloadIdentity", {})
3929
700
  .n("BedrockAgentCoreControlClient", "GetWorkloadIdentityCommand")
3930
- .sc(GetWorkloadIdentity$)
701
+ .sc(schemas_0.GetWorkloadIdentity$)
3931
702
  .build() {
3932
703
  }
3933
704
 
@@ -3939,7 +710,7 @@ class ListAgentRuntimeEndpointsCommand extends smithyClient.Command
3939
710
  })
3940
711
  .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeEndpoints", {})
3941
712
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimeEndpointsCommand")
3942
- .sc(ListAgentRuntimeEndpoints$)
713
+ .sc(schemas_0.ListAgentRuntimeEndpoints$)
3943
714
  .build() {
3944
715
  }
3945
716
 
@@ -3951,7 +722,7 @@ class ListAgentRuntimesCommand extends smithyClient.Command
3951
722
  })
3952
723
  .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimes", {})
3953
724
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimesCommand")
3954
- .sc(ListAgentRuntimes$)
725
+ .sc(schemas_0.ListAgentRuntimes$)
3955
726
  .build() {
3956
727
  }
3957
728
 
@@ -3963,7 +734,7 @@ class ListAgentRuntimeVersionsCommand extends smithyClient.Command
3963
734
  })
3964
735
  .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeVersions", {})
3965
736
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimeVersionsCommand")
3966
- .sc(ListAgentRuntimeVersions$)
737
+ .sc(schemas_0.ListAgentRuntimeVersions$)
3967
738
  .build() {
3968
739
  }
3969
740
 
@@ -3975,7 +746,7 @@ class ListApiKeyCredentialProvidersCommand extends smithyClient.Command
3975
746
  })
3976
747
  .s("AmazonBedrockAgentCoreControl", "ListApiKeyCredentialProviders", {})
3977
748
  .n("BedrockAgentCoreControlClient", "ListApiKeyCredentialProvidersCommand")
3978
- .sc(ListApiKeyCredentialProviders$)
749
+ .sc(schemas_0.ListApiKeyCredentialProviders$)
3979
750
  .build() {
3980
751
  }
3981
752
 
@@ -3987,7 +758,7 @@ class ListBrowserProfilesCommand extends smithyClient.Command
3987
758
  })
3988
759
  .s("AmazonBedrockAgentCoreControl", "ListBrowserProfiles", {})
3989
760
  .n("BedrockAgentCoreControlClient", "ListBrowserProfilesCommand")
3990
- .sc(ListBrowserProfiles$)
761
+ .sc(schemas_0.ListBrowserProfiles$)
3991
762
  .build() {
3992
763
  }
3993
764
 
@@ -3999,7 +770,7 @@ class ListBrowsersCommand extends smithyClient.Command
3999
770
  })
4000
771
  .s("AmazonBedrockAgentCoreControl", "ListBrowsers", {})
4001
772
  .n("BedrockAgentCoreControlClient", "ListBrowsersCommand")
4002
- .sc(ListBrowsers$)
773
+ .sc(schemas_0.ListBrowsers$)
4003
774
  .build() {
4004
775
  }
4005
776
 
@@ -4011,7 +782,7 @@ class ListCodeInterpretersCommand extends smithyClient.Command
4011
782
  })
4012
783
  .s("AmazonBedrockAgentCoreControl", "ListCodeInterpreters", {})
4013
784
  .n("BedrockAgentCoreControlClient", "ListCodeInterpretersCommand")
4014
- .sc(ListCodeInterpreters$)
785
+ .sc(schemas_0.ListCodeInterpreters$)
4015
786
  .build() {
4016
787
  }
4017
788
 
@@ -4023,7 +794,7 @@ class ListEvaluatorsCommand extends smithyClient.Command
4023
794
  })
4024
795
  .s("AmazonBedrockAgentCoreControl", "ListEvaluators", {})
4025
796
  .n("BedrockAgentCoreControlClient", "ListEvaluatorsCommand")
4026
- .sc(ListEvaluators$)
797
+ .sc(schemas_0.ListEvaluators$)
4027
798
  .build() {
4028
799
  }
4029
800
 
@@ -4035,7 +806,7 @@ class ListGatewaysCommand extends smithyClient.Command
4035
806
  })
4036
807
  .s("AmazonBedrockAgentCoreControl", "ListGateways", {})
4037
808
  .n("BedrockAgentCoreControlClient", "ListGatewaysCommand")
4038
- .sc(ListGateways$)
809
+ .sc(schemas_0.ListGateways$)
4039
810
  .build() {
4040
811
  }
4041
812
 
@@ -4047,7 +818,7 @@ class ListGatewayTargetsCommand extends smithyClient.Command
4047
818
  })
4048
819
  .s("AmazonBedrockAgentCoreControl", "ListGatewayTargets", {})
4049
820
  .n("BedrockAgentCoreControlClient", "ListGatewayTargetsCommand")
4050
- .sc(ListGatewayTargets$)
821
+ .sc(schemas_0.ListGatewayTargets$)
4051
822
  .build() {
4052
823
  }
4053
824
 
@@ -4059,7 +830,7 @@ class ListMemoriesCommand extends smithyClient.Command
4059
830
  })
4060
831
  .s("AmazonBedrockAgentCoreControl", "ListMemories", {})
4061
832
  .n("BedrockAgentCoreControlClient", "ListMemoriesCommand")
4062
- .sc(ListMemories$)
833
+ .sc(schemas_0.ListMemories$)
4063
834
  .build() {
4064
835
  }
4065
836
 
@@ -4071,7 +842,7 @@ class ListOauth2CredentialProvidersCommand extends smithyClient.Command
4071
842
  })
4072
843
  .s("AmazonBedrockAgentCoreControl", "ListOauth2CredentialProviders", {})
4073
844
  .n("BedrockAgentCoreControlClient", "ListOauth2CredentialProvidersCommand")
4074
- .sc(ListOauth2CredentialProviders$)
845
+ .sc(schemas_0.ListOauth2CredentialProviders$)
4075
846
  .build() {
4076
847
  }
4077
848
 
@@ -4083,7 +854,7 @@ class ListOnlineEvaluationConfigsCommand extends smithyClient.Command
4083
854
  })
4084
855
  .s("AmazonBedrockAgentCoreControl", "ListOnlineEvaluationConfigs", {})
4085
856
  .n("BedrockAgentCoreControlClient", "ListOnlineEvaluationConfigsCommand")
4086
- .sc(ListOnlineEvaluationConfigs$)
857
+ .sc(schemas_0.ListOnlineEvaluationConfigs$)
4087
858
  .build() {
4088
859
  }
4089
860
 
@@ -4095,7 +866,7 @@ class ListPoliciesCommand extends smithyClient.Command
4095
866
  })
4096
867
  .s("AmazonBedrockAgentCoreControl", "ListPolicies", {})
4097
868
  .n("BedrockAgentCoreControlClient", "ListPoliciesCommand")
4098
- .sc(ListPolicies$)
869
+ .sc(schemas_0.ListPolicies$)
4099
870
  .build() {
4100
871
  }
4101
872
 
@@ -4107,7 +878,7 @@ class ListPolicyEnginesCommand extends smithyClient.Command
4107
878
  })
4108
879
  .s("AmazonBedrockAgentCoreControl", "ListPolicyEngines", {})
4109
880
  .n("BedrockAgentCoreControlClient", "ListPolicyEnginesCommand")
4110
- .sc(ListPolicyEngines$)
881
+ .sc(schemas_0.ListPolicyEngines$)
4111
882
  .build() {
4112
883
  }
4113
884
 
@@ -4119,7 +890,7 @@ class ListPolicyGenerationAssetsCommand extends smithyClient.Command
4119
890
  })
4120
891
  .s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationAssets", {})
4121
892
  .n("BedrockAgentCoreControlClient", "ListPolicyGenerationAssetsCommand")
4122
- .sc(ListPolicyGenerationAssets$)
893
+ .sc(schemas_0.ListPolicyGenerationAssets$)
4123
894
  .build() {
4124
895
  }
4125
896
 
@@ -4131,7 +902,7 @@ class ListPolicyGenerationsCommand extends smithyClient.Command
4131
902
  })
4132
903
  .s("AmazonBedrockAgentCoreControl", "ListPolicyGenerations", {})
4133
904
  .n("BedrockAgentCoreControlClient", "ListPolicyGenerationsCommand")
4134
- .sc(ListPolicyGenerations$)
905
+ .sc(schemas_0.ListPolicyGenerations$)
4135
906
  .build() {
4136
907
  }
4137
908
 
@@ -4143,7 +914,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
4143
914
  })
4144
915
  .s("AmazonBedrockAgentCoreControl", "ListTagsForResource", {})
4145
916
  .n("BedrockAgentCoreControlClient", "ListTagsForResourceCommand")
4146
- .sc(ListTagsForResource$)
917
+ .sc(schemas_0.ListTagsForResource$)
4147
918
  .build() {
4148
919
  }
4149
920
 
@@ -4155,7 +926,7 @@ class ListWorkloadIdentitiesCommand extends smithyClient.Command
4155
926
  })
4156
927
  .s("AmazonBedrockAgentCoreControl", "ListWorkloadIdentities", {})
4157
928
  .n("BedrockAgentCoreControlClient", "ListWorkloadIdentitiesCommand")
4158
- .sc(ListWorkloadIdentities$)
929
+ .sc(schemas_0.ListWorkloadIdentities$)
4159
930
  .build() {
4160
931
  }
4161
932
 
@@ -4167,7 +938,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
4167
938
  })
4168
939
  .s("AmazonBedrockAgentCoreControl", "PutResourcePolicy", {})
4169
940
  .n("BedrockAgentCoreControlClient", "PutResourcePolicyCommand")
4170
- .sc(PutResourcePolicy$)
941
+ .sc(schemas_0.PutResourcePolicy$)
4171
942
  .build() {
4172
943
  }
4173
944
 
@@ -4179,7 +950,7 @@ class SetTokenVaultCMKCommand extends smithyClient.Command
4179
950
  })
4180
951
  .s("AmazonBedrockAgentCoreControl", "SetTokenVaultCMK", {})
4181
952
  .n("BedrockAgentCoreControlClient", "SetTokenVaultCMKCommand")
4182
- .sc(SetTokenVaultCMK$)
953
+ .sc(schemas_0.SetTokenVaultCMK$)
4183
954
  .build() {
4184
955
  }
4185
956
 
@@ -4191,7 +962,7 @@ class StartPolicyGenerationCommand extends smithyClient.Command
4191
962
  })
4192
963
  .s("AmazonBedrockAgentCoreControl", "StartPolicyGeneration", {})
4193
964
  .n("BedrockAgentCoreControlClient", "StartPolicyGenerationCommand")
4194
- .sc(StartPolicyGeneration$)
965
+ .sc(schemas_0.StartPolicyGeneration$)
4195
966
  .build() {
4196
967
  }
4197
968
 
@@ -4203,7 +974,7 @@ class SynchronizeGatewayTargetsCommand extends smithyClient.Command
4203
974
  })
4204
975
  .s("AmazonBedrockAgentCoreControl", "SynchronizeGatewayTargets", {})
4205
976
  .n("BedrockAgentCoreControlClient", "SynchronizeGatewayTargetsCommand")
4206
- .sc(SynchronizeGatewayTargets$)
977
+ .sc(schemas_0.SynchronizeGatewayTargets$)
4207
978
  .build() {
4208
979
  }
4209
980
 
@@ -4215,7 +986,7 @@ class TagResourceCommand extends smithyClient.Command
4215
986
  })
4216
987
  .s("AmazonBedrockAgentCoreControl", "TagResource", {})
4217
988
  .n("BedrockAgentCoreControlClient", "TagResourceCommand")
4218
- .sc(TagResource$)
989
+ .sc(schemas_0.TagResource$)
4219
990
  .build() {
4220
991
  }
4221
992
 
@@ -4227,7 +998,7 @@ class UntagResourceCommand extends smithyClient.Command
4227
998
  })
4228
999
  .s("AmazonBedrockAgentCoreControl", "UntagResource", {})
4229
1000
  .n("BedrockAgentCoreControlClient", "UntagResourceCommand")
4230
- .sc(UntagResource$)
1001
+ .sc(schemas_0.UntagResource$)
4231
1002
  .build() {
4232
1003
  }
4233
1004
 
@@ -4239,7 +1010,7 @@ class UpdateAgentRuntimeCommand extends smithyClient.Command
4239
1010
  })
4240
1011
  .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntime", {})
4241
1012
  .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeCommand")
4242
- .sc(UpdateAgentRuntime$)
1013
+ .sc(schemas_0.UpdateAgentRuntime$)
4243
1014
  .build() {
4244
1015
  }
4245
1016
 
@@ -4251,7 +1022,7 @@ class UpdateAgentRuntimeEndpointCommand extends smithyClient.Command
4251
1022
  })
4252
1023
  .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntimeEndpoint", {})
4253
1024
  .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeEndpointCommand")
4254
- .sc(UpdateAgentRuntimeEndpoint$)
1025
+ .sc(schemas_0.UpdateAgentRuntimeEndpoint$)
4255
1026
  .build() {
4256
1027
  }
4257
1028
 
@@ -4263,7 +1034,7 @@ class UpdateApiKeyCredentialProviderCommand extends smithyClient.Command
4263
1034
  })
4264
1035
  .s("AmazonBedrockAgentCoreControl", "UpdateApiKeyCredentialProvider", {})
4265
1036
  .n("BedrockAgentCoreControlClient", "UpdateApiKeyCredentialProviderCommand")
4266
- .sc(UpdateApiKeyCredentialProvider$)
1037
+ .sc(schemas_0.UpdateApiKeyCredentialProvider$)
4267
1038
  .build() {
4268
1039
  }
4269
1040
 
@@ -4275,7 +1046,7 @@ class UpdateEvaluatorCommand extends smithyClient.Command
4275
1046
  })
4276
1047
  .s("AmazonBedrockAgentCoreControl", "UpdateEvaluator", {})
4277
1048
  .n("BedrockAgentCoreControlClient", "UpdateEvaluatorCommand")
4278
- .sc(UpdateEvaluator$)
1049
+ .sc(schemas_0.UpdateEvaluator$)
4279
1050
  .build() {
4280
1051
  }
4281
1052
 
@@ -4287,7 +1058,7 @@ class UpdateGatewayCommand extends smithyClient.Command
4287
1058
  })
4288
1059
  .s("AmazonBedrockAgentCoreControl", "UpdateGateway", {})
4289
1060
  .n("BedrockAgentCoreControlClient", "UpdateGatewayCommand")
4290
- .sc(UpdateGateway$)
1061
+ .sc(schemas_0.UpdateGateway$)
4291
1062
  .build() {
4292
1063
  }
4293
1064
 
@@ -4299,7 +1070,7 @@ class UpdateGatewayTargetCommand extends smithyClient.Command
4299
1070
  })
4300
1071
  .s("AmazonBedrockAgentCoreControl", "UpdateGatewayTarget", {})
4301
1072
  .n("BedrockAgentCoreControlClient", "UpdateGatewayTargetCommand")
4302
- .sc(UpdateGatewayTarget$)
1073
+ .sc(schemas_0.UpdateGatewayTarget$)
4303
1074
  .build() {
4304
1075
  }
4305
1076
 
@@ -4311,7 +1082,7 @@ class UpdateMemoryCommand extends smithyClient.Command
4311
1082
  })
4312
1083
  .s("AmazonBedrockAgentCoreControl", "UpdateMemory", {})
4313
1084
  .n("BedrockAgentCoreControlClient", "UpdateMemoryCommand")
4314
- .sc(UpdateMemory$)
1085
+ .sc(schemas_0.UpdateMemory$)
4315
1086
  .build() {
4316
1087
  }
4317
1088
 
@@ -4323,7 +1094,7 @@ class UpdateOauth2CredentialProviderCommand extends smithyClient.Command
4323
1094
  })
4324
1095
  .s("AmazonBedrockAgentCoreControl", "UpdateOauth2CredentialProvider", {})
4325
1096
  .n("BedrockAgentCoreControlClient", "UpdateOauth2CredentialProviderCommand")
4326
- .sc(UpdateOauth2CredentialProvider$)
1097
+ .sc(schemas_0.UpdateOauth2CredentialProvider$)
4327
1098
  .build() {
4328
1099
  }
4329
1100
 
@@ -4335,7 +1106,7 @@ class UpdateOnlineEvaluationConfigCommand extends smithyClient.Command
4335
1106
  })
4336
1107
  .s("AmazonBedrockAgentCoreControl", "UpdateOnlineEvaluationConfig", {})
4337
1108
  .n("BedrockAgentCoreControlClient", "UpdateOnlineEvaluationConfigCommand")
4338
- .sc(UpdateOnlineEvaluationConfig$)
1109
+ .sc(schemas_0.UpdateOnlineEvaluationConfig$)
4339
1110
  .build() {
4340
1111
  }
4341
1112
 
@@ -4347,7 +1118,7 @@ class UpdatePolicyCommand extends smithyClient.Command
4347
1118
  })
4348
1119
  .s("AmazonBedrockAgentCoreControl", "UpdatePolicy", {})
4349
1120
  .n("BedrockAgentCoreControlClient", "UpdatePolicyCommand")
4350
- .sc(UpdatePolicy$)
1121
+ .sc(schemas_0.UpdatePolicy$)
4351
1122
  .build() {
4352
1123
  }
4353
1124
 
@@ -4359,7 +1130,7 @@ class UpdatePolicyEngineCommand extends smithyClient.Command
4359
1130
  })
4360
1131
  .s("AmazonBedrockAgentCoreControl", "UpdatePolicyEngine", {})
4361
1132
  .n("BedrockAgentCoreControlClient", "UpdatePolicyEngineCommand")
4362
- .sc(UpdatePolicyEngine$)
1133
+ .sc(schemas_0.UpdatePolicyEngine$)
4363
1134
  .build() {
4364
1135
  }
4365
1136
 
@@ -4371,7 +1142,7 @@ class UpdateWorkloadIdentityCommand extends smithyClient.Command
4371
1142
  })
4372
1143
  .s("AmazonBedrockAgentCoreControl", "UpdateWorkloadIdentity", {})
4373
1144
  .n("BedrockAgentCoreControlClient", "UpdateWorkloadIdentityCommand")
4374
- .sc(UpdateWorkloadIdentity$)
1145
+ .sc(schemas_0.UpdateWorkloadIdentity$)
4375
1146
  .build() {
4376
1147
  }
4377
1148
 
@@ -5132,601 +1903,143 @@ Object.defineProperty(exports, "__Client", {
5132
1903
  enumerable: true,
5133
1904
  get: function () { return smithyClient.Client; }
5134
1905
  });
5135
- exports.AccessDeniedException = AccessDeniedException;
5136
- exports.AccessDeniedException$ = AccessDeniedException$;
1906
+ Object.defineProperty(exports, "BedrockAgentCoreControlServiceException", {
1907
+ enumerable: true,
1908
+ get: function () { return BedrockAgentCoreControlServiceException.BedrockAgentCoreControlServiceException; }
1909
+ });
5137
1910
  exports.AgentManagedRuntimeType = AgentManagedRuntimeType;
5138
- exports.AgentRuntime$ = AgentRuntime$;
5139
- exports.AgentRuntimeArtifact$ = AgentRuntimeArtifact$;
5140
- exports.AgentRuntimeEndpoint$ = AgentRuntimeEndpoint$;
5141
1911
  exports.AgentRuntimeEndpointStatus = AgentRuntimeEndpointStatus;
5142
1912
  exports.AgentRuntimeStatus = AgentRuntimeStatus;
5143
- exports.ApiGatewayTargetConfiguration$ = ApiGatewayTargetConfiguration$;
5144
- exports.ApiGatewayToolConfiguration$ = ApiGatewayToolConfiguration$;
5145
- exports.ApiGatewayToolFilter$ = ApiGatewayToolFilter$;
5146
- exports.ApiGatewayToolOverride$ = ApiGatewayToolOverride$;
5147
1913
  exports.ApiKeyCredentialLocation = ApiKeyCredentialLocation;
5148
- exports.ApiKeyCredentialProviderItem$ = ApiKeyCredentialProviderItem$;
5149
- exports.ApiSchemaConfiguration$ = ApiSchemaConfiguration$;
5150
- exports.AtlassianOauth2ProviderConfigInput$ = AtlassianOauth2ProviderConfigInput$;
5151
- exports.AtlassianOauth2ProviderConfigOutput$ = AtlassianOauth2ProviderConfigOutput$;
5152
- exports.AuthorizerConfiguration$ = AuthorizerConfiguration$;
5153
1914
  exports.AuthorizerType = AuthorizerType;
5154
- exports.AuthorizingClaimMatchValueType$ = AuthorizingClaimMatchValueType$;
5155
1915
  exports.BedrockAgentCoreControl = BedrockAgentCoreControl;
5156
1916
  exports.BedrockAgentCoreControlClient = BedrockAgentCoreControlClient;
5157
- exports.BedrockAgentCoreControlServiceException = BedrockAgentCoreControlServiceException;
5158
- exports.BedrockAgentCoreControlServiceException$ = BedrockAgentCoreControlServiceException$;
5159
- exports.BedrockEvaluatorModelConfig$ = BedrockEvaluatorModelConfig$;
5160
- exports.BrowserNetworkConfiguration$ = BrowserNetworkConfiguration$;
5161
1917
  exports.BrowserNetworkMode = BrowserNetworkMode;
5162
1918
  exports.BrowserProfileStatus = BrowserProfileStatus;
5163
- exports.BrowserProfileSummary$ = BrowserProfileSummary$;
5164
- exports.BrowserSigningConfigInput$ = BrowserSigningConfigInput$;
5165
- exports.BrowserSigningConfigOutput$ = BrowserSigningConfigOutput$;
5166
1919
  exports.BrowserStatus = BrowserStatus;
5167
- exports.BrowserSummary$ = BrowserSummary$;
5168
- exports.CategoricalScaleDefinition$ = CategoricalScaleDefinition$;
5169
- exports.CedarPolicy$ = CedarPolicy$;
5170
1920
  exports.ClaimMatchOperatorType = ClaimMatchOperatorType;
5171
- exports.ClaimMatchValueType$ = ClaimMatchValueType$;
5172
- exports.CloudWatchLogsInputConfig$ = CloudWatchLogsInputConfig$;
5173
- exports.CloudWatchOutputConfig$ = CloudWatchOutputConfig$;
5174
- exports.Code$ = Code$;
5175
- exports.CodeConfiguration$ = CodeConfiguration$;
5176
- exports.CodeInterpreterNetworkConfiguration$ = CodeInterpreterNetworkConfiguration$;
5177
1921
  exports.CodeInterpreterNetworkMode = CodeInterpreterNetworkMode;
5178
1922
  exports.CodeInterpreterStatus = CodeInterpreterStatus;
5179
- exports.CodeInterpreterSummary$ = CodeInterpreterSummary$;
5180
- exports.ConcurrentModificationException = ConcurrentModificationException;
5181
- exports.ConcurrentModificationException$ = ConcurrentModificationException$;
5182
- exports.ConflictException = ConflictException;
5183
- exports.ConflictException$ = ConflictException$;
5184
- exports.ConsolidationConfiguration$ = ConsolidationConfiguration$;
5185
- exports.ContainerConfiguration$ = ContainerConfiguration$;
5186
- exports.Content$ = Content$;
5187
- exports.CreateAgentRuntime$ = CreateAgentRuntime$;
5188
1923
  exports.CreateAgentRuntimeCommand = CreateAgentRuntimeCommand;
5189
- exports.CreateAgentRuntimeEndpoint$ = CreateAgentRuntimeEndpoint$;
5190
1924
  exports.CreateAgentRuntimeEndpointCommand = CreateAgentRuntimeEndpointCommand;
5191
- exports.CreateAgentRuntimeEndpointRequest$ = CreateAgentRuntimeEndpointRequest$;
5192
- exports.CreateAgentRuntimeEndpointResponse$ = CreateAgentRuntimeEndpointResponse$;
5193
- exports.CreateAgentRuntimeRequest$ = CreateAgentRuntimeRequest$;
5194
- exports.CreateAgentRuntimeResponse$ = CreateAgentRuntimeResponse$;
5195
- exports.CreateApiKeyCredentialProvider$ = CreateApiKeyCredentialProvider$;
5196
1925
  exports.CreateApiKeyCredentialProviderCommand = CreateApiKeyCredentialProviderCommand;
5197
- exports.CreateApiKeyCredentialProviderRequest$ = CreateApiKeyCredentialProviderRequest$;
5198
- exports.CreateApiKeyCredentialProviderResponse$ = CreateApiKeyCredentialProviderResponse$;
5199
- exports.CreateBrowser$ = CreateBrowser$;
5200
1926
  exports.CreateBrowserCommand = CreateBrowserCommand;
5201
- exports.CreateBrowserProfile$ = CreateBrowserProfile$;
5202
1927
  exports.CreateBrowserProfileCommand = CreateBrowserProfileCommand;
5203
- exports.CreateBrowserProfileRequest$ = CreateBrowserProfileRequest$;
5204
- exports.CreateBrowserProfileResponse$ = CreateBrowserProfileResponse$;
5205
- exports.CreateBrowserRequest$ = CreateBrowserRequest$;
5206
- exports.CreateBrowserResponse$ = CreateBrowserResponse$;
5207
- exports.CreateCodeInterpreter$ = CreateCodeInterpreter$;
5208
1928
  exports.CreateCodeInterpreterCommand = CreateCodeInterpreterCommand;
5209
- exports.CreateCodeInterpreterRequest$ = CreateCodeInterpreterRequest$;
5210
- exports.CreateCodeInterpreterResponse$ = CreateCodeInterpreterResponse$;
5211
- exports.CreateEvaluator$ = CreateEvaluator$;
5212
1929
  exports.CreateEvaluatorCommand = CreateEvaluatorCommand;
5213
- exports.CreateEvaluatorRequest$ = CreateEvaluatorRequest$;
5214
- exports.CreateEvaluatorResponse$ = CreateEvaluatorResponse$;
5215
- exports.CreateGateway$ = CreateGateway$;
5216
1930
  exports.CreateGatewayCommand = CreateGatewayCommand;
5217
- exports.CreateGatewayRequest$ = CreateGatewayRequest$;
5218
- exports.CreateGatewayResponse$ = CreateGatewayResponse$;
5219
- exports.CreateGatewayTarget$ = CreateGatewayTarget$;
5220
1931
  exports.CreateGatewayTargetCommand = CreateGatewayTargetCommand;
5221
- exports.CreateGatewayTargetRequest$ = CreateGatewayTargetRequest$;
5222
- exports.CreateGatewayTargetResponse$ = CreateGatewayTargetResponse$;
5223
- exports.CreateMemory$ = CreateMemory$;
5224
1932
  exports.CreateMemoryCommand = CreateMemoryCommand;
5225
- exports.CreateMemoryInput$ = CreateMemoryInput$;
5226
- exports.CreateMemoryOutput$ = CreateMemoryOutput$;
5227
- exports.CreateOauth2CredentialProvider$ = CreateOauth2CredentialProvider$;
5228
1933
  exports.CreateOauth2CredentialProviderCommand = CreateOauth2CredentialProviderCommand;
5229
- exports.CreateOauth2CredentialProviderRequest$ = CreateOauth2CredentialProviderRequest$;
5230
- exports.CreateOauth2CredentialProviderResponse$ = CreateOauth2CredentialProviderResponse$;
5231
- exports.CreateOnlineEvaluationConfig$ = CreateOnlineEvaluationConfig$;
5232
1934
  exports.CreateOnlineEvaluationConfigCommand = CreateOnlineEvaluationConfigCommand;
5233
- exports.CreateOnlineEvaluationConfigRequest$ = CreateOnlineEvaluationConfigRequest$;
5234
- exports.CreateOnlineEvaluationConfigResponse$ = CreateOnlineEvaluationConfigResponse$;
5235
- exports.CreatePolicy$ = CreatePolicy$;
5236
1935
  exports.CreatePolicyCommand = CreatePolicyCommand;
5237
- exports.CreatePolicyEngine$ = CreatePolicyEngine$;
5238
1936
  exports.CreatePolicyEngineCommand = CreatePolicyEngineCommand;
5239
- exports.CreatePolicyEngineRequest$ = CreatePolicyEngineRequest$;
5240
- exports.CreatePolicyEngineResponse$ = CreatePolicyEngineResponse$;
5241
- exports.CreatePolicyRequest$ = CreatePolicyRequest$;
5242
- exports.CreatePolicyResponse$ = CreatePolicyResponse$;
5243
- exports.CreateWorkloadIdentity$ = CreateWorkloadIdentity$;
5244
1937
  exports.CreateWorkloadIdentityCommand = CreateWorkloadIdentityCommand;
5245
- exports.CreateWorkloadIdentityRequest$ = CreateWorkloadIdentityRequest$;
5246
- exports.CreateWorkloadIdentityResponse$ = CreateWorkloadIdentityResponse$;
5247
- exports.CredentialProvider$ = CredentialProvider$;
5248
- exports.CredentialProviderConfiguration$ = CredentialProviderConfiguration$;
5249
1938
  exports.CredentialProviderType = CredentialProviderType;
5250
1939
  exports.CredentialProviderVendorType = CredentialProviderVendorType;
5251
- exports.CustomClaimValidationType$ = CustomClaimValidationType$;
5252
- exports.CustomConfigurationInput$ = CustomConfigurationInput$;
5253
- exports.CustomConsolidationConfiguration$ = CustomConsolidationConfiguration$;
5254
- exports.CustomConsolidationConfigurationInput$ = CustomConsolidationConfigurationInput$;
5255
- exports.CustomExtractionConfiguration$ = CustomExtractionConfiguration$;
5256
- exports.CustomExtractionConfigurationInput$ = CustomExtractionConfigurationInput$;
5257
- exports.CustomJWTAuthorizerConfiguration$ = CustomJWTAuthorizerConfiguration$;
5258
- exports.CustomMemoryStrategyInput$ = CustomMemoryStrategyInput$;
5259
- exports.CustomOauth2ProviderConfigInput$ = CustomOauth2ProviderConfigInput$;
5260
- exports.CustomOauth2ProviderConfigOutput$ = CustomOauth2ProviderConfigOutput$;
5261
- exports.CustomReflectionConfiguration$ = CustomReflectionConfiguration$;
5262
- exports.CustomReflectionConfigurationInput$ = CustomReflectionConfigurationInput$;
5263
- exports.DataSourceConfig$ = DataSourceConfig$;
5264
- exports.DecryptionFailure = DecryptionFailure;
5265
- exports.DecryptionFailure$ = DecryptionFailure$;
5266
- exports.DeleteAgentRuntime$ = DeleteAgentRuntime$;
5267
1940
  exports.DeleteAgentRuntimeCommand = DeleteAgentRuntimeCommand;
5268
- exports.DeleteAgentRuntimeEndpoint$ = DeleteAgentRuntimeEndpoint$;
5269
1941
  exports.DeleteAgentRuntimeEndpointCommand = DeleteAgentRuntimeEndpointCommand;
5270
- exports.DeleteAgentRuntimeEndpointRequest$ = DeleteAgentRuntimeEndpointRequest$;
5271
- exports.DeleteAgentRuntimeEndpointResponse$ = DeleteAgentRuntimeEndpointResponse$;
5272
- exports.DeleteAgentRuntimeRequest$ = DeleteAgentRuntimeRequest$;
5273
- exports.DeleteAgentRuntimeResponse$ = DeleteAgentRuntimeResponse$;
5274
- exports.DeleteApiKeyCredentialProvider$ = DeleteApiKeyCredentialProvider$;
5275
1942
  exports.DeleteApiKeyCredentialProviderCommand = DeleteApiKeyCredentialProviderCommand;
5276
- exports.DeleteApiKeyCredentialProviderRequest$ = DeleteApiKeyCredentialProviderRequest$;
5277
- exports.DeleteApiKeyCredentialProviderResponse$ = DeleteApiKeyCredentialProviderResponse$;
5278
- exports.DeleteBrowser$ = DeleteBrowser$;
5279
1943
  exports.DeleteBrowserCommand = DeleteBrowserCommand;
5280
- exports.DeleteBrowserProfile$ = DeleteBrowserProfile$;
5281
1944
  exports.DeleteBrowserProfileCommand = DeleteBrowserProfileCommand;
5282
- exports.DeleteBrowserProfileRequest$ = DeleteBrowserProfileRequest$;
5283
- exports.DeleteBrowserProfileResponse$ = DeleteBrowserProfileResponse$;
5284
- exports.DeleteBrowserRequest$ = DeleteBrowserRequest$;
5285
- exports.DeleteBrowserResponse$ = DeleteBrowserResponse$;
5286
- exports.DeleteCodeInterpreter$ = DeleteCodeInterpreter$;
5287
1945
  exports.DeleteCodeInterpreterCommand = DeleteCodeInterpreterCommand;
5288
- exports.DeleteCodeInterpreterRequest$ = DeleteCodeInterpreterRequest$;
5289
- exports.DeleteCodeInterpreterResponse$ = DeleteCodeInterpreterResponse$;
5290
- exports.DeleteEvaluator$ = DeleteEvaluator$;
5291
1946
  exports.DeleteEvaluatorCommand = DeleteEvaluatorCommand;
5292
- exports.DeleteEvaluatorRequest$ = DeleteEvaluatorRequest$;
5293
- exports.DeleteEvaluatorResponse$ = DeleteEvaluatorResponse$;
5294
- exports.DeleteGateway$ = DeleteGateway$;
5295
1947
  exports.DeleteGatewayCommand = DeleteGatewayCommand;
5296
- exports.DeleteGatewayRequest$ = DeleteGatewayRequest$;
5297
- exports.DeleteGatewayResponse$ = DeleteGatewayResponse$;
5298
- exports.DeleteGatewayTarget$ = DeleteGatewayTarget$;
5299
1948
  exports.DeleteGatewayTargetCommand = DeleteGatewayTargetCommand;
5300
- exports.DeleteGatewayTargetRequest$ = DeleteGatewayTargetRequest$;
5301
- exports.DeleteGatewayTargetResponse$ = DeleteGatewayTargetResponse$;
5302
- exports.DeleteMemory$ = DeleteMemory$;
5303
1949
  exports.DeleteMemoryCommand = DeleteMemoryCommand;
5304
- exports.DeleteMemoryInput$ = DeleteMemoryInput$;
5305
- exports.DeleteMemoryOutput$ = DeleteMemoryOutput$;
5306
- exports.DeleteMemoryStrategyInput$ = DeleteMemoryStrategyInput$;
5307
- exports.DeleteOauth2CredentialProvider$ = DeleteOauth2CredentialProvider$;
5308
1950
  exports.DeleteOauth2CredentialProviderCommand = DeleteOauth2CredentialProviderCommand;
5309
- exports.DeleteOauth2CredentialProviderRequest$ = DeleteOauth2CredentialProviderRequest$;
5310
- exports.DeleteOauth2CredentialProviderResponse$ = DeleteOauth2CredentialProviderResponse$;
5311
- exports.DeleteOnlineEvaluationConfig$ = DeleteOnlineEvaluationConfig$;
5312
1951
  exports.DeleteOnlineEvaluationConfigCommand = DeleteOnlineEvaluationConfigCommand;
5313
- exports.DeleteOnlineEvaluationConfigRequest$ = DeleteOnlineEvaluationConfigRequest$;
5314
- exports.DeleteOnlineEvaluationConfigResponse$ = DeleteOnlineEvaluationConfigResponse$;
5315
- exports.DeletePolicy$ = DeletePolicy$;
5316
1952
  exports.DeletePolicyCommand = DeletePolicyCommand;
5317
- exports.DeletePolicyEngine$ = DeletePolicyEngine$;
5318
1953
  exports.DeletePolicyEngineCommand = DeletePolicyEngineCommand;
5319
- exports.DeletePolicyEngineRequest$ = DeletePolicyEngineRequest$;
5320
- exports.DeletePolicyEngineResponse$ = DeletePolicyEngineResponse$;
5321
- exports.DeletePolicyRequest$ = DeletePolicyRequest$;
5322
- exports.DeletePolicyResponse$ = DeletePolicyResponse$;
5323
- exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
5324
1954
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
5325
- exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
5326
- exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
5327
- exports.DeleteWorkloadIdentity$ = DeleteWorkloadIdentity$;
5328
1955
  exports.DeleteWorkloadIdentityCommand = DeleteWorkloadIdentityCommand;
5329
- exports.DeleteWorkloadIdentityRequest$ = DeleteWorkloadIdentityRequest$;
5330
- exports.DeleteWorkloadIdentityResponse$ = DeleteWorkloadIdentityResponse$;
5331
- exports.EncryptionFailure = EncryptionFailure;
5332
- exports.EncryptionFailure$ = EncryptionFailure$;
5333
- exports.EpisodicConsolidationOverride$ = EpisodicConsolidationOverride$;
5334
- exports.EpisodicExtractionOverride$ = EpisodicExtractionOverride$;
5335
- exports.EpisodicMemoryStrategyInput$ = EpisodicMemoryStrategyInput$;
5336
- exports.EpisodicOverrideConfigurationInput$ = EpisodicOverrideConfigurationInput$;
5337
- exports.EpisodicOverrideConsolidationConfigurationInput$ = EpisodicOverrideConsolidationConfigurationInput$;
5338
- exports.EpisodicOverrideExtractionConfigurationInput$ = EpisodicOverrideExtractionConfigurationInput$;
5339
- exports.EpisodicOverrideReflectionConfigurationInput$ = EpisodicOverrideReflectionConfigurationInput$;
5340
- exports.EpisodicReflectionConfiguration$ = EpisodicReflectionConfiguration$;
5341
- exports.EpisodicReflectionConfigurationInput$ = EpisodicReflectionConfigurationInput$;
5342
- exports.EpisodicReflectionOverride$ = EpisodicReflectionOverride$;
5343
- exports.EvaluatorConfig$ = EvaluatorConfig$;
5344
1956
  exports.EvaluatorLevel = EvaluatorLevel;
5345
- exports.EvaluatorModelConfig$ = EvaluatorModelConfig$;
5346
- exports.EvaluatorReference$ = EvaluatorReference$;
5347
1957
  exports.EvaluatorStatus = EvaluatorStatus;
5348
- exports.EvaluatorSummary$ = EvaluatorSummary$;
5349
1958
  exports.EvaluatorType = EvaluatorType;
5350
1959
  exports.ExceptionLevel = ExceptionLevel;
5351
- exports.ExtractionConfiguration$ = ExtractionConfiguration$;
5352
- exports.Filter$ = Filter$;
5353
1960
  exports.FilterOperator = FilterOperator;
5354
- exports.FilterValue$ = FilterValue$;
5355
- exports.Finding$ = Finding$;
5356
1961
  exports.FindingType = FindingType;
5357
- exports.GatewayApiKeyCredentialProvider$ = GatewayApiKeyCredentialProvider$;
5358
1962
  exports.GatewayInterceptionPoint = GatewayInterceptionPoint;
5359
- exports.GatewayInterceptorConfiguration$ = GatewayInterceptorConfiguration$;
5360
- exports.GatewayPolicyEngineConfiguration$ = GatewayPolicyEngineConfiguration$;
5361
1963
  exports.GatewayPolicyEngineMode = GatewayPolicyEngineMode;
5362
- exports.GatewayProtocolConfiguration$ = GatewayProtocolConfiguration$;
5363
1964
  exports.GatewayProtocolType = GatewayProtocolType;
5364
1965
  exports.GatewayStatus = GatewayStatus;
5365
- exports.GatewaySummary$ = GatewaySummary$;
5366
- exports.GatewayTarget$ = GatewayTarget$;
5367
- exports.GetAgentRuntime$ = GetAgentRuntime$;
5368
1966
  exports.GetAgentRuntimeCommand = GetAgentRuntimeCommand;
5369
- exports.GetAgentRuntimeEndpoint$ = GetAgentRuntimeEndpoint$;
5370
1967
  exports.GetAgentRuntimeEndpointCommand = GetAgentRuntimeEndpointCommand;
5371
- exports.GetAgentRuntimeEndpointRequest$ = GetAgentRuntimeEndpointRequest$;
5372
- exports.GetAgentRuntimeEndpointResponse$ = GetAgentRuntimeEndpointResponse$;
5373
- exports.GetAgentRuntimeRequest$ = GetAgentRuntimeRequest$;
5374
- exports.GetAgentRuntimeResponse$ = GetAgentRuntimeResponse$;
5375
- exports.GetApiKeyCredentialProvider$ = GetApiKeyCredentialProvider$;
5376
1968
  exports.GetApiKeyCredentialProviderCommand = GetApiKeyCredentialProviderCommand;
5377
- exports.GetApiKeyCredentialProviderRequest$ = GetApiKeyCredentialProviderRequest$;
5378
- exports.GetApiKeyCredentialProviderResponse$ = GetApiKeyCredentialProviderResponse$;
5379
- exports.GetBrowser$ = GetBrowser$;
5380
1969
  exports.GetBrowserCommand = GetBrowserCommand;
5381
- exports.GetBrowserProfile$ = GetBrowserProfile$;
5382
1970
  exports.GetBrowserProfileCommand = GetBrowserProfileCommand;
5383
- exports.GetBrowserProfileRequest$ = GetBrowserProfileRequest$;
5384
- exports.GetBrowserProfileResponse$ = GetBrowserProfileResponse$;
5385
- exports.GetBrowserRequest$ = GetBrowserRequest$;
5386
- exports.GetBrowserResponse$ = GetBrowserResponse$;
5387
- exports.GetCodeInterpreter$ = GetCodeInterpreter$;
5388
1971
  exports.GetCodeInterpreterCommand = GetCodeInterpreterCommand;
5389
- exports.GetCodeInterpreterRequest$ = GetCodeInterpreterRequest$;
5390
- exports.GetCodeInterpreterResponse$ = GetCodeInterpreterResponse$;
5391
- exports.GetEvaluator$ = GetEvaluator$;
5392
1972
  exports.GetEvaluatorCommand = GetEvaluatorCommand;
5393
- exports.GetEvaluatorRequest$ = GetEvaluatorRequest$;
5394
- exports.GetEvaluatorResponse$ = GetEvaluatorResponse$;
5395
- exports.GetGateway$ = GetGateway$;
5396
1973
  exports.GetGatewayCommand = GetGatewayCommand;
5397
- exports.GetGatewayRequest$ = GetGatewayRequest$;
5398
- exports.GetGatewayResponse$ = GetGatewayResponse$;
5399
- exports.GetGatewayTarget$ = GetGatewayTarget$;
5400
1974
  exports.GetGatewayTargetCommand = GetGatewayTargetCommand;
5401
- exports.GetGatewayTargetRequest$ = GetGatewayTargetRequest$;
5402
- exports.GetGatewayTargetResponse$ = GetGatewayTargetResponse$;
5403
- exports.GetMemory$ = GetMemory$;
5404
1975
  exports.GetMemoryCommand = GetMemoryCommand;
5405
- exports.GetMemoryInput$ = GetMemoryInput$;
5406
- exports.GetMemoryOutput$ = GetMemoryOutput$;
5407
- exports.GetOauth2CredentialProvider$ = GetOauth2CredentialProvider$;
5408
1976
  exports.GetOauth2CredentialProviderCommand = GetOauth2CredentialProviderCommand;
5409
- exports.GetOauth2CredentialProviderRequest$ = GetOauth2CredentialProviderRequest$;
5410
- exports.GetOauth2CredentialProviderResponse$ = GetOauth2CredentialProviderResponse$;
5411
- exports.GetOnlineEvaluationConfig$ = GetOnlineEvaluationConfig$;
5412
1977
  exports.GetOnlineEvaluationConfigCommand = GetOnlineEvaluationConfigCommand;
5413
- exports.GetOnlineEvaluationConfigRequest$ = GetOnlineEvaluationConfigRequest$;
5414
- exports.GetOnlineEvaluationConfigResponse$ = GetOnlineEvaluationConfigResponse$;
5415
- exports.GetPolicy$ = GetPolicy$;
5416
1978
  exports.GetPolicyCommand = GetPolicyCommand;
5417
- exports.GetPolicyEngine$ = GetPolicyEngine$;
5418
1979
  exports.GetPolicyEngineCommand = GetPolicyEngineCommand;
5419
- exports.GetPolicyEngineRequest$ = GetPolicyEngineRequest$;
5420
- exports.GetPolicyEngineResponse$ = GetPolicyEngineResponse$;
5421
- exports.GetPolicyGeneration$ = GetPolicyGeneration$;
5422
1980
  exports.GetPolicyGenerationCommand = GetPolicyGenerationCommand;
5423
- exports.GetPolicyGenerationRequest$ = GetPolicyGenerationRequest$;
5424
- exports.GetPolicyGenerationResponse$ = GetPolicyGenerationResponse$;
5425
- exports.GetPolicyRequest$ = GetPolicyRequest$;
5426
- exports.GetPolicyResponse$ = GetPolicyResponse$;
5427
- exports.GetResourcePolicy$ = GetResourcePolicy$;
5428
1981
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
5429
- exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
5430
- exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
5431
- exports.GetTokenVault$ = GetTokenVault$;
5432
1982
  exports.GetTokenVaultCommand = GetTokenVaultCommand;
5433
- exports.GetTokenVaultRequest$ = GetTokenVaultRequest$;
5434
- exports.GetTokenVaultResponse$ = GetTokenVaultResponse$;
5435
- exports.GetWorkloadIdentity$ = GetWorkloadIdentity$;
5436
1983
  exports.GetWorkloadIdentityCommand = GetWorkloadIdentityCommand;
5437
- exports.GetWorkloadIdentityRequest$ = GetWorkloadIdentityRequest$;
5438
- exports.GetWorkloadIdentityResponse$ = GetWorkloadIdentityResponse$;
5439
- exports.GithubOauth2ProviderConfigInput$ = GithubOauth2ProviderConfigInput$;
5440
- exports.GithubOauth2ProviderConfigOutput$ = GithubOauth2ProviderConfigOutput$;
5441
- exports.GoogleOauth2ProviderConfigInput$ = GoogleOauth2ProviderConfigInput$;
5442
- exports.GoogleOauth2ProviderConfigOutput$ = GoogleOauth2ProviderConfigOutput$;
5443
1984
  exports.InboundTokenClaimValueType = InboundTokenClaimValueType;
5444
- exports.IncludedOauth2ProviderConfigInput$ = IncludedOauth2ProviderConfigInput$;
5445
- exports.IncludedOauth2ProviderConfigOutput$ = IncludedOauth2ProviderConfigOutput$;
5446
- exports.InferenceConfiguration$ = InferenceConfiguration$;
5447
- exports.InterceptorConfiguration$ = InterceptorConfiguration$;
5448
- exports.InterceptorInputConfiguration$ = InterceptorInputConfiguration$;
5449
- exports.InternalServerException = InternalServerException;
5450
- exports.InternalServerException$ = InternalServerException$;
5451
- exports.InvocationConfiguration$ = InvocationConfiguration$;
5452
- exports.InvocationConfigurationInput$ = InvocationConfigurationInput$;
5453
1985
  exports.KeyType = KeyType;
5454
- exports.KmsConfiguration$ = KmsConfiguration$;
5455
- exports.LambdaInterceptorConfiguration$ = LambdaInterceptorConfiguration$;
5456
- exports.LifecycleConfiguration$ = LifecycleConfiguration$;
5457
- exports.LinkedinOauth2ProviderConfigInput$ = LinkedinOauth2ProviderConfigInput$;
5458
- exports.LinkedinOauth2ProviderConfigOutput$ = LinkedinOauth2ProviderConfigOutput$;
5459
- exports.ListAgentRuntimeEndpoints$ = ListAgentRuntimeEndpoints$;
5460
1986
  exports.ListAgentRuntimeEndpointsCommand = ListAgentRuntimeEndpointsCommand;
5461
- exports.ListAgentRuntimeEndpointsRequest$ = ListAgentRuntimeEndpointsRequest$;
5462
- exports.ListAgentRuntimeEndpointsResponse$ = ListAgentRuntimeEndpointsResponse$;
5463
- exports.ListAgentRuntimeVersions$ = ListAgentRuntimeVersions$;
5464
1987
  exports.ListAgentRuntimeVersionsCommand = ListAgentRuntimeVersionsCommand;
5465
- exports.ListAgentRuntimeVersionsRequest$ = ListAgentRuntimeVersionsRequest$;
5466
- exports.ListAgentRuntimeVersionsResponse$ = ListAgentRuntimeVersionsResponse$;
5467
- exports.ListAgentRuntimes$ = ListAgentRuntimes$;
5468
1988
  exports.ListAgentRuntimesCommand = ListAgentRuntimesCommand;
5469
- exports.ListAgentRuntimesRequest$ = ListAgentRuntimesRequest$;
5470
- exports.ListAgentRuntimesResponse$ = ListAgentRuntimesResponse$;
5471
- exports.ListApiKeyCredentialProviders$ = ListApiKeyCredentialProviders$;
5472
1989
  exports.ListApiKeyCredentialProvidersCommand = ListApiKeyCredentialProvidersCommand;
5473
- exports.ListApiKeyCredentialProvidersRequest$ = ListApiKeyCredentialProvidersRequest$;
5474
- exports.ListApiKeyCredentialProvidersResponse$ = ListApiKeyCredentialProvidersResponse$;
5475
- exports.ListBrowserProfiles$ = ListBrowserProfiles$;
5476
1990
  exports.ListBrowserProfilesCommand = ListBrowserProfilesCommand;
5477
- exports.ListBrowserProfilesRequest$ = ListBrowserProfilesRequest$;
5478
- exports.ListBrowserProfilesResponse$ = ListBrowserProfilesResponse$;
5479
- exports.ListBrowsers$ = ListBrowsers$;
5480
1991
  exports.ListBrowsersCommand = ListBrowsersCommand;
5481
- exports.ListBrowsersRequest$ = ListBrowsersRequest$;
5482
- exports.ListBrowsersResponse$ = ListBrowsersResponse$;
5483
- exports.ListCodeInterpreters$ = ListCodeInterpreters$;
5484
1992
  exports.ListCodeInterpretersCommand = ListCodeInterpretersCommand;
5485
- exports.ListCodeInterpretersRequest$ = ListCodeInterpretersRequest$;
5486
- exports.ListCodeInterpretersResponse$ = ListCodeInterpretersResponse$;
5487
- exports.ListEvaluators$ = ListEvaluators$;
5488
1993
  exports.ListEvaluatorsCommand = ListEvaluatorsCommand;
5489
- exports.ListEvaluatorsRequest$ = ListEvaluatorsRequest$;
5490
- exports.ListEvaluatorsResponse$ = ListEvaluatorsResponse$;
5491
- exports.ListGatewayTargets$ = ListGatewayTargets$;
5492
1994
  exports.ListGatewayTargetsCommand = ListGatewayTargetsCommand;
5493
- exports.ListGatewayTargetsRequest$ = ListGatewayTargetsRequest$;
5494
- exports.ListGatewayTargetsResponse$ = ListGatewayTargetsResponse$;
5495
- exports.ListGateways$ = ListGateways$;
5496
1995
  exports.ListGatewaysCommand = ListGatewaysCommand;
5497
- exports.ListGatewaysRequest$ = ListGatewaysRequest$;
5498
- exports.ListGatewaysResponse$ = ListGatewaysResponse$;
5499
- exports.ListMemories$ = ListMemories$;
5500
1996
  exports.ListMemoriesCommand = ListMemoriesCommand;
5501
- exports.ListMemoriesInput$ = ListMemoriesInput$;
5502
- exports.ListMemoriesOutput$ = ListMemoriesOutput$;
5503
- exports.ListOauth2CredentialProviders$ = ListOauth2CredentialProviders$;
5504
1997
  exports.ListOauth2CredentialProvidersCommand = ListOauth2CredentialProvidersCommand;
5505
- exports.ListOauth2CredentialProvidersRequest$ = ListOauth2CredentialProvidersRequest$;
5506
- exports.ListOauth2CredentialProvidersResponse$ = ListOauth2CredentialProvidersResponse$;
5507
- exports.ListOnlineEvaluationConfigs$ = ListOnlineEvaluationConfigs$;
5508
1998
  exports.ListOnlineEvaluationConfigsCommand = ListOnlineEvaluationConfigsCommand;
5509
- exports.ListOnlineEvaluationConfigsRequest$ = ListOnlineEvaluationConfigsRequest$;
5510
- exports.ListOnlineEvaluationConfigsResponse$ = ListOnlineEvaluationConfigsResponse$;
5511
- exports.ListPolicies$ = ListPolicies$;
5512
1999
  exports.ListPoliciesCommand = ListPoliciesCommand;
5513
- exports.ListPoliciesRequest$ = ListPoliciesRequest$;
5514
- exports.ListPoliciesResponse$ = ListPoliciesResponse$;
5515
- exports.ListPolicyEngines$ = ListPolicyEngines$;
5516
2000
  exports.ListPolicyEnginesCommand = ListPolicyEnginesCommand;
5517
- exports.ListPolicyEnginesRequest$ = ListPolicyEnginesRequest$;
5518
- exports.ListPolicyEnginesResponse$ = ListPolicyEnginesResponse$;
5519
- exports.ListPolicyGenerationAssets$ = ListPolicyGenerationAssets$;
5520
2001
  exports.ListPolicyGenerationAssetsCommand = ListPolicyGenerationAssetsCommand;
5521
- exports.ListPolicyGenerationAssetsRequest$ = ListPolicyGenerationAssetsRequest$;
5522
- exports.ListPolicyGenerationAssetsResponse$ = ListPolicyGenerationAssetsResponse$;
5523
- exports.ListPolicyGenerations$ = ListPolicyGenerations$;
5524
2002
  exports.ListPolicyGenerationsCommand = ListPolicyGenerationsCommand;
5525
- exports.ListPolicyGenerationsRequest$ = ListPolicyGenerationsRequest$;
5526
- exports.ListPolicyGenerationsResponse$ = ListPolicyGenerationsResponse$;
5527
- exports.ListTagsForResource$ = ListTagsForResource$;
5528
2003
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5529
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
5530
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
5531
- exports.ListWorkloadIdentities$ = ListWorkloadIdentities$;
5532
2004
  exports.ListWorkloadIdentitiesCommand = ListWorkloadIdentitiesCommand;
5533
- exports.ListWorkloadIdentitiesRequest$ = ListWorkloadIdentitiesRequest$;
5534
- exports.ListWorkloadIdentitiesResponse$ = ListWorkloadIdentitiesResponse$;
5535
- exports.LlmAsAJudgeEvaluatorConfig$ = LlmAsAJudgeEvaluatorConfig$;
5536
- exports.MCPGatewayConfiguration$ = MCPGatewayConfiguration$;
5537
- exports.McpLambdaTargetConfiguration$ = McpLambdaTargetConfiguration$;
5538
- exports.McpServerTargetConfiguration$ = McpServerTargetConfiguration$;
5539
- exports.McpTargetConfiguration$ = McpTargetConfiguration$;
5540
- exports.Memory$ = Memory$;
5541
2005
  exports.MemoryStatus = MemoryStatus;
5542
- exports.MemoryStrategy$ = MemoryStrategy$;
5543
- exports.MemoryStrategyInput$ = MemoryStrategyInput$;
5544
2006
  exports.MemoryStrategyStatus = MemoryStrategyStatus;
5545
2007
  exports.MemoryStrategyType = MemoryStrategyType;
5546
- exports.MemorySummary$ = MemorySummary$;
5547
2008
  exports.MemoryView = MemoryView;
5548
- exports.MessageBasedTrigger$ = MessageBasedTrigger$;
5549
- exports.MessageBasedTriggerInput$ = MessageBasedTriggerInput$;
5550
- exports.MetadataConfiguration$ = MetadataConfiguration$;
5551
- exports.MicrosoftOauth2ProviderConfigInput$ = MicrosoftOauth2ProviderConfigInput$;
5552
- exports.MicrosoftOauth2ProviderConfigOutput$ = MicrosoftOauth2ProviderConfigOutput$;
5553
- exports.ModifyConsolidationConfiguration$ = ModifyConsolidationConfiguration$;
5554
- exports.ModifyExtractionConfiguration$ = ModifyExtractionConfiguration$;
5555
- exports.ModifyInvocationConfigurationInput$ = ModifyInvocationConfigurationInput$;
5556
- exports.ModifyMemoryStrategies$ = ModifyMemoryStrategies$;
5557
- exports.ModifyMemoryStrategyInput$ = ModifyMemoryStrategyInput$;
5558
- exports.ModifyReflectionConfiguration$ = ModifyReflectionConfiguration$;
5559
- exports.ModifySelfManagedConfiguration$ = ModifySelfManagedConfiguration$;
5560
- exports.ModifyStrategyConfiguration$ = ModifyStrategyConfiguration$;
5561
- exports.NetworkConfiguration$ = NetworkConfiguration$;
5562
2009
  exports.NetworkMode = NetworkMode;
5563
- exports.NumericalScaleDefinition$ = NumericalScaleDefinition$;
5564
- exports.OAuthCredentialProvider$ = OAuthCredentialProvider$;
5565
2010
  exports.OAuthGrantType = OAuthGrantType;
5566
- exports.Oauth2AuthorizationServerMetadata$ = Oauth2AuthorizationServerMetadata$;
5567
- exports.Oauth2CredentialProviderItem$ = Oauth2CredentialProviderItem$;
5568
- exports.Oauth2Discovery$ = Oauth2Discovery$;
5569
- exports.Oauth2ProviderConfigInput$ = Oauth2ProviderConfigInput$;
5570
- exports.Oauth2ProviderConfigOutput$ = Oauth2ProviderConfigOutput$;
5571
2011
  exports.OnlineEvaluationConfigStatus = OnlineEvaluationConfigStatus;
5572
- exports.OnlineEvaluationConfigSummary$ = OnlineEvaluationConfigSummary$;
5573
2012
  exports.OnlineEvaluationExecutionStatus = OnlineEvaluationExecutionStatus;
5574
- exports.OutputConfig$ = OutputConfig$;
5575
2013
  exports.OverrideType = OverrideType;
5576
- exports.Policy$ = Policy$;
5577
- exports.PolicyDefinition$ = PolicyDefinition$;
5578
- exports.PolicyEngine$ = PolicyEngine$;
5579
2014
  exports.PolicyEngineStatus = PolicyEngineStatus;
5580
- exports.PolicyGeneration$ = PolicyGeneration$;
5581
- exports.PolicyGenerationAsset$ = PolicyGenerationAsset$;
5582
2015
  exports.PolicyGenerationStatus = PolicyGenerationStatus;
5583
2016
  exports.PolicyStatus = PolicyStatus;
5584
2017
  exports.PolicyValidationMode = PolicyValidationMode;
5585
- exports.ProtocolConfiguration$ = ProtocolConfiguration$;
5586
- exports.PutResourcePolicy$ = PutResourcePolicy$;
5587
2018
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
5588
- exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
5589
- exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
5590
- exports.RatingScale$ = RatingScale$;
5591
- exports.RecordingConfig$ = RecordingConfig$;
5592
- exports.ReflectionConfiguration$ = ReflectionConfiguration$;
5593
- exports.RequestHeaderConfiguration$ = RequestHeaderConfiguration$;
5594
- exports.Resource$ = Resource$;
5595
- exports.ResourceLimitExceededException = ResourceLimitExceededException;
5596
- exports.ResourceLimitExceededException$ = ResourceLimitExceededException$;
5597
- exports.ResourceNotFoundException = ResourceNotFoundException;
5598
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5599
2019
  exports.ResourceType = ResourceType;
5600
2020
  exports.RestApiMethod = RestApiMethod;
5601
- exports.Rule$ = Rule$;
5602
- exports.S3Configuration$ = S3Configuration$;
5603
- exports.S3Location$ = S3Location$;
5604
- exports.SalesforceOauth2ProviderConfigInput$ = SalesforceOauth2ProviderConfigInput$;
5605
- exports.SalesforceOauth2ProviderConfigOutput$ = SalesforceOauth2ProviderConfigOutput$;
5606
- exports.SamplingConfig$ = SamplingConfig$;
5607
- exports.SchemaDefinition$ = SchemaDefinition$;
5608
2021
  exports.SchemaType = SchemaType;
5609
2022
  exports.SearchType = SearchType;
5610
- exports.Secret$ = Secret$;
5611
- exports.SelfManagedConfiguration$ = SelfManagedConfiguration$;
5612
- exports.SelfManagedConfigurationInput$ = SelfManagedConfigurationInput$;
5613
- exports.SemanticConsolidationOverride$ = SemanticConsolidationOverride$;
5614
- exports.SemanticExtractionOverride$ = SemanticExtractionOverride$;
5615
- exports.SemanticMemoryStrategyInput$ = SemanticMemoryStrategyInput$;
5616
- exports.SemanticOverrideConfigurationInput$ = SemanticOverrideConfigurationInput$;
5617
- exports.SemanticOverrideConsolidationConfigurationInput$ = SemanticOverrideConsolidationConfigurationInput$;
5618
- exports.SemanticOverrideExtractionConfigurationInput$ = SemanticOverrideExtractionConfigurationInput$;
5619
2023
  exports.ServerProtocol = ServerProtocol;
5620
- exports.ServiceException = ServiceException;
5621
- exports.ServiceException$ = ServiceException$;
5622
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
5623
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
5624
- exports.SessionConfig$ = SessionConfig$;
5625
- exports.SetTokenVaultCMK$ = SetTokenVaultCMK$;
5626
2024
  exports.SetTokenVaultCMKCommand = SetTokenVaultCMKCommand;
5627
- exports.SetTokenVaultCMKRequest$ = SetTokenVaultCMKRequest$;
5628
- exports.SetTokenVaultCMKResponse$ = SetTokenVaultCMKResponse$;
5629
- exports.SlackOauth2ProviderConfigInput$ = SlackOauth2ProviderConfigInput$;
5630
- exports.SlackOauth2ProviderConfigOutput$ = SlackOauth2ProviderConfigOutput$;
5631
- exports.StartPolicyGeneration$ = StartPolicyGeneration$;
5632
2025
  exports.StartPolicyGenerationCommand = StartPolicyGenerationCommand;
5633
- exports.StartPolicyGenerationRequest$ = StartPolicyGenerationRequest$;
5634
- exports.StartPolicyGenerationResponse$ = StartPolicyGenerationResponse$;
5635
- exports.StrategyConfiguration$ = StrategyConfiguration$;
5636
- exports.SummaryConsolidationOverride$ = SummaryConsolidationOverride$;
5637
- exports.SummaryMemoryStrategyInput$ = SummaryMemoryStrategyInput$;
5638
- exports.SummaryOverrideConfigurationInput$ = SummaryOverrideConfigurationInput$;
5639
- exports.SummaryOverrideConsolidationConfigurationInput$ = SummaryOverrideConsolidationConfigurationInput$;
5640
- exports.SynchronizeGatewayTargets$ = SynchronizeGatewayTargets$;
5641
2026
  exports.SynchronizeGatewayTargetsCommand = SynchronizeGatewayTargetsCommand;
5642
- exports.SynchronizeGatewayTargetsRequest$ = SynchronizeGatewayTargetsRequest$;
5643
- exports.SynchronizeGatewayTargetsResponse$ = SynchronizeGatewayTargetsResponse$;
5644
- exports.TagResource$ = TagResource$;
5645
2027
  exports.TagResourceCommand = TagResourceCommand;
5646
- exports.TagResourceRequest$ = TagResourceRequest$;
5647
- exports.TagResourceResponse$ = TagResourceResponse$;
5648
- exports.TargetConfiguration$ = TargetConfiguration$;
5649
2028
  exports.TargetStatus = TargetStatus;
5650
- exports.TargetSummary$ = TargetSummary$;
5651
- exports.ThrottledException = ThrottledException;
5652
- exports.ThrottledException$ = ThrottledException$;
5653
- exports.ThrottlingException = ThrottlingException;
5654
- exports.ThrottlingException$ = ThrottlingException$;
5655
- exports.TimeBasedTrigger$ = TimeBasedTrigger$;
5656
- exports.TimeBasedTriggerInput$ = TimeBasedTriggerInput$;
5657
- exports.TokenBasedTrigger$ = TokenBasedTrigger$;
5658
- exports.TokenBasedTriggerInput$ = TokenBasedTriggerInput$;
5659
- exports.ToolDefinition$ = ToolDefinition$;
5660
- exports.ToolSchema$ = ToolSchema$;
5661
- exports.TriggerCondition$ = TriggerCondition$;
5662
- exports.TriggerConditionInput$ = TriggerConditionInput$;
5663
- exports.UnauthorizedException = UnauthorizedException;
5664
- exports.UnauthorizedException$ = UnauthorizedException$;
5665
- exports.UntagResource$ = UntagResource$;
5666
2029
  exports.UntagResourceCommand = UntagResourceCommand;
5667
- exports.UntagResourceRequest$ = UntagResourceRequest$;
5668
- exports.UntagResourceResponse$ = UntagResourceResponse$;
5669
- exports.UpdateAgentRuntime$ = UpdateAgentRuntime$;
5670
2030
  exports.UpdateAgentRuntimeCommand = UpdateAgentRuntimeCommand;
5671
- exports.UpdateAgentRuntimeEndpoint$ = UpdateAgentRuntimeEndpoint$;
5672
2031
  exports.UpdateAgentRuntimeEndpointCommand = UpdateAgentRuntimeEndpointCommand;
5673
- exports.UpdateAgentRuntimeEndpointRequest$ = UpdateAgentRuntimeEndpointRequest$;
5674
- exports.UpdateAgentRuntimeEndpointResponse$ = UpdateAgentRuntimeEndpointResponse$;
5675
- exports.UpdateAgentRuntimeRequest$ = UpdateAgentRuntimeRequest$;
5676
- exports.UpdateAgentRuntimeResponse$ = UpdateAgentRuntimeResponse$;
5677
- exports.UpdateApiKeyCredentialProvider$ = UpdateApiKeyCredentialProvider$;
5678
2032
  exports.UpdateApiKeyCredentialProviderCommand = UpdateApiKeyCredentialProviderCommand;
5679
- exports.UpdateApiKeyCredentialProviderRequest$ = UpdateApiKeyCredentialProviderRequest$;
5680
- exports.UpdateApiKeyCredentialProviderResponse$ = UpdateApiKeyCredentialProviderResponse$;
5681
- exports.UpdateEvaluator$ = UpdateEvaluator$;
5682
2033
  exports.UpdateEvaluatorCommand = UpdateEvaluatorCommand;
5683
- exports.UpdateEvaluatorRequest$ = UpdateEvaluatorRequest$;
5684
- exports.UpdateEvaluatorResponse$ = UpdateEvaluatorResponse$;
5685
- exports.UpdateGateway$ = UpdateGateway$;
5686
2034
  exports.UpdateGatewayCommand = UpdateGatewayCommand;
5687
- exports.UpdateGatewayRequest$ = UpdateGatewayRequest$;
5688
- exports.UpdateGatewayResponse$ = UpdateGatewayResponse$;
5689
- exports.UpdateGatewayTarget$ = UpdateGatewayTarget$;
5690
2035
  exports.UpdateGatewayTargetCommand = UpdateGatewayTargetCommand;
5691
- exports.UpdateGatewayTargetRequest$ = UpdateGatewayTargetRequest$;
5692
- exports.UpdateGatewayTargetResponse$ = UpdateGatewayTargetResponse$;
5693
- exports.UpdateMemory$ = UpdateMemory$;
5694
2036
  exports.UpdateMemoryCommand = UpdateMemoryCommand;
5695
- exports.UpdateMemoryInput$ = UpdateMemoryInput$;
5696
- exports.UpdateMemoryOutput$ = UpdateMemoryOutput$;
5697
- exports.UpdateOauth2CredentialProvider$ = UpdateOauth2CredentialProvider$;
5698
2037
  exports.UpdateOauth2CredentialProviderCommand = UpdateOauth2CredentialProviderCommand;
5699
- exports.UpdateOauth2CredentialProviderRequest$ = UpdateOauth2CredentialProviderRequest$;
5700
- exports.UpdateOauth2CredentialProviderResponse$ = UpdateOauth2CredentialProviderResponse$;
5701
- exports.UpdateOnlineEvaluationConfig$ = UpdateOnlineEvaluationConfig$;
5702
2038
  exports.UpdateOnlineEvaluationConfigCommand = UpdateOnlineEvaluationConfigCommand;
5703
- exports.UpdateOnlineEvaluationConfigRequest$ = UpdateOnlineEvaluationConfigRequest$;
5704
- exports.UpdateOnlineEvaluationConfigResponse$ = UpdateOnlineEvaluationConfigResponse$;
5705
- exports.UpdatePolicy$ = UpdatePolicy$;
5706
2039
  exports.UpdatePolicyCommand = UpdatePolicyCommand;
5707
- exports.UpdatePolicyEngine$ = UpdatePolicyEngine$;
5708
2040
  exports.UpdatePolicyEngineCommand = UpdatePolicyEngineCommand;
5709
- exports.UpdatePolicyEngineRequest$ = UpdatePolicyEngineRequest$;
5710
- exports.UpdatePolicyEngineResponse$ = UpdatePolicyEngineResponse$;
5711
- exports.UpdatePolicyRequest$ = UpdatePolicyRequest$;
5712
- exports.UpdatePolicyResponse$ = UpdatePolicyResponse$;
5713
- exports.UpdateWorkloadIdentity$ = UpdateWorkloadIdentity$;
5714
2041
  exports.UpdateWorkloadIdentityCommand = UpdateWorkloadIdentityCommand;
5715
- exports.UpdateWorkloadIdentityRequest$ = UpdateWorkloadIdentityRequest$;
5716
- exports.UpdateWorkloadIdentityResponse$ = UpdateWorkloadIdentityResponse$;
5717
- exports.UserPreferenceConsolidationOverride$ = UserPreferenceConsolidationOverride$;
5718
- exports.UserPreferenceExtractionOverride$ = UserPreferenceExtractionOverride$;
5719
- exports.UserPreferenceMemoryStrategyInput$ = UserPreferenceMemoryStrategyInput$;
5720
- exports.UserPreferenceOverrideConfigurationInput$ = UserPreferenceOverrideConfigurationInput$;
5721
- exports.UserPreferenceOverrideConsolidationConfigurationInput$ = UserPreferenceOverrideConsolidationConfigurationInput$;
5722
- exports.UserPreferenceOverrideExtractionConfigurationInput$ = UserPreferenceOverrideExtractionConfigurationInput$;
5723
- exports.ValidationException = ValidationException;
5724
- exports.ValidationException$ = ValidationException$;
5725
- exports.ValidationExceptionField$ = ValidationExceptionField$;
5726
2042
  exports.ValidationExceptionReason = ValidationExceptionReason;
5727
- exports.VpcConfig$ = VpcConfig$;
5728
- exports.WorkloadIdentityDetails$ = WorkloadIdentityDetails$;
5729
- exports.WorkloadIdentityType$ = WorkloadIdentityType$;
5730
2043
  exports.paginateListAgentRuntimeEndpoints = paginateListAgentRuntimeEndpoints;
5731
2044
  exports.paginateListAgentRuntimeVersions = paginateListAgentRuntimeVersions;
5732
2045
  exports.paginateListAgentRuntimes = paginateListAgentRuntimes;
@@ -5757,3 +2070,15 @@ exports.waitUntilPolicyDeleted = waitUntilPolicyDeleted;
5757
2070
  exports.waitUntilPolicyEngineActive = waitUntilPolicyEngineActive;
5758
2071
  exports.waitUntilPolicyEngineDeleted = waitUntilPolicyEngineDeleted;
5759
2072
  exports.waitUntilPolicyGenerationCompleted = waitUntilPolicyGenerationCompleted;
2073
+ Object.keys(schemas_0).forEach(function (k) {
2074
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
2075
+ enumerable: true,
2076
+ get: function () { return schemas_0[k]; }
2077
+ });
2078
+ });
2079
+ Object.keys(errors).forEach(function (k) {
2080
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
2081
+ enumerable: true,
2082
+ get: function () { return errors[k]; }
2083
+ });
2084
+ });