Skip to content

Commit 08d2102

Browse files
async-aws-botNyholmjderusse
authored
Update generated code (#967)
* update generated code * Update src/Service/CodeDeploy/CHANGELOG.md Co-authored-by: Jérémy Derussé <[email protected]> Co-authored-by: Tobias Nyholm <[email protected]> Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 2d0d987 commit 08d2102

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Improve documentation
8+
59
## 1.2.0
610

711
### Added

src/Enum/LifecycleEventStatus.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
namespace AsyncAws\CodeDeploy\Enum;
44

55
/**
6-
* The result of a Lambda function that validates a deployment lifecycle event (`Succeeded` or `Failed`).
6+
* The result of a Lambda function that validates a deployment lifecycle event. `Succeeded` and `Failed` are the only
7+
* valid values for `status`.
78
*/
89
final class LifecycleEventStatus
910
{

src/Input/PutLifecycleEventHookExecutionStatusInput.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ final class PutLifecycleEventHookExecutionStatusInput extends Input
2626
private $lifecycleEventHookExecutionId;
2727

2828
/**
29-
* The result of a Lambda function that validates a deployment lifecycle event (`Succeeded` or `Failed`).
29+
* The result of a Lambda function that validates a deployment lifecycle event. `Succeeded` and `Failed` are the only
30+
* valid values for `status`.
3031
*
3132
* @var null|LifecycleEventStatus::*
3233
*/

0 commit comments

Comments
 (0)