File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ class CodeBuildClient extends AbstractApi
41
41
*
42
42
* @param array{
43
43
* ids: string[],
44
+ *
44
45
* @region?: string,
45
46
* }|BatchGetBuildsInput $input
46
47
*
@@ -94,6 +95,7 @@ public function batchGetBuilds($input): BatchGetBuildsOutput
94
95
* registryCredentialOverride?: RegistryCredential|array,
95
96
* imagePullCredentialsTypeOverride?: ImagePullCredentialsType::*,
96
97
* debugSessionEnabled?: bool,
98
+ *
97
99
* @region?: string,
98
100
* }|StartBuildInput $input
99
101
*
@@ -121,6 +123,7 @@ public function startBuild($input): StartBuildOutput
121
123
*
122
124
* @param array{
123
125
* id: string,
126
+ *
124
127
* @region?: string,
125
128
* }|StopBuildInput $input
126
129
*
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ final class BatchGetBuildsInput extends Input
21
21
/**
22
22
* @param array{
23
23
* ids?: string[],
24
+ *
24
25
* @region?: string,
25
26
* } $input
26
27
*/
Original file line number Diff line number Diff line change @@ -293,6 +293,7 @@ final class StartBuildInput extends Input
293
293
* registryCredentialOverride?: RegistryCredential|array,
294
294
* imagePullCredentialsTypeOverride?: ImagePullCredentialsType::*,
295
295
* debugSessionEnabled?: bool,
296
+ *
296
297
* @region?: string,
297
298
* } $input
298
299
*/
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ final class StopBuildInput extends Input
21
21
/**
22
22
* @param array{
23
23
* id?: string,
24
+ *
24
25
* @region?: string,
25
26
* } $input
26
27
*/
You can’t perform that action at this time.
0 commit comments