@aws-sdk/client-bedrock-agentcore-control 3.928.0 → 3.929.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 +3217 -3522
- 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 -626
- 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 +0 -388
- 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 -287
- 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 +2 -3
- 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
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput } from "./commands/CreateAgentRuntimeCommand";
|
|
11
11
|
import { CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput } from "./commands/CreateAgentRuntimeEndpointCommand";
|
|
@@ -196,6 +196,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
196
196
|
* Optional extensions
|
|
197
197
|
*/
|
|
198
198
|
extensions?: RuntimeExtension[];
|
|
199
|
+
/**
|
|
200
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
201
|
+
* may be overridden. A default will always be set by the client.
|
|
202
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
203
|
+
* the client.
|
|
204
|
+
* @alpha
|
|
205
|
+
*
|
|
206
|
+
*/
|
|
207
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
199
208
|
/**
|
|
200
209
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
201
210
|
*/
|
|
@@ -6610,391 +6610,3 @@ export interface SynchronizeGatewayTargetsResponse {
|
|
|
6610
6610
|
*/
|
|
6611
6611
|
targets?: GatewayTarget[] | undefined;
|
|
6612
6612
|
}
|
|
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;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockAgentCoreControlHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|