diff --git a/manifest.json b/manifest.json index 7af3c67bc..2b6c86937 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { diff --git a/src/Service/CodeBuild/CHANGELOG.md b/src/Service/CodeBuild/CHANGELOG.md index ce7c3dc48..e9c6768f4 100644 --- a/src/Service/CodeBuild/CHANGELOG.md +++ b/src/Service/CodeBuild/CHANGELOG.md @@ -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 diff --git a/src/Service/CodeBuild/src/Input/StartBuildInput.php b/src/Service/CodeBuild/src/Input/StartBuildInput.php index f3e524f5d..f96889938 100644 --- a/src/Service/CodeBuild/src/Input/StartBuildInput.php +++ b/src/Service/CodeBuild/src/Input/StartBuildInput.php @@ -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 diff --git a/src/Service/CodeBuild/src/ValueObject/ProjectSource.php b/src/Service/CodeBuild/src/ValueObject/ProjectSource.php index fd1087107..0be67d19d 100644 --- a/src/Service/CodeBuild/src/ValueObject/ProjectSource.php +++ b/src/Service/CodeBuild/src/ValueObject/ProjectSource.php @@ -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