Skip to content

Commit 0444d5c

Browse files
author
awstools
committed
feat(client-bedrock-agent-runtime): This release enhances the information provided through Flow Traces. New information includes source/next node tracking, execution chains for complex nodes, dependency action (operation) details, and dependency traces.
1 parent c763e40 commit 0444d5c

File tree

7 files changed

+19519
-16695
lines changed

7 files changed

+19519
-16695
lines changed

clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts

Lines changed: 773 additions & 0 deletions
Large diffs are not rendered by default.

clients/client-bedrock-agent-runtime/src/commands/ListFlowExecutionEventsCommand.ts

Lines changed: 780 additions & 0 deletions
Large diffs are not rendered by default.

clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ import {
1010
ServiceOutputTypes,
1111
} from "../BedrockAgentRuntimeClient";
1212
import { commonParams } from "../endpoint/EndpointParameters";
13-
import { RetrieveAndGenerateResponse, RetrieveAndGenerateResponseFilterSensitiveLog } from "../models/models_0";
14-
import { RetrieveAndGenerateRequest, RetrieveAndGenerateRequestFilterSensitiveLog } from "../models/models_1";
13+
import {
14+
RetrieveAndGenerateRequest,
15+
RetrieveAndGenerateRequestFilterSensitiveLog,
16+
RetrieveAndGenerateResponse,
17+
RetrieveAndGenerateResponseFilterSensitiveLog,
18+
} from "../models/models_1";
1519
import { de_RetrieveAndGenerateCommand, se_RetrieveAndGenerateCommand } from "../protocols/Aws_restJson1";
1620

1721
/**

0 commit comments

Comments
 (0)