getExecutionFlowSnapshot
inline suspend fun BedrockAgentRuntimeClient.getExecutionFlowSnapshot(crossinline block: GetExecutionFlowSnapshotRequest.Builder.() -> Unit): GetExecutionFlowSnapshotResponse
Retrieves the flow definition snapshot used for a flow execution. The snapshot represents the flow metadata and definition as it existed at the time the execution was started. Note that even if the flow is edited after an execution starts, the snapshot connected to the execution remains unchanged.
Flow executions is in preview release for Amazon Bedrock and is subject to change.