Skip to content

Commit de926ed

Browse files
Update generated code (#1332)
* update generated code * Apply suggestions from code review Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 88c3fb6 commit de926ed

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Added operation `stopExecution`
66

7+
### Added
8+
9+
- AWS enhancement: Documentation updates.
10+
711
## 0.1.2
812

913
### Added

src/Input/StartExecutionInput.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ final class StartExecutionInput extends Input
1919
private $stateMachineArn;
2020

2121
/**
22-
* The name of the execution. This name must be unique for your AWS account, region, and state machine for 90 days. For
23-
* more information, see Limits Related to State Machine Executions in the *AWS Step Functions Developer Guide*.
22+
* The name of the execution. This name must be unique for your Amazon Web Services account, region, and state machine
23+
* for 90 days. For more information, see Limits Related to State Machine Executions in the *Step Functions Developer
24+
* Guide*.
2425
*
2526
* @see https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions
2627
*
@@ -36,7 +37,7 @@ final class StartExecutionInput extends Input
3637
private $input;
3738

3839
/**
39-
* Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.
40+
* Passes the X-Ray trace header. The trace header can also be passed in the request payload.
4041
*
4142
* @var string|null
4243
*/

0 commit comments

Comments
 (0)