@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
|
@@ -180,7 +180,6 @@ export declare namespace Code {
|
|
|
180
180
|
s3: (value: S3Location) => T;
|
|
181
181
|
_: (name: string, value: any) => T;
|
|
182
182
|
}
|
|
183
|
-
const visit: <T>(value: Code, visitor: Visitor<T>) => T;
|
|
184
183
|
}
|
|
185
184
|
export interface CodeConfiguration {
|
|
186
185
|
code: Code | undefined;
|
|
@@ -215,7 +214,6 @@ export declare namespace AgentRuntimeArtifact {
|
|
|
215
214
|
codeConfiguration: (value: CodeConfiguration) => T;
|
|
216
215
|
_: (name: string, value: any) => T;
|
|
217
216
|
}
|
|
218
|
-
const visit: <T>(value: AgentRuntimeArtifact, visitor: Visitor<T>) => T;
|
|
219
217
|
}
|
|
220
218
|
export interface CustomJWTAuthorizerConfiguration {
|
|
221
219
|
discoveryUrl: string | undefined;
|
|
@@ -238,7 +236,6 @@ export declare namespace AuthorizerConfiguration {
|
|
|
238
236
|
customJWTAuthorizer: (value: CustomJWTAuthorizerConfiguration) => T;
|
|
239
237
|
_: (name: string, value: any) => T;
|
|
240
238
|
}
|
|
241
|
-
const visit: <T>(value: AuthorizerConfiguration, visitor: Visitor<T>) => T;
|
|
242
239
|
}
|
|
243
240
|
export interface LifecycleConfiguration {
|
|
244
241
|
idleRuntimeSessionTimeout?: number | undefined;
|
|
@@ -283,7 +280,6 @@ export declare namespace RequestHeaderConfiguration {
|
|
|
283
280
|
requestHeaderAllowlist: (value: string[]) => T;
|
|
284
281
|
_: (name: string, value: any) => T;
|
|
285
282
|
}
|
|
286
|
-
const visit: <T>(value: RequestHeaderConfiguration, visitor: Visitor<T>) => T;
|
|
287
283
|
}
|
|
288
284
|
export interface CreateAgentRuntimeRequest {
|
|
289
285
|
agentRuntimeName: string | undefined;
|
|
@@ -682,10 +678,6 @@ export declare namespace GatewayProtocolConfiguration {
|
|
|
682
678
|
mcp: (value: MCPGatewayConfiguration) => T;
|
|
683
679
|
_: (name: string, value: any) => T;
|
|
684
680
|
}
|
|
685
|
-
const visit: <T>(
|
|
686
|
-
value: GatewayProtocolConfiguration,
|
|
687
|
-
visitor: Visitor<T>
|
|
688
|
-
) => T;
|
|
689
681
|
}
|
|
690
682
|
export declare const GatewayProtocolType: {
|
|
691
683
|
readonly MCP: "MCP";
|
|
@@ -854,7 +846,6 @@ export declare namespace CredentialProvider {
|
|
|
854
846
|
apiKeyCredentialProvider: (value: GatewayApiKeyCredentialProvider) => T;
|
|
855
847
|
_: (name: string, value: any) => T;
|
|
856
848
|
}
|
|
857
|
-
const visit: <T>(value: CredentialProvider, visitor: Visitor<T>) => T;
|
|
858
849
|
}
|
|
859
850
|
export declare const CredentialProviderType: {
|
|
860
851
|
readonly API_KEY: "API_KEY";
|
|
@@ -908,7 +899,6 @@ export declare namespace ApiSchemaConfiguration {
|
|
|
908
899
|
inlinePayload: (value: string) => T;
|
|
909
900
|
_: (name: string, value: any) => T;
|
|
910
901
|
}
|
|
911
|
-
const visit: <T>(value: ApiSchemaConfiguration, visitor: Visitor<T>) => T;
|
|
912
902
|
}
|
|
913
903
|
export declare const TargetStatus: {
|
|
914
904
|
readonly CREATING: "CREATING";
|
|
@@ -1028,7 +1018,6 @@ export declare namespace TriggerConditionInput {
|
|
|
1028
1018
|
timeBasedTrigger: (value: TimeBasedTriggerInput) => T;
|
|
1029
1019
|
_: (name: string, value: any) => T;
|
|
1030
1020
|
}
|
|
1031
|
-
const visit: <T>(value: TriggerConditionInput, visitor: Visitor<T>) => T;
|
|
1032
1021
|
}
|
|
1033
1022
|
export interface SelfManagedConfigurationInput {
|
|
1034
1023
|
triggerConditions?: TriggerConditionInput[] | undefined;
|
|
@@ -1119,7 +1108,6 @@ export declare namespace CustomConfigurationInput {
|
|
|
1119
1108
|
selfManagedConfiguration: (value: SelfManagedConfigurationInput) => T;
|
|
1120
1109
|
_: (name: string, value: any) => T;
|
|
1121
1110
|
}
|
|
1122
|
-
const visit: <T>(value: CustomConfigurationInput, visitor: Visitor<T>) => T;
|
|
1123
1111
|
}
|
|
1124
1112
|
export interface CustomMemoryStrategyInput {
|
|
1125
1113
|
name: string | undefined;
|
|
@@ -1193,7 +1181,6 @@ export declare namespace MemoryStrategyInput {
|
|
|
1193
1181
|
customMemoryStrategy: (value: CustomMemoryStrategyInput) => T;
|
|
1194
1182
|
_: (name: string, value: any) => T;
|
|
1195
1183
|
}
|
|
1196
|
-
const visit: <T>(value: MemoryStrategyInput, visitor: Visitor<T>) => T;
|
|
1197
1184
|
}
|
|
1198
1185
|
export interface CreateMemoryInput {
|
|
1199
1186
|
clientToken?: string | undefined;
|
|
@@ -1262,10 +1249,6 @@ export declare namespace CustomConsolidationConfiguration {
|
|
|
1262
1249
|
) => T;
|
|
1263
1250
|
_: (name: string, value: any) => T;
|
|
1264
1251
|
}
|
|
1265
|
-
const visit: <T>(
|
|
1266
|
-
value: CustomConsolidationConfiguration,
|
|
1267
|
-
visitor: Visitor<T>
|
|
1268
|
-
) => T;
|
|
1269
1252
|
}
|
|
1270
1253
|
export type ConsolidationConfiguration =
|
|
1271
1254
|
| ConsolidationConfiguration.CustomConsolidationConfigurationMember
|
|
@@ -1285,7 +1268,6 @@ export declare namespace ConsolidationConfiguration {
|
|
|
1285
1268
|
) => T;
|
|
1286
1269
|
_: (name: string, value: any) => T;
|
|
1287
1270
|
}
|
|
1288
|
-
const visit: <T>(value: ConsolidationConfiguration, visitor: Visitor<T>) => T;
|
|
1289
1271
|
}
|
|
1290
1272
|
export interface SemanticExtractionOverride {
|
|
1291
1273
|
appendToPrompt: string | undefined;
|
|
@@ -1322,10 +1304,6 @@ export declare namespace CustomExtractionConfiguration {
|
|
|
1322
1304
|
) => T;
|
|
1323
1305
|
_: (name: string, value: any) => T;
|
|
1324
1306
|
}
|
|
1325
|
-
const visit: <T>(
|
|
1326
|
-
value: CustomExtractionConfiguration,
|
|
1327
|
-
visitor: Visitor<T>
|
|
1328
|
-
) => T;
|
|
1329
1307
|
}
|
|
1330
1308
|
export type ExtractionConfiguration =
|
|
1331
1309
|
| ExtractionConfiguration.CustomExtractionConfigurationMember
|
|
@@ -1343,7 +1321,6 @@ export declare namespace ExtractionConfiguration {
|
|
|
1343
1321
|
customExtractionConfiguration: (value: CustomExtractionConfiguration) => T;
|
|
1344
1322
|
_: (name: string, value: any) => T;
|
|
1345
1323
|
}
|
|
1346
|
-
const visit: <T>(value: ExtractionConfiguration, visitor: Visitor<T>) => T;
|
|
1347
1324
|
}
|
|
1348
1325
|
export interface InvocationConfiguration {
|
|
1349
1326
|
topicArn: string | undefined;
|
|
@@ -1394,7 +1371,6 @@ export declare namespace TriggerCondition {
|
|
|
1394
1371
|
timeBasedTrigger: (value: TimeBasedTrigger) => T;
|
|
1395
1372
|
_: (name: string, value: any) => T;
|
|
1396
1373
|
}
|
|
1397
|
-
const visit: <T>(value: TriggerCondition, visitor: Visitor<T>) => T;
|
|
1398
1374
|
}
|
|
1399
1375
|
export interface SelfManagedConfiguration {
|
|
1400
1376
|
triggerConditions: TriggerCondition[] | undefined;
|
|
@@ -1544,10 +1520,6 @@ export declare namespace CustomConsolidationConfigurationInput {
|
|
|
1544
1520
|
) => T;
|
|
1545
1521
|
_: (name: string, value: any) => T;
|
|
1546
1522
|
}
|
|
1547
|
-
const visit: <T>(
|
|
1548
|
-
value: CustomConsolidationConfigurationInput,
|
|
1549
|
-
visitor: Visitor<T>
|
|
1550
|
-
) => T;
|
|
1551
1523
|
}
|
|
1552
1524
|
export type ModifyConsolidationConfiguration =
|
|
1553
1525
|
| ModifyConsolidationConfiguration.CustomConsolidationConfigurationMember
|
|
@@ -1567,10 +1539,6 @@ export declare namespace ModifyConsolidationConfiguration {
|
|
|
1567
1539
|
) => T;
|
|
1568
1540
|
_: (name: string, value: any) => T;
|
|
1569
1541
|
}
|
|
1570
|
-
const visit: <T>(
|
|
1571
|
-
value: ModifyConsolidationConfiguration,
|
|
1572
|
-
visitor: Visitor<T>
|
|
1573
|
-
) => T;
|
|
1574
1542
|
}
|
|
1575
1543
|
export type CustomExtractionConfigurationInput =
|
|
1576
1544
|
| CustomExtractionConfigurationInput.SemanticExtractionOverrideMember
|
|
@@ -1601,10 +1569,6 @@ export declare namespace CustomExtractionConfigurationInput {
|
|
|
1601
1569
|
) => T;
|
|
1602
1570
|
_: (name: string, value: any) => T;
|
|
1603
1571
|
}
|
|
1604
|
-
const visit: <T>(
|
|
1605
|
-
value: CustomExtractionConfigurationInput,
|
|
1606
|
-
visitor: Visitor<T>
|
|
1607
|
-
) => T;
|
|
1608
1572
|
}
|
|
1609
1573
|
export type ModifyExtractionConfiguration =
|
|
1610
1574
|
| ModifyExtractionConfiguration.CustomExtractionConfigurationMember
|
|
@@ -1624,10 +1588,6 @@ export declare namespace ModifyExtractionConfiguration {
|
|
|
1624
1588
|
) => T;
|
|
1625
1589
|
_: (name: string, value: any) => T;
|
|
1626
1590
|
}
|
|
1627
|
-
const visit: <T>(
|
|
1628
|
-
value: ModifyExtractionConfiguration,
|
|
1629
|
-
visitor: Visitor<T>
|
|
1630
|
-
) => T;
|
|
1631
1591
|
}
|
|
1632
1592
|
export interface ModifyInvocationConfigurationInput {
|
|
1633
1593
|
topicArn?: string | undefined;
|
|
@@ -1732,7 +1692,6 @@ export declare namespace Oauth2Discovery {
|
|
|
1732
1692
|
) => T;
|
|
1733
1693
|
_: (name: string, value: any) => T;
|
|
1734
1694
|
}
|
|
1735
|
-
const visit: <T>(value: Oauth2Discovery, visitor: Visitor<T>) => T;
|
|
1736
1695
|
}
|
|
1737
1696
|
export interface CustomOauth2ProviderConfigInput {
|
|
1738
1697
|
oauthDiscovery: Oauth2Discovery | undefined;
|
|
@@ -1925,7 +1884,6 @@ export declare namespace Oauth2ProviderConfigInput {
|
|
|
1925
1884
|
) => T;
|
|
1926
1885
|
_: (name: string, value: any) => T;
|
|
1927
1886
|
}
|
|
1928
|
-
const visit: <T>(value: Oauth2ProviderConfigInput, visitor: Visitor<T>) => T;
|
|
1929
1887
|
}
|
|
1930
1888
|
export interface CreateOauth2CredentialProviderRequest {
|
|
1931
1889
|
name: string | undefined;
|
|
@@ -2123,7 +2081,6 @@ export declare namespace Oauth2ProviderConfigOutput {
|
|
|
2123
2081
|
) => T;
|
|
2124
2082
|
_: (name: string, value: any) => T;
|
|
2125
2083
|
}
|
|
2126
|
-
const visit: <T>(value: Oauth2ProviderConfigOutput, visitor: Visitor<T>) => T;
|
|
2127
2084
|
}
|
|
2128
2085
|
export interface CreateOauth2CredentialProviderResponse {
|
|
2129
2086
|
clientSecretArn: Secret | undefined;
|
|
@@ -2293,7 +2250,6 @@ export declare namespace ToolSchema {
|
|
|
2293
2250
|
inlinePayload: (value: ToolDefinition[]) => T;
|
|
2294
2251
|
_: (name: string, value: any) => T;
|
|
2295
2252
|
}
|
|
2296
|
-
const visit: <T>(value: ToolSchema, visitor: Visitor<T>) => T;
|
|
2297
2253
|
}
|
|
2298
2254
|
export interface McpLambdaTargetConfiguration {
|
|
2299
2255
|
lambdaArn: string | undefined;
|
|
@@ -2348,7 +2304,6 @@ export declare namespace McpTargetConfiguration {
|
|
|
2348
2304
|
mcpServer: (value: McpServerTargetConfiguration) => T;
|
|
2349
2305
|
_: (name: string, value: any) => T;
|
|
2350
2306
|
}
|
|
2351
|
-
const visit: <T>(value: McpTargetConfiguration, visitor: Visitor<T>) => T;
|
|
2352
2307
|
}
|
|
2353
2308
|
export type TargetConfiguration =
|
|
2354
2309
|
| TargetConfiguration.McpMember
|
|
@@ -2366,7 +2321,6 @@ export declare namespace TargetConfiguration {
|
|
|
2366
2321
|
mcp: (value: McpTargetConfiguration) => T;
|
|
2367
2322
|
_: (name: string, value: any) => T;
|
|
2368
2323
|
}
|
|
2369
|
-
const visit: <T>(value: TargetConfiguration, visitor: Visitor<T>) => T;
|
|
2370
2324
|
}
|
|
2371
2325
|
export interface CreateGatewayTargetRequest {
|
|
2372
2326
|
gatewayIdentifier: string | undefined;
|
|
@@ -2451,290 +2405,3 @@ export interface UpdateGatewayTargetResponse {
|
|
|
2451
2405
|
export interface SynchronizeGatewayTargetsResponse {
|
|
2452
2406
|
targets?: GatewayTarget[] | undefined;
|
|
2453
2407
|
}
|
|
2454
|
-
export declare const CreateAgentRuntimeEndpointRequestFilterSensitiveLog: (
|
|
2455
|
-
obj: CreateAgentRuntimeEndpointRequest
|
|
2456
|
-
) => any;
|
|
2457
|
-
export declare const CreateAgentRuntimeEndpointResponseFilterSensitiveLog: (
|
|
2458
|
-
obj: CreateAgentRuntimeEndpointResponse
|
|
2459
|
-
) => any;
|
|
2460
|
-
export declare const DeleteAgentRuntimeEndpointRequestFilterSensitiveLog: (
|
|
2461
|
-
obj: DeleteAgentRuntimeEndpointRequest
|
|
2462
|
-
) => any;
|
|
2463
|
-
export declare const DeleteAgentRuntimeEndpointResponseFilterSensitiveLog: (
|
|
2464
|
-
obj: DeleteAgentRuntimeEndpointResponse
|
|
2465
|
-
) => any;
|
|
2466
|
-
export declare const GetAgentRuntimeEndpointRequestFilterSensitiveLog: (
|
|
2467
|
-
obj: GetAgentRuntimeEndpointRequest
|
|
2468
|
-
) => any;
|
|
2469
|
-
export declare const GetAgentRuntimeEndpointResponseFilterSensitiveLog: (
|
|
2470
|
-
obj: GetAgentRuntimeEndpointResponse
|
|
2471
|
-
) => any;
|
|
2472
|
-
export declare const AgentRuntimeEndpointFilterSensitiveLog: (
|
|
2473
|
-
obj: AgentRuntimeEndpoint
|
|
2474
|
-
) => any;
|
|
2475
|
-
export declare const ListAgentRuntimeEndpointsResponseFilterSensitiveLog: (
|
|
2476
|
-
obj: ListAgentRuntimeEndpointsResponse
|
|
2477
|
-
) => any;
|
|
2478
|
-
export declare const UpdateAgentRuntimeEndpointRequestFilterSensitiveLog: (
|
|
2479
|
-
obj: UpdateAgentRuntimeEndpointRequest
|
|
2480
|
-
) => any;
|
|
2481
|
-
export declare const CreateAgentRuntimeRequestFilterSensitiveLog: (
|
|
2482
|
-
obj: CreateAgentRuntimeRequest
|
|
2483
|
-
) => any;
|
|
2484
|
-
export declare const GetAgentRuntimeResponseFilterSensitiveLog: (
|
|
2485
|
-
obj: GetAgentRuntimeResponse
|
|
2486
|
-
) => any;
|
|
2487
|
-
export declare const AgentRuntimeFilterSensitiveLog: (obj: AgentRuntime) => any;
|
|
2488
|
-
export declare const ListAgentRuntimesResponseFilterSensitiveLog: (
|
|
2489
|
-
obj: ListAgentRuntimesResponse
|
|
2490
|
-
) => any;
|
|
2491
|
-
export declare const ListAgentRuntimeVersionsResponseFilterSensitiveLog: (
|
|
2492
|
-
obj: ListAgentRuntimeVersionsResponse
|
|
2493
|
-
) => any;
|
|
2494
|
-
export declare const UpdateAgentRuntimeRequestFilterSensitiveLog: (
|
|
2495
|
-
obj: UpdateAgentRuntimeRequest
|
|
2496
|
-
) => any;
|
|
2497
|
-
export declare const CreateApiKeyCredentialProviderRequestFilterSensitiveLog: (
|
|
2498
|
-
obj: CreateApiKeyCredentialProviderRequest
|
|
2499
|
-
) => any;
|
|
2500
|
-
export declare const UpdateApiKeyCredentialProviderRequestFilterSensitiveLog: (
|
|
2501
|
-
obj: UpdateApiKeyCredentialProviderRequest
|
|
2502
|
-
) => any;
|
|
2503
|
-
export declare const CreateBrowserRequestFilterSensitiveLog: (
|
|
2504
|
-
obj: CreateBrowserRequest
|
|
2505
|
-
) => any;
|
|
2506
|
-
export declare const GetBrowserResponseFilterSensitiveLog: (
|
|
2507
|
-
obj: GetBrowserResponse
|
|
2508
|
-
) => any;
|
|
2509
|
-
export declare const BrowserSummaryFilterSensitiveLog: (
|
|
2510
|
-
obj: BrowserSummary
|
|
2511
|
-
) => any;
|
|
2512
|
-
export declare const ListBrowsersResponseFilterSensitiveLog: (
|
|
2513
|
-
obj: ListBrowsersResponse
|
|
2514
|
-
) => any;
|
|
2515
|
-
export declare const CreateCodeInterpreterRequestFilterSensitiveLog: (
|
|
2516
|
-
obj: CreateCodeInterpreterRequest
|
|
2517
|
-
) => any;
|
|
2518
|
-
export declare const GetCodeInterpreterResponseFilterSensitiveLog: (
|
|
2519
|
-
obj: GetCodeInterpreterResponse
|
|
2520
|
-
) => any;
|
|
2521
|
-
export declare const CodeInterpreterSummaryFilterSensitiveLog: (
|
|
2522
|
-
obj: CodeInterpreterSummary
|
|
2523
|
-
) => any;
|
|
2524
|
-
export declare const ListCodeInterpretersResponseFilterSensitiveLog: (
|
|
2525
|
-
obj: ListCodeInterpretersResponse
|
|
2526
|
-
) => any;
|
|
2527
|
-
export declare const CreateGatewayRequestFilterSensitiveLog: (
|
|
2528
|
-
obj: CreateGatewayRequest
|
|
2529
|
-
) => any;
|
|
2530
|
-
export declare const CreateGatewayResponseFilterSensitiveLog: (
|
|
2531
|
-
obj: CreateGatewayResponse
|
|
2532
|
-
) => any;
|
|
2533
|
-
export declare const GetGatewayResponseFilterSensitiveLog: (
|
|
2534
|
-
obj: GetGatewayResponse
|
|
2535
|
-
) => any;
|
|
2536
|
-
export declare const GatewaySummaryFilterSensitiveLog: (
|
|
2537
|
-
obj: GatewaySummary
|
|
2538
|
-
) => any;
|
|
2539
|
-
export declare const ListGatewaysResponseFilterSensitiveLog: (
|
|
2540
|
-
obj: ListGatewaysResponse
|
|
2541
|
-
) => any;
|
|
2542
|
-
export declare const UpdateGatewayRequestFilterSensitiveLog: (
|
|
2543
|
-
obj: UpdateGatewayRequest
|
|
2544
|
-
) => any;
|
|
2545
|
-
export declare const UpdateGatewayResponseFilterSensitiveLog: (
|
|
2546
|
-
obj: UpdateGatewayResponse
|
|
2547
|
-
) => any;
|
|
2548
|
-
export declare const OAuthCredentialProviderFilterSensitiveLog: (
|
|
2549
|
-
obj: OAuthCredentialProvider
|
|
2550
|
-
) => any;
|
|
2551
|
-
export declare const CredentialProviderFilterSensitiveLog: (
|
|
2552
|
-
obj: CredentialProvider
|
|
2553
|
-
) => any;
|
|
2554
|
-
export declare const CredentialProviderConfigurationFilterSensitiveLog: (
|
|
2555
|
-
obj: CredentialProviderConfiguration
|
|
2556
|
-
) => any;
|
|
2557
|
-
export declare const ApiSchemaConfigurationFilterSensitiveLog: (
|
|
2558
|
-
obj: ApiSchemaConfiguration
|
|
2559
|
-
) => any;
|
|
2560
|
-
export declare const TargetSummaryFilterSensitiveLog: (
|
|
2561
|
-
obj: TargetSummary
|
|
2562
|
-
) => any;
|
|
2563
|
-
export declare const ListGatewayTargetsResponseFilterSensitiveLog: (
|
|
2564
|
-
obj: ListGatewayTargetsResponse
|
|
2565
|
-
) => any;
|
|
2566
|
-
export declare const SemanticOverrideConsolidationConfigurationInputFilterSensitiveLog: (
|
|
2567
|
-
obj: SemanticOverrideConsolidationConfigurationInput
|
|
2568
|
-
) => any;
|
|
2569
|
-
export declare const SemanticOverrideExtractionConfigurationInputFilterSensitiveLog: (
|
|
2570
|
-
obj: SemanticOverrideExtractionConfigurationInput
|
|
2571
|
-
) => any;
|
|
2572
|
-
export declare const SemanticOverrideConfigurationInputFilterSensitiveLog: (
|
|
2573
|
-
obj: SemanticOverrideConfigurationInput
|
|
2574
|
-
) => any;
|
|
2575
|
-
export declare const SummaryOverrideConsolidationConfigurationInputFilterSensitiveLog: (
|
|
2576
|
-
obj: SummaryOverrideConsolidationConfigurationInput
|
|
2577
|
-
) => any;
|
|
2578
|
-
export declare const SummaryOverrideConfigurationInputFilterSensitiveLog: (
|
|
2579
|
-
obj: SummaryOverrideConfigurationInput
|
|
2580
|
-
) => any;
|
|
2581
|
-
export declare const UserPreferenceOverrideConsolidationConfigurationInputFilterSensitiveLog: (
|
|
2582
|
-
obj: UserPreferenceOverrideConsolidationConfigurationInput
|
|
2583
|
-
) => any;
|
|
2584
|
-
export declare const UserPreferenceOverrideExtractionConfigurationInputFilterSensitiveLog: (
|
|
2585
|
-
obj: UserPreferenceOverrideExtractionConfigurationInput
|
|
2586
|
-
) => any;
|
|
2587
|
-
export declare const UserPreferenceOverrideConfigurationInputFilterSensitiveLog: (
|
|
2588
|
-
obj: UserPreferenceOverrideConfigurationInput
|
|
2589
|
-
) => any;
|
|
2590
|
-
export declare const CustomConfigurationInputFilterSensitiveLog: (
|
|
2591
|
-
obj: CustomConfigurationInput
|
|
2592
|
-
) => any;
|
|
2593
|
-
export declare const CustomMemoryStrategyInputFilterSensitiveLog: (
|
|
2594
|
-
obj: CustomMemoryStrategyInput
|
|
2595
|
-
) => any;
|
|
2596
|
-
export declare const SemanticMemoryStrategyInputFilterSensitiveLog: (
|
|
2597
|
-
obj: SemanticMemoryStrategyInput
|
|
2598
|
-
) => any;
|
|
2599
|
-
export declare const SummaryMemoryStrategyInputFilterSensitiveLog: (
|
|
2600
|
-
obj: SummaryMemoryStrategyInput
|
|
2601
|
-
) => any;
|
|
2602
|
-
export declare const UserPreferenceMemoryStrategyInputFilterSensitiveLog: (
|
|
2603
|
-
obj: UserPreferenceMemoryStrategyInput
|
|
2604
|
-
) => any;
|
|
2605
|
-
export declare const MemoryStrategyInputFilterSensitiveLog: (
|
|
2606
|
-
obj: MemoryStrategyInput
|
|
2607
|
-
) => any;
|
|
2608
|
-
export declare const CreateMemoryInputFilterSensitiveLog: (
|
|
2609
|
-
obj: CreateMemoryInput
|
|
2610
|
-
) => any;
|
|
2611
|
-
export declare const SemanticConsolidationOverrideFilterSensitiveLog: (
|
|
2612
|
-
obj: SemanticConsolidationOverride
|
|
2613
|
-
) => any;
|
|
2614
|
-
export declare const SummaryConsolidationOverrideFilterSensitiveLog: (
|
|
2615
|
-
obj: SummaryConsolidationOverride
|
|
2616
|
-
) => any;
|
|
2617
|
-
export declare const UserPreferenceConsolidationOverrideFilterSensitiveLog: (
|
|
2618
|
-
obj: UserPreferenceConsolidationOverride
|
|
2619
|
-
) => any;
|
|
2620
|
-
export declare const CustomConsolidationConfigurationFilterSensitiveLog: (
|
|
2621
|
-
obj: CustomConsolidationConfiguration
|
|
2622
|
-
) => any;
|
|
2623
|
-
export declare const ConsolidationConfigurationFilterSensitiveLog: (
|
|
2624
|
-
obj: ConsolidationConfiguration
|
|
2625
|
-
) => any;
|
|
2626
|
-
export declare const SemanticExtractionOverrideFilterSensitiveLog: (
|
|
2627
|
-
obj: SemanticExtractionOverride
|
|
2628
|
-
) => any;
|
|
2629
|
-
export declare const UserPreferenceExtractionOverrideFilterSensitiveLog: (
|
|
2630
|
-
obj: UserPreferenceExtractionOverride
|
|
2631
|
-
) => any;
|
|
2632
|
-
export declare const CustomExtractionConfigurationFilterSensitiveLog: (
|
|
2633
|
-
obj: CustomExtractionConfiguration
|
|
2634
|
-
) => any;
|
|
2635
|
-
export declare const ExtractionConfigurationFilterSensitiveLog: (
|
|
2636
|
-
obj: ExtractionConfiguration
|
|
2637
|
-
) => any;
|
|
2638
|
-
export declare const StrategyConfigurationFilterSensitiveLog: (
|
|
2639
|
-
obj: StrategyConfiguration
|
|
2640
|
-
) => any;
|
|
2641
|
-
export declare const MemoryStrategyFilterSensitiveLog: (
|
|
2642
|
-
obj: MemoryStrategy
|
|
2643
|
-
) => any;
|
|
2644
|
-
export declare const MemoryFilterSensitiveLog: (obj: Memory) => any;
|
|
2645
|
-
export declare const CreateMemoryOutputFilterSensitiveLog: (
|
|
2646
|
-
obj: CreateMemoryOutput
|
|
2647
|
-
) => any;
|
|
2648
|
-
export declare const GetMemoryOutputFilterSensitiveLog: (
|
|
2649
|
-
obj: GetMemoryOutput
|
|
2650
|
-
) => any;
|
|
2651
|
-
export declare const CustomConsolidationConfigurationInputFilterSensitiveLog: (
|
|
2652
|
-
obj: CustomConsolidationConfigurationInput
|
|
2653
|
-
) => any;
|
|
2654
|
-
export declare const ModifyConsolidationConfigurationFilterSensitiveLog: (
|
|
2655
|
-
obj: ModifyConsolidationConfiguration
|
|
2656
|
-
) => any;
|
|
2657
|
-
export declare const CustomExtractionConfigurationInputFilterSensitiveLog: (
|
|
2658
|
-
obj: CustomExtractionConfigurationInput
|
|
2659
|
-
) => any;
|
|
2660
|
-
export declare const ModifyExtractionConfigurationFilterSensitiveLog: (
|
|
2661
|
-
obj: ModifyExtractionConfiguration
|
|
2662
|
-
) => any;
|
|
2663
|
-
export declare const ModifyStrategyConfigurationFilterSensitiveLog: (
|
|
2664
|
-
obj: ModifyStrategyConfiguration
|
|
2665
|
-
) => any;
|
|
2666
|
-
export declare const ModifyMemoryStrategyInputFilterSensitiveLog: (
|
|
2667
|
-
obj: ModifyMemoryStrategyInput
|
|
2668
|
-
) => any;
|
|
2669
|
-
export declare const ModifyMemoryStrategiesFilterSensitiveLog: (
|
|
2670
|
-
obj: ModifyMemoryStrategies
|
|
2671
|
-
) => any;
|
|
2672
|
-
export declare const UpdateMemoryInputFilterSensitiveLog: (
|
|
2673
|
-
obj: UpdateMemoryInput
|
|
2674
|
-
) => any;
|
|
2675
|
-
export declare const UpdateMemoryOutputFilterSensitiveLog: (
|
|
2676
|
-
obj: UpdateMemoryOutput
|
|
2677
|
-
) => any;
|
|
2678
|
-
export declare const AtlassianOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2679
|
-
obj: AtlassianOauth2ProviderConfigInput
|
|
2680
|
-
) => any;
|
|
2681
|
-
export declare const CustomOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2682
|
-
obj: CustomOauth2ProviderConfigInput
|
|
2683
|
-
) => any;
|
|
2684
|
-
export declare const GithubOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2685
|
-
obj: GithubOauth2ProviderConfigInput
|
|
2686
|
-
) => any;
|
|
2687
|
-
export declare const GoogleOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2688
|
-
obj: GoogleOauth2ProviderConfigInput
|
|
2689
|
-
) => any;
|
|
2690
|
-
export declare const IncludedOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2691
|
-
obj: IncludedOauth2ProviderConfigInput
|
|
2692
|
-
) => any;
|
|
2693
|
-
export declare const LinkedinOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2694
|
-
obj: LinkedinOauth2ProviderConfigInput
|
|
2695
|
-
) => any;
|
|
2696
|
-
export declare const MicrosoftOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2697
|
-
obj: MicrosoftOauth2ProviderConfigInput
|
|
2698
|
-
) => any;
|
|
2699
|
-
export declare const SalesforceOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2700
|
-
obj: SalesforceOauth2ProviderConfigInput
|
|
2701
|
-
) => any;
|
|
2702
|
-
export declare const SlackOauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2703
|
-
obj: SlackOauth2ProviderConfigInput
|
|
2704
|
-
) => any;
|
|
2705
|
-
export declare const Oauth2ProviderConfigInputFilterSensitiveLog: (
|
|
2706
|
-
obj: Oauth2ProviderConfigInput
|
|
2707
|
-
) => any;
|
|
2708
|
-
export declare const CreateOauth2CredentialProviderRequestFilterSensitiveLog: (
|
|
2709
|
-
obj: CreateOauth2CredentialProviderRequest
|
|
2710
|
-
) => any;
|
|
2711
|
-
export declare const UpdateOauth2CredentialProviderRequestFilterSensitiveLog: (
|
|
2712
|
-
obj: UpdateOauth2CredentialProviderRequest
|
|
2713
|
-
) => any;
|
|
2714
|
-
export declare const McpTargetConfigurationFilterSensitiveLog: (
|
|
2715
|
-
obj: McpTargetConfiguration
|
|
2716
|
-
) => any;
|
|
2717
|
-
export declare const TargetConfigurationFilterSensitiveLog: (
|
|
2718
|
-
obj: TargetConfiguration
|
|
2719
|
-
) => any;
|
|
2720
|
-
export declare const CreateGatewayTargetRequestFilterSensitiveLog: (
|
|
2721
|
-
obj: CreateGatewayTargetRequest
|
|
2722
|
-
) => any;
|
|
2723
|
-
export declare const CreateGatewayTargetResponseFilterSensitiveLog: (
|
|
2724
|
-
obj: CreateGatewayTargetResponse
|
|
2725
|
-
) => any;
|
|
2726
|
-
export declare const GatewayTargetFilterSensitiveLog: (
|
|
2727
|
-
obj: GatewayTarget
|
|
2728
|
-
) => any;
|
|
2729
|
-
export declare const GetGatewayTargetResponseFilterSensitiveLog: (
|
|
2730
|
-
obj: GetGatewayTargetResponse
|
|
2731
|
-
) => any;
|
|
2732
|
-
export declare const UpdateGatewayTargetRequestFilterSensitiveLog: (
|
|
2733
|
-
obj: UpdateGatewayTargetRequest
|
|
2734
|
-
) => any;
|
|
2735
|
-
export declare const UpdateGatewayTargetResponseFilterSensitiveLog: (
|
|
2736
|
-
obj: UpdateGatewayTargetResponse
|
|
2737
|
-
) => any;
|
|
2738
|
-
export declare const SynchronizeGatewayTargetsResponseFilterSensitiveLog: (
|
|
2739
|
-
obj: SynchronizeGatewayTargetsResponse
|
|
2740
|
-
) => any;
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockAgentCoreControlHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|