@aws-sdk/client-bedrock-agentcore 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 +1843 -2155
- 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 -280
- 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 +36 -157
- 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 -115
- 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 +37 -38
- 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
|
*/
|
|
@@ -742,11 +742,14 @@ export declare namespace StreamUpdate {
|
|
|
742
742
|
automationStreamUpdate?: never;
|
|
743
743
|
$unknown: [string, any];
|
|
744
744
|
}
|
|
745
|
+
/**
|
|
746
|
+
* @deprecated unused in schema-serde mode.
|
|
747
|
+
*
|
|
748
|
+
*/
|
|
745
749
|
interface Visitor<T> {
|
|
746
750
|
automationStreamUpdate: (value: AutomationStreamUpdate) => T;
|
|
747
751
|
_: (name: string, value: any) => T;
|
|
748
752
|
}
|
|
749
|
-
const visit: <T>(value: StreamUpdate, visitor: Visitor<T>) => T;
|
|
750
753
|
}
|
|
751
754
|
/**
|
|
752
755
|
* @public
|
|
@@ -1076,12 +1079,15 @@ export declare namespace UserIdentifier {
|
|
|
1076
1079
|
userId?: never;
|
|
1077
1080
|
$unknown: [string, any];
|
|
1078
1081
|
}
|
|
1082
|
+
/**
|
|
1083
|
+
* @deprecated unused in schema-serde mode.
|
|
1084
|
+
*
|
|
1085
|
+
*/
|
|
1079
1086
|
interface Visitor<T> {
|
|
1080
1087
|
userToken: (value: string) => T;
|
|
1081
1088
|
userId: (value: string) => T;
|
|
1082
1089
|
_: (name: string, value: any) => T;
|
|
1083
1090
|
}
|
|
1084
|
-
const visit: <T>(value: UserIdentifier, visitor: Visitor<T>) => T;
|
|
1085
1091
|
}
|
|
1086
1092
|
/**
|
|
1087
1093
|
* @public
|
|
@@ -1759,6 +1765,10 @@ export declare namespace CodeInterpreterStreamOutput {
|
|
|
1759
1765
|
validationException?: never;
|
|
1760
1766
|
$unknown: [string, any];
|
|
1761
1767
|
}
|
|
1768
|
+
/**
|
|
1769
|
+
* @deprecated unused in schema-serde mode.
|
|
1770
|
+
*
|
|
1771
|
+
*/
|
|
1762
1772
|
interface Visitor<T> {
|
|
1763
1773
|
result: (value: CodeInterpreterResult) => T;
|
|
1764
1774
|
accessDeniedException: (value: AccessDeniedException) => T;
|
|
@@ -1770,7 +1780,6 @@ export declare namespace CodeInterpreterStreamOutput {
|
|
|
1770
1780
|
validationException: (value: ValidationException) => T;
|
|
1771
1781
|
_: (name: string, value: any) => T;
|
|
1772
1782
|
}
|
|
1773
|
-
const visit: <T>(value: CodeInterpreterStreamOutput, visitor: Visitor<T>) => T;
|
|
1774
1783
|
}
|
|
1775
1784
|
/**
|
|
1776
1785
|
* @public
|
|
@@ -1811,11 +1820,14 @@ export declare namespace MemoryContent {
|
|
|
1811
1820
|
text?: never;
|
|
1812
1821
|
$unknown: [string, any];
|
|
1813
1822
|
}
|
|
1823
|
+
/**
|
|
1824
|
+
* @deprecated unused in schema-serde mode.
|
|
1825
|
+
*
|
|
1826
|
+
*/
|
|
1814
1827
|
interface Visitor<T> {
|
|
1815
1828
|
text: (value: string) => T;
|
|
1816
1829
|
_: (name: string, value: any) => T;
|
|
1817
1830
|
}
|
|
1818
|
-
const visit: <T>(value: MemoryContent, visitor: Visitor<T>) => T;
|
|
1819
1831
|
}
|
|
1820
1832
|
/**
|
|
1821
1833
|
* <p>Input structure to create a new memory record.</p>
|
|
@@ -2092,11 +2104,14 @@ export declare namespace MetadataValue {
|
|
|
2092
2104
|
stringValue?: never;
|
|
2093
2105
|
$unknown: [string, any];
|
|
2094
2106
|
}
|
|
2107
|
+
/**
|
|
2108
|
+
* @deprecated unused in schema-serde mode.
|
|
2109
|
+
*
|
|
2110
|
+
*/
|
|
2095
2111
|
interface Visitor<T> {
|
|
2096
2112
|
stringValue: (value: string) => T;
|
|
2097
2113
|
_: (name: string, value: any) => T;
|
|
2098
2114
|
}
|
|
2099
|
-
const visit: <T>(value: MetadataValue, visitor: Visitor<T>) => T;
|
|
2100
2115
|
}
|
|
2101
2116
|
/**
|
|
2102
2117
|
* <p>Contains the content of a memory item.</p>
|
|
@@ -2122,11 +2137,14 @@ export declare namespace Content {
|
|
|
2122
2137
|
text?: never;
|
|
2123
2138
|
$unknown: [string, any];
|
|
2124
2139
|
}
|
|
2140
|
+
/**
|
|
2141
|
+
* @deprecated unused in schema-serde mode.
|
|
2142
|
+
*
|
|
2143
|
+
*/
|
|
2125
2144
|
interface Visitor<T> {
|
|
2126
2145
|
text: (value: string) => T;
|
|
2127
2146
|
_: (name: string, value: any) => T;
|
|
2128
2147
|
}
|
|
2129
|
-
const visit: <T>(value: Content, visitor: Visitor<T>) => T;
|
|
2130
2148
|
}
|
|
2131
2149
|
/**
|
|
2132
2150
|
* @public
|
|
@@ -2193,12 +2211,15 @@ export declare namespace PayloadType {
|
|
|
2193
2211
|
blob?: never;
|
|
2194
2212
|
$unknown: [string, any];
|
|
2195
2213
|
}
|
|
2214
|
+
/**
|
|
2215
|
+
* @deprecated unused in schema-serde mode.
|
|
2216
|
+
*
|
|
2217
|
+
*/
|
|
2196
2218
|
interface Visitor<T> {
|
|
2197
2219
|
conversational: (value: Conversational) => T;
|
|
2198
2220
|
blob: (value: __DocumentType) => T;
|
|
2199
2221
|
_: (name: string, value: any) => T;
|
|
2200
2222
|
}
|
|
2201
|
-
const visit: <T>(value: PayloadType, visitor: Visitor<T>) => T;
|
|
2202
2223
|
}
|
|
2203
2224
|
/**
|
|
2204
2225
|
* @public
|
|
@@ -2539,11 +2560,14 @@ export declare namespace LeftExpression {
|
|
|
2539
2560
|
metadataKey?: never;
|
|
2540
2561
|
$unknown: [string, any];
|
|
2541
2562
|
}
|
|
2563
|
+
/**
|
|
2564
|
+
* @deprecated unused in schema-serde mode.
|
|
2565
|
+
*
|
|
2566
|
+
*/
|
|
2542
2567
|
interface Visitor<T> {
|
|
2543
2568
|
metadataKey: (value: string) => T;
|
|
2544
2569
|
_: (name: string, value: any) => T;
|
|
2545
2570
|
}
|
|
2546
|
-
const visit: <T>(value: LeftExpression, visitor: Visitor<T>) => T;
|
|
2547
2571
|
}
|
|
2548
2572
|
/**
|
|
2549
2573
|
* @public
|
|
@@ -2582,11 +2606,14 @@ export declare namespace RightExpression {
|
|
|
2582
2606
|
metadataValue?: never;
|
|
2583
2607
|
$unknown: [string, any];
|
|
2584
2608
|
}
|
|
2609
|
+
/**
|
|
2610
|
+
* @deprecated unused in schema-serde mode.
|
|
2611
|
+
*
|
|
2612
|
+
*/
|
|
2585
2613
|
interface Visitor<T> {
|
|
2586
2614
|
metadataValue: (value: MetadataValue) => T;
|
|
2587
2615
|
_: (name: string, value: any) => T;
|
|
2588
2616
|
}
|
|
2589
|
-
const visit: <T>(value: RightExpression, visitor: Visitor<T>) => T;
|
|
2590
2617
|
}
|
|
2591
2618
|
/**
|
|
2592
2619
|
* <p>Filter expression for retrieving events based on metadata associated with an event.</p>
|
|
@@ -2888,151 +2915,3 @@ export interface RetrieveMemoryRecordsOutput {
|
|
|
2888
2915
|
*/
|
|
2889
2916
|
nextToken?: string | undefined;
|
|
2890
2917
|
}
|
|
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;
|