SendProjectSessionAction
Source:
src/AWS/DataBrew/SendProjectSessionAction.ts
Runtime binding for databrew:SendProjectSessionAction — performs a
recipe step (optionally as a preview) inside an open interactive session
on the bound DataBrew project. Authenticate with the Redacted
ClientSessionId returned by StartProjectSession.
Interactive Sessions
Section titled “Interactive Sessions”const sendProjectSessionAction = yield* AWS.DataBrew.SendProjectSessionAction(project);
const { ActionId } = yield* sendProjectSessionAction({ Preview: true, ClientSessionId: clientSessionId, ViewFrame: { StartColumnIndex: 0 },});