@aws-sdk/client-bedrock-agentcore 3.927.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 +1843 -2065
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BedrockAgentCoreClient.js +2 -0
- package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +3 -10
- package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +3 -9
- package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +3 -10
- package/dist-es/commands/CompleteResourceTokenAuthCommand.js +3 -10
- package/dist-es/commands/CreateEventCommand.js +3 -10
- package/dist-es/commands/DeleteEventCommand.js +3 -9
- package/dist-es/commands/DeleteMemoryRecordCommand.js +3 -9
- package/dist-es/commands/GetAgentCardCommand.js +3 -9
- package/dist-es/commands/GetBrowserSessionCommand.js +3 -9
- package/dist-es/commands/GetCodeInterpreterSessionCommand.js +3 -9
- package/dist-es/commands/GetEventCommand.js +3 -10
- package/dist-es/commands/GetMemoryRecordCommand.js +3 -10
- package/dist-es/commands/GetResourceApiKeyCommand.js +3 -10
- package/dist-es/commands/GetResourceOauth2TokenCommand.js +3 -10
- package/dist-es/commands/GetWorkloadAccessTokenCommand.js +3 -10
- package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +3 -10
- package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +3 -10
- package/dist-es/commands/InvokeAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/InvokeCodeInterpreterCommand.js +3 -10
- package/dist-es/commands/ListActorsCommand.js +3 -9
- package/dist-es/commands/ListBrowserSessionsCommand.js +3 -9
- package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +3 -9
- package/dist-es/commands/ListEventsCommand.js +3 -10
- package/dist-es/commands/ListMemoryRecordsCommand.js +3 -10
- package/dist-es/commands/ListSessionsCommand.js +3 -9
- package/dist-es/commands/RetrieveMemoryRecordsCommand.js +3 -10
- package/dist-es/commands/StartBrowserSessionCommand.js +3 -9
- package/dist-es/commands/StartCodeInterpreterSessionCommand.js +3 -9
- package/dist-es/commands/StopBrowserSessionCommand.js +3 -9
- package/dist-es/commands/StopCodeInterpreterSessionCommand.js +3 -9
- package/dist-es/commands/StopRuntimeSessionCommand.js +3 -9
- package/dist-es/commands/UpdateBrowserStreamCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -190
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1756 -0
- package/dist-types/BedrockAgentCoreClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -148
- 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 +179 -0
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -103
- 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 +186 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -1593
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -393
|
@@ -6,7 +6,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
6
6
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
7
7
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
8
8
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
9
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
10
10
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
11
11
|
import { BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput } from "./commands/BatchCreateMemoryRecordsCommand";
|
|
12
12
|
import { BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput } from "./commands/BatchDeleteMemoryRecordsCommand";
|
|
@@ -174,6 +174,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
174
174
|
* Optional extensions
|
|
175
175
|
*/
|
|
176
176
|
extensions?: RuntimeExtension[];
|
|
177
|
+
/**
|
|
178
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
179
|
+
* may be overridden. A default will always be set by the client.
|
|
180
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
181
|
+
* the client.
|
|
182
|
+
* @alpha
|
|
183
|
+
*
|
|
184
|
+
*/
|
|
185
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
177
186
|
/**
|
|
178
187
|
* The function that provides necessary utilities for generating and parsing event stream
|
|
179
188
|
*/
|
|
@@ -2888,151 +2888,3 @@ export interface RetrieveMemoryRecordsOutput {
|
|
|
2888
2888
|
*/
|
|
2889
2889
|
nextToken?: string | undefined;
|
|
2890
2890
|
}
|
|
2891
|
-
/**
|
|
2892
|
-
* @internal
|
|
2893
|
-
*/
|
|
2894
|
-
export declare const InvokeAgentRuntimeRequestFilterSensitiveLog: (obj: InvokeAgentRuntimeRequest) => any;
|
|
2895
|
-
/**
|
|
2896
|
-
* @internal
|
|
2897
|
-
*/
|
|
2898
|
-
export declare const InvokeAgentRuntimeResponseFilterSensitiveLog: (obj: InvokeAgentRuntimeResponse) => any;
|
|
2899
|
-
/**
|
|
2900
|
-
* @internal
|
|
2901
|
-
*/
|
|
2902
|
-
export declare const UserIdentifierFilterSensitiveLog: (obj: UserIdentifier) => any;
|
|
2903
|
-
/**
|
|
2904
|
-
* @internal
|
|
2905
|
-
*/
|
|
2906
|
-
export declare const CompleteResourceTokenAuthRequestFilterSensitiveLog: (obj: CompleteResourceTokenAuthRequest) => any;
|
|
2907
|
-
/**
|
|
2908
|
-
* @internal
|
|
2909
|
-
*/
|
|
2910
|
-
export declare const GetResourceApiKeyRequestFilterSensitiveLog: (obj: GetResourceApiKeyRequest) => any;
|
|
2911
|
-
/**
|
|
2912
|
-
* @internal
|
|
2913
|
-
*/
|
|
2914
|
-
export declare const GetResourceApiKeyResponseFilterSensitiveLog: (obj: GetResourceApiKeyResponse) => any;
|
|
2915
|
-
/**
|
|
2916
|
-
* @internal
|
|
2917
|
-
*/
|
|
2918
|
-
export declare const GetResourceOauth2TokenRequestFilterSensitiveLog: (obj: GetResourceOauth2TokenRequest) => any;
|
|
2919
|
-
/**
|
|
2920
|
-
* @internal
|
|
2921
|
-
*/
|
|
2922
|
-
export declare const GetResourceOauth2TokenResponseFilterSensitiveLog: (obj: GetResourceOauth2TokenResponse) => any;
|
|
2923
|
-
/**
|
|
2924
|
-
* @internal
|
|
2925
|
-
*/
|
|
2926
|
-
export declare const GetWorkloadAccessTokenResponseFilterSensitiveLog: (obj: GetWorkloadAccessTokenResponse) => any;
|
|
2927
|
-
/**
|
|
2928
|
-
* @internal
|
|
2929
|
-
*/
|
|
2930
|
-
export declare const GetWorkloadAccessTokenForJWTRequestFilterSensitiveLog: (obj: GetWorkloadAccessTokenForJWTRequest) => any;
|
|
2931
|
-
/**
|
|
2932
|
-
* @internal
|
|
2933
|
-
*/
|
|
2934
|
-
export declare const GetWorkloadAccessTokenForJWTResponseFilterSensitiveLog: (obj: GetWorkloadAccessTokenForJWTResponse) => any;
|
|
2935
|
-
/**
|
|
2936
|
-
* @internal
|
|
2937
|
-
*/
|
|
2938
|
-
export declare const GetWorkloadAccessTokenForUserIdResponseFilterSensitiveLog: (obj: GetWorkloadAccessTokenForUserIdResponse) => any;
|
|
2939
|
-
/**
|
|
2940
|
-
* @internal
|
|
2941
|
-
*/
|
|
2942
|
-
export declare const InputContentBlockFilterSensitiveLog: (obj: InputContentBlock) => any;
|
|
2943
|
-
/**
|
|
2944
|
-
* @internal
|
|
2945
|
-
*/
|
|
2946
|
-
export declare const ToolArgumentsFilterSensitiveLog: (obj: ToolArguments) => any;
|
|
2947
|
-
/**
|
|
2948
|
-
* @internal
|
|
2949
|
-
*/
|
|
2950
|
-
export declare const InvokeCodeInterpreterRequestFilterSensitiveLog: (obj: InvokeCodeInterpreterRequest) => any;
|
|
2951
|
-
/**
|
|
2952
|
-
* @internal
|
|
2953
|
-
*/
|
|
2954
|
-
export declare const CodeInterpreterStreamOutputFilterSensitiveLog: (obj: CodeInterpreterStreamOutput) => any;
|
|
2955
|
-
/**
|
|
2956
|
-
* @internal
|
|
2957
|
-
*/
|
|
2958
|
-
export declare const InvokeCodeInterpreterResponseFilterSensitiveLog: (obj: InvokeCodeInterpreterResponse) => any;
|
|
2959
|
-
/**
|
|
2960
|
-
* @internal
|
|
2961
|
-
*/
|
|
2962
|
-
export declare const MemoryContentFilterSensitiveLog: (obj: MemoryContent) => any;
|
|
2963
|
-
/**
|
|
2964
|
-
* @internal
|
|
2965
|
-
*/
|
|
2966
|
-
export declare const MemoryRecordCreateInputFilterSensitiveLog: (obj: MemoryRecordCreateInput) => any;
|
|
2967
|
-
/**
|
|
2968
|
-
* @internal
|
|
2969
|
-
*/
|
|
2970
|
-
export declare const BatchCreateMemoryRecordsInputFilterSensitiveLog: (obj: BatchCreateMemoryRecordsInput) => any;
|
|
2971
|
-
/**
|
|
2972
|
-
* @internal
|
|
2973
|
-
*/
|
|
2974
|
-
export declare const MemoryRecordUpdateInputFilterSensitiveLog: (obj: MemoryRecordUpdateInput) => any;
|
|
2975
|
-
/**
|
|
2976
|
-
* @internal
|
|
2977
|
-
*/
|
|
2978
|
-
export declare const BatchUpdateMemoryRecordsInputFilterSensitiveLog: (obj: BatchUpdateMemoryRecordsInput) => any;
|
|
2979
|
-
/**
|
|
2980
|
-
* @internal
|
|
2981
|
-
*/
|
|
2982
|
-
export declare const ContentFilterSensitiveLog: (obj: Content) => any;
|
|
2983
|
-
/**
|
|
2984
|
-
* @internal
|
|
2985
|
-
*/
|
|
2986
|
-
export declare const ConversationalFilterSensitiveLog: (obj: Conversational) => any;
|
|
2987
|
-
/**
|
|
2988
|
-
* @internal
|
|
2989
|
-
*/
|
|
2990
|
-
export declare const PayloadTypeFilterSensitiveLog: (obj: PayloadType) => any;
|
|
2991
|
-
/**
|
|
2992
|
-
* @internal
|
|
2993
|
-
*/
|
|
2994
|
-
export declare const CreateEventInputFilterSensitiveLog: (obj: CreateEventInput) => any;
|
|
2995
|
-
/**
|
|
2996
|
-
* @internal
|
|
2997
|
-
*/
|
|
2998
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
2999
|
-
/**
|
|
3000
|
-
* @internal
|
|
3001
|
-
*/
|
|
3002
|
-
export declare const CreateEventOutputFilterSensitiveLog: (obj: CreateEventOutput) => any;
|
|
3003
|
-
/**
|
|
3004
|
-
* @internal
|
|
3005
|
-
*/
|
|
3006
|
-
export declare const GetEventOutputFilterSensitiveLog: (obj: GetEventOutput) => any;
|
|
3007
|
-
/**
|
|
3008
|
-
* @internal
|
|
3009
|
-
*/
|
|
3010
|
-
export declare const MemoryRecordFilterSensitiveLog: (obj: MemoryRecord) => any;
|
|
3011
|
-
/**
|
|
3012
|
-
* @internal
|
|
3013
|
-
*/
|
|
3014
|
-
export declare const GetMemoryRecordOutputFilterSensitiveLog: (obj: GetMemoryRecordOutput) => any;
|
|
3015
|
-
/**
|
|
3016
|
-
* @internal
|
|
3017
|
-
*/
|
|
3018
|
-
export declare const ListEventsOutputFilterSensitiveLog: (obj: ListEventsOutput) => any;
|
|
3019
|
-
/**
|
|
3020
|
-
* @internal
|
|
3021
|
-
*/
|
|
3022
|
-
export declare const MemoryRecordSummaryFilterSensitiveLog: (obj: MemoryRecordSummary) => any;
|
|
3023
|
-
/**
|
|
3024
|
-
* @internal
|
|
3025
|
-
*/
|
|
3026
|
-
export declare const ListMemoryRecordsOutputFilterSensitiveLog: (obj: ListMemoryRecordsOutput) => any;
|
|
3027
|
-
/**
|
|
3028
|
-
* @internal
|
|
3029
|
-
*/
|
|
3030
|
-
export declare const SearchCriteriaFilterSensitiveLog: (obj: SearchCriteria) => any;
|
|
3031
|
-
/**
|
|
3032
|
-
* @internal
|
|
3033
|
-
*/
|
|
3034
|
-
export declare const RetrieveMemoryRecordsInputFilterSensitiveLog: (obj: RetrieveMemoryRecordsInput) => any;
|
|
3035
|
-
/**
|
|
3036
|
-
* @internal
|
|
3037
|
-
*/
|
|
3038
|
-
export declare const RetrieveMemoryRecordsOutputFilterSensitiveLog: (obj: RetrieveMemoryRecordsOutput) => any;
|
|
@@ -30,6 +30,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
|
|
|
30
30
|
profile?: string;
|
|
31
31
|
logger: import("@smithy/types").Logger;
|
|
32
32
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
33
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
34
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -32,6 +32,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
|
|
|
32
32
|
profile?: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
36
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
36
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
|
|
|
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
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
31
32
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
33
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockAgentCoreHttpAuthSchemeProvider;
|
|
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
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
18
19
|
serviceId: string;
|
|
19
20
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessTokenType: StaticSimpleSchema;
|
|
3
|
+
export declare var ApiKeyType: StaticSimpleSchema;
|
|
4
|
+
export declare var AuthorizationUrlType: StaticSimpleSchema;
|
|
5
|
+
export declare var Body: StaticSimpleSchema;
|
|
6
|
+
export declare var CustomRequestValueType: StaticSimpleSchema;
|
|
7
|
+
export declare var ResponseStream: StaticSimpleSchema;
|
|
8
|
+
export declare var SensitiveString: StaticSimpleSchema;
|
|
9
|
+
export declare var State: StaticSimpleSchema;
|
|
10
|
+
export declare var UserTokenType: StaticSimpleSchema;
|
|
11
|
+
export declare var WorkloadIdentityTokenType: StaticSimpleSchema;
|
|
12
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
13
|
+
export declare var ActorSummary: StaticStructureSchema;
|
|
14
|
+
export declare var AutomationStream: StaticStructureSchema;
|
|
15
|
+
export declare var AutomationStreamUpdate: StaticStructureSchema;
|
|
16
|
+
export declare var BatchCreateMemoryRecordsInput: StaticStructureSchema;
|
|
17
|
+
export declare var BatchCreateMemoryRecordsOutput: StaticStructureSchema;
|
|
18
|
+
export declare var BatchDeleteMemoryRecordsInput: StaticStructureSchema;
|
|
19
|
+
export declare var BatchDeleteMemoryRecordsOutput: StaticStructureSchema;
|
|
20
|
+
export declare var BatchUpdateMemoryRecordsInput: StaticStructureSchema;
|
|
21
|
+
export declare var BatchUpdateMemoryRecordsOutput: StaticStructureSchema;
|
|
22
|
+
export declare var Branch: StaticStructureSchema;
|
|
23
|
+
export declare var BranchFilter: StaticStructureSchema;
|
|
24
|
+
export declare var BrowserSessionStream: StaticStructureSchema;
|
|
25
|
+
export declare var BrowserSessionSummary: StaticStructureSchema;
|
|
26
|
+
export declare var CodeInterpreterResult: StaticStructureSchema;
|
|
27
|
+
export declare var CodeInterpreterSessionSummary: StaticStructureSchema;
|
|
28
|
+
export declare var CompleteResourceTokenAuthRequest: StaticStructureSchema;
|
|
29
|
+
export declare var CompleteResourceTokenAuthResponse: StaticStructureSchema;
|
|
30
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
31
|
+
export declare var ContentBlock: StaticStructureSchema;
|
|
32
|
+
export declare var Conversational: StaticStructureSchema;
|
|
33
|
+
export declare var CreateEventInput: StaticStructureSchema;
|
|
34
|
+
export declare var CreateEventOutput: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteEventInput: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteEventOutput: StaticStructureSchema;
|
|
37
|
+
export declare var DeleteMemoryRecordInput: StaticStructureSchema;
|
|
38
|
+
export declare var DeleteMemoryRecordOutput: StaticStructureSchema;
|
|
39
|
+
export declare var Event: StaticStructureSchema;
|
|
40
|
+
export declare var EventMetadataFilterExpression: StaticStructureSchema;
|
|
41
|
+
export declare var FilterInput: StaticStructureSchema;
|
|
42
|
+
export declare var GetAgentCardRequest: StaticStructureSchema;
|
|
43
|
+
export declare var GetAgentCardResponse: StaticStructureSchema;
|
|
44
|
+
export declare var GetBrowserSessionRequest: StaticStructureSchema;
|
|
45
|
+
export declare var GetBrowserSessionResponse: StaticStructureSchema;
|
|
46
|
+
export declare var GetCodeInterpreterSessionRequest: StaticStructureSchema;
|
|
47
|
+
export declare var GetCodeInterpreterSessionResponse: StaticStructureSchema;
|
|
48
|
+
export declare var GetEventInput: StaticStructureSchema;
|
|
49
|
+
export declare var GetEventOutput: StaticStructureSchema;
|
|
50
|
+
export declare var GetMemoryRecordInput: StaticStructureSchema;
|
|
51
|
+
export declare var GetMemoryRecordOutput: StaticStructureSchema;
|
|
52
|
+
export declare var GetResourceApiKeyRequest: StaticStructureSchema;
|
|
53
|
+
export declare var GetResourceApiKeyResponse: StaticStructureSchema;
|
|
54
|
+
export declare var GetResourceOauth2TokenRequest: StaticStructureSchema;
|
|
55
|
+
export declare var GetResourceOauth2TokenResponse: StaticStructureSchema;
|
|
56
|
+
export declare var GetWorkloadAccessTokenForJWTRequest: StaticStructureSchema;
|
|
57
|
+
export declare var GetWorkloadAccessTokenForJWTResponse: StaticStructureSchema;
|
|
58
|
+
export declare var GetWorkloadAccessTokenForUserIdRequest: StaticStructureSchema;
|
|
59
|
+
export declare var GetWorkloadAccessTokenForUserIdResponse: StaticStructureSchema;
|
|
60
|
+
export declare var GetWorkloadAccessTokenRequest: StaticStructureSchema;
|
|
61
|
+
export declare var GetWorkloadAccessTokenResponse: StaticStructureSchema;
|
|
62
|
+
export declare var InputContentBlock: StaticStructureSchema;
|
|
63
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
64
|
+
export declare var InvalidInputException: StaticErrorSchema;
|
|
65
|
+
export declare var InvokeAgentRuntimeRequest: StaticStructureSchema;
|
|
66
|
+
export declare var InvokeAgentRuntimeResponse: StaticStructureSchema;
|
|
67
|
+
export declare var InvokeCodeInterpreterRequest: StaticStructureSchema;
|
|
68
|
+
export declare var InvokeCodeInterpreterResponse: StaticStructureSchema;
|
|
69
|
+
export declare var ListActorsInput: StaticStructureSchema;
|
|
70
|
+
export declare var ListActorsOutput: StaticStructureSchema;
|
|
71
|
+
export declare var ListBrowserSessionsRequest: StaticStructureSchema;
|
|
72
|
+
export declare var ListBrowserSessionsResponse: StaticStructureSchema;
|
|
73
|
+
export declare var ListCodeInterpreterSessionsRequest: StaticStructureSchema;
|
|
74
|
+
export declare var ListCodeInterpreterSessionsResponse: StaticStructureSchema;
|
|
75
|
+
export declare var ListEventsInput: StaticStructureSchema;
|
|
76
|
+
export declare var ListEventsOutput: StaticStructureSchema;
|
|
77
|
+
export declare var ListMemoryRecordsInput: StaticStructureSchema;
|
|
78
|
+
export declare var ListMemoryRecordsOutput: StaticStructureSchema;
|
|
79
|
+
export declare var ListSessionsInput: StaticStructureSchema;
|
|
80
|
+
export declare var ListSessionsOutput: StaticStructureSchema;
|
|
81
|
+
export declare var LiveViewStream: StaticStructureSchema;
|
|
82
|
+
export declare var MemoryRecord: StaticStructureSchema;
|
|
83
|
+
export declare var MemoryRecordCreateInput: StaticStructureSchema;
|
|
84
|
+
export declare var MemoryRecordDeleteInput: StaticStructureSchema;
|
|
85
|
+
export declare var MemoryRecordOutput: StaticStructureSchema;
|
|
86
|
+
export declare var MemoryRecordSummary: StaticStructureSchema;
|
|
87
|
+
export declare var MemoryRecordUpdateInput: StaticStructureSchema;
|
|
88
|
+
export declare var ResourceContent: StaticStructureSchema;
|
|
89
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
90
|
+
export declare var RetrieveMemoryRecordsInput: StaticStructureSchema;
|
|
91
|
+
export declare var RetrieveMemoryRecordsOutput: StaticStructureSchema;
|
|
92
|
+
export declare var RuntimeClientError: StaticErrorSchema;
|
|
93
|
+
export declare var SearchCriteria: StaticStructureSchema;
|
|
94
|
+
export declare var ServiceException: StaticErrorSchema;
|
|
95
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
96
|
+
export declare var SessionSummary: StaticStructureSchema;
|
|
97
|
+
export declare var StartBrowserSessionRequest: StaticStructureSchema;
|
|
98
|
+
export declare var StartBrowserSessionResponse: StaticStructureSchema;
|
|
99
|
+
export declare var StartCodeInterpreterSessionRequest: StaticStructureSchema;
|
|
100
|
+
export declare var StartCodeInterpreterSessionResponse: StaticStructureSchema;
|
|
101
|
+
export declare var StopBrowserSessionRequest: StaticStructureSchema;
|
|
102
|
+
export declare var StopBrowserSessionResponse: StaticStructureSchema;
|
|
103
|
+
export declare var StopCodeInterpreterSessionRequest: StaticStructureSchema;
|
|
104
|
+
export declare var StopCodeInterpreterSessionResponse: StaticStructureSchema;
|
|
105
|
+
export declare var StopRuntimeSessionRequest: StaticStructureSchema;
|
|
106
|
+
export declare var StopRuntimeSessionResponse: StaticStructureSchema;
|
|
107
|
+
export declare var ThrottledException: StaticErrorSchema;
|
|
108
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
109
|
+
export declare var ToolArguments: StaticStructureSchema;
|
|
110
|
+
export declare var ToolResultStructuredContent: StaticStructureSchema;
|
|
111
|
+
export declare var UnauthorizedException: StaticErrorSchema;
|
|
112
|
+
export declare var UpdateBrowserStreamRequest: StaticStructureSchema;
|
|
113
|
+
export declare var UpdateBrowserStreamResponse: StaticStructureSchema;
|
|
114
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
115
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
116
|
+
export declare var ViewPort: StaticStructureSchema;
|
|
117
|
+
export declare var __Unit: "unit";
|
|
118
|
+
export declare var BedrockAgentCoreServiceException: StaticErrorSchema;
|
|
119
|
+
export declare var ActorSummaryList: StaticListSchema;
|
|
120
|
+
export declare var BrowserSessionSummaries: StaticListSchema;
|
|
121
|
+
export declare var CodeInterpreterSessionSummaries: StaticListSchema;
|
|
122
|
+
export declare var ContentBlockList: StaticListSchema;
|
|
123
|
+
export declare var EventList: StaticListSchema;
|
|
124
|
+
export declare var EventMetadataFilterList: StaticListSchema;
|
|
125
|
+
export declare var InputContentBlockList: StaticListSchema;
|
|
126
|
+
export declare var MemoryRecordsCreateInputList: StaticListSchema;
|
|
127
|
+
export declare var MemoryRecordsDeleteInputList: StaticListSchema;
|
|
128
|
+
export declare var MemoryRecordsOutputList: StaticListSchema;
|
|
129
|
+
export declare var MemoryRecordSummaryList: StaticListSchema;
|
|
130
|
+
export declare var MemoryRecordsUpdateInputList: StaticListSchema;
|
|
131
|
+
export declare var NamespacesList: number;
|
|
132
|
+
export declare var PayloadTypeList: StaticListSchema;
|
|
133
|
+
export declare var ScopesListType: number;
|
|
134
|
+
export declare var SessionSummaryList: StaticListSchema;
|
|
135
|
+
export declare var StringList: number;
|
|
136
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
137
|
+
export declare var CustomRequestParametersType: StaticMapSchema;
|
|
138
|
+
export declare var MetadataMap: StaticMapSchema;
|
|
139
|
+
export declare var CodeInterpreterStreamOutput: StaticStructureSchema;
|
|
140
|
+
export declare var Content: StaticStructureSchema;
|
|
141
|
+
export declare var LeftExpression: StaticStructureSchema;
|
|
142
|
+
export declare var MemoryContent: StaticStructureSchema;
|
|
143
|
+
export declare var MetadataValue: StaticStructureSchema;
|
|
144
|
+
export declare var PayloadType: StaticStructureSchema;
|
|
145
|
+
export declare var RightExpression: StaticStructureSchema;
|
|
146
|
+
export declare var StreamUpdate: StaticStructureSchema;
|
|
147
|
+
export declare var UserIdentifier: StaticStructureSchema;
|
|
148
|
+
export declare var BatchCreateMemoryRecords: StaticOperationSchema;
|
|
149
|
+
export declare var BatchDeleteMemoryRecords: StaticOperationSchema;
|
|
150
|
+
export declare var BatchUpdateMemoryRecords: StaticOperationSchema;
|
|
151
|
+
export declare var CompleteResourceTokenAuth: StaticOperationSchema;
|
|
152
|
+
export declare var CreateEvent: StaticOperationSchema;
|
|
153
|
+
export declare var DeleteEvent: StaticOperationSchema;
|
|
154
|
+
export declare var DeleteMemoryRecord: StaticOperationSchema;
|
|
155
|
+
export declare var GetAgentCard: StaticOperationSchema;
|
|
156
|
+
export declare var GetBrowserSession: StaticOperationSchema;
|
|
157
|
+
export declare var GetCodeInterpreterSession: StaticOperationSchema;
|
|
158
|
+
export declare var GetEvent: StaticOperationSchema;
|
|
159
|
+
export declare var GetMemoryRecord: StaticOperationSchema;
|
|
160
|
+
export declare var GetResourceApiKey: StaticOperationSchema;
|
|
161
|
+
export declare var GetResourceOauth2Token: StaticOperationSchema;
|
|
162
|
+
export declare var GetWorkloadAccessToken: StaticOperationSchema;
|
|
163
|
+
export declare var GetWorkloadAccessTokenForJWT: StaticOperationSchema;
|
|
164
|
+
export declare var GetWorkloadAccessTokenForUserId: StaticOperationSchema;
|
|
165
|
+
export declare var InvokeAgentRuntime: StaticOperationSchema;
|
|
166
|
+
export declare var InvokeCodeInterpreter: StaticOperationSchema;
|
|
167
|
+
export declare var ListActors: StaticOperationSchema;
|
|
168
|
+
export declare var ListBrowserSessions: StaticOperationSchema;
|
|
169
|
+
export declare var ListCodeInterpreterSessions: StaticOperationSchema;
|
|
170
|
+
export declare var ListEvents: StaticOperationSchema;
|
|
171
|
+
export declare var ListMemoryRecords: StaticOperationSchema;
|
|
172
|
+
export declare var ListSessions: StaticOperationSchema;
|
|
173
|
+
export declare var RetrieveMemoryRecords: StaticOperationSchema;
|
|
174
|
+
export declare var StartBrowserSession: StaticOperationSchema;
|
|
175
|
+
export declare var StartCodeInterpreterSession: StaticOperationSchema;
|
|
176
|
+
export declare var StopBrowserSession: StaticOperationSchema;
|
|
177
|
+
export declare var StopCodeInterpreterSession: StaticOperationSchema;
|
|
178
|
+
export declare var StopRuntimeSession: StaticOperationSchema;
|
|
179
|
+
export declare var UpdateBrowserStream: StaticOperationSchema;
|
|
@@ -34,11 +34,14 @@ import {
|
|
|
34
34
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
35
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
36
|
ChecksumConstructor as __ChecksumConstructor,
|
|
37
|
+
ClientProtocol,
|
|
37
38
|
Decoder as __Decoder,
|
|
38
39
|
Encoder as __Encoder,
|
|
39
40
|
EventStreamSerdeProvider as __EventStreamSerdeProvider,
|
|
40
41
|
HashConstructor as __HashConstructor,
|
|
41
42
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
+
HttpRequest,
|
|
44
|
+
HttpResponse,
|
|
42
45
|
Logger as __Logger,
|
|
43
46
|
Provider as __Provider,
|
|
44
47
|
Provider,
|
|
@@ -276,6 +279,7 @@ export interface ClientDefaults
|
|
|
276
279
|
retryMode?: string | __Provider<string>;
|
|
277
280
|
logger?: __Logger;
|
|
278
281
|
extensions?: RuntimeExtension[];
|
|
282
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
279
283
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
280
284
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
281
285
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
@@ -979,106 +979,3 @@ export interface RetrieveMemoryRecordsOutput {
|
|
|
979
979
|
memoryRecordSummaries: MemoryRecordSummary[] | undefined;
|
|
980
980
|
nextToken?: string | undefined;
|
|
981
981
|
}
|
|
982
|
-
export declare const InvokeAgentRuntimeRequestFilterSensitiveLog: (
|
|
983
|
-
obj: InvokeAgentRuntimeRequest
|
|
984
|
-
) => any;
|
|
985
|
-
export declare const InvokeAgentRuntimeResponseFilterSensitiveLog: (
|
|
986
|
-
obj: InvokeAgentRuntimeResponse
|
|
987
|
-
) => any;
|
|
988
|
-
export declare const UserIdentifierFilterSensitiveLog: (
|
|
989
|
-
obj: UserIdentifier
|
|
990
|
-
) => any;
|
|
991
|
-
export declare const CompleteResourceTokenAuthRequestFilterSensitiveLog: (
|
|
992
|
-
obj: CompleteResourceTokenAuthRequest
|
|
993
|
-
) => any;
|
|
994
|
-
export declare const GetResourceApiKeyRequestFilterSensitiveLog: (
|
|
995
|
-
obj: GetResourceApiKeyRequest
|
|
996
|
-
) => any;
|
|
997
|
-
export declare const GetResourceApiKeyResponseFilterSensitiveLog: (
|
|
998
|
-
obj: GetResourceApiKeyResponse
|
|
999
|
-
) => any;
|
|
1000
|
-
export declare const GetResourceOauth2TokenRequestFilterSensitiveLog: (
|
|
1001
|
-
obj: GetResourceOauth2TokenRequest
|
|
1002
|
-
) => any;
|
|
1003
|
-
export declare const GetResourceOauth2TokenResponseFilterSensitiveLog: (
|
|
1004
|
-
obj: GetResourceOauth2TokenResponse
|
|
1005
|
-
) => any;
|
|
1006
|
-
export declare const GetWorkloadAccessTokenResponseFilterSensitiveLog: (
|
|
1007
|
-
obj: GetWorkloadAccessTokenResponse
|
|
1008
|
-
) => any;
|
|
1009
|
-
export declare const GetWorkloadAccessTokenForJWTRequestFilterSensitiveLog: (
|
|
1010
|
-
obj: GetWorkloadAccessTokenForJWTRequest
|
|
1011
|
-
) => any;
|
|
1012
|
-
export declare const GetWorkloadAccessTokenForJWTResponseFilterSensitiveLog: (
|
|
1013
|
-
obj: GetWorkloadAccessTokenForJWTResponse
|
|
1014
|
-
) => any;
|
|
1015
|
-
export declare const GetWorkloadAccessTokenForUserIdResponseFilterSensitiveLog: (
|
|
1016
|
-
obj: GetWorkloadAccessTokenForUserIdResponse
|
|
1017
|
-
) => any;
|
|
1018
|
-
export declare const InputContentBlockFilterSensitiveLog: (
|
|
1019
|
-
obj: InputContentBlock
|
|
1020
|
-
) => any;
|
|
1021
|
-
export declare const ToolArgumentsFilterSensitiveLog: (
|
|
1022
|
-
obj: ToolArguments
|
|
1023
|
-
) => any;
|
|
1024
|
-
export declare const InvokeCodeInterpreterRequestFilterSensitiveLog: (
|
|
1025
|
-
obj: InvokeCodeInterpreterRequest
|
|
1026
|
-
) => any;
|
|
1027
|
-
export declare const CodeInterpreterStreamOutputFilterSensitiveLog: (
|
|
1028
|
-
obj: CodeInterpreterStreamOutput
|
|
1029
|
-
) => any;
|
|
1030
|
-
export declare const InvokeCodeInterpreterResponseFilterSensitiveLog: (
|
|
1031
|
-
obj: InvokeCodeInterpreterResponse
|
|
1032
|
-
) => any;
|
|
1033
|
-
export declare const MemoryContentFilterSensitiveLog: (
|
|
1034
|
-
obj: MemoryContent
|
|
1035
|
-
) => any;
|
|
1036
|
-
export declare const MemoryRecordCreateInputFilterSensitiveLog: (
|
|
1037
|
-
obj: MemoryRecordCreateInput
|
|
1038
|
-
) => any;
|
|
1039
|
-
export declare const BatchCreateMemoryRecordsInputFilterSensitiveLog: (
|
|
1040
|
-
obj: BatchCreateMemoryRecordsInput
|
|
1041
|
-
) => any;
|
|
1042
|
-
export declare const MemoryRecordUpdateInputFilterSensitiveLog: (
|
|
1043
|
-
obj: MemoryRecordUpdateInput
|
|
1044
|
-
) => any;
|
|
1045
|
-
export declare const BatchUpdateMemoryRecordsInputFilterSensitiveLog: (
|
|
1046
|
-
obj: BatchUpdateMemoryRecordsInput
|
|
1047
|
-
) => any;
|
|
1048
|
-
export declare const ContentFilterSensitiveLog: (obj: Content) => any;
|
|
1049
|
-
export declare const ConversationalFilterSensitiveLog: (
|
|
1050
|
-
obj: Conversational
|
|
1051
|
-
) => any;
|
|
1052
|
-
export declare const PayloadTypeFilterSensitiveLog: (obj: PayloadType) => any;
|
|
1053
|
-
export declare const CreateEventInputFilterSensitiveLog: (
|
|
1054
|
-
obj: CreateEventInput
|
|
1055
|
-
) => any;
|
|
1056
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1057
|
-
export declare const CreateEventOutputFilterSensitiveLog: (
|
|
1058
|
-
obj: CreateEventOutput
|
|
1059
|
-
) => any;
|
|
1060
|
-
export declare const GetEventOutputFilterSensitiveLog: (
|
|
1061
|
-
obj: GetEventOutput
|
|
1062
|
-
) => any;
|
|
1063
|
-
export declare const MemoryRecordFilterSensitiveLog: (obj: MemoryRecord) => any;
|
|
1064
|
-
export declare const GetMemoryRecordOutputFilterSensitiveLog: (
|
|
1065
|
-
obj: GetMemoryRecordOutput
|
|
1066
|
-
) => any;
|
|
1067
|
-
export declare const ListEventsOutputFilterSensitiveLog: (
|
|
1068
|
-
obj: ListEventsOutput
|
|
1069
|
-
) => any;
|
|
1070
|
-
export declare const MemoryRecordSummaryFilterSensitiveLog: (
|
|
1071
|
-
obj: MemoryRecordSummary
|
|
1072
|
-
) => any;
|
|
1073
|
-
export declare const ListMemoryRecordsOutputFilterSensitiveLog: (
|
|
1074
|
-
obj: ListMemoryRecordsOutput
|
|
1075
|
-
) => any;
|
|
1076
|
-
export declare const SearchCriteriaFilterSensitiveLog: (
|
|
1077
|
-
obj: SearchCriteria
|
|
1078
|
-
) => any;
|
|
1079
|
-
export declare const RetrieveMemoryRecordsInputFilterSensitiveLog: (
|
|
1080
|
-
obj: RetrieveMemoryRecordsInput
|
|
1081
|
-
) => any;
|
|
1082
|
-
export declare const RetrieveMemoryRecordsOutputFilterSensitiveLog: (
|
|
1083
|
-
obj: RetrieveMemoryRecordsOutput
|
|
1084
|
-
) => any;
|
|
@@ -41,6 +41,10 @@ export declare const getRuntimeConfig: (
|
|
|
41
41
|
profile?: string;
|
|
42
42
|
logger: import("@smithy/types").Logger;
|
|
43
43
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
44
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
45
|
+
import("@smithy/types").HttpRequest,
|
|
46
|
+
import("@smithy/types").HttpResponse
|
|
47
|
+
>;
|
|
44
48
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
userAgentAppId?:
|
|
@@ -41,6 +41,10 @@ export declare const getRuntimeConfig: (
|
|
|
41
41
|
profile?: string;
|
|
42
42
|
logger: import("@smithy/types").Logger;
|
|
43
43
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
44
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
45
|
+
import("@smithy/types").HttpRequest,
|
|
46
|
+
import("@smithy/types").HttpResponse
|
|
47
|
+
>;
|
|
44
48
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
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
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
43
47
|
defaultsMode:
|
|
44
48
|
| import("@smithy/smithy-client").DefaultsMode
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockAgentCoreHttpAuthSchemeProvider;
|
|
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
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
20
24
|
serviceId: string;
|
|
21
25
|
urlParser: import("@smithy/types").UrlParser;
|