@aws-sdk/client-bedrock-agentcore-control 3.929.0 → 3.930.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 +0 -280
- package/dist-es/models/models_0.js +0 -280
- package/dist-types/models/models_0.d.ts +100 -25
- package/dist-types/ts3.4/models/models_0.d.ts +0 -46
- package/package.json +34 -34
|
@@ -108,32 +108,6 @@ export const AgentManagedRuntimeType = {
|
|
|
108
108
|
PYTHON_3_12: "PYTHON_3_12",
|
|
109
109
|
PYTHON_3_13: "PYTHON_3_13",
|
|
110
110
|
};
|
|
111
|
-
export var Code;
|
|
112
|
-
(function (Code) {
|
|
113
|
-
Code.visit = (value, visitor) => {
|
|
114
|
-
if (value.s3 !== undefined)
|
|
115
|
-
return visitor.s3(value.s3);
|
|
116
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
117
|
-
};
|
|
118
|
-
})(Code || (Code = {}));
|
|
119
|
-
export var AgentRuntimeArtifact;
|
|
120
|
-
(function (AgentRuntimeArtifact) {
|
|
121
|
-
AgentRuntimeArtifact.visit = (value, visitor) => {
|
|
122
|
-
if (value.containerConfiguration !== undefined)
|
|
123
|
-
return visitor.containerConfiguration(value.containerConfiguration);
|
|
124
|
-
if (value.codeConfiguration !== undefined)
|
|
125
|
-
return visitor.codeConfiguration(value.codeConfiguration);
|
|
126
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
127
|
-
};
|
|
128
|
-
})(AgentRuntimeArtifact || (AgentRuntimeArtifact = {}));
|
|
129
|
-
export var AuthorizerConfiguration;
|
|
130
|
-
(function (AuthorizerConfiguration) {
|
|
131
|
-
AuthorizerConfiguration.visit = (value, visitor) => {
|
|
132
|
-
if (value.customJWTAuthorizer !== undefined)
|
|
133
|
-
return visitor.customJWTAuthorizer(value.customJWTAuthorizer);
|
|
134
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
135
|
-
};
|
|
136
|
-
})(AuthorizerConfiguration || (AuthorizerConfiguration = {}));
|
|
137
111
|
export const NetworkMode = {
|
|
138
112
|
PUBLIC: "PUBLIC",
|
|
139
113
|
VPC: "VPC",
|
|
@@ -143,14 +117,6 @@ export const ServerProtocol = {
|
|
|
143
117
|
HTTP: "HTTP",
|
|
144
118
|
MCP: "MCP",
|
|
145
119
|
};
|
|
146
|
-
export var RequestHeaderConfiguration;
|
|
147
|
-
(function (RequestHeaderConfiguration) {
|
|
148
|
-
RequestHeaderConfiguration.visit = (value, visitor) => {
|
|
149
|
-
if (value.requestHeaderAllowlist !== undefined)
|
|
150
|
-
return visitor.requestHeaderAllowlist(value.requestHeaderAllowlist);
|
|
151
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
152
|
-
};
|
|
153
|
-
})(RequestHeaderConfiguration || (RequestHeaderConfiguration = {}));
|
|
154
120
|
export const AgentRuntimeStatus = {
|
|
155
121
|
CREATE_FAILED: "CREATE_FAILED",
|
|
156
122
|
CREATING: "CREATING",
|
|
@@ -246,14 +212,6 @@ export const ExceptionLevel = {
|
|
|
246
212
|
export const SearchType = {
|
|
247
213
|
SEMANTIC: "SEMANTIC",
|
|
248
214
|
};
|
|
249
|
-
export var GatewayProtocolConfiguration;
|
|
250
|
-
(function (GatewayProtocolConfiguration) {
|
|
251
|
-
GatewayProtocolConfiguration.visit = (value, visitor) => {
|
|
252
|
-
if (value.mcp !== undefined)
|
|
253
|
-
return visitor.mcp(value.mcp);
|
|
254
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
255
|
-
};
|
|
256
|
-
})(GatewayProtocolConfiguration || (GatewayProtocolConfiguration = {}));
|
|
257
215
|
export const GatewayProtocolType = {
|
|
258
216
|
MCP: "MCP",
|
|
259
217
|
};
|
|
@@ -269,16 +227,6 @@ export const ApiKeyCredentialLocation = {
|
|
|
269
227
|
HEADER: "HEADER",
|
|
270
228
|
QUERY_PARAMETER: "QUERY_PARAMETER",
|
|
271
229
|
};
|
|
272
|
-
export var CredentialProvider;
|
|
273
|
-
(function (CredentialProvider) {
|
|
274
|
-
CredentialProvider.visit = (value, visitor) => {
|
|
275
|
-
if (value.oauthCredentialProvider !== undefined)
|
|
276
|
-
return visitor.oauthCredentialProvider(value.oauthCredentialProvider);
|
|
277
|
-
if (value.apiKeyCredentialProvider !== undefined)
|
|
278
|
-
return visitor.apiKeyCredentialProvider(value.apiKeyCredentialProvider);
|
|
279
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
280
|
-
};
|
|
281
|
-
})(CredentialProvider || (CredentialProvider = {}));
|
|
282
230
|
export const CredentialProviderType = {
|
|
283
231
|
API_KEY: "API_KEY",
|
|
284
232
|
GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
|
|
@@ -292,16 +240,6 @@ export const SchemaType = {
|
|
|
292
240
|
OBJECT: "object",
|
|
293
241
|
STRING: "string",
|
|
294
242
|
};
|
|
295
|
-
export var ApiSchemaConfiguration;
|
|
296
|
-
(function (ApiSchemaConfiguration) {
|
|
297
|
-
ApiSchemaConfiguration.visit = (value, visitor) => {
|
|
298
|
-
if (value.s3 !== undefined)
|
|
299
|
-
return visitor.s3(value.s3);
|
|
300
|
-
if (value.inlinePayload !== undefined)
|
|
301
|
-
return visitor.inlinePayload(value.inlinePayload);
|
|
302
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
303
|
-
};
|
|
304
|
-
})(ApiSchemaConfiguration || (ApiSchemaConfiguration = {}));
|
|
305
243
|
export const TargetStatus = {
|
|
306
244
|
CREATING: "CREATING",
|
|
307
245
|
DELETING: "DELETING",
|
|
@@ -316,102 +254,12 @@ export const KeyType = {
|
|
|
316
254
|
CustomerManagedKey: "CustomerManagedKey",
|
|
317
255
|
ServiceManagedKey: "ServiceManagedKey",
|
|
318
256
|
};
|
|
319
|
-
export var TriggerConditionInput;
|
|
320
|
-
(function (TriggerConditionInput) {
|
|
321
|
-
TriggerConditionInput.visit = (value, visitor) => {
|
|
322
|
-
if (value.messageBasedTrigger !== undefined)
|
|
323
|
-
return visitor.messageBasedTrigger(value.messageBasedTrigger);
|
|
324
|
-
if (value.tokenBasedTrigger !== undefined)
|
|
325
|
-
return visitor.tokenBasedTrigger(value.tokenBasedTrigger);
|
|
326
|
-
if (value.timeBasedTrigger !== undefined)
|
|
327
|
-
return visitor.timeBasedTrigger(value.timeBasedTrigger);
|
|
328
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
329
|
-
};
|
|
330
|
-
})(TriggerConditionInput || (TriggerConditionInput = {}));
|
|
331
|
-
export var CustomConfigurationInput;
|
|
332
|
-
(function (CustomConfigurationInput) {
|
|
333
|
-
CustomConfigurationInput.visit = (value, visitor) => {
|
|
334
|
-
if (value.semanticOverride !== undefined)
|
|
335
|
-
return visitor.semanticOverride(value.semanticOverride);
|
|
336
|
-
if (value.summaryOverride !== undefined)
|
|
337
|
-
return visitor.summaryOverride(value.summaryOverride);
|
|
338
|
-
if (value.userPreferenceOverride !== undefined)
|
|
339
|
-
return visitor.userPreferenceOverride(value.userPreferenceOverride);
|
|
340
|
-
if (value.selfManagedConfiguration !== undefined)
|
|
341
|
-
return visitor.selfManagedConfiguration(value.selfManagedConfiguration);
|
|
342
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
343
|
-
};
|
|
344
|
-
})(CustomConfigurationInput || (CustomConfigurationInput = {}));
|
|
345
|
-
export var MemoryStrategyInput;
|
|
346
|
-
(function (MemoryStrategyInput) {
|
|
347
|
-
MemoryStrategyInput.visit = (value, visitor) => {
|
|
348
|
-
if (value.semanticMemoryStrategy !== undefined)
|
|
349
|
-
return visitor.semanticMemoryStrategy(value.semanticMemoryStrategy);
|
|
350
|
-
if (value.summaryMemoryStrategy !== undefined)
|
|
351
|
-
return visitor.summaryMemoryStrategy(value.summaryMemoryStrategy);
|
|
352
|
-
if (value.userPreferenceMemoryStrategy !== undefined)
|
|
353
|
-
return visitor.userPreferenceMemoryStrategy(value.userPreferenceMemoryStrategy);
|
|
354
|
-
if (value.customMemoryStrategy !== undefined)
|
|
355
|
-
return visitor.customMemoryStrategy(value.customMemoryStrategy);
|
|
356
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
357
|
-
};
|
|
358
|
-
})(MemoryStrategyInput || (MemoryStrategyInput = {}));
|
|
359
257
|
export const MemoryStatus = {
|
|
360
258
|
ACTIVE: "ACTIVE",
|
|
361
259
|
CREATING: "CREATING",
|
|
362
260
|
DELETING: "DELETING",
|
|
363
261
|
FAILED: "FAILED",
|
|
364
262
|
};
|
|
365
|
-
export var CustomConsolidationConfiguration;
|
|
366
|
-
(function (CustomConsolidationConfiguration) {
|
|
367
|
-
CustomConsolidationConfiguration.visit = (value, visitor) => {
|
|
368
|
-
if (value.semanticConsolidationOverride !== undefined)
|
|
369
|
-
return visitor.semanticConsolidationOverride(value.semanticConsolidationOverride);
|
|
370
|
-
if (value.summaryConsolidationOverride !== undefined)
|
|
371
|
-
return visitor.summaryConsolidationOverride(value.summaryConsolidationOverride);
|
|
372
|
-
if (value.userPreferenceConsolidationOverride !== undefined)
|
|
373
|
-
return visitor.userPreferenceConsolidationOverride(value.userPreferenceConsolidationOverride);
|
|
374
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
375
|
-
};
|
|
376
|
-
})(CustomConsolidationConfiguration || (CustomConsolidationConfiguration = {}));
|
|
377
|
-
export var ConsolidationConfiguration;
|
|
378
|
-
(function (ConsolidationConfiguration) {
|
|
379
|
-
ConsolidationConfiguration.visit = (value, visitor) => {
|
|
380
|
-
if (value.customConsolidationConfiguration !== undefined)
|
|
381
|
-
return visitor.customConsolidationConfiguration(value.customConsolidationConfiguration);
|
|
382
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
383
|
-
};
|
|
384
|
-
})(ConsolidationConfiguration || (ConsolidationConfiguration = {}));
|
|
385
|
-
export var CustomExtractionConfiguration;
|
|
386
|
-
(function (CustomExtractionConfiguration) {
|
|
387
|
-
CustomExtractionConfiguration.visit = (value, visitor) => {
|
|
388
|
-
if (value.semanticExtractionOverride !== undefined)
|
|
389
|
-
return visitor.semanticExtractionOverride(value.semanticExtractionOverride);
|
|
390
|
-
if (value.userPreferenceExtractionOverride !== undefined)
|
|
391
|
-
return visitor.userPreferenceExtractionOverride(value.userPreferenceExtractionOverride);
|
|
392
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
393
|
-
};
|
|
394
|
-
})(CustomExtractionConfiguration || (CustomExtractionConfiguration = {}));
|
|
395
|
-
export var ExtractionConfiguration;
|
|
396
|
-
(function (ExtractionConfiguration) {
|
|
397
|
-
ExtractionConfiguration.visit = (value, visitor) => {
|
|
398
|
-
if (value.customExtractionConfiguration !== undefined)
|
|
399
|
-
return visitor.customExtractionConfiguration(value.customExtractionConfiguration);
|
|
400
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
401
|
-
};
|
|
402
|
-
})(ExtractionConfiguration || (ExtractionConfiguration = {}));
|
|
403
|
-
export var TriggerCondition;
|
|
404
|
-
(function (TriggerCondition) {
|
|
405
|
-
TriggerCondition.visit = (value, visitor) => {
|
|
406
|
-
if (value.messageBasedTrigger !== undefined)
|
|
407
|
-
return visitor.messageBasedTrigger(value.messageBasedTrigger);
|
|
408
|
-
if (value.tokenBasedTrigger !== undefined)
|
|
409
|
-
return visitor.tokenBasedTrigger(value.tokenBasedTrigger);
|
|
410
|
-
if (value.timeBasedTrigger !== undefined)
|
|
411
|
-
return visitor.timeBasedTrigger(value.timeBasedTrigger);
|
|
412
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
413
|
-
};
|
|
414
|
-
})(TriggerCondition || (TriggerCondition = {}));
|
|
415
263
|
export const OverrideType = {
|
|
416
264
|
SELF_MANAGED: "SELF_MANAGED",
|
|
417
265
|
SEMANTIC_OVERRIDE: "SEMANTIC_OVERRIDE",
|
|
@@ -456,44 +304,6 @@ export class ThrottledException extends __BaseException {
|
|
|
456
304
|
Object.setPrototypeOf(this, ThrottledException.prototype);
|
|
457
305
|
}
|
|
458
306
|
}
|
|
459
|
-
export var CustomConsolidationConfigurationInput;
|
|
460
|
-
(function (CustomConsolidationConfigurationInput) {
|
|
461
|
-
CustomConsolidationConfigurationInput.visit = (value, visitor) => {
|
|
462
|
-
if (value.semanticConsolidationOverride !== undefined)
|
|
463
|
-
return visitor.semanticConsolidationOverride(value.semanticConsolidationOverride);
|
|
464
|
-
if (value.summaryConsolidationOverride !== undefined)
|
|
465
|
-
return visitor.summaryConsolidationOverride(value.summaryConsolidationOverride);
|
|
466
|
-
if (value.userPreferenceConsolidationOverride !== undefined)
|
|
467
|
-
return visitor.userPreferenceConsolidationOverride(value.userPreferenceConsolidationOverride);
|
|
468
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
469
|
-
};
|
|
470
|
-
})(CustomConsolidationConfigurationInput || (CustomConsolidationConfigurationInput = {}));
|
|
471
|
-
export var ModifyConsolidationConfiguration;
|
|
472
|
-
(function (ModifyConsolidationConfiguration) {
|
|
473
|
-
ModifyConsolidationConfiguration.visit = (value, visitor) => {
|
|
474
|
-
if (value.customConsolidationConfiguration !== undefined)
|
|
475
|
-
return visitor.customConsolidationConfiguration(value.customConsolidationConfiguration);
|
|
476
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
477
|
-
};
|
|
478
|
-
})(ModifyConsolidationConfiguration || (ModifyConsolidationConfiguration = {}));
|
|
479
|
-
export var CustomExtractionConfigurationInput;
|
|
480
|
-
(function (CustomExtractionConfigurationInput) {
|
|
481
|
-
CustomExtractionConfigurationInput.visit = (value, visitor) => {
|
|
482
|
-
if (value.semanticExtractionOverride !== undefined)
|
|
483
|
-
return visitor.semanticExtractionOverride(value.semanticExtractionOverride);
|
|
484
|
-
if (value.userPreferenceExtractionOverride !== undefined)
|
|
485
|
-
return visitor.userPreferenceExtractionOverride(value.userPreferenceExtractionOverride);
|
|
486
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
487
|
-
};
|
|
488
|
-
})(CustomExtractionConfigurationInput || (CustomExtractionConfigurationInput = {}));
|
|
489
|
-
export var ModifyExtractionConfiguration;
|
|
490
|
-
(function (ModifyExtractionConfiguration) {
|
|
491
|
-
ModifyExtractionConfiguration.visit = (value, visitor) => {
|
|
492
|
-
if (value.customExtractionConfiguration !== undefined)
|
|
493
|
-
return visitor.customExtractionConfiguration(value.customExtractionConfiguration);
|
|
494
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
495
|
-
};
|
|
496
|
-
})(ModifyExtractionConfiguration || (ModifyExtractionConfiguration = {}));
|
|
497
307
|
export const CredentialProviderVendorType = {
|
|
498
308
|
AtlassianOauth2: "AtlassianOauth2",
|
|
499
309
|
Auth0Oauth2: "Auth0Oauth2",
|
|
@@ -521,64 +331,6 @@ export const CredentialProviderVendorType = {
|
|
|
521
331
|
YandexOauth2: "YandexOauth2",
|
|
522
332
|
ZoomOauth2: "ZoomOauth2",
|
|
523
333
|
};
|
|
524
|
-
export var Oauth2Discovery;
|
|
525
|
-
(function (Oauth2Discovery) {
|
|
526
|
-
Oauth2Discovery.visit = (value, visitor) => {
|
|
527
|
-
if (value.discoveryUrl !== undefined)
|
|
528
|
-
return visitor.discoveryUrl(value.discoveryUrl);
|
|
529
|
-
if (value.authorizationServerMetadata !== undefined)
|
|
530
|
-
return visitor.authorizationServerMetadata(value.authorizationServerMetadata);
|
|
531
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
532
|
-
};
|
|
533
|
-
})(Oauth2Discovery || (Oauth2Discovery = {}));
|
|
534
|
-
export var Oauth2ProviderConfigInput;
|
|
535
|
-
(function (Oauth2ProviderConfigInput) {
|
|
536
|
-
Oauth2ProviderConfigInput.visit = (value, visitor) => {
|
|
537
|
-
if (value.customOauth2ProviderConfig !== undefined)
|
|
538
|
-
return visitor.customOauth2ProviderConfig(value.customOauth2ProviderConfig);
|
|
539
|
-
if (value.googleOauth2ProviderConfig !== undefined)
|
|
540
|
-
return visitor.googleOauth2ProviderConfig(value.googleOauth2ProviderConfig);
|
|
541
|
-
if (value.githubOauth2ProviderConfig !== undefined)
|
|
542
|
-
return visitor.githubOauth2ProviderConfig(value.githubOauth2ProviderConfig);
|
|
543
|
-
if (value.slackOauth2ProviderConfig !== undefined)
|
|
544
|
-
return visitor.slackOauth2ProviderConfig(value.slackOauth2ProviderConfig);
|
|
545
|
-
if (value.salesforceOauth2ProviderConfig !== undefined)
|
|
546
|
-
return visitor.salesforceOauth2ProviderConfig(value.salesforceOauth2ProviderConfig);
|
|
547
|
-
if (value.microsoftOauth2ProviderConfig !== undefined)
|
|
548
|
-
return visitor.microsoftOauth2ProviderConfig(value.microsoftOauth2ProviderConfig);
|
|
549
|
-
if (value.atlassianOauth2ProviderConfig !== undefined)
|
|
550
|
-
return visitor.atlassianOauth2ProviderConfig(value.atlassianOauth2ProviderConfig);
|
|
551
|
-
if (value.linkedinOauth2ProviderConfig !== undefined)
|
|
552
|
-
return visitor.linkedinOauth2ProviderConfig(value.linkedinOauth2ProviderConfig);
|
|
553
|
-
if (value.includedOauth2ProviderConfig !== undefined)
|
|
554
|
-
return visitor.includedOauth2ProviderConfig(value.includedOauth2ProviderConfig);
|
|
555
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
556
|
-
};
|
|
557
|
-
})(Oauth2ProviderConfigInput || (Oauth2ProviderConfigInput = {}));
|
|
558
|
-
export var Oauth2ProviderConfigOutput;
|
|
559
|
-
(function (Oauth2ProviderConfigOutput) {
|
|
560
|
-
Oauth2ProviderConfigOutput.visit = (value, visitor) => {
|
|
561
|
-
if (value.customOauth2ProviderConfig !== undefined)
|
|
562
|
-
return visitor.customOauth2ProviderConfig(value.customOauth2ProviderConfig);
|
|
563
|
-
if (value.googleOauth2ProviderConfig !== undefined)
|
|
564
|
-
return visitor.googleOauth2ProviderConfig(value.googleOauth2ProviderConfig);
|
|
565
|
-
if (value.githubOauth2ProviderConfig !== undefined)
|
|
566
|
-
return visitor.githubOauth2ProviderConfig(value.githubOauth2ProviderConfig);
|
|
567
|
-
if (value.slackOauth2ProviderConfig !== undefined)
|
|
568
|
-
return visitor.slackOauth2ProviderConfig(value.slackOauth2ProviderConfig);
|
|
569
|
-
if (value.salesforceOauth2ProviderConfig !== undefined)
|
|
570
|
-
return visitor.salesforceOauth2ProviderConfig(value.salesforceOauth2ProviderConfig);
|
|
571
|
-
if (value.microsoftOauth2ProviderConfig !== undefined)
|
|
572
|
-
return visitor.microsoftOauth2ProviderConfig(value.microsoftOauth2ProviderConfig);
|
|
573
|
-
if (value.atlassianOauth2ProviderConfig !== undefined)
|
|
574
|
-
return visitor.atlassianOauth2ProviderConfig(value.atlassianOauth2ProviderConfig);
|
|
575
|
-
if (value.linkedinOauth2ProviderConfig !== undefined)
|
|
576
|
-
return visitor.linkedinOauth2ProviderConfig(value.linkedinOauth2ProviderConfig);
|
|
577
|
-
if (value.includedOauth2ProviderConfig !== undefined)
|
|
578
|
-
return visitor.includedOauth2ProviderConfig(value.includedOauth2ProviderConfig);
|
|
579
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
580
|
-
};
|
|
581
|
-
})(Oauth2ProviderConfigOutput || (Oauth2ProviderConfigOutput = {}));
|
|
582
334
|
export class ConcurrentModificationException extends __BaseException {
|
|
583
335
|
name = "ConcurrentModificationException";
|
|
584
336
|
$fault = "client";
|
|
@@ -591,35 +343,3 @@ export class ConcurrentModificationException extends __BaseException {
|
|
|
591
343
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
592
344
|
}
|
|
593
345
|
}
|
|
594
|
-
export var ToolSchema;
|
|
595
|
-
(function (ToolSchema) {
|
|
596
|
-
ToolSchema.visit = (value, visitor) => {
|
|
597
|
-
if (value.s3 !== undefined)
|
|
598
|
-
return visitor.s3(value.s3);
|
|
599
|
-
if (value.inlinePayload !== undefined)
|
|
600
|
-
return visitor.inlinePayload(value.inlinePayload);
|
|
601
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
602
|
-
};
|
|
603
|
-
})(ToolSchema || (ToolSchema = {}));
|
|
604
|
-
export var McpTargetConfiguration;
|
|
605
|
-
(function (McpTargetConfiguration) {
|
|
606
|
-
McpTargetConfiguration.visit = (value, visitor) => {
|
|
607
|
-
if (value.openApiSchema !== undefined)
|
|
608
|
-
return visitor.openApiSchema(value.openApiSchema);
|
|
609
|
-
if (value.smithyModel !== undefined)
|
|
610
|
-
return visitor.smithyModel(value.smithyModel);
|
|
611
|
-
if (value.lambda !== undefined)
|
|
612
|
-
return visitor.lambda(value.lambda);
|
|
613
|
-
if (value.mcpServer !== undefined)
|
|
614
|
-
return visitor.mcpServer(value.mcpServer);
|
|
615
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
616
|
-
};
|
|
617
|
-
})(McpTargetConfiguration || (McpTargetConfiguration = {}));
|
|
618
|
-
export var TargetConfiguration;
|
|
619
|
-
(function (TargetConfiguration) {
|
|
620
|
-
TargetConfiguration.visit = (value, visitor) => {
|
|
621
|
-
if (value.mcp !== undefined)
|
|
622
|
-
return visitor.mcp(value.mcp);
|
|
623
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
624
|
-
};
|
|
625
|
-
})(TargetConfiguration || (TargetConfiguration = {}));
|