Skip to content

Commit 0197c6d

Browse files
Update generated code (#1930)
update generated code
1 parent 6837ecd commit 0197c6d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.352.0"
3+
"${LATEST}": "3.352.4"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CodeBuild/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+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 2.11.0
610

711
### Added

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,11 @@ final class StartBuildInput extends Input
158158
* > Since this property allows you to change the build commands that will run in the container, you should note that an
159159
* > IAM principal with the ability to call this API and set this parameter can override the default settings. Moreover,
160160
* > we encourage that you use a trustworthy buildspec location like a file in your source repository or a Amazon S3
161-
* > bucket.
161+
* > bucket. Alternatively, you can restrict overrides to the buildspec by using a condition key: Prevent unauthorized
162+
* > modifications to project buildspec [^2].
162163
*
163164
* [^1]: https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage
165+
* [^2]: https://docs.aws.amazon.com/codebuild/latest/userguide/action-context-keys.html#action-context-keys-example-overridebuildspec.html
164166
*
165167
* @var string|null
166168
*/

0 commit comments

Comments
 (0)