Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PutWorkflowRunPropertiesRequest

import type { PutWorkflowRunPropertiesRequest } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface PutWorkflowRunPropertiesRequest {
Name: string;
RunId: string;
RunProperties: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
Name: string
[src]

Name of the workflow which was run.

§
RunId: string
[src]

The ID of the workflow run for which the run properties should be updated.

§
RunProperties: {
[key: string]: string | null | undefined;
}
[src]

The properties to put for the specified run.