Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
async-aws-bot committed May 18, 2024
1 parent 87b96c7 commit 1f7f344
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.307.0"
"${LATEST}": "3.307.1"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
4 changes: 2 additions & 2 deletions src/Service/CodeBuild/src/Input/StartBuildInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ final class StartBuildInput extends Input
private $privilegedModeOverride;

/**
* The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting
* already defined in the build project.
* The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest
* setting already defined in the build project.
*
* @var int|null
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Service/CodeBuild/src/ValueObject/Build.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ final class Build
private $logs;

/**
* How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out this build if it does not get
* marked as completed.
* How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does not
* get marked as completed.
*
* @var int|null
*/
Expand Down

0 comments on commit 1f7f344

Please sign in to comment.