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.336.11"
"${LATEST}": "3.336.12"
},
"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 @@ -6,6 +6,10 @@

- AWS api-change: Added `us-iso-east-1` and `us-iso-west-1` regions.

### Changed

- AWS enhancement: Documentation updates.

## 2.6.0

### Added
Expand Down
3 changes: 2 additions & 1 deletion src/Service/CodeBuild/src/Input/StartBuildInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ final class StartBuildInput extends Input

/**
* Set to true to report to your source provider the status of a build's start and completion. If you use this option
* with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an `invalidInputException` is thrown.
* with a source provider other than GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket, an
* `invalidInputException` is thrown.
*
* To be able to report the build status to the source provider, the user associated with the source provider must have
* write access to the repo. If the user does not have write access, the build status cannot be updated. For more
Expand Down
4 changes: 2 additions & 2 deletions src/Service/CodeBuild/src/ValueObject/ProjectSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ final class ProjectSource

/**
* Set to true to report the status of a build's start and finish to your source provider. This option is valid only
* when your source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket. If this is set and
* you use a different source provider, an `invalidInputException` is thrown.
* when your source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, GitLab, GitLab Self Managed, or
* Bitbucket. If this is set and you use a different source provider, an `invalidInputException` is thrown.
*
* To be able to report the build status to the source provider, the user associated with the source provider must have
* write access to the repo. If the user does not have write access, the build status cannot be updated. For more
Expand Down
Loading