File tree Expand file tree Collapse file tree 6 files changed +13
-0
lines changed Expand file tree Collapse file tree 6 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ final class SendTaskFailureInput extends Input
14
14
* or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.
15
15
*
16
16
* @see https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html
17
+ *
17
18
* @required
18
19
*
19
20
* @var string|null
@@ -39,6 +40,7 @@ final class SendTaskFailureInput extends Input
39
40
* taskToken?: string,
40
41
* error?: string,
41
42
* cause?: string,
43
+ *
42
44
* @region?: string,
43
45
* } $input
44
46
*/
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ final class SendTaskHeartbeatInput extends Input
14
14
* or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.
15
15
*
16
16
* @see https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html
17
+ *
17
18
* @required
18
19
*
19
20
* @var string|null
@@ -23,6 +24,7 @@ final class SendTaskHeartbeatInput extends Input
23
24
/**
24
25
* @param array{
25
26
* taskToken?: string,
27
+ *
26
28
* @region?: string,
27
29
* } $input
28
30
*/
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ final class SendTaskSuccessInput extends Input
14
14
* or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.
15
15
*
16
16
* @see https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html
17
+ *
17
18
* @required
18
19
*
19
20
* @var string|null
@@ -34,6 +35,7 @@ final class SendTaskSuccessInput extends Input
34
35
* @param array{
35
36
* taskToken?: string,
36
37
* output?: string,
38
+ *
37
39
* @region?: string,
38
40
* } $input
39
41
*/
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ final class StartExecutionInput extends Input
49
49
* name?: string,
50
50
* input?: string,
51
51
* traceHeader?: string,
52
+ *
52
53
* @region?: string,
53
54
* } $input
54
55
*/
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ final class StopExecutionInput extends Input
37
37
* executionArn?: string,
38
38
* error?: string,
39
39
* cause?: string,
40
+ *
40
41
* @region?: string,
41
42
* } $input
42
43
*/
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ class StepFunctionsClient extends AbstractApi
45
45
* taskToken: string,
46
46
* error?: string,
47
47
* cause?: string,
48
+ *
48
49
* @region?: string,
49
50
* }|SendTaskFailureInput $input
50
51
*
@@ -80,6 +81,7 @@ public function sendTaskFailure($input): SendTaskFailureOutput
80
81
*
81
82
* @param array{
82
83
* taskToken: string,
84
+ *
83
85
* @region?: string,
84
86
* }|SendTaskHeartbeatInput $input
85
87
*
@@ -110,6 +112,7 @@ public function sendTaskHeartbeat($input): SendTaskHeartbeatOutput
110
112
* @param array{
111
113
* taskToken: string,
112
114
* output: string,
115
+ *
113
116
* @region?: string,
114
117
* }|SendTaskSuccessInput $input
115
118
*
@@ -143,6 +146,7 @@ public function sendTaskSuccess($input): SendTaskSuccessOutput
143
146
* name?: string,
144
147
* input?: string,
145
148
* traceHeader?: string,
149
+ *
146
150
* @region?: string,
147
151
* }|StartExecutionInput $input
148
152
*
@@ -182,6 +186,7 @@ public function startExecution($input): StartExecutionOutput
182
186
* executionArn: string,
183
187
* error?: string,
184
188
* cause?: string,
189
+ *
185
190
* @region?: string,
186
191
* }|StopExecutionInput $input
187
192
*
You can’t perform that action at this time.
0 commit comments