@aws-sdk/client-bedrock-agent-runtime 3.496.0 → 3.499.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 +40 -39
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1381,64 +1381,65 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1381
1381
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1382
1382
|
|
|
1383
1383
|
0 && (module.exports = {
|
|
1384
|
+
BedrockAgentRuntimeServiceException,
|
|
1385
|
+
__Client,
|
|
1386
|
+
BedrockAgentRuntimeClient,
|
|
1387
|
+
BedrockAgentRuntime,
|
|
1388
|
+
$Command,
|
|
1389
|
+
InvokeAgentCommand,
|
|
1390
|
+
RetrieveAndGenerateCommand,
|
|
1391
|
+
RetrieveCommand,
|
|
1392
|
+
paginateRetrieve,
|
|
1384
1393
|
AccessDeniedException,
|
|
1385
|
-
ActionGroupInvocationInputFilterSensitiveLog,
|
|
1386
|
-
ActionGroupInvocationOutputFilterSensitiveLog,
|
|
1387
1394
|
BadGatewayException,
|
|
1388
|
-
BedrockAgentRuntime,
|
|
1389
|
-
BedrockAgentRuntimeClient,
|
|
1390
|
-
BedrockAgentRuntimeServiceException,
|
|
1391
1395
|
ConflictException,
|
|
1392
|
-
CreationMode,
|
|
1393
1396
|
DependencyFailedException,
|
|
1394
|
-
FailureTraceFilterSensitiveLog,
|
|
1395
|
-
FinalResponseFilterSensitiveLog,
|
|
1396
1397
|
InternalServerException,
|
|
1397
|
-
|
|
1398
|
+
RetrievalResultLocationType,
|
|
1399
|
+
ResourceNotFoundException,
|
|
1400
|
+
ServiceQuotaExceededException,
|
|
1401
|
+
ThrottlingException,
|
|
1398
1402
|
InvocationType,
|
|
1399
|
-
|
|
1403
|
+
CreationMode,
|
|
1404
|
+
PromptType,
|
|
1405
|
+
Source,
|
|
1406
|
+
Type,
|
|
1407
|
+
OrchestrationTrace,
|
|
1408
|
+
PostProcessingTrace,
|
|
1409
|
+
PreProcessingTrace,
|
|
1410
|
+
Trace,
|
|
1411
|
+
ValidationException,
|
|
1412
|
+
ResponseStream,
|
|
1413
|
+
RetrieveAndGenerateType,
|
|
1414
|
+
ActionGroupInvocationInputFilterSensitiveLog,
|
|
1415
|
+
ActionGroupInvocationOutputFilterSensitiveLog,
|
|
1400
1416
|
InvokeAgentRequestFilterSensitiveLog,
|
|
1401
|
-
|
|
1417
|
+
PayloadPartFilterSensitiveLog,
|
|
1418
|
+
FailureTraceFilterSensitiveLog,
|
|
1402
1419
|
KnowledgeBaseLookupInputFilterSensitiveLog,
|
|
1403
|
-
|
|
1420
|
+
InvocationInputFilterSensitiveLog,
|
|
1404
1421
|
ModelInvocationInputFilterSensitiveLog,
|
|
1422
|
+
FinalResponseFilterSensitiveLog,
|
|
1423
|
+
RepromptResponseFilterSensitiveLog,
|
|
1405
1424
|
ObservationFilterSensitiveLog,
|
|
1406
|
-
|
|
1425
|
+
RationaleFilterSensitiveLog,
|
|
1407
1426
|
OrchestrationTraceFilterSensitiveLog,
|
|
1408
|
-
PayloadPartFilterSensitiveLog,
|
|
1409
|
-
PostProcessingModelInvocationOutputFilterSensitiveLog,
|
|
1410
1427
|
PostProcessingParsedResponseFilterSensitiveLog,
|
|
1411
|
-
|
|
1428
|
+
PostProcessingModelInvocationOutputFilterSensitiveLog,
|
|
1412
1429
|
PostProcessingTraceFilterSensitiveLog,
|
|
1413
|
-
PreProcessingModelInvocationOutputFilterSensitiveLog,
|
|
1414
1430
|
PreProcessingParsedResponseFilterSensitiveLog,
|
|
1415
|
-
|
|
1431
|
+
PreProcessingModelInvocationOutputFilterSensitiveLog,
|
|
1416
1432
|
PreProcessingTraceFilterSensitiveLog,
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
RepromptResponseFilterSensitiveLog,
|
|
1420
|
-
ResourceNotFoundException,
|
|
1421
|
-
ResponseStream,
|
|
1433
|
+
TraceFilterSensitiveLog,
|
|
1434
|
+
TracePartFilterSensitiveLog,
|
|
1422
1435
|
ResponseStreamFilterSensitiveLog,
|
|
1423
|
-
|
|
1424
|
-
RetrieveAndGenerateCommand,
|
|
1436
|
+
InvokeAgentResponseFilterSensitiveLog,
|
|
1425
1437
|
RetrieveAndGenerateInputFilterSensitiveLog,
|
|
1426
|
-
RetrieveAndGenerateOutputFilterSensitiveLog,
|
|
1427
1438
|
RetrieveAndGenerateRequestFilterSensitiveLog,
|
|
1439
|
+
RetrieveAndGenerateOutputFilterSensitiveLog,
|
|
1428
1440
|
RetrieveAndGenerateResponseFilterSensitiveLog,
|
|
1429
|
-
|
|
1430
|
-
RetrieveCommand,
|
|
1441
|
+
KnowledgeBaseQueryFilterSensitiveLog,
|
|
1431
1442
|
RetrieveRequestFilterSensitiveLog,
|
|
1432
|
-
RetrieveResponseFilterSensitiveLog
|
|
1433
|
-
ServiceQuotaExceededException,
|
|
1434
|
-
Source,
|
|
1435
|
-
ThrottlingException,
|
|
1436
|
-
Trace,
|
|
1437
|
-
TraceFilterSensitiveLog,
|
|
1438
|
-
TracePartFilterSensitiveLog,
|
|
1439
|
-
Type,
|
|
1440
|
-
ValidationException,
|
|
1441
|
-
__Client,
|
|
1442
|
-
paginateRetrieve
|
|
1443
|
+
RetrieveResponseFilterSensitiveLog
|
|
1443
1444
|
});
|
|
1444
1445
|
|
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.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|