@aws-sdk/client-bedrock-agentcore-control 3.928.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 +3216 -3801
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BedrockAgentCoreControlClient.js +2 -0
- package/dist-es/commands/CreateAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +3 -10
- package/dist-es/commands/CreateBrowserCommand.js +3 -10
- package/dist-es/commands/CreateCodeInterpreterCommand.js +3 -10
- package/dist-es/commands/CreateGatewayCommand.js +3 -10
- package/dist-es/commands/CreateGatewayTargetCommand.js +3 -10
- package/dist-es/commands/CreateMemoryCommand.js +3 -10
- package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +3 -10
- package/dist-es/commands/CreateWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/DeleteAgentRuntimeCommand.js +3 -9
- package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +3 -9
- package/dist-es/commands/DeleteBrowserCommand.js +3 -9
- package/dist-es/commands/DeleteCodeInterpreterCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayTargetCommand.js +3 -9
- package/dist-es/commands/DeleteMemoryCommand.js +3 -9
- package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +3 -9
- package/dist-es/commands/DeleteWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/GetAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +3 -9
- package/dist-es/commands/GetBrowserCommand.js +3 -10
- package/dist-es/commands/GetCodeInterpreterCommand.js +3 -10
- package/dist-es/commands/GetGatewayCommand.js +3 -10
- package/dist-es/commands/GetGatewayTargetCommand.js +3 -10
- package/dist-es/commands/GetMemoryCommand.js +3 -10
- package/dist-es/commands/GetOauth2CredentialProviderCommand.js +3 -9
- package/dist-es/commands/GetTokenVaultCommand.js +3 -9
- package/dist-es/commands/GetWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +3 -10
- package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +3 -10
- package/dist-es/commands/ListAgentRuntimesCommand.js +3 -10
- package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +3 -9
- package/dist-es/commands/ListBrowsersCommand.js +3 -10
- package/dist-es/commands/ListCodeInterpretersCommand.js +3 -10
- package/dist-es/commands/ListGatewayTargetsCommand.js +3 -10
- package/dist-es/commands/ListGatewaysCommand.js +3 -10
- package/dist-es/commands/ListMemoriesCommand.js +3 -9
- package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkloadIdentitiesCommand.js +3 -9
- package/dist-es/commands/SetTokenVaultCMKCommand.js +3 -9
- package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +3 -10
- package/dist-es/commands/UpdateGatewayCommand.js +3 -10
- package/dist-es/commands/UpdateGatewayTargetCommand.js +3 -10
- package/dist-es/commands/UpdateMemoryCommand.js +3 -10
- package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +3 -10
- package/dist-es/commands/UpdateWorkloadIdentityCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -906
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3086 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +100 -413
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +350 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -333
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +357 -0
- package/package.json +34 -35
- package/dist-es/protocols/Aws_restJson1.js +0 -2379
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -497
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -665
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
1
|
import { BedrockAgentCoreControlServiceException as __BaseException } from "./BedrockAgentCoreControlServiceException";
|
|
3
2
|
export class AccessDeniedException extends __BaseException {
|
|
4
3
|
name = "AccessDeniedException";
|
|
@@ -109,32 +108,6 @@ export const AgentManagedRuntimeType = {
|
|
|
109
108
|
PYTHON_3_12: "PYTHON_3_12",
|
|
110
109
|
PYTHON_3_13: "PYTHON_3_13",
|
|
111
110
|
};
|
|
112
|
-
export var Code;
|
|
113
|
-
(function (Code) {
|
|
114
|
-
Code.visit = (value, visitor) => {
|
|
115
|
-
if (value.s3 !== undefined)
|
|
116
|
-
return visitor.s3(value.s3);
|
|
117
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
118
|
-
};
|
|
119
|
-
})(Code || (Code = {}));
|
|
120
|
-
export var AgentRuntimeArtifact;
|
|
121
|
-
(function (AgentRuntimeArtifact) {
|
|
122
|
-
AgentRuntimeArtifact.visit = (value, visitor) => {
|
|
123
|
-
if (value.containerConfiguration !== undefined)
|
|
124
|
-
return visitor.containerConfiguration(value.containerConfiguration);
|
|
125
|
-
if (value.codeConfiguration !== undefined)
|
|
126
|
-
return visitor.codeConfiguration(value.codeConfiguration);
|
|
127
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
128
|
-
};
|
|
129
|
-
})(AgentRuntimeArtifact || (AgentRuntimeArtifact = {}));
|
|
130
|
-
export var AuthorizerConfiguration;
|
|
131
|
-
(function (AuthorizerConfiguration) {
|
|
132
|
-
AuthorizerConfiguration.visit = (value, visitor) => {
|
|
133
|
-
if (value.customJWTAuthorizer !== undefined)
|
|
134
|
-
return visitor.customJWTAuthorizer(value.customJWTAuthorizer);
|
|
135
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
136
|
-
};
|
|
137
|
-
})(AuthorizerConfiguration || (AuthorizerConfiguration = {}));
|
|
138
111
|
export const NetworkMode = {
|
|
139
112
|
PUBLIC: "PUBLIC",
|
|
140
113
|
VPC: "VPC",
|
|
@@ -144,14 +117,6 @@ export const ServerProtocol = {
|
|
|
144
117
|
HTTP: "HTTP",
|
|
145
118
|
MCP: "MCP",
|
|
146
119
|
};
|
|
147
|
-
export var RequestHeaderConfiguration;
|
|
148
|
-
(function (RequestHeaderConfiguration) {
|
|
149
|
-
RequestHeaderConfiguration.visit = (value, visitor) => {
|
|
150
|
-
if (value.requestHeaderAllowlist !== undefined)
|
|
151
|
-
return visitor.requestHeaderAllowlist(value.requestHeaderAllowlist);
|
|
152
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
153
|
-
};
|
|
154
|
-
})(RequestHeaderConfiguration || (RequestHeaderConfiguration = {}));
|
|
155
120
|
export const AgentRuntimeStatus = {
|
|
156
121
|
CREATE_FAILED: "CREATE_FAILED",
|
|
157
122
|
CREATING: "CREATING",
|
|
@@ -247,14 +212,6 @@ export const ExceptionLevel = {
|
|
|
247
212
|
export const SearchType = {
|
|
248
213
|
SEMANTIC: "SEMANTIC",
|
|
249
214
|
};
|
|
250
|
-
export var GatewayProtocolConfiguration;
|
|
251
|
-
(function (GatewayProtocolConfiguration) {
|
|
252
|
-
GatewayProtocolConfiguration.visit = (value, visitor) => {
|
|
253
|
-
if (value.mcp !== undefined)
|
|
254
|
-
return visitor.mcp(value.mcp);
|
|
255
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
256
|
-
};
|
|
257
|
-
})(GatewayProtocolConfiguration || (GatewayProtocolConfiguration = {}));
|
|
258
215
|
export const GatewayProtocolType = {
|
|
259
216
|
MCP: "MCP",
|
|
260
217
|
};
|
|
@@ -270,16 +227,6 @@ export const ApiKeyCredentialLocation = {
|
|
|
270
227
|
HEADER: "HEADER",
|
|
271
228
|
QUERY_PARAMETER: "QUERY_PARAMETER",
|
|
272
229
|
};
|
|
273
|
-
export var CredentialProvider;
|
|
274
|
-
(function (CredentialProvider) {
|
|
275
|
-
CredentialProvider.visit = (value, visitor) => {
|
|
276
|
-
if (value.oauthCredentialProvider !== undefined)
|
|
277
|
-
return visitor.oauthCredentialProvider(value.oauthCredentialProvider);
|
|
278
|
-
if (value.apiKeyCredentialProvider !== undefined)
|
|
279
|
-
return visitor.apiKeyCredentialProvider(value.apiKeyCredentialProvider);
|
|
280
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
281
|
-
};
|
|
282
|
-
})(CredentialProvider || (CredentialProvider = {}));
|
|
283
230
|
export const CredentialProviderType = {
|
|
284
231
|
API_KEY: "API_KEY",
|
|
285
232
|
GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
|
|
@@ -293,16 +240,6 @@ export const SchemaType = {
|
|
|
293
240
|
OBJECT: "object",
|
|
294
241
|
STRING: "string",
|
|
295
242
|
};
|
|
296
|
-
export var ApiSchemaConfiguration;
|
|
297
|
-
(function (ApiSchemaConfiguration) {
|
|
298
|
-
ApiSchemaConfiguration.visit = (value, visitor) => {
|
|
299
|
-
if (value.s3 !== undefined)
|
|
300
|
-
return visitor.s3(value.s3);
|
|
301
|
-
if (value.inlinePayload !== undefined)
|
|
302
|
-
return visitor.inlinePayload(value.inlinePayload);
|
|
303
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
304
|
-
};
|
|
305
|
-
})(ApiSchemaConfiguration || (ApiSchemaConfiguration = {}));
|
|
306
243
|
export const TargetStatus = {
|
|
307
244
|
CREATING: "CREATING",
|
|
308
245
|
DELETING: "DELETING",
|
|
@@ -317,102 +254,12 @@ export const KeyType = {
|
|
|
317
254
|
CustomerManagedKey: "CustomerManagedKey",
|
|
318
255
|
ServiceManagedKey: "ServiceManagedKey",
|
|
319
256
|
};
|
|
320
|
-
export var TriggerConditionInput;
|
|
321
|
-
(function (TriggerConditionInput) {
|
|
322
|
-
TriggerConditionInput.visit = (value, visitor) => {
|
|
323
|
-
if (value.messageBasedTrigger !== undefined)
|
|
324
|
-
return visitor.messageBasedTrigger(value.messageBasedTrigger);
|
|
325
|
-
if (value.tokenBasedTrigger !== undefined)
|
|
326
|
-
return visitor.tokenBasedTrigger(value.tokenBasedTrigger);
|
|
327
|
-
if (value.timeBasedTrigger !== undefined)
|
|
328
|
-
return visitor.timeBasedTrigger(value.timeBasedTrigger);
|
|
329
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
330
|
-
};
|
|
331
|
-
})(TriggerConditionInput || (TriggerConditionInput = {}));
|
|
332
|
-
export var CustomConfigurationInput;
|
|
333
|
-
(function (CustomConfigurationInput) {
|
|
334
|
-
CustomConfigurationInput.visit = (value, visitor) => {
|
|
335
|
-
if (value.semanticOverride !== undefined)
|
|
336
|
-
return visitor.semanticOverride(value.semanticOverride);
|
|
337
|
-
if (value.summaryOverride !== undefined)
|
|
338
|
-
return visitor.summaryOverride(value.summaryOverride);
|
|
339
|
-
if (value.userPreferenceOverride !== undefined)
|
|
340
|
-
return visitor.userPreferenceOverride(value.userPreferenceOverride);
|
|
341
|
-
if (value.selfManagedConfiguration !== undefined)
|
|
342
|
-
return visitor.selfManagedConfiguration(value.selfManagedConfiguration);
|
|
343
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
344
|
-
};
|
|
345
|
-
})(CustomConfigurationInput || (CustomConfigurationInput = {}));
|
|
346
|
-
export var MemoryStrategyInput;
|
|
347
|
-
(function (MemoryStrategyInput) {
|
|
348
|
-
MemoryStrategyInput.visit = (value, visitor) => {
|
|
349
|
-
if (value.semanticMemoryStrategy !== undefined)
|
|
350
|
-
return visitor.semanticMemoryStrategy(value.semanticMemoryStrategy);
|
|
351
|
-
if (value.summaryMemoryStrategy !== undefined)
|
|
352
|
-
return visitor.summaryMemoryStrategy(value.summaryMemoryStrategy);
|
|
353
|
-
if (value.userPreferenceMemoryStrategy !== undefined)
|
|
354
|
-
return visitor.userPreferenceMemoryStrategy(value.userPreferenceMemoryStrategy);
|
|
355
|
-
if (value.customMemoryStrategy !== undefined)
|
|
356
|
-
return visitor.customMemoryStrategy(value.customMemoryStrategy);
|
|
357
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
358
|
-
};
|
|
359
|
-
})(MemoryStrategyInput || (MemoryStrategyInput = {}));
|
|
360
257
|
export const MemoryStatus = {
|
|
361
258
|
ACTIVE: "ACTIVE",
|
|
362
259
|
CREATING: "CREATING",
|
|
363
260
|
DELETING: "DELETING",
|
|
364
261
|
FAILED: "FAILED",
|
|
365
262
|
};
|
|
366
|
-
export var CustomConsolidationConfiguration;
|
|
367
|
-
(function (CustomConsolidationConfiguration) {
|
|
368
|
-
CustomConsolidationConfiguration.visit = (value, visitor) => {
|
|
369
|
-
if (value.semanticConsolidationOverride !== undefined)
|
|
370
|
-
return visitor.semanticConsolidationOverride(value.semanticConsolidationOverride);
|
|
371
|
-
if (value.summaryConsolidationOverride !== undefined)
|
|
372
|
-
return visitor.summaryConsolidationOverride(value.summaryConsolidationOverride);
|
|
373
|
-
if (value.userPreferenceConsolidationOverride !== undefined)
|
|
374
|
-
return visitor.userPreferenceConsolidationOverride(value.userPreferenceConsolidationOverride);
|
|
375
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
376
|
-
};
|
|
377
|
-
})(CustomConsolidationConfiguration || (CustomConsolidationConfiguration = {}));
|
|
378
|
-
export var ConsolidationConfiguration;
|
|
379
|
-
(function (ConsolidationConfiguration) {
|
|
380
|
-
ConsolidationConfiguration.visit = (value, visitor) => {
|
|
381
|
-
if (value.customConsolidationConfiguration !== undefined)
|
|
382
|
-
return visitor.customConsolidationConfiguration(value.customConsolidationConfiguration);
|
|
383
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
384
|
-
};
|
|
385
|
-
})(ConsolidationConfiguration || (ConsolidationConfiguration = {}));
|
|
386
|
-
export var CustomExtractionConfiguration;
|
|
387
|
-
(function (CustomExtractionConfiguration) {
|
|
388
|
-
CustomExtractionConfiguration.visit = (value, visitor) => {
|
|
389
|
-
if (value.semanticExtractionOverride !== undefined)
|
|
390
|
-
return visitor.semanticExtractionOverride(value.semanticExtractionOverride);
|
|
391
|
-
if (value.userPreferenceExtractionOverride !== undefined)
|
|
392
|
-
return visitor.userPreferenceExtractionOverride(value.userPreferenceExtractionOverride);
|
|
393
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
394
|
-
};
|
|
395
|
-
})(CustomExtractionConfiguration || (CustomExtractionConfiguration = {}));
|
|
396
|
-
export var ExtractionConfiguration;
|
|
397
|
-
(function (ExtractionConfiguration) {
|
|
398
|
-
ExtractionConfiguration.visit = (value, visitor) => {
|
|
399
|
-
if (value.customExtractionConfiguration !== undefined)
|
|
400
|
-
return visitor.customExtractionConfiguration(value.customExtractionConfiguration);
|
|
401
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
402
|
-
};
|
|
403
|
-
})(ExtractionConfiguration || (ExtractionConfiguration = {}));
|
|
404
|
-
export var TriggerCondition;
|
|
405
|
-
(function (TriggerCondition) {
|
|
406
|
-
TriggerCondition.visit = (value, visitor) => {
|
|
407
|
-
if (value.messageBasedTrigger !== undefined)
|
|
408
|
-
return visitor.messageBasedTrigger(value.messageBasedTrigger);
|
|
409
|
-
if (value.tokenBasedTrigger !== undefined)
|
|
410
|
-
return visitor.tokenBasedTrigger(value.tokenBasedTrigger);
|
|
411
|
-
if (value.timeBasedTrigger !== undefined)
|
|
412
|
-
return visitor.timeBasedTrigger(value.timeBasedTrigger);
|
|
413
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
414
|
-
};
|
|
415
|
-
})(TriggerCondition || (TriggerCondition = {}));
|
|
416
263
|
export const OverrideType = {
|
|
417
264
|
SELF_MANAGED: "SELF_MANAGED",
|
|
418
265
|
SEMANTIC_OVERRIDE: "SEMANTIC_OVERRIDE",
|
|
@@ -457,44 +304,6 @@ export class ThrottledException extends __BaseException {
|
|
|
457
304
|
Object.setPrototypeOf(this, ThrottledException.prototype);
|
|
458
305
|
}
|
|
459
306
|
}
|
|
460
|
-
export var CustomConsolidationConfigurationInput;
|
|
461
|
-
(function (CustomConsolidationConfigurationInput) {
|
|
462
|
-
CustomConsolidationConfigurationInput.visit = (value, visitor) => {
|
|
463
|
-
if (value.semanticConsolidationOverride !== undefined)
|
|
464
|
-
return visitor.semanticConsolidationOverride(value.semanticConsolidationOverride);
|
|
465
|
-
if (value.summaryConsolidationOverride !== undefined)
|
|
466
|
-
return visitor.summaryConsolidationOverride(value.summaryConsolidationOverride);
|
|
467
|
-
if (value.userPreferenceConsolidationOverride !== undefined)
|
|
468
|
-
return visitor.userPreferenceConsolidationOverride(value.userPreferenceConsolidationOverride);
|
|
469
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
470
|
-
};
|
|
471
|
-
})(CustomConsolidationConfigurationInput || (CustomConsolidationConfigurationInput = {}));
|
|
472
|
-
export var ModifyConsolidationConfiguration;
|
|
473
|
-
(function (ModifyConsolidationConfiguration) {
|
|
474
|
-
ModifyConsolidationConfiguration.visit = (value, visitor) => {
|
|
475
|
-
if (value.customConsolidationConfiguration !== undefined)
|
|
476
|
-
return visitor.customConsolidationConfiguration(value.customConsolidationConfiguration);
|
|
477
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
478
|
-
};
|
|
479
|
-
})(ModifyConsolidationConfiguration || (ModifyConsolidationConfiguration = {}));
|
|
480
|
-
export var CustomExtractionConfigurationInput;
|
|
481
|
-
(function (CustomExtractionConfigurationInput) {
|
|
482
|
-
CustomExtractionConfigurationInput.visit = (value, visitor) => {
|
|
483
|
-
if (value.semanticExtractionOverride !== undefined)
|
|
484
|
-
return visitor.semanticExtractionOverride(value.semanticExtractionOverride);
|
|
485
|
-
if (value.userPreferenceExtractionOverride !== undefined)
|
|
486
|
-
return visitor.userPreferenceExtractionOverride(value.userPreferenceExtractionOverride);
|
|
487
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
488
|
-
};
|
|
489
|
-
})(CustomExtractionConfigurationInput || (CustomExtractionConfigurationInput = {}));
|
|
490
|
-
export var ModifyExtractionConfiguration;
|
|
491
|
-
(function (ModifyExtractionConfiguration) {
|
|
492
|
-
ModifyExtractionConfiguration.visit = (value, visitor) => {
|
|
493
|
-
if (value.customExtractionConfiguration !== undefined)
|
|
494
|
-
return visitor.customExtractionConfiguration(value.customExtractionConfiguration);
|
|
495
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
496
|
-
};
|
|
497
|
-
})(ModifyExtractionConfiguration || (ModifyExtractionConfiguration = {}));
|
|
498
307
|
export const CredentialProviderVendorType = {
|
|
499
308
|
AtlassianOauth2: "AtlassianOauth2",
|
|
500
309
|
Auth0Oauth2: "Auth0Oauth2",
|
|
@@ -522,64 +331,6 @@ export const CredentialProviderVendorType = {
|
|
|
522
331
|
YandexOauth2: "YandexOauth2",
|
|
523
332
|
ZoomOauth2: "ZoomOauth2",
|
|
524
333
|
};
|
|
525
|
-
export var Oauth2Discovery;
|
|
526
|
-
(function (Oauth2Discovery) {
|
|
527
|
-
Oauth2Discovery.visit = (value, visitor) => {
|
|
528
|
-
if (value.discoveryUrl !== undefined)
|
|
529
|
-
return visitor.discoveryUrl(value.discoveryUrl);
|
|
530
|
-
if (value.authorizationServerMetadata !== undefined)
|
|
531
|
-
return visitor.authorizationServerMetadata(value.authorizationServerMetadata);
|
|
532
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
533
|
-
};
|
|
534
|
-
})(Oauth2Discovery || (Oauth2Discovery = {}));
|
|
535
|
-
export var Oauth2ProviderConfigInput;
|
|
536
|
-
(function (Oauth2ProviderConfigInput) {
|
|
537
|
-
Oauth2ProviderConfigInput.visit = (value, visitor) => {
|
|
538
|
-
if (value.customOauth2ProviderConfig !== undefined)
|
|
539
|
-
return visitor.customOauth2ProviderConfig(value.customOauth2ProviderConfig);
|
|
540
|
-
if (value.googleOauth2ProviderConfig !== undefined)
|
|
541
|
-
return visitor.googleOauth2ProviderConfig(value.googleOauth2ProviderConfig);
|
|
542
|
-
if (value.githubOauth2ProviderConfig !== undefined)
|
|
543
|
-
return visitor.githubOauth2ProviderConfig(value.githubOauth2ProviderConfig);
|
|
544
|
-
if (value.slackOauth2ProviderConfig !== undefined)
|
|
545
|
-
return visitor.slackOauth2ProviderConfig(value.slackOauth2ProviderConfig);
|
|
546
|
-
if (value.salesforceOauth2ProviderConfig !== undefined)
|
|
547
|
-
return visitor.salesforceOauth2ProviderConfig(value.salesforceOauth2ProviderConfig);
|
|
548
|
-
if (value.microsoftOauth2ProviderConfig !== undefined)
|
|
549
|
-
return visitor.microsoftOauth2ProviderConfig(value.microsoftOauth2ProviderConfig);
|
|
550
|
-
if (value.atlassianOauth2ProviderConfig !== undefined)
|
|
551
|
-
return visitor.atlassianOauth2ProviderConfig(value.atlassianOauth2ProviderConfig);
|
|
552
|
-
if (value.linkedinOauth2ProviderConfig !== undefined)
|
|
553
|
-
return visitor.linkedinOauth2ProviderConfig(value.linkedinOauth2ProviderConfig);
|
|
554
|
-
if (value.includedOauth2ProviderConfig !== undefined)
|
|
555
|
-
return visitor.includedOauth2ProviderConfig(value.includedOauth2ProviderConfig);
|
|
556
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
557
|
-
};
|
|
558
|
-
})(Oauth2ProviderConfigInput || (Oauth2ProviderConfigInput = {}));
|
|
559
|
-
export var Oauth2ProviderConfigOutput;
|
|
560
|
-
(function (Oauth2ProviderConfigOutput) {
|
|
561
|
-
Oauth2ProviderConfigOutput.visit = (value, visitor) => {
|
|
562
|
-
if (value.customOauth2ProviderConfig !== undefined)
|
|
563
|
-
return visitor.customOauth2ProviderConfig(value.customOauth2ProviderConfig);
|
|
564
|
-
if (value.googleOauth2ProviderConfig !== undefined)
|
|
565
|
-
return visitor.googleOauth2ProviderConfig(value.googleOauth2ProviderConfig);
|
|
566
|
-
if (value.githubOauth2ProviderConfig !== undefined)
|
|
567
|
-
return visitor.githubOauth2ProviderConfig(value.githubOauth2ProviderConfig);
|
|
568
|
-
if (value.slackOauth2ProviderConfig !== undefined)
|
|
569
|
-
return visitor.slackOauth2ProviderConfig(value.slackOauth2ProviderConfig);
|
|
570
|
-
if (value.salesforceOauth2ProviderConfig !== undefined)
|
|
571
|
-
return visitor.salesforceOauth2ProviderConfig(value.salesforceOauth2ProviderConfig);
|
|
572
|
-
if (value.microsoftOauth2ProviderConfig !== undefined)
|
|
573
|
-
return visitor.microsoftOauth2ProviderConfig(value.microsoftOauth2ProviderConfig);
|
|
574
|
-
if (value.atlassianOauth2ProviderConfig !== undefined)
|
|
575
|
-
return visitor.atlassianOauth2ProviderConfig(value.atlassianOauth2ProviderConfig);
|
|
576
|
-
if (value.linkedinOauth2ProviderConfig !== undefined)
|
|
577
|
-
return visitor.linkedinOauth2ProviderConfig(value.linkedinOauth2ProviderConfig);
|
|
578
|
-
if (value.includedOauth2ProviderConfig !== undefined)
|
|
579
|
-
return visitor.includedOauth2ProviderConfig(value.includedOauth2ProviderConfig);
|
|
580
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
581
|
-
};
|
|
582
|
-
})(Oauth2ProviderConfigOutput || (Oauth2ProviderConfigOutput = {}));
|
|
583
334
|
export class ConcurrentModificationException extends __BaseException {
|
|
584
335
|
name = "ConcurrentModificationException";
|
|
585
336
|
$fault = "client";
|
|
@@ -592,660 +343,3 @@ export class ConcurrentModificationException extends __BaseException {
|
|
|
592
343
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
593
344
|
}
|
|
594
345
|
}
|
|
595
|
-
export var ToolSchema;
|
|
596
|
-
(function (ToolSchema) {
|
|
597
|
-
ToolSchema.visit = (value, visitor) => {
|
|
598
|
-
if (value.s3 !== undefined)
|
|
599
|
-
return visitor.s3(value.s3);
|
|
600
|
-
if (value.inlinePayload !== undefined)
|
|
601
|
-
return visitor.inlinePayload(value.inlinePayload);
|
|
602
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
603
|
-
};
|
|
604
|
-
})(ToolSchema || (ToolSchema = {}));
|
|
605
|
-
export var McpTargetConfiguration;
|
|
606
|
-
(function (McpTargetConfiguration) {
|
|
607
|
-
McpTargetConfiguration.visit = (value, visitor) => {
|
|
608
|
-
if (value.openApiSchema !== undefined)
|
|
609
|
-
return visitor.openApiSchema(value.openApiSchema);
|
|
610
|
-
if (value.smithyModel !== undefined)
|
|
611
|
-
return visitor.smithyModel(value.smithyModel);
|
|
612
|
-
if (value.lambda !== undefined)
|
|
613
|
-
return visitor.lambda(value.lambda);
|
|
614
|
-
if (value.mcpServer !== undefined)
|
|
615
|
-
return visitor.mcpServer(value.mcpServer);
|
|
616
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
617
|
-
};
|
|
618
|
-
})(McpTargetConfiguration || (McpTargetConfiguration = {}));
|
|
619
|
-
export var TargetConfiguration;
|
|
620
|
-
(function (TargetConfiguration) {
|
|
621
|
-
TargetConfiguration.visit = (value, visitor) => {
|
|
622
|
-
if (value.mcp !== undefined)
|
|
623
|
-
return visitor.mcp(value.mcp);
|
|
624
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
625
|
-
};
|
|
626
|
-
})(TargetConfiguration || (TargetConfiguration = {}));
|
|
627
|
-
export const CreateAgentRuntimeEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
628
|
-
...obj,
|
|
629
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
630
|
-
});
|
|
631
|
-
export const CreateAgentRuntimeEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
632
|
-
...obj,
|
|
633
|
-
...(obj.endpointName && { endpointName: SENSITIVE_STRING }),
|
|
634
|
-
});
|
|
635
|
-
export const DeleteAgentRuntimeEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
...(obj.endpointName && { endpointName: SENSITIVE_STRING }),
|
|
638
|
-
});
|
|
639
|
-
export const DeleteAgentRuntimeEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
640
|
-
...obj,
|
|
641
|
-
...(obj.endpointName && { endpointName: SENSITIVE_STRING }),
|
|
642
|
-
});
|
|
643
|
-
export const GetAgentRuntimeEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
644
|
-
...obj,
|
|
645
|
-
...(obj.endpointName && { endpointName: SENSITIVE_STRING }),
|
|
646
|
-
});
|
|
647
|
-
export const GetAgentRuntimeEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
648
|
-
...obj,
|
|
649
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
650
|
-
});
|
|
651
|
-
export const AgentRuntimeEndpointFilterSensitiveLog = (obj) => ({
|
|
652
|
-
...obj,
|
|
653
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
654
|
-
});
|
|
655
|
-
export const ListAgentRuntimeEndpointsResponseFilterSensitiveLog = (obj) => ({
|
|
656
|
-
...obj,
|
|
657
|
-
...(obj.runtimeEndpoints && {
|
|
658
|
-
runtimeEndpoints: obj.runtimeEndpoints.map((item) => AgentRuntimeEndpointFilterSensitiveLog(item)),
|
|
659
|
-
}),
|
|
660
|
-
});
|
|
661
|
-
export const UpdateAgentRuntimeEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
662
|
-
...obj,
|
|
663
|
-
...(obj.endpointName && { endpointName: SENSITIVE_STRING }),
|
|
664
|
-
});
|
|
665
|
-
export const CreateAgentRuntimeRequestFilterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
|
|
668
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
669
|
-
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
670
|
-
...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
|
|
671
|
-
...(obj.environmentVariables && { environmentVariables: SENSITIVE_STRING }),
|
|
672
|
-
});
|
|
673
|
-
export const GetAgentRuntimeResponseFilterSensitiveLog = (obj) => ({
|
|
674
|
-
...obj,
|
|
675
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
676
|
-
...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
|
|
677
|
-
...(obj.environmentVariables && { environmentVariables: SENSITIVE_STRING }),
|
|
678
|
-
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
679
|
-
...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
|
|
680
|
-
});
|
|
681
|
-
export const AgentRuntimeFilterSensitiveLog = (obj) => ({
|
|
682
|
-
...obj,
|
|
683
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
684
|
-
});
|
|
685
|
-
export const ListAgentRuntimesResponseFilterSensitiveLog = (obj) => ({
|
|
686
|
-
...obj,
|
|
687
|
-
...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => AgentRuntimeFilterSensitiveLog(item)) }),
|
|
688
|
-
});
|
|
689
|
-
export const ListAgentRuntimeVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
690
|
-
...obj,
|
|
691
|
-
...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => AgentRuntimeFilterSensitiveLog(item)) }),
|
|
692
|
-
});
|
|
693
|
-
export const UpdateAgentRuntimeRequestFilterSensitiveLog = (obj) => ({
|
|
694
|
-
...obj,
|
|
695
|
-
...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
|
|
696
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
697
|
-
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
698
|
-
...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
|
|
699
|
-
...(obj.environmentVariables && { environmentVariables: SENSITIVE_STRING }),
|
|
700
|
-
});
|
|
701
|
-
export const CreateApiKeyCredentialProviderRequestFilterSensitiveLog = (obj) => ({
|
|
702
|
-
...obj,
|
|
703
|
-
...(obj.apiKey && { apiKey: SENSITIVE_STRING }),
|
|
704
|
-
});
|
|
705
|
-
export const UpdateApiKeyCredentialProviderRequestFilterSensitiveLog = (obj) => ({
|
|
706
|
-
...obj,
|
|
707
|
-
...(obj.apiKey && { apiKey: SENSITIVE_STRING }),
|
|
708
|
-
});
|
|
709
|
-
export const CreateBrowserRequestFilterSensitiveLog = (obj) => ({
|
|
710
|
-
...obj,
|
|
711
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
712
|
-
});
|
|
713
|
-
export const GetBrowserResponseFilterSensitiveLog = (obj) => ({
|
|
714
|
-
...obj,
|
|
715
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
716
|
-
});
|
|
717
|
-
export const BrowserSummaryFilterSensitiveLog = (obj) => ({
|
|
718
|
-
...obj,
|
|
719
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
720
|
-
});
|
|
721
|
-
export const ListBrowsersResponseFilterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
...(obj.browserSummaries && {
|
|
724
|
-
browserSummaries: obj.browserSummaries.map((item) => BrowserSummaryFilterSensitiveLog(item)),
|
|
725
|
-
}),
|
|
726
|
-
});
|
|
727
|
-
export const CreateCodeInterpreterRequestFilterSensitiveLog = (obj) => ({
|
|
728
|
-
...obj,
|
|
729
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
730
|
-
});
|
|
731
|
-
export const GetCodeInterpreterResponseFilterSensitiveLog = (obj) => ({
|
|
732
|
-
...obj,
|
|
733
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
734
|
-
});
|
|
735
|
-
export const CodeInterpreterSummaryFilterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
738
|
-
});
|
|
739
|
-
export const ListCodeInterpretersResponseFilterSensitiveLog = (obj) => ({
|
|
740
|
-
...obj,
|
|
741
|
-
...(obj.codeInterpreterSummaries && {
|
|
742
|
-
codeInterpreterSummaries: obj.codeInterpreterSummaries.map((item) => CodeInterpreterSummaryFilterSensitiveLog(item)),
|
|
743
|
-
}),
|
|
744
|
-
});
|
|
745
|
-
export const CreateGatewayRequestFilterSensitiveLog = (obj) => ({
|
|
746
|
-
...obj,
|
|
747
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
748
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
749
|
-
...(obj.protocolConfiguration && { protocolConfiguration: obj.protocolConfiguration }),
|
|
750
|
-
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
751
|
-
});
|
|
752
|
-
export const CreateGatewayResponseFilterSensitiveLog = (obj) => ({
|
|
753
|
-
...obj,
|
|
754
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
755
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
756
|
-
...(obj.protocolConfiguration && { protocolConfiguration: obj.protocolConfiguration }),
|
|
757
|
-
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
758
|
-
});
|
|
759
|
-
export const GetGatewayResponseFilterSensitiveLog = (obj) => ({
|
|
760
|
-
...obj,
|
|
761
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
762
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
763
|
-
...(obj.protocolConfiguration && { protocolConfiguration: obj.protocolConfiguration }),
|
|
764
|
-
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
765
|
-
});
|
|
766
|
-
export const GatewaySummaryFilterSensitiveLog = (obj) => ({
|
|
767
|
-
...obj,
|
|
768
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
769
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
770
|
-
});
|
|
771
|
-
export const ListGatewaysResponseFilterSensitiveLog = (obj) => ({
|
|
772
|
-
...obj,
|
|
773
|
-
...(obj.items && { items: obj.items.map((item) => GatewaySummaryFilterSensitiveLog(item)) }),
|
|
774
|
-
});
|
|
775
|
-
export const UpdateGatewayRequestFilterSensitiveLog = (obj) => ({
|
|
776
|
-
...obj,
|
|
777
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
778
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
779
|
-
...(obj.protocolConfiguration && { protocolConfiguration: obj.protocolConfiguration }),
|
|
780
|
-
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
781
|
-
});
|
|
782
|
-
export const UpdateGatewayResponseFilterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
785
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
786
|
-
...(obj.protocolConfiguration && { protocolConfiguration: obj.protocolConfiguration }),
|
|
787
|
-
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
788
|
-
});
|
|
789
|
-
export const OAuthCredentialProviderFilterSensitiveLog = (obj) => ({
|
|
790
|
-
...obj,
|
|
791
|
-
...(obj.customParameters && { customParameters: SENSITIVE_STRING }),
|
|
792
|
-
});
|
|
793
|
-
export const CredentialProviderFilterSensitiveLog = (obj) => {
|
|
794
|
-
if (obj.oauthCredentialProvider !== undefined)
|
|
795
|
-
return { oauthCredentialProvider: OAuthCredentialProviderFilterSensitiveLog(obj.oauthCredentialProvider) };
|
|
796
|
-
if (obj.apiKeyCredentialProvider !== undefined)
|
|
797
|
-
return { apiKeyCredentialProvider: obj.apiKeyCredentialProvider };
|
|
798
|
-
if (obj.$unknown !== undefined)
|
|
799
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
800
|
-
};
|
|
801
|
-
export const CredentialProviderConfigurationFilterSensitiveLog = (obj) => ({
|
|
802
|
-
...obj,
|
|
803
|
-
...(obj.credentialProvider && { credentialProvider: CredentialProviderFilterSensitiveLog(obj.credentialProvider) }),
|
|
804
|
-
});
|
|
805
|
-
export const ApiSchemaConfigurationFilterSensitiveLog = (obj) => {
|
|
806
|
-
if (obj.s3 !== undefined)
|
|
807
|
-
return { s3: obj.s3 };
|
|
808
|
-
if (obj.inlinePayload !== undefined)
|
|
809
|
-
return { inlinePayload: SENSITIVE_STRING };
|
|
810
|
-
if (obj.$unknown !== undefined)
|
|
811
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
812
|
-
};
|
|
813
|
-
export const TargetSummaryFilterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
816
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
817
|
-
});
|
|
818
|
-
export const ListGatewayTargetsResponseFilterSensitiveLog = (obj) => ({
|
|
819
|
-
...obj,
|
|
820
|
-
...(obj.items && { items: obj.items.map((item) => TargetSummaryFilterSensitiveLog(item)) }),
|
|
821
|
-
});
|
|
822
|
-
export const SemanticOverrideConsolidationConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
825
|
-
});
|
|
826
|
-
export const SemanticOverrideExtractionConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
829
|
-
});
|
|
830
|
-
export const SemanticOverrideConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
831
|
-
...obj,
|
|
832
|
-
...(obj.extraction && { extraction: SemanticOverrideExtractionConfigurationInputFilterSensitiveLog(obj.extraction) }),
|
|
833
|
-
...(obj.consolidation && {
|
|
834
|
-
consolidation: SemanticOverrideConsolidationConfigurationInputFilterSensitiveLog(obj.consolidation),
|
|
835
|
-
}),
|
|
836
|
-
});
|
|
837
|
-
export const SummaryOverrideConsolidationConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
838
|
-
...obj,
|
|
839
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
840
|
-
});
|
|
841
|
-
export const SummaryOverrideConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
842
|
-
...obj,
|
|
843
|
-
...(obj.consolidation && {
|
|
844
|
-
consolidation: SummaryOverrideConsolidationConfigurationInputFilterSensitiveLog(obj.consolidation),
|
|
845
|
-
}),
|
|
846
|
-
});
|
|
847
|
-
export const UserPreferenceOverrideConsolidationConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
848
|
-
...obj,
|
|
849
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
850
|
-
});
|
|
851
|
-
export const UserPreferenceOverrideExtractionConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
852
|
-
...obj,
|
|
853
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
854
|
-
});
|
|
855
|
-
export const UserPreferenceOverrideConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
856
|
-
...obj,
|
|
857
|
-
...(obj.extraction && {
|
|
858
|
-
extraction: UserPreferenceOverrideExtractionConfigurationInputFilterSensitiveLog(obj.extraction),
|
|
859
|
-
}),
|
|
860
|
-
...(obj.consolidation && {
|
|
861
|
-
consolidation: UserPreferenceOverrideConsolidationConfigurationInputFilterSensitiveLog(obj.consolidation),
|
|
862
|
-
}),
|
|
863
|
-
});
|
|
864
|
-
export const CustomConfigurationInputFilterSensitiveLog = (obj) => {
|
|
865
|
-
if (obj.semanticOverride !== undefined)
|
|
866
|
-
return { semanticOverride: SemanticOverrideConfigurationInputFilterSensitiveLog(obj.semanticOverride) };
|
|
867
|
-
if (obj.summaryOverride !== undefined)
|
|
868
|
-
return { summaryOverride: SummaryOverrideConfigurationInputFilterSensitiveLog(obj.summaryOverride) };
|
|
869
|
-
if (obj.userPreferenceOverride !== undefined)
|
|
870
|
-
return {
|
|
871
|
-
userPreferenceOverride: UserPreferenceOverrideConfigurationInputFilterSensitiveLog(obj.userPreferenceOverride),
|
|
872
|
-
};
|
|
873
|
-
if (obj.selfManagedConfiguration !== undefined)
|
|
874
|
-
return { selfManagedConfiguration: obj.selfManagedConfiguration };
|
|
875
|
-
if (obj.$unknown !== undefined)
|
|
876
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
877
|
-
};
|
|
878
|
-
export const CustomMemoryStrategyInputFilterSensitiveLog = (obj) => ({
|
|
879
|
-
...obj,
|
|
880
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
881
|
-
...(obj.configuration && { configuration: CustomConfigurationInputFilterSensitiveLog(obj.configuration) }),
|
|
882
|
-
});
|
|
883
|
-
export const SemanticMemoryStrategyInputFilterSensitiveLog = (obj) => ({
|
|
884
|
-
...obj,
|
|
885
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
886
|
-
});
|
|
887
|
-
export const SummaryMemoryStrategyInputFilterSensitiveLog = (obj) => ({
|
|
888
|
-
...obj,
|
|
889
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
890
|
-
});
|
|
891
|
-
export const UserPreferenceMemoryStrategyInputFilterSensitiveLog = (obj) => ({
|
|
892
|
-
...obj,
|
|
893
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
894
|
-
});
|
|
895
|
-
export const MemoryStrategyInputFilterSensitiveLog = (obj) => {
|
|
896
|
-
if (obj.semanticMemoryStrategy !== undefined)
|
|
897
|
-
return { semanticMemoryStrategy: SemanticMemoryStrategyInputFilterSensitiveLog(obj.semanticMemoryStrategy) };
|
|
898
|
-
if (obj.summaryMemoryStrategy !== undefined)
|
|
899
|
-
return { summaryMemoryStrategy: SummaryMemoryStrategyInputFilterSensitiveLog(obj.summaryMemoryStrategy) };
|
|
900
|
-
if (obj.userPreferenceMemoryStrategy !== undefined)
|
|
901
|
-
return {
|
|
902
|
-
userPreferenceMemoryStrategy: UserPreferenceMemoryStrategyInputFilterSensitiveLog(obj.userPreferenceMemoryStrategy),
|
|
903
|
-
};
|
|
904
|
-
if (obj.customMemoryStrategy !== undefined)
|
|
905
|
-
return { customMemoryStrategy: CustomMemoryStrategyInputFilterSensitiveLog(obj.customMemoryStrategy) };
|
|
906
|
-
if (obj.$unknown !== undefined)
|
|
907
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
908
|
-
};
|
|
909
|
-
export const CreateMemoryInputFilterSensitiveLog = (obj) => ({
|
|
910
|
-
...obj,
|
|
911
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
912
|
-
...(obj.memoryStrategies && {
|
|
913
|
-
memoryStrategies: obj.memoryStrategies.map((item) => MemoryStrategyInputFilterSensitiveLog(item)),
|
|
914
|
-
}),
|
|
915
|
-
});
|
|
916
|
-
export const SemanticConsolidationOverrideFilterSensitiveLog = (obj) => ({
|
|
917
|
-
...obj,
|
|
918
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
919
|
-
});
|
|
920
|
-
export const SummaryConsolidationOverrideFilterSensitiveLog = (obj) => ({
|
|
921
|
-
...obj,
|
|
922
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
923
|
-
});
|
|
924
|
-
export const UserPreferenceConsolidationOverrideFilterSensitiveLog = (obj) => ({
|
|
925
|
-
...obj,
|
|
926
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
927
|
-
});
|
|
928
|
-
export const CustomConsolidationConfigurationFilterSensitiveLog = (obj) => {
|
|
929
|
-
if (obj.semanticConsolidationOverride !== undefined)
|
|
930
|
-
return {
|
|
931
|
-
semanticConsolidationOverride: SemanticConsolidationOverrideFilterSensitiveLog(obj.semanticConsolidationOverride),
|
|
932
|
-
};
|
|
933
|
-
if (obj.summaryConsolidationOverride !== undefined)
|
|
934
|
-
return {
|
|
935
|
-
summaryConsolidationOverride: SummaryConsolidationOverrideFilterSensitiveLog(obj.summaryConsolidationOverride),
|
|
936
|
-
};
|
|
937
|
-
if (obj.userPreferenceConsolidationOverride !== undefined)
|
|
938
|
-
return {
|
|
939
|
-
userPreferenceConsolidationOverride: UserPreferenceConsolidationOverrideFilterSensitiveLog(obj.userPreferenceConsolidationOverride),
|
|
940
|
-
};
|
|
941
|
-
if (obj.$unknown !== undefined)
|
|
942
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
943
|
-
};
|
|
944
|
-
export const ConsolidationConfigurationFilterSensitiveLog = (obj) => {
|
|
945
|
-
if (obj.customConsolidationConfiguration !== undefined)
|
|
946
|
-
return {
|
|
947
|
-
customConsolidationConfiguration: CustomConsolidationConfigurationFilterSensitiveLog(obj.customConsolidationConfiguration),
|
|
948
|
-
};
|
|
949
|
-
if (obj.$unknown !== undefined)
|
|
950
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
951
|
-
};
|
|
952
|
-
export const SemanticExtractionOverrideFilterSensitiveLog = (obj) => ({
|
|
953
|
-
...obj,
|
|
954
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
955
|
-
});
|
|
956
|
-
export const UserPreferenceExtractionOverrideFilterSensitiveLog = (obj) => ({
|
|
957
|
-
...obj,
|
|
958
|
-
...(obj.appendToPrompt && { appendToPrompt: SENSITIVE_STRING }),
|
|
959
|
-
});
|
|
960
|
-
export const CustomExtractionConfigurationFilterSensitiveLog = (obj) => {
|
|
961
|
-
if (obj.semanticExtractionOverride !== undefined)
|
|
962
|
-
return { semanticExtractionOverride: SemanticExtractionOverrideFilterSensitiveLog(obj.semanticExtractionOverride) };
|
|
963
|
-
if (obj.userPreferenceExtractionOverride !== undefined)
|
|
964
|
-
return {
|
|
965
|
-
userPreferenceExtractionOverride: UserPreferenceExtractionOverrideFilterSensitiveLog(obj.userPreferenceExtractionOverride),
|
|
966
|
-
};
|
|
967
|
-
if (obj.$unknown !== undefined)
|
|
968
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
969
|
-
};
|
|
970
|
-
export const ExtractionConfigurationFilterSensitiveLog = (obj) => {
|
|
971
|
-
if (obj.customExtractionConfiguration !== undefined)
|
|
972
|
-
return {
|
|
973
|
-
customExtractionConfiguration: CustomExtractionConfigurationFilterSensitiveLog(obj.customExtractionConfiguration),
|
|
974
|
-
};
|
|
975
|
-
if (obj.$unknown !== undefined)
|
|
976
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
977
|
-
};
|
|
978
|
-
export const StrategyConfigurationFilterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
...(obj.extraction && { extraction: ExtractionConfigurationFilterSensitiveLog(obj.extraction) }),
|
|
981
|
-
...(obj.consolidation && { consolidation: ConsolidationConfigurationFilterSensitiveLog(obj.consolidation) }),
|
|
982
|
-
...(obj.selfManagedConfiguration && { selfManagedConfiguration: obj.selfManagedConfiguration }),
|
|
983
|
-
});
|
|
984
|
-
export const MemoryStrategyFilterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
987
|
-
...(obj.configuration && { configuration: StrategyConfigurationFilterSensitiveLog(obj.configuration) }),
|
|
988
|
-
});
|
|
989
|
-
export const MemoryFilterSensitiveLog = (obj) => ({
|
|
990
|
-
...obj,
|
|
991
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
992
|
-
...(obj.strategies && { strategies: obj.strategies.map((item) => MemoryStrategyFilterSensitiveLog(item)) }),
|
|
993
|
-
});
|
|
994
|
-
export const CreateMemoryOutputFilterSensitiveLog = (obj) => ({
|
|
995
|
-
...obj,
|
|
996
|
-
...(obj.memory && { memory: MemoryFilterSensitiveLog(obj.memory) }),
|
|
997
|
-
});
|
|
998
|
-
export const GetMemoryOutputFilterSensitiveLog = (obj) => ({
|
|
999
|
-
...obj,
|
|
1000
|
-
...(obj.memory && { memory: MemoryFilterSensitiveLog(obj.memory) }),
|
|
1001
|
-
});
|
|
1002
|
-
export const CustomConsolidationConfigurationInputFilterSensitiveLog = (obj) => {
|
|
1003
|
-
if (obj.semanticConsolidationOverride !== undefined)
|
|
1004
|
-
return {
|
|
1005
|
-
semanticConsolidationOverride: SemanticOverrideConsolidationConfigurationInputFilterSensitiveLog(obj.semanticConsolidationOverride),
|
|
1006
|
-
};
|
|
1007
|
-
if (obj.summaryConsolidationOverride !== undefined)
|
|
1008
|
-
return {
|
|
1009
|
-
summaryConsolidationOverride: SummaryOverrideConsolidationConfigurationInputFilterSensitiveLog(obj.summaryConsolidationOverride),
|
|
1010
|
-
};
|
|
1011
|
-
if (obj.userPreferenceConsolidationOverride !== undefined)
|
|
1012
|
-
return {
|
|
1013
|
-
userPreferenceConsolidationOverride: UserPreferenceOverrideConsolidationConfigurationInputFilterSensitiveLog(obj.userPreferenceConsolidationOverride),
|
|
1014
|
-
};
|
|
1015
|
-
if (obj.$unknown !== undefined)
|
|
1016
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1017
|
-
};
|
|
1018
|
-
export const ModifyConsolidationConfigurationFilterSensitiveLog = (obj) => {
|
|
1019
|
-
if (obj.customConsolidationConfiguration !== undefined)
|
|
1020
|
-
return {
|
|
1021
|
-
customConsolidationConfiguration: CustomConsolidationConfigurationInputFilterSensitiveLog(obj.customConsolidationConfiguration),
|
|
1022
|
-
};
|
|
1023
|
-
if (obj.$unknown !== undefined)
|
|
1024
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1025
|
-
};
|
|
1026
|
-
export const CustomExtractionConfigurationInputFilterSensitiveLog = (obj) => {
|
|
1027
|
-
if (obj.semanticExtractionOverride !== undefined)
|
|
1028
|
-
return {
|
|
1029
|
-
semanticExtractionOverride: SemanticOverrideExtractionConfigurationInputFilterSensitiveLog(obj.semanticExtractionOverride),
|
|
1030
|
-
};
|
|
1031
|
-
if (obj.userPreferenceExtractionOverride !== undefined)
|
|
1032
|
-
return {
|
|
1033
|
-
userPreferenceExtractionOverride: UserPreferenceOverrideExtractionConfigurationInputFilterSensitiveLog(obj.userPreferenceExtractionOverride),
|
|
1034
|
-
};
|
|
1035
|
-
if (obj.$unknown !== undefined)
|
|
1036
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1037
|
-
};
|
|
1038
|
-
export const ModifyExtractionConfigurationFilterSensitiveLog = (obj) => {
|
|
1039
|
-
if (obj.customExtractionConfiguration !== undefined)
|
|
1040
|
-
return {
|
|
1041
|
-
customExtractionConfiguration: CustomExtractionConfigurationInputFilterSensitiveLog(obj.customExtractionConfiguration),
|
|
1042
|
-
};
|
|
1043
|
-
if (obj.$unknown !== undefined)
|
|
1044
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1045
|
-
};
|
|
1046
|
-
export const ModifyStrategyConfigurationFilterSensitiveLog = (obj) => ({
|
|
1047
|
-
...obj,
|
|
1048
|
-
...(obj.extraction && { extraction: ModifyExtractionConfigurationFilterSensitiveLog(obj.extraction) }),
|
|
1049
|
-
...(obj.consolidation && { consolidation: ModifyConsolidationConfigurationFilterSensitiveLog(obj.consolidation) }),
|
|
1050
|
-
...(obj.selfManagedConfiguration && { selfManagedConfiguration: obj.selfManagedConfiguration }),
|
|
1051
|
-
});
|
|
1052
|
-
export const ModifyMemoryStrategyInputFilterSensitiveLog = (obj) => ({
|
|
1053
|
-
...obj,
|
|
1054
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1055
|
-
...(obj.configuration && { configuration: ModifyStrategyConfigurationFilterSensitiveLog(obj.configuration) }),
|
|
1056
|
-
});
|
|
1057
|
-
export const ModifyMemoryStrategiesFilterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
...(obj.addMemoryStrategies && {
|
|
1060
|
-
addMemoryStrategies: obj.addMemoryStrategies.map((item) => MemoryStrategyInputFilterSensitiveLog(item)),
|
|
1061
|
-
}),
|
|
1062
|
-
...(obj.modifyMemoryStrategies && {
|
|
1063
|
-
modifyMemoryStrategies: obj.modifyMemoryStrategies.map((item) => ModifyMemoryStrategyInputFilterSensitiveLog(item)),
|
|
1064
|
-
}),
|
|
1065
|
-
});
|
|
1066
|
-
export const UpdateMemoryInputFilterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1069
|
-
...(obj.memoryStrategies && { memoryStrategies: ModifyMemoryStrategiesFilterSensitiveLog(obj.memoryStrategies) }),
|
|
1070
|
-
});
|
|
1071
|
-
export const UpdateMemoryOutputFilterSensitiveLog = (obj) => ({
|
|
1072
|
-
...obj,
|
|
1073
|
-
...(obj.memory && { memory: MemoryFilterSensitiveLog(obj.memory) }),
|
|
1074
|
-
});
|
|
1075
|
-
export const AtlassianOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1078
|
-
});
|
|
1079
|
-
export const CustomOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1080
|
-
...obj,
|
|
1081
|
-
...(obj.oauthDiscovery && { oauthDiscovery: obj.oauthDiscovery }),
|
|
1082
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1083
|
-
});
|
|
1084
|
-
export const GithubOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1087
|
-
});
|
|
1088
|
-
export const GoogleOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1089
|
-
...obj,
|
|
1090
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1091
|
-
});
|
|
1092
|
-
export const IncludedOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1093
|
-
...obj,
|
|
1094
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1095
|
-
});
|
|
1096
|
-
export const LinkedinOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1097
|
-
...obj,
|
|
1098
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1099
|
-
});
|
|
1100
|
-
export const MicrosoftOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1101
|
-
...obj,
|
|
1102
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1103
|
-
});
|
|
1104
|
-
export const SalesforceOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1105
|
-
...obj,
|
|
1106
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1107
|
-
});
|
|
1108
|
-
export const SlackOauth2ProviderConfigInputFilterSensitiveLog = (obj) => ({
|
|
1109
|
-
...obj,
|
|
1110
|
-
...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),
|
|
1111
|
-
});
|
|
1112
|
-
export const Oauth2ProviderConfigInputFilterSensitiveLog = (obj) => {
|
|
1113
|
-
if (obj.customOauth2ProviderConfig !== undefined)
|
|
1114
|
-
return {
|
|
1115
|
-
customOauth2ProviderConfig: CustomOauth2ProviderConfigInputFilterSensitiveLog(obj.customOauth2ProviderConfig),
|
|
1116
|
-
};
|
|
1117
|
-
if (obj.googleOauth2ProviderConfig !== undefined)
|
|
1118
|
-
return {
|
|
1119
|
-
googleOauth2ProviderConfig: GoogleOauth2ProviderConfigInputFilterSensitiveLog(obj.googleOauth2ProviderConfig),
|
|
1120
|
-
};
|
|
1121
|
-
if (obj.githubOauth2ProviderConfig !== undefined)
|
|
1122
|
-
return {
|
|
1123
|
-
githubOauth2ProviderConfig: GithubOauth2ProviderConfigInputFilterSensitiveLog(obj.githubOauth2ProviderConfig),
|
|
1124
|
-
};
|
|
1125
|
-
if (obj.slackOauth2ProviderConfig !== undefined)
|
|
1126
|
-
return {
|
|
1127
|
-
slackOauth2ProviderConfig: SlackOauth2ProviderConfigInputFilterSensitiveLog(obj.slackOauth2ProviderConfig),
|
|
1128
|
-
};
|
|
1129
|
-
if (obj.salesforceOauth2ProviderConfig !== undefined)
|
|
1130
|
-
return {
|
|
1131
|
-
salesforceOauth2ProviderConfig: SalesforceOauth2ProviderConfigInputFilterSensitiveLog(obj.salesforceOauth2ProviderConfig),
|
|
1132
|
-
};
|
|
1133
|
-
if (obj.microsoftOauth2ProviderConfig !== undefined)
|
|
1134
|
-
return {
|
|
1135
|
-
microsoftOauth2ProviderConfig: MicrosoftOauth2ProviderConfigInputFilterSensitiveLog(obj.microsoftOauth2ProviderConfig),
|
|
1136
|
-
};
|
|
1137
|
-
if (obj.atlassianOauth2ProviderConfig !== undefined)
|
|
1138
|
-
return {
|
|
1139
|
-
atlassianOauth2ProviderConfig: AtlassianOauth2ProviderConfigInputFilterSensitiveLog(obj.atlassianOauth2ProviderConfig),
|
|
1140
|
-
};
|
|
1141
|
-
if (obj.linkedinOauth2ProviderConfig !== undefined)
|
|
1142
|
-
return {
|
|
1143
|
-
linkedinOauth2ProviderConfig: LinkedinOauth2ProviderConfigInputFilterSensitiveLog(obj.linkedinOauth2ProviderConfig),
|
|
1144
|
-
};
|
|
1145
|
-
if (obj.includedOauth2ProviderConfig !== undefined)
|
|
1146
|
-
return {
|
|
1147
|
-
includedOauth2ProviderConfig: IncludedOauth2ProviderConfigInputFilterSensitiveLog(obj.includedOauth2ProviderConfig),
|
|
1148
|
-
};
|
|
1149
|
-
if (obj.$unknown !== undefined)
|
|
1150
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1151
|
-
};
|
|
1152
|
-
export const CreateOauth2CredentialProviderRequestFilterSensitiveLog = (obj) => ({
|
|
1153
|
-
...obj,
|
|
1154
|
-
...(obj.oauth2ProviderConfigInput && {
|
|
1155
|
-
oauth2ProviderConfigInput: Oauth2ProviderConfigInputFilterSensitiveLog(obj.oauth2ProviderConfigInput),
|
|
1156
|
-
}),
|
|
1157
|
-
});
|
|
1158
|
-
export const UpdateOauth2CredentialProviderRequestFilterSensitiveLog = (obj) => ({
|
|
1159
|
-
...obj,
|
|
1160
|
-
...(obj.oauth2ProviderConfigInput && {
|
|
1161
|
-
oauth2ProviderConfigInput: Oauth2ProviderConfigInputFilterSensitiveLog(obj.oauth2ProviderConfigInput),
|
|
1162
|
-
}),
|
|
1163
|
-
});
|
|
1164
|
-
export const McpTargetConfigurationFilterSensitiveLog = (obj) => {
|
|
1165
|
-
if (obj.openApiSchema !== undefined)
|
|
1166
|
-
return { openApiSchema: ApiSchemaConfigurationFilterSensitiveLog(obj.openApiSchema) };
|
|
1167
|
-
if (obj.smithyModel !== undefined)
|
|
1168
|
-
return { smithyModel: ApiSchemaConfigurationFilterSensitiveLog(obj.smithyModel) };
|
|
1169
|
-
if (obj.lambda !== undefined)
|
|
1170
|
-
return { lambda: obj.lambda };
|
|
1171
|
-
if (obj.mcpServer !== undefined)
|
|
1172
|
-
return { mcpServer: obj.mcpServer };
|
|
1173
|
-
if (obj.$unknown !== undefined)
|
|
1174
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1175
|
-
};
|
|
1176
|
-
export const TargetConfigurationFilterSensitiveLog = (obj) => {
|
|
1177
|
-
if (obj.mcp !== undefined)
|
|
1178
|
-
return { mcp: McpTargetConfigurationFilterSensitiveLog(obj.mcp) };
|
|
1179
|
-
if (obj.$unknown !== undefined)
|
|
1180
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1181
|
-
};
|
|
1182
|
-
export const CreateGatewayTargetRequestFilterSensitiveLog = (obj) => ({
|
|
1183
|
-
...obj,
|
|
1184
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1185
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1186
|
-
...(obj.targetConfiguration && {
|
|
1187
|
-
targetConfiguration: TargetConfigurationFilterSensitiveLog(obj.targetConfiguration),
|
|
1188
|
-
}),
|
|
1189
|
-
...(obj.credentialProviderConfigurations && {
|
|
1190
|
-
credentialProviderConfigurations: obj.credentialProviderConfigurations.map((item) => CredentialProviderConfigurationFilterSensitiveLog(item)),
|
|
1191
|
-
}),
|
|
1192
|
-
});
|
|
1193
|
-
export const CreateGatewayTargetResponseFilterSensitiveLog = (obj) => ({
|
|
1194
|
-
...obj,
|
|
1195
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1196
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1197
|
-
...(obj.targetConfiguration && {
|
|
1198
|
-
targetConfiguration: TargetConfigurationFilterSensitiveLog(obj.targetConfiguration),
|
|
1199
|
-
}),
|
|
1200
|
-
...(obj.credentialProviderConfigurations && {
|
|
1201
|
-
credentialProviderConfigurations: obj.credentialProviderConfigurations.map((item) => CredentialProviderConfigurationFilterSensitiveLog(item)),
|
|
1202
|
-
}),
|
|
1203
|
-
});
|
|
1204
|
-
export const GatewayTargetFilterSensitiveLog = (obj) => ({
|
|
1205
|
-
...obj,
|
|
1206
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1207
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1208
|
-
...(obj.targetConfiguration && {
|
|
1209
|
-
targetConfiguration: TargetConfigurationFilterSensitiveLog(obj.targetConfiguration),
|
|
1210
|
-
}),
|
|
1211
|
-
...(obj.credentialProviderConfigurations && {
|
|
1212
|
-
credentialProviderConfigurations: obj.credentialProviderConfigurations.map((item) => CredentialProviderConfigurationFilterSensitiveLog(item)),
|
|
1213
|
-
}),
|
|
1214
|
-
});
|
|
1215
|
-
export const GetGatewayTargetResponseFilterSensitiveLog = (obj) => ({
|
|
1216
|
-
...obj,
|
|
1217
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1218
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1219
|
-
...(obj.targetConfiguration && {
|
|
1220
|
-
targetConfiguration: TargetConfigurationFilterSensitiveLog(obj.targetConfiguration),
|
|
1221
|
-
}),
|
|
1222
|
-
...(obj.credentialProviderConfigurations && {
|
|
1223
|
-
credentialProviderConfigurations: obj.credentialProviderConfigurations.map((item) => CredentialProviderConfigurationFilterSensitiveLog(item)),
|
|
1224
|
-
}),
|
|
1225
|
-
});
|
|
1226
|
-
export const UpdateGatewayTargetRequestFilterSensitiveLog = (obj) => ({
|
|
1227
|
-
...obj,
|
|
1228
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1229
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1230
|
-
...(obj.targetConfiguration && {
|
|
1231
|
-
targetConfiguration: TargetConfigurationFilterSensitiveLog(obj.targetConfiguration),
|
|
1232
|
-
}),
|
|
1233
|
-
...(obj.credentialProviderConfigurations && {
|
|
1234
|
-
credentialProviderConfigurations: obj.credentialProviderConfigurations.map((item) => CredentialProviderConfigurationFilterSensitiveLog(item)),
|
|
1235
|
-
}),
|
|
1236
|
-
});
|
|
1237
|
-
export const UpdateGatewayTargetResponseFilterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1240
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1241
|
-
...(obj.targetConfiguration && {
|
|
1242
|
-
targetConfiguration: TargetConfigurationFilterSensitiveLog(obj.targetConfiguration),
|
|
1243
|
-
}),
|
|
1244
|
-
...(obj.credentialProviderConfigurations && {
|
|
1245
|
-
credentialProviderConfigurations: obj.credentialProviderConfigurations.map((item) => CredentialProviderConfigurationFilterSensitiveLog(item)),
|
|
1246
|
-
}),
|
|
1247
|
-
});
|
|
1248
|
-
export const SynchronizeGatewayTargetsResponseFilterSensitiveLog = (obj) => ({
|
|
1249
|
-
...obj,
|
|
1250
|
-
...(obj.targets && { targets: obj.targets.map((item) => GatewayTargetFilterSensitiveLog(item)) }),
|
|
1251
|
-
});
|