Skip to content

Commit 9ab6211

Browse files
Update generated code (#1827)
update generated code
1 parent d7a1365 commit 9ab6211

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

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

9+
### Changed
10+
11+
- AWS enhancement: Documentation updates.
12+
913
## 2.6.0
1014

1115
### Added

src/Input/StartBuildInput.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ final class StartBuildInput extends Input
177177

178178
/**
179179
* Set to true to report to your source provider the status of a build's start and completion. If you use this option
180-
* with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an `invalidInputException` is thrown.
180+
* with a source provider other than GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket, an
181+
* `invalidInputException` is thrown.
181182
*
182183
* To be able to report the build status to the source provider, the user associated with the source provider must have
183184
* write access to the repo. If the user does not have write access, the build status cannot be updated. For more

src/ValueObject/ProjectSource.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ final class ProjectSource
111111

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

0 commit comments

Comments
 (0)