@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
|
@@ -543,11 +543,14 @@ export declare namespace Code {
|
|
|
543
543
|
s3?: never;
|
|
544
544
|
$unknown: [string, any];
|
|
545
545
|
}
|
|
546
|
+
/**
|
|
547
|
+
* @deprecated unused in schema-serde mode.
|
|
548
|
+
*
|
|
549
|
+
*/
|
|
546
550
|
interface Visitor<T> {
|
|
547
551
|
s3: (value: S3Location) => T;
|
|
548
552
|
_: (name: string, value: any) => T;
|
|
549
553
|
}
|
|
550
|
-
const visit: <T>(value: Code, visitor: Visitor<T>) => T;
|
|
551
554
|
}
|
|
552
555
|
/**
|
|
553
556
|
* <p>The configuration for the source code that defines how the agent runtime code should be executed, including the code location, runtime environment, and entry point.</p>
|
|
@@ -616,12 +619,15 @@ export declare namespace AgentRuntimeArtifact {
|
|
|
616
619
|
codeConfiguration?: never;
|
|
617
620
|
$unknown: [string, any];
|
|
618
621
|
}
|
|
622
|
+
/**
|
|
623
|
+
* @deprecated unused in schema-serde mode.
|
|
624
|
+
*
|
|
625
|
+
*/
|
|
619
626
|
interface Visitor<T> {
|
|
620
627
|
containerConfiguration: (value: ContainerConfiguration) => T;
|
|
621
628
|
codeConfiguration: (value: CodeConfiguration) => T;
|
|
622
629
|
_: (name: string, value: any) => T;
|
|
623
630
|
}
|
|
624
|
-
const visit: <T>(value: AgentRuntimeArtifact, visitor: Visitor<T>) => T;
|
|
625
631
|
}
|
|
626
632
|
/**
|
|
627
633
|
* <p>Configuration for inbound JWT-based authorization, specifying how incoming requests should be authenticated.</p>
|
|
@@ -668,11 +674,14 @@ export declare namespace AuthorizerConfiguration {
|
|
|
668
674
|
customJWTAuthorizer?: never;
|
|
669
675
|
$unknown: [string, any];
|
|
670
676
|
}
|
|
677
|
+
/**
|
|
678
|
+
* @deprecated unused in schema-serde mode.
|
|
679
|
+
*
|
|
680
|
+
*/
|
|
671
681
|
interface Visitor<T> {
|
|
672
682
|
customJWTAuthorizer: (value: CustomJWTAuthorizerConfiguration) => T;
|
|
673
683
|
_: (name: string, value: any) => T;
|
|
674
684
|
}
|
|
675
|
-
const visit: <T>(value: AuthorizerConfiguration, visitor: Visitor<T>) => T;
|
|
676
685
|
}
|
|
677
686
|
/**
|
|
678
687
|
* <p>LifecycleConfiguration lets you manage the lifecycle of runtime sessions and resources in AgentCore Runtime. This configuration helps optimize resource utilization by automatically cleaning up idle sessions and preventing long-running instances from consuming resources indefinitely.</p>
|
|
@@ -782,11 +791,14 @@ export declare namespace RequestHeaderConfiguration {
|
|
|
782
791
|
requestHeaderAllowlist?: never;
|
|
783
792
|
$unknown: [string, any];
|
|
784
793
|
}
|
|
794
|
+
/**
|
|
795
|
+
* @deprecated unused in schema-serde mode.
|
|
796
|
+
*
|
|
797
|
+
*/
|
|
785
798
|
interface Visitor<T> {
|
|
786
799
|
requestHeaderAllowlist: (value: string[]) => T;
|
|
787
800
|
_: (name: string, value: any) => T;
|
|
788
801
|
}
|
|
789
|
-
const visit: <T>(value: RequestHeaderConfiguration, visitor: Visitor<T>) => T;
|
|
790
802
|
}
|
|
791
803
|
/**
|
|
792
804
|
* @public
|
|
@@ -2221,11 +2233,14 @@ export declare namespace GatewayProtocolConfiguration {
|
|
|
2221
2233
|
mcp?: never;
|
|
2222
2234
|
$unknown: [string, any];
|
|
2223
2235
|
}
|
|
2236
|
+
/**
|
|
2237
|
+
* @deprecated unused in schema-serde mode.
|
|
2238
|
+
*
|
|
2239
|
+
*/
|
|
2224
2240
|
interface Visitor<T> {
|
|
2225
2241
|
mcp: (value: MCPGatewayConfiguration) => T;
|
|
2226
2242
|
_: (name: string, value: any) => T;
|
|
2227
2243
|
}
|
|
2228
|
-
const visit: <T>(value: GatewayProtocolConfiguration, visitor: Visitor<T>) => T;
|
|
2229
2244
|
}
|
|
2230
2245
|
/**
|
|
2231
2246
|
* @public
|
|
@@ -2849,12 +2864,15 @@ export declare namespace CredentialProvider {
|
|
|
2849
2864
|
apiKeyCredentialProvider?: never;
|
|
2850
2865
|
$unknown: [string, any];
|
|
2851
2866
|
}
|
|
2867
|
+
/**
|
|
2868
|
+
* @deprecated unused in schema-serde mode.
|
|
2869
|
+
*
|
|
2870
|
+
*/
|
|
2852
2871
|
interface Visitor<T> {
|
|
2853
2872
|
oauthCredentialProvider: (value: OAuthCredentialProvider) => T;
|
|
2854
2873
|
apiKeyCredentialProvider: (value: GatewayApiKeyCredentialProvider) => T;
|
|
2855
2874
|
_: (name: string, value: any) => T;
|
|
2856
2875
|
}
|
|
2857
|
-
const visit: <T>(value: CredentialProvider, visitor: Visitor<T>) => T;
|
|
2858
2876
|
}
|
|
2859
2877
|
/**
|
|
2860
2878
|
* @public
|
|
@@ -2963,12 +2981,15 @@ export declare namespace ApiSchemaConfiguration {
|
|
|
2963
2981
|
inlinePayload?: never;
|
|
2964
2982
|
$unknown: [string, any];
|
|
2965
2983
|
}
|
|
2984
|
+
/**
|
|
2985
|
+
* @deprecated unused in schema-serde mode.
|
|
2986
|
+
*
|
|
2987
|
+
*/
|
|
2966
2988
|
interface Visitor<T> {
|
|
2967
2989
|
s3: (value: S3Configuration) => T;
|
|
2968
2990
|
inlinePayload: (value: string) => T;
|
|
2969
2991
|
_: (name: string, value: any) => T;
|
|
2970
2992
|
}
|
|
2971
|
-
const visit: <T>(value: ApiSchemaConfiguration, visitor: Visitor<T>) => T;
|
|
2972
2993
|
}
|
|
2973
2994
|
/**
|
|
2974
2995
|
* @public
|
|
@@ -3304,13 +3325,16 @@ export declare namespace TriggerConditionInput {
|
|
|
3304
3325
|
timeBasedTrigger?: never;
|
|
3305
3326
|
$unknown: [string, any];
|
|
3306
3327
|
}
|
|
3328
|
+
/**
|
|
3329
|
+
* @deprecated unused in schema-serde mode.
|
|
3330
|
+
*
|
|
3331
|
+
*/
|
|
3307
3332
|
interface Visitor<T> {
|
|
3308
3333
|
messageBasedTrigger: (value: MessageBasedTriggerInput) => T;
|
|
3309
3334
|
tokenBasedTrigger: (value: TokenBasedTriggerInput) => T;
|
|
3310
3335
|
timeBasedTrigger: (value: TimeBasedTriggerInput) => T;
|
|
3311
3336
|
_: (name: string, value: any) => T;
|
|
3312
3337
|
}
|
|
3313
|
-
const visit: <T>(value: TriggerConditionInput, visitor: Visitor<T>) => T;
|
|
3314
3338
|
}
|
|
3315
3339
|
/**
|
|
3316
3340
|
* <p>Input configuration for a self-managed memory strategy.</p>
|
|
@@ -3519,6 +3543,10 @@ export declare namespace CustomConfigurationInput {
|
|
|
3519
3543
|
selfManagedConfiguration?: never;
|
|
3520
3544
|
$unknown: [string, any];
|
|
3521
3545
|
}
|
|
3546
|
+
/**
|
|
3547
|
+
* @deprecated unused in schema-serde mode.
|
|
3548
|
+
*
|
|
3549
|
+
*/
|
|
3522
3550
|
interface Visitor<T> {
|
|
3523
3551
|
semanticOverride: (value: SemanticOverrideConfigurationInput) => T;
|
|
3524
3552
|
summaryOverride: (value: SummaryOverrideConfigurationInput) => T;
|
|
@@ -3526,7 +3554,6 @@ export declare namespace CustomConfigurationInput {
|
|
|
3526
3554
|
selfManagedConfiguration: (value: SelfManagedConfigurationInput) => T;
|
|
3527
3555
|
_: (name: string, value: any) => T;
|
|
3528
3556
|
}
|
|
3529
|
-
const visit: <T>(value: CustomConfigurationInput, visitor: Visitor<T>) => T;
|
|
3530
3557
|
}
|
|
3531
3558
|
/**
|
|
3532
3559
|
* <p>Input for creating a custom memory strategy.</p>
|
|
@@ -3680,6 +3707,10 @@ export declare namespace MemoryStrategyInput {
|
|
|
3680
3707
|
customMemoryStrategy?: never;
|
|
3681
3708
|
$unknown: [string, any];
|
|
3682
3709
|
}
|
|
3710
|
+
/**
|
|
3711
|
+
* @deprecated unused in schema-serde mode.
|
|
3712
|
+
*
|
|
3713
|
+
*/
|
|
3683
3714
|
interface Visitor<T> {
|
|
3684
3715
|
semanticMemoryStrategy: (value: SemanticMemoryStrategyInput) => T;
|
|
3685
3716
|
summaryMemoryStrategy: (value: SummaryMemoryStrategyInput) => T;
|
|
@@ -3687,7 +3718,6 @@ export declare namespace MemoryStrategyInput {
|
|
|
3687
3718
|
customMemoryStrategy: (value: CustomMemoryStrategyInput) => T;
|
|
3688
3719
|
_: (name: string, value: any) => T;
|
|
3689
3720
|
}
|
|
3690
|
-
const visit: <T>(value: MemoryStrategyInput, visitor: Visitor<T>) => T;
|
|
3691
3721
|
}
|
|
3692
3722
|
/**
|
|
3693
3723
|
* @public
|
|
@@ -3844,13 +3874,16 @@ export declare namespace CustomConsolidationConfiguration {
|
|
|
3844
3874
|
userPreferenceConsolidationOverride?: never;
|
|
3845
3875
|
$unknown: [string, any];
|
|
3846
3876
|
}
|
|
3877
|
+
/**
|
|
3878
|
+
* @deprecated unused in schema-serde mode.
|
|
3879
|
+
*
|
|
3880
|
+
*/
|
|
3847
3881
|
interface Visitor<T> {
|
|
3848
3882
|
semanticConsolidationOverride: (value: SemanticConsolidationOverride) => T;
|
|
3849
3883
|
summaryConsolidationOverride: (value: SummaryConsolidationOverride) => T;
|
|
3850
3884
|
userPreferenceConsolidationOverride: (value: UserPreferenceConsolidationOverride) => T;
|
|
3851
3885
|
_: (name: string, value: any) => T;
|
|
3852
3886
|
}
|
|
3853
|
-
const visit: <T>(value: CustomConsolidationConfiguration, visitor: Visitor<T>) => T;
|
|
3854
3887
|
}
|
|
3855
3888
|
/**
|
|
3856
3889
|
* <p>Contains consolidation configuration information for a memory strategy.</p>
|
|
@@ -3876,11 +3909,14 @@ export declare namespace ConsolidationConfiguration {
|
|
|
3876
3909
|
customConsolidationConfiguration?: never;
|
|
3877
3910
|
$unknown: [string, any];
|
|
3878
3911
|
}
|
|
3912
|
+
/**
|
|
3913
|
+
* @deprecated unused in schema-serde mode.
|
|
3914
|
+
*
|
|
3915
|
+
*/
|
|
3879
3916
|
interface Visitor<T> {
|
|
3880
3917
|
customConsolidationConfiguration: (value: CustomConsolidationConfiguration) => T;
|
|
3881
3918
|
_: (name: string, value: any) => T;
|
|
3882
3919
|
}
|
|
3883
|
-
const visit: <T>(value: ConsolidationConfiguration, visitor: Visitor<T>) => T;
|
|
3884
3920
|
}
|
|
3885
3921
|
/**
|
|
3886
3922
|
* <p>Contains semantic extraction override configuration.</p>
|
|
@@ -3949,12 +3985,15 @@ export declare namespace CustomExtractionConfiguration {
|
|
|
3949
3985
|
userPreferenceExtractionOverride?: never;
|
|
3950
3986
|
$unknown: [string, any];
|
|
3951
3987
|
}
|
|
3988
|
+
/**
|
|
3989
|
+
* @deprecated unused in schema-serde mode.
|
|
3990
|
+
*
|
|
3991
|
+
*/
|
|
3952
3992
|
interface Visitor<T> {
|
|
3953
3993
|
semanticExtractionOverride: (value: SemanticExtractionOverride) => T;
|
|
3954
3994
|
userPreferenceExtractionOverride: (value: UserPreferenceExtractionOverride) => T;
|
|
3955
3995
|
_: (name: string, value: any) => T;
|
|
3956
3996
|
}
|
|
3957
|
-
const visit: <T>(value: CustomExtractionConfiguration, visitor: Visitor<T>) => T;
|
|
3958
3997
|
}
|
|
3959
3998
|
/**
|
|
3960
3999
|
* <p>Contains extraction configuration information for a memory strategy.</p>
|
|
@@ -3980,11 +4019,14 @@ export declare namespace ExtractionConfiguration {
|
|
|
3980
4019
|
customExtractionConfiguration?: never;
|
|
3981
4020
|
$unknown: [string, any];
|
|
3982
4021
|
}
|
|
4022
|
+
/**
|
|
4023
|
+
* @deprecated unused in schema-serde mode.
|
|
4024
|
+
*
|
|
4025
|
+
*/
|
|
3983
4026
|
interface Visitor<T> {
|
|
3984
4027
|
customExtractionConfiguration: (value: CustomExtractionConfiguration) => T;
|
|
3985
4028
|
_: (name: string, value: any) => T;
|
|
3986
4029
|
}
|
|
3987
|
-
const visit: <T>(value: ExtractionConfiguration, visitor: Visitor<T>) => T;
|
|
3988
4030
|
}
|
|
3989
4031
|
/**
|
|
3990
4032
|
* <p>The configuration to invoke a self-managed memory processing pipeline with.</p>
|
|
@@ -4083,13 +4125,16 @@ export declare namespace TriggerCondition {
|
|
|
4083
4125
|
timeBasedTrigger?: never;
|
|
4084
4126
|
$unknown: [string, any];
|
|
4085
4127
|
}
|
|
4128
|
+
/**
|
|
4129
|
+
* @deprecated unused in schema-serde mode.
|
|
4130
|
+
*
|
|
4131
|
+
*/
|
|
4086
4132
|
interface Visitor<T> {
|
|
4087
4133
|
messageBasedTrigger: (value: MessageBasedTrigger) => T;
|
|
4088
4134
|
tokenBasedTrigger: (value: TokenBasedTrigger) => T;
|
|
4089
4135
|
timeBasedTrigger: (value: TimeBasedTrigger) => T;
|
|
4090
4136
|
_: (name: string, value: any) => T;
|
|
4091
4137
|
}
|
|
4092
|
-
const visit: <T>(value: TriggerCondition, visitor: Visitor<T>) => T;
|
|
4093
4138
|
}
|
|
4094
4139
|
/**
|
|
4095
4140
|
* <p>A configuration for a self-managed memory strategy.</p>
|
|
@@ -4503,13 +4548,16 @@ export declare namespace CustomConsolidationConfigurationInput {
|
|
|
4503
4548
|
userPreferenceConsolidationOverride?: never;
|
|
4504
4549
|
$unknown: [string, any];
|
|
4505
4550
|
}
|
|
4551
|
+
/**
|
|
4552
|
+
* @deprecated unused in schema-serde mode.
|
|
4553
|
+
*
|
|
4554
|
+
*/
|
|
4506
4555
|
interface Visitor<T> {
|
|
4507
4556
|
semanticConsolidationOverride: (value: SemanticOverrideConsolidationConfigurationInput) => T;
|
|
4508
4557
|
summaryConsolidationOverride: (value: SummaryOverrideConsolidationConfigurationInput) => T;
|
|
4509
4558
|
userPreferenceConsolidationOverride: (value: UserPreferenceOverrideConsolidationConfigurationInput) => T;
|
|
4510
4559
|
_: (name: string, value: any) => T;
|
|
4511
4560
|
}
|
|
4512
|
-
const visit: <T>(value: CustomConsolidationConfigurationInput, visitor: Visitor<T>) => T;
|
|
4513
4561
|
}
|
|
4514
4562
|
/**
|
|
4515
4563
|
* <p>Contains information for modifying a consolidation configuration.</p>
|
|
@@ -4535,11 +4583,14 @@ export declare namespace ModifyConsolidationConfiguration {
|
|
|
4535
4583
|
customConsolidationConfiguration?: never;
|
|
4536
4584
|
$unknown: [string, any];
|
|
4537
4585
|
}
|
|
4586
|
+
/**
|
|
4587
|
+
* @deprecated unused in schema-serde mode.
|
|
4588
|
+
*
|
|
4589
|
+
*/
|
|
4538
4590
|
interface Visitor<T> {
|
|
4539
4591
|
customConsolidationConfiguration: (value: CustomConsolidationConfigurationInput) => T;
|
|
4540
4592
|
_: (name: string, value: any) => T;
|
|
4541
4593
|
}
|
|
4542
|
-
const visit: <T>(value: ModifyConsolidationConfiguration, visitor: Visitor<T>) => T;
|
|
4543
4594
|
}
|
|
4544
4595
|
/**
|
|
4545
4596
|
* <p>Input for a custom extraction configuration.</p>
|
|
@@ -4576,12 +4627,15 @@ export declare namespace CustomExtractionConfigurationInput {
|
|
|
4576
4627
|
userPreferenceExtractionOverride?: never;
|
|
4577
4628
|
$unknown: [string, any];
|
|
4578
4629
|
}
|
|
4630
|
+
/**
|
|
4631
|
+
* @deprecated unused in schema-serde mode.
|
|
4632
|
+
*
|
|
4633
|
+
*/
|
|
4579
4634
|
interface Visitor<T> {
|
|
4580
4635
|
semanticExtractionOverride: (value: SemanticOverrideExtractionConfigurationInput) => T;
|
|
4581
4636
|
userPreferenceExtractionOverride: (value: UserPreferenceOverrideExtractionConfigurationInput) => T;
|
|
4582
4637
|
_: (name: string, value: any) => T;
|
|
4583
4638
|
}
|
|
4584
|
-
const visit: <T>(value: CustomExtractionConfigurationInput, visitor: Visitor<T>) => T;
|
|
4585
4639
|
}
|
|
4586
4640
|
/**
|
|
4587
4641
|
* <p>Contains information for modifying an extraction configuration.</p>
|
|
@@ -4607,11 +4661,14 @@ export declare namespace ModifyExtractionConfiguration {
|
|
|
4607
4661
|
customExtractionConfiguration?: never;
|
|
4608
4662
|
$unknown: [string, any];
|
|
4609
4663
|
}
|
|
4664
|
+
/**
|
|
4665
|
+
* @deprecated unused in schema-serde mode.
|
|
4666
|
+
*
|
|
4667
|
+
*/
|
|
4610
4668
|
interface Visitor<T> {
|
|
4611
4669
|
customExtractionConfiguration: (value: CustomExtractionConfigurationInput) => T;
|
|
4612
4670
|
_: (name: string, value: any) => T;
|
|
4613
4671
|
}
|
|
4614
|
-
const visit: <T>(value: ModifyExtractionConfiguration, visitor: Visitor<T>) => T;
|
|
4615
4672
|
}
|
|
4616
4673
|
/**
|
|
4617
4674
|
* <p>The configuration for updating invocation settings.</p>
|
|
@@ -4880,12 +4937,15 @@ export declare namespace Oauth2Discovery {
|
|
|
4880
4937
|
authorizationServerMetadata?: never;
|
|
4881
4938
|
$unknown: [string, any];
|
|
4882
4939
|
}
|
|
4940
|
+
/**
|
|
4941
|
+
* @deprecated unused in schema-serde mode.
|
|
4942
|
+
*
|
|
4943
|
+
*/
|
|
4883
4944
|
interface Visitor<T> {
|
|
4884
4945
|
discoveryUrl: (value: string) => T;
|
|
4885
4946
|
authorizationServerMetadata: (value: Oauth2AuthorizationServerMetadata) => T;
|
|
4886
4947
|
_: (name: string, value: any) => T;
|
|
4887
4948
|
}
|
|
4888
|
-
const visit: <T>(value: Oauth2Discovery, visitor: Visitor<T>) => T;
|
|
4889
4949
|
}
|
|
4890
4950
|
/**
|
|
4891
4951
|
* <p>Input configuration for a custom OAuth2 provider.</p>
|
|
@@ -5208,6 +5268,10 @@ export declare namespace Oauth2ProviderConfigInput {
|
|
|
5208
5268
|
includedOauth2ProviderConfig?: never;
|
|
5209
5269
|
$unknown: [string, any];
|
|
5210
5270
|
}
|
|
5271
|
+
/**
|
|
5272
|
+
* @deprecated unused in schema-serde mode.
|
|
5273
|
+
*
|
|
5274
|
+
*/
|
|
5211
5275
|
interface Visitor<T> {
|
|
5212
5276
|
customOauth2ProviderConfig: (value: CustomOauth2ProviderConfigInput) => T;
|
|
5213
5277
|
googleOauth2ProviderConfig: (value: GoogleOauth2ProviderConfigInput) => T;
|
|
@@ -5220,7 +5284,6 @@ export declare namespace Oauth2ProviderConfigInput {
|
|
|
5220
5284
|
includedOauth2ProviderConfig: (value: IncludedOauth2ProviderConfigInput) => T;
|
|
5221
5285
|
_: (name: string, value: any) => T;
|
|
5222
5286
|
}
|
|
5223
|
-
const visit: <T>(value: Oauth2ProviderConfigInput, visitor: Visitor<T>) => T;
|
|
5224
5287
|
}
|
|
5225
5288
|
/**
|
|
5226
5289
|
* @public
|
|
@@ -5559,6 +5622,10 @@ export declare namespace Oauth2ProviderConfigOutput {
|
|
|
5559
5622
|
includedOauth2ProviderConfig?: never;
|
|
5560
5623
|
$unknown: [string, any];
|
|
5561
5624
|
}
|
|
5625
|
+
/**
|
|
5626
|
+
* @deprecated unused in schema-serde mode.
|
|
5627
|
+
*
|
|
5628
|
+
*/
|
|
5562
5629
|
interface Visitor<T> {
|
|
5563
5630
|
customOauth2ProviderConfig: (value: CustomOauth2ProviderConfigOutput) => T;
|
|
5564
5631
|
googleOauth2ProviderConfig: (value: GoogleOauth2ProviderConfigOutput) => T;
|
|
@@ -5571,7 +5638,6 @@ export declare namespace Oauth2ProviderConfigOutput {
|
|
|
5571
5638
|
includedOauth2ProviderConfig: (value: IncludedOauth2ProviderConfigOutput) => T;
|
|
5572
5639
|
_: (name: string, value: any) => T;
|
|
5573
5640
|
}
|
|
5574
|
-
const visit: <T>(value: Oauth2ProviderConfigOutput, visitor: Visitor<T>) => T;
|
|
5575
5641
|
}
|
|
5576
5642
|
/**
|
|
5577
5643
|
* @public
|
|
@@ -6164,12 +6230,15 @@ export declare namespace ToolSchema {
|
|
|
6164
6230
|
inlinePayload?: never;
|
|
6165
6231
|
$unknown: [string, any];
|
|
6166
6232
|
}
|
|
6233
|
+
/**
|
|
6234
|
+
* @deprecated unused in schema-serde mode.
|
|
6235
|
+
*
|
|
6236
|
+
*/
|
|
6167
6237
|
interface Visitor<T> {
|
|
6168
6238
|
s3: (value: S3Configuration) => T;
|
|
6169
6239
|
inlinePayload: (value: ToolDefinition[]) => T;
|
|
6170
6240
|
_: (name: string, value: any) => T;
|
|
6171
6241
|
}
|
|
6172
|
-
const visit: <T>(value: ToolSchema, visitor: Visitor<T>) => T;
|
|
6173
6242
|
}
|
|
6174
6243
|
/**
|
|
6175
6244
|
* <p>The Lambda configuration for a Model Context Protocol target. This structure defines how the gateway uses a Lambda function to communicate with the target.</p>
|
|
@@ -6250,6 +6319,10 @@ export declare namespace McpTargetConfiguration {
|
|
|
6250
6319
|
mcpServer?: never;
|
|
6251
6320
|
$unknown: [string, any];
|
|
6252
6321
|
}
|
|
6322
|
+
/**
|
|
6323
|
+
* @deprecated unused in schema-serde mode.
|
|
6324
|
+
*
|
|
6325
|
+
*/
|
|
6253
6326
|
interface Visitor<T> {
|
|
6254
6327
|
openApiSchema: (value: ApiSchemaConfiguration) => T;
|
|
6255
6328
|
smithyModel: (value: ApiSchemaConfiguration) => T;
|
|
@@ -6257,7 +6330,6 @@ export declare namespace McpTargetConfiguration {
|
|
|
6257
6330
|
mcpServer: (value: McpServerTargetConfiguration) => T;
|
|
6258
6331
|
_: (name: string, value: any) => T;
|
|
6259
6332
|
}
|
|
6260
|
-
const visit: <T>(value: McpTargetConfiguration, visitor: Visitor<T>) => T;
|
|
6261
6333
|
}
|
|
6262
6334
|
/**
|
|
6263
6335
|
* <p>The configuration for a gateway target. This structure defines how the gateway connects to and interacts with the target endpoint.</p>
|
|
@@ -6283,11 +6355,14 @@ export declare namespace TargetConfiguration {
|
|
|
6283
6355
|
mcp?: never;
|
|
6284
6356
|
$unknown: [string, any];
|
|
6285
6357
|
}
|
|
6358
|
+
/**
|
|
6359
|
+
* @deprecated unused in schema-serde mode.
|
|
6360
|
+
*
|
|
6361
|
+
*/
|
|
6286
6362
|
interface Visitor<T> {
|
|
6287
6363
|
mcp: (value: McpTargetConfiguration) => T;
|
|
6288
6364
|
_: (name: string, value: any) => T;
|
|
6289
6365
|
}
|
|
6290
|
-
const visit: <T>(value: TargetConfiguration, visitor: Visitor<T>) => T;
|
|
6291
6366
|
}
|
|
6292
6367
|
/**
|
|
6293
6368
|
* @public
|
|
@@ -6610,391 +6685,3 @@ export interface SynchronizeGatewayTargetsResponse {
|
|
|
6610
6685
|
*/
|
|
6611
6686
|
targets?: GatewayTarget[] | undefined;
|
|
6612
6687
|
}
|
|
6613
|
-
/**
|
|
6614
|
-
* @internal
|
|
6615
|
-
*/
|
|
6616
|
-
export declare const CreateAgentRuntimeEndpointRequestFilterSensitiveLog: (obj: CreateAgentRuntimeEndpointRequest) => any;
|
|
6617
|
-
/**
|
|
6618
|
-
* @internal
|
|
6619
|
-
*/
|
|
6620
|
-
export declare const CreateAgentRuntimeEndpointResponseFilterSensitiveLog: (obj: CreateAgentRuntimeEndpointResponse) => any;
|
|
6621
|
-
/**
|
|
6622
|
-
* @internal
|
|
6623
|
-
*/
|
|
6624
|
-
export declare const DeleteAgentRuntimeEndpointRequestFilterSensitiveLog: (obj: DeleteAgentRuntimeEndpointRequest) => any;
|
|
6625
|
-
/**
|
|
6626
|
-
* @internal
|
|
6627
|
-
*/
|
|
6628
|
-
export declare const DeleteAgentRuntimeEndpointResponseFilterSensitiveLog: (obj: DeleteAgentRuntimeEndpointResponse) => any;
|
|
6629
|
-
/**
|
|
6630
|
-
* @internal
|
|
6631
|
-
*/
|
|
6632
|
-
export declare const GetAgentRuntimeEndpointRequestFilterSensitiveLog: (obj: GetAgentRuntimeEndpointRequest) => any;
|
|
6633
|
-
/**
|
|
6634
|
-
* @internal
|
|
6635
|
-
*/
|
|
6636
|
-
export declare const GetAgentRuntimeEndpointResponseFilterSensitiveLog: (obj: GetAgentRuntimeEndpointResponse) => any;
|
|
6637
|
-
/**
|
|
6638
|
-
* @internal
|
|
6639
|
-
*/
|
|
6640
|
-
export declare const AgentRuntimeEndpointFilterSensitiveLog: (obj: AgentRuntimeEndpoint) => any;
|
|
6641
|
-
/**
|
|
6642
|
-
* @internal
|
|
6643
|
-
*/
|
|
6644
|
-
export declare const ListAgentRuntimeEndpointsResponseFilterSensitiveLog: (obj: ListAgentRuntimeEndpointsResponse) => any;
|
|
6645
|
-
/**
|
|
6646
|
-
* @internal
|
|
6647
|
-
*/
|
|
6648
|
-
export declare const UpdateAgentRuntimeEndpointRequestFilterSensitiveLog: (obj: UpdateAgentRuntimeEndpointRequest) => any;
|
|
6649
|
-
/**
|
|
6650
|
-
* @internal
|
|
6651
|
-
*/
|
|
6652
|
-
export declare const CreateAgentRuntimeRequestFilterSensitiveLog: (obj: CreateAgentRuntimeRequest) => any;
|
|
6653
|
-
/**
|
|
6654
|
-
* @internal
|
|
6655
|
-
*/
|
|
6656
|
-
export declare const GetAgentRuntimeResponseFilterSensitiveLog: (obj: GetAgentRuntimeResponse) => any;
|
|
6657
|
-
/**
|
|
6658
|
-
* @internal
|
|
6659
|
-
*/
|
|
6660
|
-
export declare const AgentRuntimeFilterSensitiveLog: (obj: AgentRuntime) => any;
|
|
6661
|
-
/**
|
|
6662
|
-
* @internal
|
|
6663
|
-
*/
|
|
6664
|
-
export declare const ListAgentRuntimesResponseFilterSensitiveLog: (obj: ListAgentRuntimesResponse) => any;
|
|
6665
|
-
/**
|
|
6666
|
-
* @internal
|
|
6667
|
-
*/
|
|
6668
|
-
export declare const ListAgentRuntimeVersionsResponseFilterSensitiveLog: (obj: ListAgentRuntimeVersionsResponse) => any;
|
|
6669
|
-
/**
|
|
6670
|
-
* @internal
|
|
6671
|
-
*/
|
|
6672
|
-
export declare const UpdateAgentRuntimeRequestFilterSensitiveLog: (obj: UpdateAgentRuntimeRequest) => any;
|
|
6673
|
-
/**
|
|
6674
|
-
* @internal
|
|
6675
|
-
*/
|
|
6676
|
-
export declare const CreateApiKeyCredentialProviderRequestFilterSensitiveLog: (obj: CreateApiKeyCredentialProviderRequest) => any;
|
|
6677
|
-
/**
|
|
6678
|
-
* @internal
|
|
6679
|
-
*/
|
|
6680
|
-
export declare const UpdateApiKeyCredentialProviderRequestFilterSensitiveLog: (obj: UpdateApiKeyCredentialProviderRequest) => any;
|
|
6681
|
-
/**
|
|
6682
|
-
* @internal
|
|
6683
|
-
*/
|
|
6684
|
-
export declare const CreateBrowserRequestFilterSensitiveLog: (obj: CreateBrowserRequest) => any;
|
|
6685
|
-
/**
|
|
6686
|
-
* @internal
|
|
6687
|
-
*/
|
|
6688
|
-
export declare const GetBrowserResponseFilterSensitiveLog: (obj: GetBrowserResponse) => any;
|
|
6689
|
-
/**
|
|
6690
|
-
* @internal
|
|
6691
|
-
*/
|
|
6692
|
-
export declare const BrowserSummaryFilterSensitiveLog: (obj: BrowserSummary) => any;
|
|
6693
|
-
/**
|
|
6694
|
-
* @internal
|
|
6695
|
-
*/
|
|
6696
|
-
export declare const ListBrowsersResponseFilterSensitiveLog: (obj: ListBrowsersResponse) => any;
|
|
6697
|
-
/**
|
|
6698
|
-
* @internal
|
|
6699
|
-
*/
|
|
6700
|
-
export declare const CreateCodeInterpreterRequestFilterSensitiveLog: (obj: CreateCodeInterpreterRequest) => any;
|
|
6701
|
-
/**
|
|
6702
|
-
* @internal
|
|
6703
|
-
*/
|
|
6704
|
-
export declare const GetCodeInterpreterResponseFilterSensitiveLog: (obj: GetCodeInterpreterResponse) => any;
|
|
6705
|
-
/**
|
|
6706
|
-
* @internal
|
|
6707
|
-
*/
|
|
6708
|
-
export declare const CodeInterpreterSummaryFilterSensitiveLog: (obj: CodeInterpreterSummary) => any;
|
|
6709
|
-
/**
|
|
6710
|
-
* @internal
|
|
6711
|
-
*/
|
|
6712
|
-
export declare const ListCodeInterpretersResponseFilterSensitiveLog: (obj: ListCodeInterpretersResponse) => any;
|
|
6713
|
-
/**
|
|
6714
|
-
* @internal
|
|
6715
|
-
*/
|
|
6716
|
-
export declare const CreateGatewayRequestFilterSensitiveLog: (obj: CreateGatewayRequest) => any;
|
|
6717
|
-
/**
|
|
6718
|
-
* @internal
|
|
6719
|
-
*/
|
|
6720
|
-
export declare const CreateGatewayResponseFilterSensitiveLog: (obj: CreateGatewayResponse) => any;
|
|
6721
|
-
/**
|
|
6722
|
-
* @internal
|
|
6723
|
-
*/
|
|
6724
|
-
export declare const GetGatewayResponseFilterSensitiveLog: (obj: GetGatewayResponse) => any;
|
|
6725
|
-
/**
|
|
6726
|
-
* @internal
|
|
6727
|
-
*/
|
|
6728
|
-
export declare const GatewaySummaryFilterSensitiveLog: (obj: GatewaySummary) => any;
|
|
6729
|
-
/**
|
|
6730
|
-
* @internal
|
|
6731
|
-
*/
|
|
6732
|
-
export declare const ListGatewaysResponseFilterSensitiveLog: (obj: ListGatewaysResponse) => any;
|
|
6733
|
-
/**
|
|
6734
|
-
* @internal
|
|
6735
|
-
*/
|
|
6736
|
-
export declare const UpdateGatewayRequestFilterSensitiveLog: (obj: UpdateGatewayRequest) => any;
|
|
6737
|
-
/**
|
|
6738
|
-
* @internal
|
|
6739
|
-
*/
|
|
6740
|
-
export declare const UpdateGatewayResponseFilterSensitiveLog: (obj: UpdateGatewayResponse) => any;
|
|
6741
|
-
/**
|
|
6742
|
-
* @internal
|
|
6743
|
-
*/
|
|
6744
|
-
export declare const OAuthCredentialProviderFilterSensitiveLog: (obj: OAuthCredentialProvider) => any;
|
|
6745
|
-
/**
|
|
6746
|
-
* @internal
|
|
6747
|
-
*/
|
|
6748
|
-
export declare const CredentialProviderFilterSensitiveLog: (obj: CredentialProvider) => any;
|
|
6749
|
-
/**
|
|
6750
|
-
* @internal
|
|
6751
|
-
*/
|
|
6752
|
-
export declare const CredentialProviderConfigurationFilterSensitiveLog: (obj: CredentialProviderConfiguration) => any;
|
|
6753
|
-
/**
|
|
6754
|
-
* @internal
|
|
6755
|
-
*/
|
|
6756
|
-
export declare const ApiSchemaConfigurationFilterSensitiveLog: (obj: ApiSchemaConfiguration) => any;
|
|
6757
|
-
/**
|
|
6758
|
-
* @internal
|
|
6759
|
-
*/
|
|
6760
|
-
export declare const TargetSummaryFilterSensitiveLog: (obj: TargetSummary) => any;
|
|
6761
|
-
/**
|
|
6762
|
-
* @internal
|
|
6763
|
-
*/
|
|
6764
|
-
export declare const ListGatewayTargetsResponseFilterSensitiveLog: (obj: ListGatewayTargetsResponse) => any;
|
|
6765
|
-
/**
|
|
6766
|
-
* @internal
|
|
6767
|
-
*/
|
|
6768
|
-
export declare const SemanticOverrideConsolidationConfigurationInputFilterSensitiveLog: (obj: SemanticOverrideConsolidationConfigurationInput) => any;
|
|
6769
|
-
/**
|
|
6770
|
-
* @internal
|
|
6771
|
-
*/
|
|
6772
|
-
export declare const SemanticOverrideExtractionConfigurationInputFilterSensitiveLog: (obj: SemanticOverrideExtractionConfigurationInput) => any;
|
|
6773
|
-
/**
|
|
6774
|
-
* @internal
|
|
6775
|
-
*/
|
|
6776
|
-
export declare const SemanticOverrideConfigurationInputFilterSensitiveLog: (obj: SemanticOverrideConfigurationInput) => any;
|
|
6777
|
-
/**
|
|
6778
|
-
* @internal
|
|
6779
|
-
*/
|
|
6780
|
-
export declare const SummaryOverrideConsolidationConfigurationInputFilterSensitiveLog: (obj: SummaryOverrideConsolidationConfigurationInput) => any;
|
|
6781
|
-
/**
|
|
6782
|
-
* @internal
|
|
6783
|
-
*/
|
|
6784
|
-
export declare const SummaryOverrideConfigurationInputFilterSensitiveLog: (obj: SummaryOverrideConfigurationInput) => any;
|
|
6785
|
-
/**
|
|
6786
|
-
* @internal
|
|
6787
|
-
*/
|
|
6788
|
-
export declare const UserPreferenceOverrideConsolidationConfigurationInputFilterSensitiveLog: (obj: UserPreferenceOverrideConsolidationConfigurationInput) => any;
|
|
6789
|
-
/**
|
|
6790
|
-
* @internal
|
|
6791
|
-
*/
|
|
6792
|
-
export declare const UserPreferenceOverrideExtractionConfigurationInputFilterSensitiveLog: (obj: UserPreferenceOverrideExtractionConfigurationInput) => any;
|
|
6793
|
-
/**
|
|
6794
|
-
* @internal
|
|
6795
|
-
*/
|
|
6796
|
-
export declare const UserPreferenceOverrideConfigurationInputFilterSensitiveLog: (obj: UserPreferenceOverrideConfigurationInput) => any;
|
|
6797
|
-
/**
|
|
6798
|
-
* @internal
|
|
6799
|
-
*/
|
|
6800
|
-
export declare const CustomConfigurationInputFilterSensitiveLog: (obj: CustomConfigurationInput) => any;
|
|
6801
|
-
/**
|
|
6802
|
-
* @internal
|
|
6803
|
-
*/
|
|
6804
|
-
export declare const CustomMemoryStrategyInputFilterSensitiveLog: (obj: CustomMemoryStrategyInput) => any;
|
|
6805
|
-
/**
|
|
6806
|
-
* @internal
|
|
6807
|
-
*/
|
|
6808
|
-
export declare const SemanticMemoryStrategyInputFilterSensitiveLog: (obj: SemanticMemoryStrategyInput) => any;
|
|
6809
|
-
/**
|
|
6810
|
-
* @internal
|
|
6811
|
-
*/
|
|
6812
|
-
export declare const SummaryMemoryStrategyInputFilterSensitiveLog: (obj: SummaryMemoryStrategyInput) => any;
|
|
6813
|
-
/**
|
|
6814
|
-
* @internal
|
|
6815
|
-
*/
|
|
6816
|
-
export declare const UserPreferenceMemoryStrategyInputFilterSensitiveLog: (obj: UserPreferenceMemoryStrategyInput) => any;
|
|
6817
|
-
/**
|
|
6818
|
-
* @internal
|
|
6819
|
-
*/
|
|
6820
|
-
export declare const MemoryStrategyInputFilterSensitiveLog: (obj: MemoryStrategyInput) => any;
|
|
6821
|
-
/**
|
|
6822
|
-
* @internal
|
|
6823
|
-
*/
|
|
6824
|
-
export declare const CreateMemoryInputFilterSensitiveLog: (obj: CreateMemoryInput) => any;
|
|
6825
|
-
/**
|
|
6826
|
-
* @internal
|
|
6827
|
-
*/
|
|
6828
|
-
export declare const SemanticConsolidationOverrideFilterSensitiveLog: (obj: SemanticConsolidationOverride) => any;
|
|
6829
|
-
/**
|
|
6830
|
-
* @internal
|
|
6831
|
-
*/
|
|
6832
|
-
export declare const SummaryConsolidationOverrideFilterSensitiveLog: (obj: SummaryConsolidationOverride) => any;
|
|
6833
|
-
/**
|
|
6834
|
-
* @internal
|
|
6835
|
-
*/
|
|
6836
|
-
export declare const UserPreferenceConsolidationOverrideFilterSensitiveLog: (obj: UserPreferenceConsolidationOverride) => any;
|
|
6837
|
-
/**
|
|
6838
|
-
* @internal
|
|
6839
|
-
*/
|
|
6840
|
-
export declare const CustomConsolidationConfigurationFilterSensitiveLog: (obj: CustomConsolidationConfiguration) => any;
|
|
6841
|
-
/**
|
|
6842
|
-
* @internal
|
|
6843
|
-
*/
|
|
6844
|
-
export declare const ConsolidationConfigurationFilterSensitiveLog: (obj: ConsolidationConfiguration) => any;
|
|
6845
|
-
/**
|
|
6846
|
-
* @internal
|
|
6847
|
-
*/
|
|
6848
|
-
export declare const SemanticExtractionOverrideFilterSensitiveLog: (obj: SemanticExtractionOverride) => any;
|
|
6849
|
-
/**
|
|
6850
|
-
* @internal
|
|
6851
|
-
*/
|
|
6852
|
-
export declare const UserPreferenceExtractionOverrideFilterSensitiveLog: (obj: UserPreferenceExtractionOverride) => any;
|
|
6853
|
-
/**
|
|
6854
|
-
* @internal
|
|
6855
|
-
*/
|
|
6856
|
-
export declare const CustomExtractionConfigurationFilterSensitiveLog: (obj: CustomExtractionConfiguration) => any;
|
|
6857
|
-
/**
|
|
6858
|
-
* @internal
|
|
6859
|
-
*/
|
|
6860
|
-
export declare const ExtractionConfigurationFilterSensitiveLog: (obj: ExtractionConfiguration) => any;
|
|
6861
|
-
/**
|
|
6862
|
-
* @internal
|
|
6863
|
-
*/
|
|
6864
|
-
export declare const StrategyConfigurationFilterSensitiveLog: (obj: StrategyConfiguration) => any;
|
|
6865
|
-
/**
|
|
6866
|
-
* @internal
|
|
6867
|
-
*/
|
|
6868
|
-
export declare const MemoryStrategyFilterSensitiveLog: (obj: MemoryStrategy) => any;
|
|
6869
|
-
/**
|
|
6870
|
-
* @internal
|
|
6871
|
-
*/
|
|
6872
|
-
export declare const MemoryFilterSensitiveLog: (obj: Memory) => any;
|
|
6873
|
-
/**
|
|
6874
|
-
* @internal
|
|
6875
|
-
*/
|
|
6876
|
-
export declare const CreateMemoryOutputFilterSensitiveLog: (obj: CreateMemoryOutput) => any;
|
|
6877
|
-
/**
|
|
6878
|
-
* @internal
|
|
6879
|
-
*/
|
|
6880
|
-
export declare const GetMemoryOutputFilterSensitiveLog: (obj: GetMemoryOutput) => any;
|
|
6881
|
-
/**
|
|
6882
|
-
* @internal
|
|
6883
|
-
*/
|
|
6884
|
-
export declare const CustomConsolidationConfigurationInputFilterSensitiveLog: (obj: CustomConsolidationConfigurationInput) => any;
|
|
6885
|
-
/**
|
|
6886
|
-
* @internal
|
|
6887
|
-
*/
|
|
6888
|
-
export declare const ModifyConsolidationConfigurationFilterSensitiveLog: (obj: ModifyConsolidationConfiguration) => any;
|
|
6889
|
-
/**
|
|
6890
|
-
* @internal
|
|
6891
|
-
*/
|
|
6892
|
-
export declare const CustomExtractionConfigurationInputFilterSensitiveLog: (obj: CustomExtractionConfigurationInput) => any;
|
|
6893
|
-
/**
|
|
6894
|
-
* @internal
|
|
6895
|
-
*/
|
|
6896
|
-
export declare const ModifyExtractionConfigurationFilterSensitiveLog: (obj: ModifyExtractionConfiguration) => any;
|
|
6897
|
-
/**
|
|
6898
|
-
* @internal
|
|
6899
|
-
*/
|
|
6900
|
-
export declare const ModifyStrategyConfigurationFilterSensitiveLog: (obj: ModifyStrategyConfiguration) => any;
|
|
6901
|
-
/**
|
|
6902
|
-
* @internal
|
|
6903
|
-
*/
|
|
6904
|
-
export declare const ModifyMemoryStrategyInputFilterSensitiveLog: (obj: ModifyMemoryStrategyInput) => any;
|
|
6905
|
-
/**
|
|
6906
|
-
* @internal
|
|
6907
|
-
*/
|
|
6908
|
-
export declare const ModifyMemoryStrategiesFilterSensitiveLog: (obj: ModifyMemoryStrategies) => any;
|
|
6909
|
-
/**
|
|
6910
|
-
* @internal
|
|
6911
|
-
*/
|
|
6912
|
-
export declare const UpdateMemoryInputFilterSensitiveLog: (obj: UpdateMemoryInput) => any;
|
|
6913
|
-
/**
|
|
6914
|
-
* @internal
|
|
6915
|
-
*/
|
|
6916
|
-
export declare const UpdateMemoryOutputFilterSensitiveLog: (obj: UpdateMemoryOutput) => any;
|
|
6917
|
-
/**
|
|
6918
|
-
* @internal
|
|
6919
|
-
*/
|
|
6920
|
-
export declare const AtlassianOauth2ProviderConfigInputFilterSensitiveLog: (obj: AtlassianOauth2ProviderConfigInput) => any;
|
|
6921
|
-
/**
|
|
6922
|
-
* @internal
|
|
6923
|
-
*/
|
|
6924
|
-
export declare const CustomOauth2ProviderConfigInputFilterSensitiveLog: (obj: CustomOauth2ProviderConfigInput) => any;
|
|
6925
|
-
/**
|
|
6926
|
-
* @internal
|
|
6927
|
-
*/
|
|
6928
|
-
export declare const GithubOauth2ProviderConfigInputFilterSensitiveLog: (obj: GithubOauth2ProviderConfigInput) => any;
|
|
6929
|
-
/**
|
|
6930
|
-
* @internal
|
|
6931
|
-
*/
|
|
6932
|
-
export declare const GoogleOauth2ProviderConfigInputFilterSensitiveLog: (obj: GoogleOauth2ProviderConfigInput) => any;
|
|
6933
|
-
/**
|
|
6934
|
-
* @internal
|
|
6935
|
-
*/
|
|
6936
|
-
export declare const IncludedOauth2ProviderConfigInputFilterSensitiveLog: (obj: IncludedOauth2ProviderConfigInput) => any;
|
|
6937
|
-
/**
|
|
6938
|
-
* @internal
|
|
6939
|
-
*/
|
|
6940
|
-
export declare const LinkedinOauth2ProviderConfigInputFilterSensitiveLog: (obj: LinkedinOauth2ProviderConfigInput) => any;
|
|
6941
|
-
/**
|
|
6942
|
-
* @internal
|
|
6943
|
-
*/
|
|
6944
|
-
export declare const MicrosoftOauth2ProviderConfigInputFilterSensitiveLog: (obj: MicrosoftOauth2ProviderConfigInput) => any;
|
|
6945
|
-
/**
|
|
6946
|
-
* @internal
|
|
6947
|
-
*/
|
|
6948
|
-
export declare const SalesforceOauth2ProviderConfigInputFilterSensitiveLog: (obj: SalesforceOauth2ProviderConfigInput) => any;
|
|
6949
|
-
/**
|
|
6950
|
-
* @internal
|
|
6951
|
-
*/
|
|
6952
|
-
export declare const SlackOauth2ProviderConfigInputFilterSensitiveLog: (obj: SlackOauth2ProviderConfigInput) => any;
|
|
6953
|
-
/**
|
|
6954
|
-
* @internal
|
|
6955
|
-
*/
|
|
6956
|
-
export declare const Oauth2ProviderConfigInputFilterSensitiveLog: (obj: Oauth2ProviderConfigInput) => any;
|
|
6957
|
-
/**
|
|
6958
|
-
* @internal
|
|
6959
|
-
*/
|
|
6960
|
-
export declare const CreateOauth2CredentialProviderRequestFilterSensitiveLog: (obj: CreateOauth2CredentialProviderRequest) => any;
|
|
6961
|
-
/**
|
|
6962
|
-
* @internal
|
|
6963
|
-
*/
|
|
6964
|
-
export declare const UpdateOauth2CredentialProviderRequestFilterSensitiveLog: (obj: UpdateOauth2CredentialProviderRequest) => any;
|
|
6965
|
-
/**
|
|
6966
|
-
* @internal
|
|
6967
|
-
*/
|
|
6968
|
-
export declare const McpTargetConfigurationFilterSensitiveLog: (obj: McpTargetConfiguration) => any;
|
|
6969
|
-
/**
|
|
6970
|
-
* @internal
|
|
6971
|
-
*/
|
|
6972
|
-
export declare const TargetConfigurationFilterSensitiveLog: (obj: TargetConfiguration) => any;
|
|
6973
|
-
/**
|
|
6974
|
-
* @internal
|
|
6975
|
-
*/
|
|
6976
|
-
export declare const CreateGatewayTargetRequestFilterSensitiveLog: (obj: CreateGatewayTargetRequest) => any;
|
|
6977
|
-
/**
|
|
6978
|
-
* @internal
|
|
6979
|
-
*/
|
|
6980
|
-
export declare const CreateGatewayTargetResponseFilterSensitiveLog: (obj: CreateGatewayTargetResponse) => any;
|
|
6981
|
-
/**
|
|
6982
|
-
* @internal
|
|
6983
|
-
*/
|
|
6984
|
-
export declare const GatewayTargetFilterSensitiveLog: (obj: GatewayTarget) => any;
|
|
6985
|
-
/**
|
|
6986
|
-
* @internal
|
|
6987
|
-
*/
|
|
6988
|
-
export declare const GetGatewayTargetResponseFilterSensitiveLog: (obj: GetGatewayTargetResponse) => any;
|
|
6989
|
-
/**
|
|
6990
|
-
* @internal
|
|
6991
|
-
*/
|
|
6992
|
-
export declare const UpdateGatewayTargetRequestFilterSensitiveLog: (obj: UpdateGatewayTargetRequest) => any;
|
|
6993
|
-
/**
|
|
6994
|
-
* @internal
|
|
6995
|
-
*/
|
|
6996
|
-
export declare const UpdateGatewayTargetResponseFilterSensitiveLog: (obj: UpdateGatewayTargetResponse) => any;
|
|
6997
|
-
/**
|
|
6998
|
-
* @internal
|
|
6999
|
-
*/
|
|
7000
|
-
export declare const SynchronizeGatewayTargetsResponseFilterSensitiveLog: (obj: SynchronizeGatewayTargetsResponse) => any;
|