Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.352.0"
"${LATEST}": "3.352.4"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
4 changes: 4 additions & 0 deletions src/Service/CodeBuild/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 2.11.0

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