@aws-sdk/client-bedrock-agentcore 3.948.0 → 3.953.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.
Files changed (55) hide show
  1. package/dist-cjs/index.js +555 -386
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +2 -2
  4. package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +2 -2
  5. package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +2 -2
  6. package/dist-es/commands/CompleteResourceTokenAuthCommand.js +2 -2
  7. package/dist-es/commands/CreateEventCommand.js +2 -2
  8. package/dist-es/commands/DeleteEventCommand.js +2 -2
  9. package/dist-es/commands/DeleteMemoryRecordCommand.js +2 -2
  10. package/dist-es/commands/EvaluateCommand.js +2 -2
  11. package/dist-es/commands/GetAgentCardCommand.js +2 -2
  12. package/dist-es/commands/GetBrowserSessionCommand.js +2 -2
  13. package/dist-es/commands/GetCodeInterpreterSessionCommand.js +2 -2
  14. package/dist-es/commands/GetEventCommand.js +2 -2
  15. package/dist-es/commands/GetMemoryRecordCommand.js +2 -2
  16. package/dist-es/commands/GetResourceApiKeyCommand.js +2 -2
  17. package/dist-es/commands/GetResourceOauth2TokenCommand.js +2 -2
  18. package/dist-es/commands/GetWorkloadAccessTokenCommand.js +2 -2
  19. package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +2 -2
  20. package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +2 -2
  21. package/dist-es/commands/InvokeAgentRuntimeCommand.js +2 -2
  22. package/dist-es/commands/InvokeCodeInterpreterCommand.js +2 -2
  23. package/dist-es/commands/ListActorsCommand.js +2 -2
  24. package/dist-es/commands/ListBrowserSessionsCommand.js +2 -2
  25. package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +2 -2
  26. package/dist-es/commands/ListEventsCommand.js +2 -2
  27. package/dist-es/commands/ListMemoryExtractionJobsCommand.js +2 -2
  28. package/dist-es/commands/ListMemoryRecordsCommand.js +2 -2
  29. package/dist-es/commands/ListSessionsCommand.js +2 -2
  30. package/dist-es/commands/RetrieveMemoryRecordsCommand.js +2 -2
  31. package/dist-es/commands/StartBrowserSessionCommand.js +2 -2
  32. package/dist-es/commands/StartCodeInterpreterSessionCommand.js +2 -2
  33. package/dist-es/commands/StartMemoryExtractionJobCommand.js +2 -2
  34. package/dist-es/commands/StopBrowserSessionCommand.js +2 -2
  35. package/dist-es/commands/StopCodeInterpreterSessionCommand.js +2 -2
  36. package/dist-es/commands/StopRuntimeSessionCommand.js +2 -2
  37. package/dist-es/commands/UpdateBrowserStreamCommand.js +2 -2
  38. package/dist-es/index.js +1 -0
  39. package/dist-es/runtimeConfig.shared.js +6 -1
  40. package/dist-es/schemas/schemas_0.js +330 -330
  41. package/dist-types/BedrockAgentCoreClient.d.ts +1 -10
  42. package/dist-types/index.d.ts +1 -0
  43. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  44. package/dist-types/runtimeConfig.d.ts +6 -2
  45. package/dist-types/runtimeConfig.native.d.ts +6 -2
  46. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  47. package/dist-types/schemas/schemas_0.d.ts +170 -209
  48. package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +0 -4
  49. package/dist-types/ts3.4/index.d.ts +1 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +169 -211
  55. package/package.json +38 -38
@@ -6,7 +6,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
6
6
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
7
7
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
8
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
9
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
10
10
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
11
  import { BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput } from "./commands/BatchCreateMemoryRecordsCommand";
12
12
  import { BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput } from "./commands/BatchDeleteMemoryRecordsCommand";
@@ -177,15 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
177
177
  * Optional extensions
178
178
  */
179
179
  extensions?: RuntimeExtension[];
180
- /**
181
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
182
- * may be overridden. A default will always be set by the client.
183
- * Available options depend on the service's supported protocols and will not be validated by
184
- * the client.
185
- * @alpha
186
- *
187
- */
188
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
189
180
  /**
190
181
  * The function that provides necessary utilities for generating and parsing event stream
191
182
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { BedrockAgentCoreExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -18,8 +18,13 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
18
18
  streamCollector: import("@smithy/types").StreamCollector;
19
19
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
21
- apiVersion: string;
22
21
  cacheMiddleware?: boolean | undefined;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
23
+ protocolSettings: {
24
+ defaultNamespace?: string;
25
+ [setting: string]: unknown;
26
+ };
27
+ apiVersion: string;
23
28
  urlParser: import("@smithy/types").UrlParser;
24
29
  base64Decoder: import("@smithy/types").Decoder;
25
30
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -30,7 +35,6 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
30
35
  profile?: string;
31
36
  logger: import("@smithy/types").Logger;
32
37
  extensions: import("./runtimeExtensions").RuntimeExtension[];
33
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
38
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -20,8 +20,13 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
23
- apiVersion: string;
24
23
  cacheMiddleware?: boolean | undefined;
24
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
25
+ protocolSettings: {
26
+ defaultNamespace?: string;
27
+ [setting: string]: unknown;
28
+ };
29
+ apiVersion: string;
25
30
  urlParser: import("@smithy/types").UrlParser;
26
31
  base64Decoder: import("@smithy/types").Decoder;
27
32
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -32,7 +37,6 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
32
37
  profile?: string;
33
38
  logger: import("@smithy/types").Logger;
34
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
36
40
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
37
41
  customUserAgent?: string | import("@smithy/types").UserAgent;
38
42
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
32
36
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
33
37
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
@@ -1,3 +1,4 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { BedrockAgentCoreClientConfig } from "./BedrockAgentCoreClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreClientConfig) =>
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockAgentCoreHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
19
24
  serviceId: string;
20
25
  urlParser: import("@smithy/types").UrlParser;
@@ -1,209 +1,170 @@
1
- import type { 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 Document: StaticSimpleSchema;
8
- export declare var EvaluationExplanation: StaticSimpleSchema;
9
- export declare var ResponseStream: StaticSimpleSchema;
10
- export declare var SensitiveString: StaticSimpleSchema;
11
- export declare var State: StaticSimpleSchema;
12
- export declare var UserTokenType: StaticSimpleSchema;
13
- export declare var WorkloadIdentityTokenType: StaticSimpleSchema;
14
- export declare var AccessDeniedException: StaticErrorSchema;
15
- export declare var ActorSummary: StaticStructureSchema;
16
- export declare var AutomationStream: StaticStructureSchema;
17
- export declare var AutomationStreamUpdate: StaticStructureSchema;
18
- export declare var BatchCreateMemoryRecordsInput: StaticStructureSchema;
19
- export declare var BatchCreateMemoryRecordsOutput: StaticStructureSchema;
20
- export declare var BatchDeleteMemoryRecordsInput: StaticStructureSchema;
21
- export declare var BatchDeleteMemoryRecordsOutput: StaticStructureSchema;
22
- export declare var BatchUpdateMemoryRecordsInput: StaticStructureSchema;
23
- export declare var BatchUpdateMemoryRecordsOutput: StaticStructureSchema;
24
- export declare var Branch: StaticStructureSchema;
25
- export declare var BranchFilter: StaticStructureSchema;
26
- export declare var BrowserSessionStream: StaticStructureSchema;
27
- export declare var BrowserSessionSummary: StaticStructureSchema;
28
- export declare var CodeInterpreterResult: StaticStructureSchema;
29
- export declare var CodeInterpreterSessionSummary: StaticStructureSchema;
30
- export declare var CompleteResourceTokenAuthRequest: StaticStructureSchema;
31
- export declare var CompleteResourceTokenAuthResponse: StaticStructureSchema;
32
- export declare var ConflictException: StaticErrorSchema;
33
- export declare var ContentBlock: StaticStructureSchema;
34
- export declare var Conversational: StaticStructureSchema;
35
- export declare var CreateEventInput: StaticStructureSchema;
36
- export declare var CreateEventOutput: StaticStructureSchema;
37
- export declare var DeleteEventInput: StaticStructureSchema;
38
- export declare var DeleteEventOutput: StaticStructureSchema;
39
- export declare var DeleteMemoryRecordInput: StaticStructureSchema;
40
- export declare var DeleteMemoryRecordOutput: StaticStructureSchema;
41
- export declare var DuplicateIdException: StaticErrorSchema;
42
- export declare var EvaluateRequest: StaticStructureSchema;
43
- export declare var EvaluateResponse: StaticStructureSchema;
44
- export declare var EvaluationResultContent: StaticStructureSchema;
45
- export declare var Event: StaticStructureSchema;
46
- export declare var EventMetadataFilterExpression: StaticStructureSchema;
47
- export declare var ExtractionJob: StaticStructureSchema;
48
- export declare var ExtractionJobFilterInput: StaticStructureSchema;
49
- export declare var ExtractionJobMetadata: StaticStructureSchema;
50
- export declare var FilterInput: StaticStructureSchema;
51
- export declare var GetAgentCardRequest: StaticStructureSchema;
52
- export declare var GetAgentCardResponse: StaticStructureSchema;
53
- export declare var GetBrowserSessionRequest: StaticStructureSchema;
54
- export declare var GetBrowserSessionResponse: StaticStructureSchema;
55
- export declare var GetCodeInterpreterSessionRequest: StaticStructureSchema;
56
- export declare var GetCodeInterpreterSessionResponse: StaticStructureSchema;
57
- export declare var GetEventInput: StaticStructureSchema;
58
- export declare var GetEventOutput: StaticStructureSchema;
59
- export declare var GetMemoryRecordInput: StaticStructureSchema;
60
- export declare var GetMemoryRecordOutput: StaticStructureSchema;
61
- export declare var GetResourceApiKeyRequest: StaticStructureSchema;
62
- export declare var GetResourceApiKeyResponse: StaticStructureSchema;
63
- export declare var GetResourceOauth2TokenRequest: StaticStructureSchema;
64
- export declare var GetResourceOauth2TokenResponse: StaticStructureSchema;
65
- export declare var GetWorkloadAccessTokenForJWTRequest: StaticStructureSchema;
66
- export declare var GetWorkloadAccessTokenForJWTResponse: StaticStructureSchema;
67
- export declare var GetWorkloadAccessTokenForUserIdRequest: StaticStructureSchema;
68
- export declare var GetWorkloadAccessTokenForUserIdResponse: StaticStructureSchema;
69
- export declare var GetWorkloadAccessTokenRequest: StaticStructureSchema;
70
- export declare var GetWorkloadAccessTokenResponse: StaticStructureSchema;
71
- export declare var InputContentBlock: StaticStructureSchema;
72
- export declare var InternalServerException: StaticErrorSchema;
73
- export declare var InvalidInputException: StaticErrorSchema;
74
- export declare var InvokeAgentRuntimeRequest: StaticStructureSchema;
75
- export declare var InvokeAgentRuntimeResponse: StaticStructureSchema;
76
- export declare var InvokeCodeInterpreterRequest: StaticStructureSchema;
77
- export declare var InvokeCodeInterpreterResponse: StaticStructureSchema;
78
- export declare var ListActorsInput: StaticStructureSchema;
79
- export declare var ListActorsOutput: StaticStructureSchema;
80
- export declare var ListBrowserSessionsRequest: StaticStructureSchema;
81
- export declare var ListBrowserSessionsResponse: StaticStructureSchema;
82
- export declare var ListCodeInterpreterSessionsRequest: StaticStructureSchema;
83
- export declare var ListCodeInterpreterSessionsResponse: StaticStructureSchema;
84
- export declare var ListEventsInput: StaticStructureSchema;
85
- export declare var ListEventsOutput: StaticStructureSchema;
86
- export declare var ListMemoryExtractionJobsInput: StaticStructureSchema;
87
- export declare var ListMemoryExtractionJobsOutput: StaticStructureSchema;
88
- export declare var ListMemoryRecordsInput: StaticStructureSchema;
89
- export declare var ListMemoryRecordsOutput: StaticStructureSchema;
90
- export declare var ListSessionsInput: StaticStructureSchema;
91
- export declare var ListSessionsOutput: StaticStructureSchema;
92
- export declare var LiveViewStream: StaticStructureSchema;
93
- export declare var MemoryMetadataFilterExpression: StaticStructureSchema;
94
- export declare var MemoryRecord: StaticStructureSchema;
95
- export declare var MemoryRecordCreateInput: StaticStructureSchema;
96
- export declare var MemoryRecordDeleteInput: StaticStructureSchema;
97
- export declare var MemoryRecordOutput: StaticStructureSchema;
98
- export declare var MemoryRecordSummary: StaticStructureSchema;
99
- export declare var MemoryRecordUpdateInput: StaticStructureSchema;
100
- export declare var MessageMetadata: StaticStructureSchema;
101
- export declare var ResourceContent: StaticStructureSchema;
102
- export declare var ResourceNotFoundException: StaticErrorSchema;
103
- export declare var RetrieveMemoryRecordsInput: StaticStructureSchema;
104
- export declare var RetrieveMemoryRecordsOutput: StaticStructureSchema;
105
- export declare var RuntimeClientError: StaticErrorSchema;
106
- export declare var SearchCriteria: StaticStructureSchema;
107
- export declare var ServiceException: StaticErrorSchema;
108
- export declare var ServiceQuotaExceededException: StaticErrorSchema;
109
- export declare var SessionSummary: StaticStructureSchema;
110
- export declare var SpanContext: StaticStructureSchema;
111
- export declare var StartBrowserSessionRequest: StaticStructureSchema;
112
- export declare var StartBrowserSessionResponse: StaticStructureSchema;
113
- export declare var StartCodeInterpreterSessionRequest: StaticStructureSchema;
114
- export declare var StartCodeInterpreterSessionResponse: StaticStructureSchema;
115
- export declare var StartMemoryExtractionJobInput: StaticStructureSchema;
116
- export declare var StartMemoryExtractionJobOutput: StaticStructureSchema;
117
- export declare var StopBrowserSessionRequest: StaticStructureSchema;
118
- export declare var StopBrowserSessionResponse: StaticStructureSchema;
119
- export declare var StopCodeInterpreterSessionRequest: StaticStructureSchema;
120
- export declare var StopCodeInterpreterSessionResponse: StaticStructureSchema;
121
- export declare var StopRuntimeSessionRequest: StaticStructureSchema;
122
- export declare var StopRuntimeSessionResponse: StaticStructureSchema;
123
- export declare var ThrottledException: StaticErrorSchema;
124
- export declare var ThrottlingException: StaticErrorSchema;
125
- export declare var TokenUsage: StaticStructureSchema;
126
- export declare var ToolArguments: StaticStructureSchema;
127
- export declare var ToolResultStructuredContent: StaticStructureSchema;
128
- export declare var UnauthorizedException: StaticErrorSchema;
129
- export declare var UpdateBrowserStreamRequest: StaticStructureSchema;
130
- export declare var UpdateBrowserStreamResponse: StaticStructureSchema;
131
- export declare var ValidationException: StaticErrorSchema;
132
- export declare var ValidationExceptionField: StaticStructureSchema;
133
- export declare var ViewPort: StaticStructureSchema;
134
- export declare var BedrockAgentCoreServiceException: StaticErrorSchema;
135
- export declare var ActorSummaryList: StaticListSchema;
136
- export declare var BrowserSessionSummaries: StaticListSchema;
137
- export declare var CodeInterpreterSessionSummaries: StaticListSchema;
138
- export declare var ContentBlockList: StaticListSchema;
139
- export declare var EvaluationResults: StaticListSchema;
140
- export declare var EventList: StaticListSchema;
141
- export declare var EventMetadataFilterList: StaticListSchema;
142
- export declare var ExtractionJobMetadataList: StaticListSchema;
143
- export declare var InputContentBlockList: StaticListSchema;
144
- export declare var MemoryMetadataFilterList: StaticListSchema;
145
- export declare var MemoryRecordsCreateInputList: StaticListSchema;
146
- export declare var MemoryRecordsDeleteInputList: StaticListSchema;
147
- export declare var MemoryRecordsOutputList: StaticListSchema;
148
- export declare var MemoryRecordSummaryList: StaticListSchema;
149
- export declare var MemoryRecordsUpdateInputList: StaticListSchema;
150
- export declare var MessagesList: StaticListSchema;
151
- export declare var NamespacesList: number;
152
- export declare var PayloadTypeList: StaticListSchema;
153
- export declare var ScopesListType: number;
154
- export declare var SessionSummaryList: StaticListSchema;
155
- export declare var SpanIds: number;
156
- export declare var Spans: StaticListSchema;
157
- export declare var StringList: number;
158
- export declare var TraceIds: number;
159
- export declare var ValidationExceptionFieldList: StaticListSchema;
160
- export declare var CustomRequestParametersType: StaticMapSchema;
161
- export declare var MetadataMap: StaticMapSchema;
162
- export declare var CodeInterpreterStreamOutput: StaticStructureSchema;
163
- export declare var Content: StaticStructureSchema;
164
- export declare var Context: StaticStructureSchema;
165
- export declare var EvaluationInput: StaticStructureSchema;
166
- export declare var EvaluationTarget: StaticStructureSchema;
167
- export declare var ExtractionJobMessages: StaticStructureSchema;
168
- export declare var LeftExpression: StaticStructureSchema;
169
- export declare var MemoryContent: StaticStructureSchema;
170
- export declare var MetadataValue: StaticStructureSchema;
171
- export declare var PayloadType: StaticStructureSchema;
172
- export declare var RightExpression: StaticStructureSchema;
173
- export declare var StreamUpdate: StaticStructureSchema;
174
- export declare var UserIdentifier: StaticStructureSchema;
175
- export declare var BatchCreateMemoryRecords: StaticOperationSchema;
176
- export declare var BatchDeleteMemoryRecords: StaticOperationSchema;
177
- export declare var BatchUpdateMemoryRecords: StaticOperationSchema;
178
- export declare var CompleteResourceTokenAuth: StaticOperationSchema;
179
- export declare var CreateEvent: StaticOperationSchema;
180
- export declare var DeleteEvent: StaticOperationSchema;
181
- export declare var DeleteMemoryRecord: StaticOperationSchema;
182
- export declare var Evaluate: StaticOperationSchema;
183
- export declare var GetAgentCard: StaticOperationSchema;
184
- export declare var GetBrowserSession: StaticOperationSchema;
185
- export declare var GetCodeInterpreterSession: StaticOperationSchema;
186
- export declare var GetEvent: StaticOperationSchema;
187
- export declare var GetMemoryRecord: StaticOperationSchema;
188
- export declare var GetResourceApiKey: StaticOperationSchema;
189
- export declare var GetResourceOauth2Token: StaticOperationSchema;
190
- export declare var GetWorkloadAccessToken: StaticOperationSchema;
191
- export declare var GetWorkloadAccessTokenForJWT: StaticOperationSchema;
192
- export declare var GetWorkloadAccessTokenForUserId: StaticOperationSchema;
193
- export declare var InvokeAgentRuntime: StaticOperationSchema;
194
- export declare var InvokeCodeInterpreter: StaticOperationSchema;
195
- export declare var ListActors: StaticOperationSchema;
196
- export declare var ListBrowserSessions: StaticOperationSchema;
197
- export declare var ListCodeInterpreterSessions: StaticOperationSchema;
198
- export declare var ListEvents: StaticOperationSchema;
199
- export declare var ListMemoryExtractionJobs: StaticOperationSchema;
200
- export declare var ListMemoryRecords: StaticOperationSchema;
201
- export declare var ListSessions: StaticOperationSchema;
202
- export declare var RetrieveMemoryRecords: StaticOperationSchema;
203
- export declare var StartBrowserSession: StaticOperationSchema;
204
- export declare var StartCodeInterpreterSession: StaticOperationSchema;
205
- export declare var StartMemoryExtractionJob: StaticOperationSchema;
206
- export declare var StopBrowserSession: StaticOperationSchema;
207
- export declare var StopCodeInterpreterSession: StaticOperationSchema;
208
- export declare var StopRuntimeSession: StaticOperationSchema;
209
- export declare var UpdateBrowserStream: StaticOperationSchema;
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException$: StaticErrorSchema;
3
+ export declare var ActorSummary$: StaticStructureSchema;
4
+ export declare var AutomationStream$: StaticStructureSchema;
5
+ export declare var AutomationStreamUpdate$: StaticStructureSchema;
6
+ export declare var BatchCreateMemoryRecordsInput$: StaticStructureSchema;
7
+ export declare var BatchCreateMemoryRecordsOutput$: StaticStructureSchema;
8
+ export declare var BatchDeleteMemoryRecordsInput$: StaticStructureSchema;
9
+ export declare var BatchDeleteMemoryRecordsOutput$: StaticStructureSchema;
10
+ export declare var BatchUpdateMemoryRecordsInput$: StaticStructureSchema;
11
+ export declare var BatchUpdateMemoryRecordsOutput$: StaticStructureSchema;
12
+ export declare var Branch$: StaticStructureSchema;
13
+ export declare var BranchFilter$: StaticStructureSchema;
14
+ export declare var BrowserSessionStream$: StaticStructureSchema;
15
+ export declare var BrowserSessionSummary$: StaticStructureSchema;
16
+ export declare var CodeInterpreterResult$: StaticStructureSchema;
17
+ export declare var CodeInterpreterSessionSummary$: StaticStructureSchema;
18
+ export declare var CompleteResourceTokenAuthRequest$: StaticStructureSchema;
19
+ export declare var CompleteResourceTokenAuthResponse$: StaticStructureSchema;
20
+ export declare var ConflictException$: StaticErrorSchema;
21
+ export declare var ContentBlock$: StaticStructureSchema;
22
+ export declare var Conversational$: StaticStructureSchema;
23
+ export declare var CreateEventInput$: StaticStructureSchema;
24
+ export declare var CreateEventOutput$: StaticStructureSchema;
25
+ export declare var DeleteEventInput$: StaticStructureSchema;
26
+ export declare var DeleteEventOutput$: StaticStructureSchema;
27
+ export declare var DeleteMemoryRecordInput$: StaticStructureSchema;
28
+ export declare var DeleteMemoryRecordOutput$: StaticStructureSchema;
29
+ export declare var DuplicateIdException$: StaticErrorSchema;
30
+ export declare var EvaluateRequest$: StaticStructureSchema;
31
+ export declare var EvaluateResponse$: StaticStructureSchema;
32
+ export declare var EvaluationResultContent$: StaticStructureSchema;
33
+ export declare var Event$: StaticStructureSchema;
34
+ export declare var EventMetadataFilterExpression$: StaticStructureSchema;
35
+ export declare var ExtractionJob$: StaticStructureSchema;
36
+ export declare var ExtractionJobFilterInput$: StaticStructureSchema;
37
+ export declare var ExtractionJobMetadata$: StaticStructureSchema;
38
+ export declare var FilterInput$: StaticStructureSchema;
39
+ export declare var GetAgentCardRequest$: StaticStructureSchema;
40
+ export declare var GetAgentCardResponse$: StaticStructureSchema;
41
+ export declare var GetBrowserSessionRequest$: StaticStructureSchema;
42
+ export declare var GetBrowserSessionResponse$: StaticStructureSchema;
43
+ export declare var GetCodeInterpreterSessionRequest$: StaticStructureSchema;
44
+ export declare var GetCodeInterpreterSessionResponse$: StaticStructureSchema;
45
+ export declare var GetEventInput$: StaticStructureSchema;
46
+ export declare var GetEventOutput$: StaticStructureSchema;
47
+ export declare var GetMemoryRecordInput$: StaticStructureSchema;
48
+ export declare var GetMemoryRecordOutput$: StaticStructureSchema;
49
+ export declare var GetResourceApiKeyRequest$: StaticStructureSchema;
50
+ export declare var GetResourceApiKeyResponse$: StaticStructureSchema;
51
+ export declare var GetResourceOauth2TokenRequest$: StaticStructureSchema;
52
+ export declare var GetResourceOauth2TokenResponse$: StaticStructureSchema;
53
+ export declare var GetWorkloadAccessTokenForJWTRequest$: StaticStructureSchema;
54
+ export declare var GetWorkloadAccessTokenForJWTResponse$: StaticStructureSchema;
55
+ export declare var GetWorkloadAccessTokenForUserIdRequest$: StaticStructureSchema;
56
+ export declare var GetWorkloadAccessTokenForUserIdResponse$: StaticStructureSchema;
57
+ export declare var GetWorkloadAccessTokenRequest$: StaticStructureSchema;
58
+ export declare var GetWorkloadAccessTokenResponse$: StaticStructureSchema;
59
+ export declare var InputContentBlock$: StaticStructureSchema;
60
+ export declare var InternalServerException$: StaticErrorSchema;
61
+ export declare var InvalidInputException$: StaticErrorSchema;
62
+ export declare var InvokeAgentRuntimeRequest$: StaticStructureSchema;
63
+ export declare var InvokeAgentRuntimeResponse$: StaticStructureSchema;
64
+ export declare var InvokeCodeInterpreterRequest$: StaticStructureSchema;
65
+ export declare var InvokeCodeInterpreterResponse$: StaticStructureSchema;
66
+ export declare var ListActorsInput$: StaticStructureSchema;
67
+ export declare var ListActorsOutput$: StaticStructureSchema;
68
+ export declare var ListBrowserSessionsRequest$: StaticStructureSchema;
69
+ export declare var ListBrowserSessionsResponse$: StaticStructureSchema;
70
+ export declare var ListCodeInterpreterSessionsRequest$: StaticStructureSchema;
71
+ export declare var ListCodeInterpreterSessionsResponse$: StaticStructureSchema;
72
+ export declare var ListEventsInput$: StaticStructureSchema;
73
+ export declare var ListEventsOutput$: StaticStructureSchema;
74
+ export declare var ListMemoryExtractionJobsInput$: StaticStructureSchema;
75
+ export declare var ListMemoryExtractionJobsOutput$: StaticStructureSchema;
76
+ export declare var ListMemoryRecordsInput$: StaticStructureSchema;
77
+ export declare var ListMemoryRecordsOutput$: StaticStructureSchema;
78
+ export declare var ListSessionsInput$: StaticStructureSchema;
79
+ export declare var ListSessionsOutput$: StaticStructureSchema;
80
+ export declare var LiveViewStream$: StaticStructureSchema;
81
+ export declare var MemoryMetadataFilterExpression$: 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 MessageMetadata$: StaticStructureSchema;
89
+ export declare var ResourceContent$: StaticStructureSchema;
90
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
91
+ export declare var RetrieveMemoryRecordsInput$: StaticStructureSchema;
92
+ export declare var RetrieveMemoryRecordsOutput$: StaticStructureSchema;
93
+ export declare var RuntimeClientError$: StaticErrorSchema;
94
+ export declare var SearchCriteria$: StaticStructureSchema;
95
+ export declare var ServiceException$: StaticErrorSchema;
96
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
97
+ export declare var SessionSummary$: StaticStructureSchema;
98
+ export declare var SpanContext$: StaticStructureSchema;
99
+ export declare var StartBrowserSessionRequest$: StaticStructureSchema;
100
+ export declare var StartBrowserSessionResponse$: StaticStructureSchema;
101
+ export declare var StartCodeInterpreterSessionRequest$: StaticStructureSchema;
102
+ export declare var StartCodeInterpreterSessionResponse$: StaticStructureSchema;
103
+ export declare var StartMemoryExtractionJobInput$: StaticStructureSchema;
104
+ export declare var StartMemoryExtractionJobOutput$: StaticStructureSchema;
105
+ export declare var StopBrowserSessionRequest$: StaticStructureSchema;
106
+ export declare var StopBrowserSessionResponse$: StaticStructureSchema;
107
+ export declare var StopCodeInterpreterSessionRequest$: StaticStructureSchema;
108
+ export declare var StopCodeInterpreterSessionResponse$: StaticStructureSchema;
109
+ export declare var StopRuntimeSessionRequest$: StaticStructureSchema;
110
+ export declare var StopRuntimeSessionResponse$: StaticStructureSchema;
111
+ export declare var ThrottledException$: StaticErrorSchema;
112
+ export declare var ThrottlingException$: StaticErrorSchema;
113
+ export declare var TokenUsage$: StaticStructureSchema;
114
+ export declare var ToolArguments$: StaticStructureSchema;
115
+ export declare var ToolResultStructuredContent$: StaticStructureSchema;
116
+ export declare var UnauthorizedException$: StaticErrorSchema;
117
+ export declare var UpdateBrowserStreamRequest$: StaticStructureSchema;
118
+ export declare var UpdateBrowserStreamResponse$: StaticStructureSchema;
119
+ export declare var ValidationException$: StaticErrorSchema;
120
+ export declare var ValidationExceptionField$: StaticStructureSchema;
121
+ export declare var ViewPort$: StaticStructureSchema;
122
+ export declare var BedrockAgentCoreServiceException$: StaticErrorSchema;
123
+ export declare var CodeInterpreterStreamOutput$: StaticStructureSchema;
124
+ export declare var Content$: StaticStructureSchema;
125
+ export declare var Context$: StaticStructureSchema;
126
+ export declare var EvaluationInput$: StaticStructureSchema;
127
+ export declare var EvaluationTarget$: StaticStructureSchema;
128
+ export declare var ExtractionJobMessages$: StaticStructureSchema;
129
+ export declare var LeftExpression$: StaticStructureSchema;
130
+ export declare var MemoryContent$: StaticStructureSchema;
131
+ export declare var MetadataValue$: StaticStructureSchema;
132
+ export declare var PayloadType$: StaticStructureSchema;
133
+ export declare var RightExpression$: StaticStructureSchema;
134
+ export declare var StreamUpdate$: StaticStructureSchema;
135
+ export declare var UserIdentifier$: StaticStructureSchema;
136
+ export declare var BatchCreateMemoryRecords$: StaticOperationSchema;
137
+ export declare var BatchDeleteMemoryRecords$: StaticOperationSchema;
138
+ export declare var BatchUpdateMemoryRecords$: StaticOperationSchema;
139
+ export declare var CompleteResourceTokenAuth$: StaticOperationSchema;
140
+ export declare var CreateEvent$: StaticOperationSchema;
141
+ export declare var DeleteEvent$: StaticOperationSchema;
142
+ export declare var DeleteMemoryRecord$: StaticOperationSchema;
143
+ export declare var Evaluate$: StaticOperationSchema;
144
+ export declare var GetAgentCard$: StaticOperationSchema;
145
+ export declare var GetBrowserSession$: StaticOperationSchema;
146
+ export declare var GetCodeInterpreterSession$: StaticOperationSchema;
147
+ export declare var GetEvent$: StaticOperationSchema;
148
+ export declare var GetMemoryRecord$: StaticOperationSchema;
149
+ export declare var GetResourceApiKey$: StaticOperationSchema;
150
+ export declare var GetResourceOauth2Token$: StaticOperationSchema;
151
+ export declare var GetWorkloadAccessToken$: StaticOperationSchema;
152
+ export declare var GetWorkloadAccessTokenForJWT$: StaticOperationSchema;
153
+ export declare var GetWorkloadAccessTokenForUserId$: StaticOperationSchema;
154
+ export declare var InvokeAgentRuntime$: StaticOperationSchema;
155
+ export declare var InvokeCodeInterpreter$: StaticOperationSchema;
156
+ export declare var ListActors$: StaticOperationSchema;
157
+ export declare var ListBrowserSessions$: StaticOperationSchema;
158
+ export declare var ListCodeInterpreterSessions$: StaticOperationSchema;
159
+ export declare var ListEvents$: StaticOperationSchema;
160
+ export declare var ListMemoryExtractionJobs$: StaticOperationSchema;
161
+ export declare var ListMemoryRecords$: StaticOperationSchema;
162
+ export declare var ListSessions$: StaticOperationSchema;
163
+ export declare var RetrieveMemoryRecords$: StaticOperationSchema;
164
+ export declare var StartBrowserSession$: StaticOperationSchema;
165
+ export declare var StartCodeInterpreterSession$: StaticOperationSchema;
166
+ export declare var StartMemoryExtractionJob$: StaticOperationSchema;
167
+ export declare var StopBrowserSession$: StaticOperationSchema;
168
+ export declare var StopCodeInterpreterSession$: StaticOperationSchema;
169
+ export declare var StopRuntimeSession$: StaticOperationSchema;
170
+ export declare var UpdateBrowserStream$: StaticOperationSchema;
@@ -33,14 +33,11 @@ import {
33
33
  BodyLengthCalculator as __BodyLengthCalculator,
34
34
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
35
35
  ChecksumConstructor as __ChecksumConstructor,
36
- ClientProtocol,
37
36
  Decoder as __Decoder,
38
37
  Encoder as __Encoder,
39
38
  EventStreamSerdeProvider as __EventStreamSerdeProvider,
40
39
  HashConstructor as __HashConstructor,
41
40
  HttpHandlerOptions as __HttpHandlerOptions,
42
- HttpRequest,
43
- HttpResponse,
44
41
  Logger as __Logger,
45
42
  Provider as __Provider,
46
43
  SdkStreamMixinInjector as __SdkStreamMixinInjector,
@@ -297,7 +294,6 @@ export interface ClientDefaults
297
294
  retryMode?: string | __Provider<string>;
298
295
  logger?: __Logger;
299
296
  extensions?: RuntimeExtension[];
300
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
301
297
  eventStreamSerdeProvider?: __EventStreamSerdeProvider;
302
298
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
303
299
  sdkStreamMixin?: __SdkStreamMixinInjector;
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { BedrockAgentCoreExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export * from "./schemas/schemas_0";
7
8
  export * from "./pagination";
8
9
  export * from "./models/enums";
9
10
  export * from "./models/errors";
@@ -29,8 +29,16 @@ export declare const getRuntimeConfig: (
29
29
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
30
30
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
31
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
32
- apiVersion: string;
33
32
  cacheMiddleware?: boolean | undefined;
33
+ protocol:
34
+ | import("@smithy/types").ClientProtocol<any, any>
35
+ | import("@smithy/types").ClientProtocolCtor<any, any>
36
+ | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
37
+ protocolSettings: {
38
+ defaultNamespace?: string;
39
+ [setting: string]: unknown;
40
+ };
41
+ apiVersion: string;
34
42
  urlParser: import("@smithy/types").UrlParser;
35
43
  base64Decoder: import("@smithy/types").Decoder;
36
44
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -41,10 +49,6 @@ export declare const getRuntimeConfig: (
41
49
  profile?: string;
42
50
  logger: import("@smithy/types").Logger;
43
51
  extensions: import("./runtimeExtensions").RuntimeExtension[];
44
- protocol: import("@smithy/types").ClientProtocol<
45
- import("@smithy/types").HttpRequest,
46
- import("@smithy/types").HttpResponse
47
- >;
48
52
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
49
53
  customUserAgent?: string | import("@smithy/types").UserAgent;
50
54
  userAgentAppId?:
@@ -29,8 +29,16 @@ export declare const getRuntimeConfig: (
29
29
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
30
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
31
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
32
- apiVersion: string;
33
32
  cacheMiddleware?: boolean | undefined;
33
+ protocol:
34
+ | import("@smithy/types").ClientProtocol<any, any>
35
+ | import("@smithy/types").ClientProtocolCtor<any, any>
36
+ | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
37
+ protocolSettings: {
38
+ defaultNamespace?: string;
39
+ [setting: string]: unknown;
40
+ };
41
+ apiVersion: string;
34
42
  urlParser: import("@smithy/types").UrlParser;
35
43
  base64Decoder: import("@smithy/types").Decoder;
36
44
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -41,10 +49,6 @@ export declare const getRuntimeConfig: (
41
49
  profile?: string;
42
50
  logger: import("@smithy/types").Logger;
43
51
  extensions: import("./runtimeExtensions").RuntimeExtension[];
44
- protocol: import("@smithy/types").ClientProtocol<
45
- import("@smithy/types").HttpRequest,
46
- import("@smithy/types").HttpResponse
47
- >;
48
52
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
49
53
  customUserAgent?: string | import("@smithy/types").UserAgent;
50
54
  retryStrategy?: