Skip to content

Commit e7c26b1

Browse files
Update generated code (#1856)
update generated code
1 parent 72c417e commit e7c26b1

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGELOG.md

+4
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.8.0
610

711
### Added

src/ValueObject/ProjectEnvironment.php

-16
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@ final class ProjectEnvironment
1515
/**
1616
* The type of build environment to use for related builds.
1717
*
18-
* - The environment type `ARM_CONTAINER` is available only in regions US East (N. Virginia), US East (Ohio), US West
19-
* (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt).
20-
* - The environment type `LINUX_CONTAINER` is available only in regions US East (N. Virginia), US East (Ohio), US West
21-
* (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul),
22-
* Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
23-
* - The environment type `LINUX_GPU_CONTAINER` is available only in regions US East (N. Virginia), US East (Ohio), US
24-
* West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific
25-
* (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
26-
*
27-
* - The environment types `ARM_LAMBDA_CONTAINER` and `LINUX_LAMBDA_CONTAINER` are available only in regions US East (N.
28-
* Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Mumbai), Asia Pacific (Singapore), Asia Pacific
29-
* (Sydney), Asia Pacific (Tokyo), EU (Frankfurt), EU (Ireland), and South America (São Paulo).
30-
*
31-
* - The environment types `WINDOWS_CONTAINER` and `WINDOWS_SERVER_2019_CONTAINER` are available only in regions US East
32-
* (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).
33-
*
3418
* > If you're using compute fleets during project creation, `type` will be ignored.
3519
*
3620
* For more information, see Build environment compute types [^1] in the *CodeBuild user guide*.

0 commit comments

Comments
 (0)