@aws-sdk/client-bedrock-agent-runtime 3.1069.0 → 3.1071.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/README.md +14 -0
- package/dist-cjs/index.js +93 -8
- package/dist-cjs/models/errors.js +42 -42
- package/dist-cjs/runtimeConfig.js +5 -2
- package/dist-cjs/schemas/schemas_0.js +567 -139
- package/dist-es/BedrockAgentRuntime.js +4 -0
- package/dist-es/commands/AgenticRetrieveStreamCommand.js +20 -0
- package/dist-es/commands/GetDocumentContentCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +50 -7
- package/dist-es/models/errors.js +42 -42
- package/dist-es/runtimeConfig.js +5 -2
- package/dist-es/schemas/schemas_0.js +521 -139
- package/dist-types/BedrockAgentRuntime.d.ts +14 -0
- package/dist-types/BedrockAgentRuntimeClient.d.ts +4 -2
- package/dist-types/commands/AgenticRetrieveStreamCommand.d.ts +338 -0
- package/dist-types/commands/GetDocumentContentCommand.d.ts +99 -0
- package/dist-types/commands/GetInvocationStepCommand.d.ts +1 -1
- package/dist-types/commands/InvokeAgentCommand.d.ts +55 -4
- package/dist-types/commands/InvokeFlowCommand.d.ts +14 -2
- package/dist-types/commands/InvokeInlineAgentCommand.d.ts +78 -8
- package/dist-types/commands/ListFlowExecutionEventsCommand.d.ts +14 -2
- package/dist-types/commands/ListInvocationStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutInvocationStepCommand.d.ts +1 -1
- package/dist-types/commands/RetrieveAndGenerateCommand.d.ts +45 -3
- package/dist-types/commands/RetrieveAndGenerateStreamCommand.d.ts +52 -4
- package/dist-types/commands/RetrieveCommand.d.ts +45 -2
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +163 -16
- package/dist-types/models/errors.d.ts +45 -45
- package/dist-types/models/models_0.d.ts +4105 -4355
- package/dist-types/models/models_1.d.ts +1396 -2
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +48 -0
- package/dist-types/ts3.4/BedrockAgentRuntime.d.ts +34 -0
- package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/AgenticRetrieveStreamCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetInvocationStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InvokeAgentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInvocationStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutInvocationStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RetrieveAndGenerateStreamCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +74 -11
- package/dist-types/ts3.4/models/errors.d.ts +28 -28
- package/dist-types/ts3.4/models/models_0.d.ts +448 -541
- package/dist-types/ts3.4/models/models_1.d.ts +602 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -0
- package/package.json +3 -3
|
@@ -24,6 +24,34 @@ export declare var AgentCollaboratorInputPayload$: StaticStructureSchema;
|
|
|
24
24
|
export declare var AgentCollaboratorInvocationInput$: StaticStructureSchema;
|
|
25
25
|
export declare var AgentCollaboratorInvocationOutput$: StaticStructureSchema;
|
|
26
26
|
export declare var AgentCollaboratorOutputPayload$: StaticStructureSchema;
|
|
27
|
+
export declare var AgenticRetrieveAction$: StaticStructureSchema;
|
|
28
|
+
export declare var AgenticRetrieveActionDetails$: StaticStructureSchema;
|
|
29
|
+
export declare var AgenticRetrieveBedrockGuardrailConfiguration$: StaticStructureSchema;
|
|
30
|
+
export declare var AgenticRetrieveBedrockRerankingConfiguration$: StaticStructureSchema;
|
|
31
|
+
export declare var AgenticRetrieveBedrockRerankingModelConfiguration$: StaticStructureSchema;
|
|
32
|
+
export declare var AgenticRetrieveCitation$: StaticStructureSchema;
|
|
33
|
+
export declare var AgenticRetrieveCitationReference$: StaticStructureSchema;
|
|
34
|
+
export declare var AgenticRetrieveConfiguration$: StaticStructureSchema;
|
|
35
|
+
export declare var AgenticRetrieveFailure$: StaticStructureSchema;
|
|
36
|
+
export declare var AgenticRetrieveFullDocExpansionDetails$: StaticStructureSchema;
|
|
37
|
+
export declare var AgenticRetrieveGeneratedResponse$: StaticStructureSchema;
|
|
38
|
+
export declare var AgenticRetrieveGuardrailWarning$: StaticStructureSchema;
|
|
39
|
+
export declare var AgenticRetrieveMessage$: StaticStructureSchema;
|
|
40
|
+
export declare var AgenticRetrieveMessageContent$: StaticStructureSchema;
|
|
41
|
+
export declare var AgenticRetrievePolicyConfiguration$: StaticStructureSchema;
|
|
42
|
+
export declare var AgenticRetriever$: StaticStructureSchema;
|
|
43
|
+
export declare var AgenticRetrieveRerankingConfiguration$: StaticStructureSchema;
|
|
44
|
+
export declare var AgenticRetrieveResponseEvent$: StaticStructureSchema;
|
|
45
|
+
export declare var AgenticRetrieveResultEvent$: StaticStructureSchema;
|
|
46
|
+
export declare var AgenticRetrieveResultItem$: StaticStructureSchema;
|
|
47
|
+
export declare var AgenticRetrieveSourceMetadata$: StaticStructureSchema;
|
|
48
|
+
export declare var AgenticRetrieveSourceRetriever$: StaticStructureSchema;
|
|
49
|
+
export declare var AgenticRetrieveStreamRequest$: StaticStructureSchema;
|
|
50
|
+
export declare var AgenticRetrieveStreamResponse$: StaticStructureSchema;
|
|
51
|
+
export declare var AgenticRetrieveTraceEvent$: StaticStructureSchema;
|
|
52
|
+
export declare var AgenticRetrieveTraceEventAttributes$: StaticStructureSchema;
|
|
53
|
+
export declare var AgenticRetrieveTraceResultItem$: StaticStructureSchema;
|
|
54
|
+
export declare var AgenticRetrieveWarningMessage$: StaticStructureSchema;
|
|
27
55
|
export declare var AnalyzePromptEvent$: StaticStructureSchema;
|
|
28
56
|
export declare var ApiInvocationInput$: StaticStructureSchema;
|
|
29
57
|
export declare var ApiParameter$: StaticStructureSchema;
|
|
@@ -31,6 +59,8 @@ export declare var ApiRequestBody$: StaticStructureSchema;
|
|
|
31
59
|
export declare var ApiResult$: StaticStructureSchema;
|
|
32
60
|
export declare var Attribution$: StaticStructureSchema;
|
|
33
61
|
export declare var AudioSegment$: StaticStructureSchema;
|
|
62
|
+
export declare var BedrockFoundationModelConfiguration$: StaticStructureSchema;
|
|
63
|
+
export declare var BedrockFoundationModelModelConfiguration$: StaticStructureSchema;
|
|
34
64
|
export declare var BedrockModelConfigurations$: StaticStructureSchema;
|
|
35
65
|
export declare var BedrockRerankingConfiguration$: StaticStructureSchema;
|
|
36
66
|
export declare var BedrockRerankingModelConfiguration$: StaticStructureSchema;
|
|
@@ -90,6 +120,7 @@ export declare var FlowTraceNodeInputSource$: StaticStructureSchema;
|
|
|
90
120
|
export declare var FlowTraceNodeOutputEvent$: StaticStructureSchema;
|
|
91
121
|
export declare var FlowTraceNodeOutputField$: StaticStructureSchema;
|
|
92
122
|
export declare var FlowTraceNodeOutputNext$: StaticStructureSchema;
|
|
123
|
+
export declare var FoundationModelConfiguration$: StaticStructureSchema;
|
|
93
124
|
export declare var FunctionDefinition$: StaticStructureSchema;
|
|
94
125
|
export declare var FunctionInvocationInput$: StaticStructureSchema;
|
|
95
126
|
export declare var FunctionParameter$: StaticStructureSchema;
|
|
@@ -101,6 +132,8 @@ export declare var GenerateQueryResponse$: StaticStructureSchema;
|
|
|
101
132
|
export declare var GenerationConfiguration$: StaticStructureSchema;
|
|
102
133
|
export declare var GetAgentMemoryRequest$: StaticStructureSchema;
|
|
103
134
|
export declare var GetAgentMemoryResponse$: StaticStructureSchema;
|
|
135
|
+
export declare var GetDocumentContentRequest$: StaticStructureSchema;
|
|
136
|
+
export declare var GetDocumentContentResponse$: StaticStructureSchema;
|
|
104
137
|
export declare var GetExecutionFlowSnapshotRequest$: StaticStructureSchema;
|
|
105
138
|
export declare var GetExecutionFlowSnapshotResponse$: StaticStructureSchema;
|
|
106
139
|
export declare var GetFlowExecutionRequest$: StaticStructureSchema;
|
|
@@ -155,6 +188,7 @@ export declare var KnowledgeBaseQuery$: StaticStructureSchema;
|
|
|
155
188
|
export declare var KnowledgeBaseRetrievalConfiguration$: StaticStructureSchema;
|
|
156
189
|
export declare var KnowledgeBaseRetrievalResult$: StaticStructureSchema;
|
|
157
190
|
export declare var KnowledgeBaseRetrieveAndGenerateConfiguration$: StaticStructureSchema;
|
|
191
|
+
export declare var KnowledgeBaseRetrieverConfiguration$: StaticStructureSchema;
|
|
158
192
|
export declare var KnowledgeBaseVectorSearchConfiguration$: StaticStructureSchema;
|
|
159
193
|
export declare var ListFlowExecutionEventsRequest$: StaticStructureSchema;
|
|
160
194
|
export declare var ListFlowExecutionEventsResponse$: StaticStructureSchema;
|
|
@@ -168,6 +202,10 @@ export declare var ListSessionsRequest$: StaticStructureSchema;
|
|
|
168
202
|
export declare var ListSessionsResponse$: StaticStructureSchema;
|
|
169
203
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
170
204
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
205
|
+
export declare var ManagedSearchBedrockRerankingConfiguration$: StaticStructureSchema;
|
|
206
|
+
export declare var ManagedSearchBedrockRerankingModelConfiguration$: StaticStructureSchema;
|
|
207
|
+
export declare var ManagedSearchConfiguration$: StaticStructureSchema;
|
|
208
|
+
export declare var ManagedSearchRerankingConfiguration$: StaticStructureSchema;
|
|
171
209
|
export declare var MemorySessionSummary$: StaticStructureSchema;
|
|
172
210
|
export declare var Message$: StaticStructureSchema;
|
|
173
211
|
export declare var Metadata$: StaticStructureSchema;
|
|
@@ -222,12 +260,16 @@ export declare var RerankResponse$: StaticStructureSchema;
|
|
|
222
260
|
export declare var RerankResult$: StaticStructureSchema;
|
|
223
261
|
export declare var RerankSource$: StaticStructureSchema;
|
|
224
262
|
export declare var RerankTextDocument$: StaticStructureSchema;
|
|
263
|
+
export declare var RetrievalContent$: StaticStructureSchema;
|
|
264
|
+
export declare var RetrievalOverrides$: StaticStructureSchema;
|
|
225
265
|
export declare var RetrievalResultConfluenceLocation$: StaticStructureSchema;
|
|
226
266
|
export declare var RetrievalResultContent$: StaticStructureSchema;
|
|
227
267
|
export declare var RetrievalResultContentColumn$: StaticStructureSchema;
|
|
228
268
|
export declare var RetrievalResultCustomDocumentLocation$: StaticStructureSchema;
|
|
269
|
+
export declare var RetrievalResultGoogleDriveLocation$: StaticStructureSchema;
|
|
229
270
|
export declare var RetrievalResultKendraDocumentLocation$: StaticStructureSchema;
|
|
230
271
|
export declare var RetrievalResultLocation$: StaticStructureSchema;
|
|
272
|
+
export declare var RetrievalResultOneDriveLocation$: StaticStructureSchema;
|
|
231
273
|
export declare var RetrievalResultS3Location$: StaticStructureSchema;
|
|
232
274
|
export declare var RetrievalResultSalesforceLocation$: StaticStructureSchema;
|
|
233
275
|
export declare var RetrievalResultSharePointLocation$: StaticStructureSchema;
|
|
@@ -275,11 +317,14 @@ export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
|
275
317
|
export declare var UpdateSessionRequest$: StaticStructureSchema;
|
|
276
318
|
export declare var UpdateSessionResponse$: StaticStructureSchema;
|
|
277
319
|
export declare var Usage$: StaticStructureSchema;
|
|
320
|
+
export declare var UserContext$: StaticStructureSchema;
|
|
278
321
|
export declare var VectorSearchBedrockRerankingConfiguration$: StaticStructureSchema;
|
|
279
322
|
export declare var VectorSearchBedrockRerankingModelConfiguration$: StaticStructureSchema;
|
|
280
323
|
export declare var VectorSearchRerankingConfiguration$: StaticStructureSchema;
|
|
281
324
|
export declare var VideoSegment$: StaticStructureSchema;
|
|
282
325
|
export declare var ActionGroupExecutor$: StaticUnionSchema;
|
|
326
|
+
export declare var AgenticRetrieveStreamResponseOutput$: StaticUnionSchema;
|
|
327
|
+
export declare var AgenticRetrieveWarning$: StaticUnionSchema;
|
|
283
328
|
export declare var APISchema$: StaticUnionSchema;
|
|
284
329
|
export declare var BedrockSessionContentBlock$: StaticUnionSchema;
|
|
285
330
|
export declare var Caller$: StaticUnionSchema;
|
|
@@ -315,9 +360,11 @@ export declare var RerankingMetadataSelectiveModeConfiguration$: StaticUnionSche
|
|
|
315
360
|
export declare var ResponseStream$: StaticUnionSchema;
|
|
316
361
|
export declare var RetrievalFilter$: StaticUnionSchema;
|
|
317
362
|
export declare var RetrieveAndGenerateStreamResponseOutput$: StaticUnionSchema;
|
|
363
|
+
export declare var RetrieverConfiguration$: StaticUnionSchema;
|
|
318
364
|
export declare var RoutingClassifierTrace$: StaticUnionSchema;
|
|
319
365
|
export declare var Trace$: StaticUnionSchema;
|
|
320
366
|
export declare var TraceElements$: StaticUnionSchema;
|
|
367
|
+
export declare var AgenticRetrieveStream$: StaticOperationSchema;
|
|
321
368
|
export declare var CreateInvocation$: StaticOperationSchema;
|
|
322
369
|
export declare var CreateSession$: StaticOperationSchema;
|
|
323
370
|
export declare var DeleteAgentMemory$: StaticOperationSchema;
|
|
@@ -325,6 +372,7 @@ export declare var DeleteSession$: StaticOperationSchema;
|
|
|
325
372
|
export declare var EndSession$: StaticOperationSchema;
|
|
326
373
|
export declare var GenerateQuery$: StaticOperationSchema;
|
|
327
374
|
export declare var GetAgentMemory$: StaticOperationSchema;
|
|
375
|
+
export declare var GetDocumentContent$: StaticOperationSchema;
|
|
328
376
|
export declare var GetExecutionFlowSnapshot$: StaticOperationSchema;
|
|
329
377
|
export declare var GetFlowExecution$: StaticOperationSchema;
|
|
330
378
|
export declare var GetInvocationStep$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agent-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1071.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.22",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.57",
|
|
26
26
|
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|