Skip to content

Commit 4a8c95c

Browse files
Update generated code (#1930)
update generated code
1 parent f3127b0 commit 4a8c95c

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

711
### Added

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)