From 69d7aecfec517988542e982fd95507327ddfe64d Mon Sep 17 00:00:00 2001 From: Jared Short Date: Sun, 16 May 2021 22:16:26 -0400 Subject: [PATCH] docs: fix integration patterns of step-function-task docs --- .../lib/stepfunctions/start-execution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-stepfunctions-tasks/lib/stepfunctions/start-execution.ts b/packages/@aws-cdk/aws-stepfunctions-tasks/lib/stepfunctions/start-execution.ts index 16e64fcc9cd54..bb8cf601f3bf0 100644 --- a/packages/@aws-cdk/aws-stepfunctions-tasks/lib/stepfunctions/start-execution.ts +++ b/packages/@aws-cdk/aws-stepfunctions-tasks/lib/stepfunctions/start-execution.ts @@ -35,7 +35,7 @@ export interface StepFunctionsStartExecutionProps extends sfn.TaskStateBaseProps /** * A Step Functions Task to call StartExecution on another state machine. * - * It supports three service integration patterns: FIRE_AND_FORGET, SYNC and WAIT_FOR_TASK_TOKEN. + * It supports three service integration patterns: REQUEST_RESPONSE, RUN_JOB, and WAIT_FOR_TASK_TOKEN. */ export class StepFunctionsStartExecution extends sfn.TaskStateBase { private static readonly SUPPORTED_INTEGRATION_PATTERNS = [