Skip to content

Commit 45af836

Browse files
Update generated code (#1714)
update generated code
1 parent 87b96c7 commit 45af836

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.307.0"
3+
"${LATEST}": "3.307.2"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CodeBuild/src/Input/StartBuildInput.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ final class StartBuildInput extends Input
249249
private $privilegedModeOverride;
250250

251251
/**
252-
* The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting
253-
* already defined in the build project.
252+
* The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest
253+
* setting already defined in the build project.
254254
*
255255
* @var int|null
256256
*/

src/Service/CodeBuild/src/ValueObject/Build.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ final class Build
178178
private $logs;
179179

180180
/**
181-
* How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out this build if it does not get
182-
* marked as completed.
181+
* How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does not
182+
* get marked as completed.
183183
*
184184
* @var int|null
185185
*/

src/Service/SecretsManager/src/Input/GetSecretValueRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
final class GetSecretValueRequest extends Input
1111
{
1212
/**
13-
* The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN.
13+
* The ARN or name of the secret to retrieve.
1414
*
1515
* For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a
1616
* partial ARN [^1].

0 commit comments

Comments
 (0)