aws-sdk-codebuild 1.67.0 → 1.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +443 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-codebuild.rb +2 -2
- data/lib/aws-sdk-codebuild/client.rb +96 -8
- data/lib/aws-sdk-codebuild/client_api.rb +11 -1
- data/lib/aws-sdk-codebuild/errors.rb +1 -1
- data/lib/aws-sdk-codebuild/resource.rb +1 -1
- data/lib/aws-sdk-codebuild/types.rb +279 -58
- metadata +8 -5
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.72.0
|
data/lib/aws-sdk-codebuild.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-codebuild/customizations'
|
|
|
48
48
|
# @!group service
|
|
49
49
|
module Aws::CodeBuild
|
|
50
50
|
|
|
51
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.72.0'
|
|
52
52
|
|
|
53
53
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
|
4
4
|
#
|
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
@@ -441,6 +441,7 @@ module Aws::CodeBuild
|
|
|
441
441
|
# resp.build_batches[0].artifacts.override_artifact_name #=> Boolean
|
|
442
442
|
# resp.build_batches[0].artifacts.encryption_disabled #=> Boolean
|
|
443
443
|
# resp.build_batches[0].artifacts.artifact_identifier #=> String
|
|
444
|
+
# resp.build_batches[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
444
445
|
# resp.build_batches[0].secondary_artifacts #=> Array
|
|
445
446
|
# resp.build_batches[0].secondary_artifacts[0].location #=> String
|
|
446
447
|
# resp.build_batches[0].secondary_artifacts[0].sha256sum #=> String
|
|
@@ -448,6 +449,7 @@ module Aws::CodeBuild
|
|
|
448
449
|
# resp.build_batches[0].secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
449
450
|
# resp.build_batches[0].secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
450
451
|
# resp.build_batches[0].secondary_artifacts[0].artifact_identifier #=> String
|
|
452
|
+
# resp.build_batches[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
451
453
|
# resp.build_batches[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
452
454
|
# resp.build_batches[0].cache.location #=> String
|
|
453
455
|
# resp.build_batches[0].cache.modes #=> Array
|
|
@@ -471,6 +473,7 @@ module Aws::CodeBuild
|
|
|
471
473
|
# resp.build_batches[0].log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
472
474
|
# resp.build_batches[0].log_config.s3_logs.location #=> String
|
|
473
475
|
# resp.build_batches[0].log_config.s3_logs.encryption_disabled #=> Boolean
|
|
476
|
+
# resp.build_batches[0].log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
474
477
|
# resp.build_batches[0].build_timeout_in_minutes #=> Integer
|
|
475
478
|
# resp.build_batches[0].queued_timeout_in_minutes #=> Integer
|
|
476
479
|
# resp.build_batches[0].complete #=> Boolean
|
|
@@ -520,6 +523,7 @@ module Aws::CodeBuild
|
|
|
520
523
|
# resp.build_batches[0].build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
|
521
524
|
# resp.build_batches[0].build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
|
|
522
525
|
# resp.build_batches[0].build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
|
|
526
|
+
# resp.build_batches[0].debug_session_enabled #=> Boolean
|
|
523
527
|
# resp.build_batches_not_found #=> Array
|
|
524
528
|
# resp.build_batches_not_found[0] #=> String
|
|
525
529
|
#
|
|
@@ -857,6 +861,7 @@ module Aws::CodeBuild
|
|
|
857
861
|
# resp.builds[0].artifacts.override_artifact_name #=> Boolean
|
|
858
862
|
# resp.builds[0].artifacts.encryption_disabled #=> Boolean
|
|
859
863
|
# resp.builds[0].artifacts.artifact_identifier #=> String
|
|
864
|
+
# resp.builds[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
860
865
|
# resp.builds[0].secondary_artifacts #=> Array
|
|
861
866
|
# resp.builds[0].secondary_artifacts[0].location #=> String
|
|
862
867
|
# resp.builds[0].secondary_artifacts[0].sha256sum #=> String
|
|
@@ -864,6 +869,7 @@ module Aws::CodeBuild
|
|
|
864
869
|
# resp.builds[0].secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
865
870
|
# resp.builds[0].secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
866
871
|
# resp.builds[0].secondary_artifacts[0].artifact_identifier #=> String
|
|
872
|
+
# resp.builds[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
867
873
|
# resp.builds[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
868
874
|
# resp.builds[0].cache.location #=> String
|
|
869
875
|
# resp.builds[0].cache.modes #=> Array
|
|
@@ -893,6 +899,7 @@ module Aws::CodeBuild
|
|
|
893
899
|
# resp.builds[0].logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
894
900
|
# resp.builds[0].logs.s3_logs.location #=> String
|
|
895
901
|
# resp.builds[0].logs.s3_logs.encryption_disabled #=> Boolean
|
|
902
|
+
# resp.builds[0].logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
896
903
|
# resp.builds[0].timeout_in_minutes #=> Integer
|
|
897
904
|
# resp.builds[0].queued_timeout_in_minutes #=> Integer
|
|
898
905
|
# resp.builds[0].build_complete #=> Boolean
|
|
@@ -993,6 +1000,7 @@ module Aws::CodeBuild
|
|
|
993
1000
|
# resp.projects[0].artifacts.override_artifact_name #=> Boolean
|
|
994
1001
|
# resp.projects[0].artifacts.encryption_disabled #=> Boolean
|
|
995
1002
|
# resp.projects[0].artifacts.artifact_identifier #=> String
|
|
1003
|
+
# resp.projects[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
996
1004
|
# resp.projects[0].secondary_artifacts #=> Array
|
|
997
1005
|
# resp.projects[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
|
998
1006
|
# resp.projects[0].secondary_artifacts[0].location #=> String
|
|
@@ -1003,6 +1011,7 @@ module Aws::CodeBuild
|
|
|
1003
1011
|
# resp.projects[0].secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
1004
1012
|
# resp.projects[0].secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
1005
1013
|
# resp.projects[0].secondary_artifacts[0].artifact_identifier #=> String
|
|
1014
|
+
# resp.projects[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
1006
1015
|
# resp.projects[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
1007
1016
|
# resp.projects[0].cache.location #=> String
|
|
1008
1017
|
# resp.projects[0].cache.modes #=> Array
|
|
@@ -1052,6 +1061,7 @@ module Aws::CodeBuild
|
|
|
1052
1061
|
# resp.projects[0].logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
1053
1062
|
# resp.projects[0].logs_config.s3_logs.location #=> String
|
|
1054
1063
|
# resp.projects[0].logs_config.s3_logs.encryption_disabled #=> Boolean
|
|
1064
|
+
# resp.projects[0].logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
1055
1065
|
# resp.projects[0].file_system_locations #=> Array
|
|
1056
1066
|
# resp.projects[0].file_system_locations[0].type #=> String, one of "EFS"
|
|
1057
1067
|
# resp.projects[0].file_system_locations[0].location #=> String
|
|
@@ -1064,6 +1074,7 @@ module Aws::CodeBuild
|
|
|
1064
1074
|
# resp.projects[0].build_batch_config.restrictions.compute_types_allowed #=> Array
|
|
1065
1075
|
# resp.projects[0].build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
|
1066
1076
|
# resp.projects[0].build_batch_config.timeout_in_mins #=> Integer
|
|
1077
|
+
# resp.projects[0].concurrent_build_limit #=> Integer
|
|
1067
1078
|
# resp.projects_not_found #=> Array
|
|
1068
1079
|
# resp.projects_not_found[0] #=> String
|
|
1069
1080
|
#
|
|
@@ -1101,6 +1112,7 @@ module Aws::CodeBuild
|
|
|
1101
1112
|
# resp.report_groups[0].type #=> String, one of "TEST", "CODE_COVERAGE"
|
|
1102
1113
|
# resp.report_groups[0].export_config.export_config_type #=> String, one of "S3", "NO_EXPORT"
|
|
1103
1114
|
# resp.report_groups[0].export_config.s3_destination.bucket #=> String
|
|
1115
|
+
# resp.report_groups[0].export_config.s3_destination.bucket_owner #=> String
|
|
1104
1116
|
# resp.report_groups[0].export_config.s3_destination.path #=> String
|
|
1105
1117
|
# resp.report_groups[0].export_config.s3_destination.packaging #=> String, one of "ZIP", "NONE"
|
|
1106
1118
|
# resp.report_groups[0].export_config.s3_destination.encryption_key #=> String
|
|
@@ -1152,6 +1164,7 @@ module Aws::CodeBuild
|
|
|
1152
1164
|
# resp.reports[0].expired #=> Time
|
|
1153
1165
|
# resp.reports[0].export_config.export_config_type #=> String, one of "S3", "NO_EXPORT"
|
|
1154
1166
|
# resp.reports[0].export_config.s3_destination.bucket #=> String
|
|
1167
|
+
# resp.reports[0].export_config.s3_destination.bucket_owner #=> String
|
|
1155
1168
|
# resp.reports[0].export_config.s3_destination.path #=> String
|
|
1156
1169
|
# resp.reports[0].export_config.s3_destination.packaging #=> String, one of "ZIP", "NONE"
|
|
1157
1170
|
# resp.reports[0].export_config.s3_destination.encryption_key #=> String
|
|
@@ -1212,8 +1225,8 @@ module Aws::CodeBuild
|
|
|
1212
1225
|
# a branch name is specified, the branch's HEAD commit ID is used. If
|
|
1213
1226
|
# not specified, the default branch's HEAD commit ID is used.
|
|
1214
1227
|
#
|
|
1215
|
-
# * For Amazon
|
|
1216
|
-
#
|
|
1228
|
+
# * For Amazon S3: the version ID of the object that represents the
|
|
1229
|
+
# build input ZIP file to use.
|
|
1217
1230
|
#
|
|
1218
1231
|
# If `sourceVersion` is specified at the build level, then that version
|
|
1219
1232
|
# takes precedence over this `sourceVersion` (at the project level).
|
|
@@ -1299,6 +1312,14 @@ module Aws::CodeBuild
|
|
|
1299
1312
|
# A ProjectBuildBatchConfig object that defines the batch build options
|
|
1300
1313
|
# for the project.
|
|
1301
1314
|
#
|
|
1315
|
+
# @option params [Integer] :concurrent_build_limit
|
|
1316
|
+
# The maximum number of concurrent builds that are allowed for this
|
|
1317
|
+
# project.
|
|
1318
|
+
#
|
|
1319
|
+
# New builds are only started if the current number of builds is less
|
|
1320
|
+
# than or equal to this limit. If the current build count meets this
|
|
1321
|
+
# limit, new builds are throttled and are not run.
|
|
1322
|
+
#
|
|
1302
1323
|
# @return [Types::CreateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1303
1324
|
#
|
|
1304
1325
|
# * {Types::CreateProjectOutput#project #project} => Types::Project
|
|
@@ -1367,6 +1388,7 @@ module Aws::CodeBuild
|
|
|
1367
1388
|
# override_artifact_name: false,
|
|
1368
1389
|
# encryption_disabled: false,
|
|
1369
1390
|
# artifact_identifier: "String",
|
|
1391
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
1370
1392
|
# },
|
|
1371
1393
|
# secondary_artifacts: [
|
|
1372
1394
|
# {
|
|
@@ -1379,6 +1401,7 @@ module Aws::CodeBuild
|
|
|
1379
1401
|
# override_artifact_name: false,
|
|
1380
1402
|
# encryption_disabled: false,
|
|
1381
1403
|
# artifact_identifier: "String",
|
|
1404
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
1382
1405
|
# },
|
|
1383
1406
|
# ],
|
|
1384
1407
|
# cache: {
|
|
@@ -1431,6 +1454,7 @@ module Aws::CodeBuild
|
|
|
1431
1454
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
1432
1455
|
# location: "String",
|
|
1433
1456
|
# encryption_disabled: false,
|
|
1457
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
1434
1458
|
# },
|
|
1435
1459
|
# },
|
|
1436
1460
|
# file_system_locations: [
|
|
@@ -1451,6 +1475,7 @@ module Aws::CodeBuild
|
|
|
1451
1475
|
# },
|
|
1452
1476
|
# timeout_in_mins: 1,
|
|
1453
1477
|
# },
|
|
1478
|
+
# concurrent_build_limit: 1,
|
|
1454
1479
|
# })
|
|
1455
1480
|
#
|
|
1456
1481
|
# @example Response structure
|
|
@@ -1496,6 +1521,7 @@ module Aws::CodeBuild
|
|
|
1496
1521
|
# resp.project.artifacts.override_artifact_name #=> Boolean
|
|
1497
1522
|
# resp.project.artifacts.encryption_disabled #=> Boolean
|
|
1498
1523
|
# resp.project.artifacts.artifact_identifier #=> String
|
|
1524
|
+
# resp.project.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
1499
1525
|
# resp.project.secondary_artifacts #=> Array
|
|
1500
1526
|
# resp.project.secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
|
1501
1527
|
# resp.project.secondary_artifacts[0].location #=> String
|
|
@@ -1506,6 +1532,7 @@ module Aws::CodeBuild
|
|
|
1506
1532
|
# resp.project.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
1507
1533
|
# resp.project.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
1508
1534
|
# resp.project.secondary_artifacts[0].artifact_identifier #=> String
|
|
1535
|
+
# resp.project.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
1509
1536
|
# resp.project.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
1510
1537
|
# resp.project.cache.location #=> String
|
|
1511
1538
|
# resp.project.cache.modes #=> Array
|
|
@@ -1555,6 +1582,7 @@ module Aws::CodeBuild
|
|
|
1555
1582
|
# resp.project.logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
1556
1583
|
# resp.project.logs_config.s3_logs.location #=> String
|
|
1557
1584
|
# resp.project.logs_config.s3_logs.encryption_disabled #=> Boolean
|
|
1585
|
+
# resp.project.logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
1558
1586
|
# resp.project.file_system_locations #=> Array
|
|
1559
1587
|
# resp.project.file_system_locations[0].type #=> String, one of "EFS"
|
|
1560
1588
|
# resp.project.file_system_locations[0].location #=> String
|
|
@@ -1567,6 +1595,7 @@ module Aws::CodeBuild
|
|
|
1567
1595
|
# resp.project.build_batch_config.restrictions.compute_types_allowed #=> Array
|
|
1568
1596
|
# resp.project.build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
|
1569
1597
|
# resp.project.build_batch_config.timeout_in_mins #=> Integer
|
|
1598
|
+
# resp.project.concurrent_build_limit #=> Integer
|
|
1570
1599
|
#
|
|
1571
1600
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateProject AWS API Documentation
|
|
1572
1601
|
#
|
|
@@ -1609,6 +1638,7 @@ module Aws::CodeBuild
|
|
|
1609
1638
|
# export_config_type: "S3", # accepts S3, NO_EXPORT
|
|
1610
1639
|
# s3_destination: {
|
|
1611
1640
|
# bucket: "NonEmptyString",
|
|
1641
|
+
# bucket_owner: "String",
|
|
1612
1642
|
# path: "String",
|
|
1613
1643
|
# packaging: "ZIP", # accepts ZIP, NONE
|
|
1614
1644
|
# encryption_key: "NonEmptyString",
|
|
@@ -1630,6 +1660,7 @@ module Aws::CodeBuild
|
|
|
1630
1660
|
# resp.report_group.type #=> String, one of "TEST", "CODE_COVERAGE"
|
|
1631
1661
|
# resp.report_group.export_config.export_config_type #=> String, one of "S3", "NO_EXPORT"
|
|
1632
1662
|
# resp.report_group.export_config.s3_destination.bucket #=> String
|
|
1663
|
+
# resp.report_group.export_config.s3_destination.bucket_owner #=> String
|
|
1633
1664
|
# resp.report_group.export_config.s3_destination.path #=> String
|
|
1634
1665
|
# resp.report_group.export_config.s3_destination.packaging #=> String, one of "ZIP", "NONE"
|
|
1635
1666
|
# resp.report_group.export_config.s3_destination.encryption_key #=> String
|
|
@@ -3040,6 +3071,7 @@ module Aws::CodeBuild
|
|
|
3040
3071
|
# resp.build.artifacts.override_artifact_name #=> Boolean
|
|
3041
3072
|
# resp.build.artifacts.encryption_disabled #=> Boolean
|
|
3042
3073
|
# resp.build.artifacts.artifact_identifier #=> String
|
|
3074
|
+
# resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3043
3075
|
# resp.build.secondary_artifacts #=> Array
|
|
3044
3076
|
# resp.build.secondary_artifacts[0].location #=> String
|
|
3045
3077
|
# resp.build.secondary_artifacts[0].sha256sum #=> String
|
|
@@ -3047,6 +3079,7 @@ module Aws::CodeBuild
|
|
|
3047
3079
|
# resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
3048
3080
|
# resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
3049
3081
|
# resp.build.secondary_artifacts[0].artifact_identifier #=> String
|
|
3082
|
+
# resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3050
3083
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
3051
3084
|
# resp.build.cache.location #=> String
|
|
3052
3085
|
# resp.build.cache.modes #=> Array
|
|
@@ -3076,6 +3109,7 @@ module Aws::CodeBuild
|
|
|
3076
3109
|
# resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
3077
3110
|
# resp.build.logs.s3_logs.location #=> String
|
|
3078
3111
|
# resp.build.logs.s3_logs.encryption_disabled #=> Boolean
|
|
3112
|
+
# resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3079
3113
|
# resp.build.timeout_in_minutes #=> Integer
|
|
3080
3114
|
# resp.build.queued_timeout_in_minutes #=> Integer
|
|
3081
3115
|
# resp.build.build_complete #=> Boolean
|
|
@@ -3194,6 +3228,7 @@ module Aws::CodeBuild
|
|
|
3194
3228
|
# resp.build_batch.artifacts.override_artifact_name #=> Boolean
|
|
3195
3229
|
# resp.build_batch.artifacts.encryption_disabled #=> Boolean
|
|
3196
3230
|
# resp.build_batch.artifacts.artifact_identifier #=> String
|
|
3231
|
+
# resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3197
3232
|
# resp.build_batch.secondary_artifacts #=> Array
|
|
3198
3233
|
# resp.build_batch.secondary_artifacts[0].location #=> String
|
|
3199
3234
|
# resp.build_batch.secondary_artifacts[0].sha256sum #=> String
|
|
@@ -3201,6 +3236,7 @@ module Aws::CodeBuild
|
|
|
3201
3236
|
# resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
3202
3237
|
# resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
3203
3238
|
# resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
|
|
3239
|
+
# resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3204
3240
|
# resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
3205
3241
|
# resp.build_batch.cache.location #=> String
|
|
3206
3242
|
# resp.build_batch.cache.modes #=> Array
|
|
@@ -3224,6 +3260,7 @@ module Aws::CodeBuild
|
|
|
3224
3260
|
# resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
3225
3261
|
# resp.build_batch.log_config.s3_logs.location #=> String
|
|
3226
3262
|
# resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
|
|
3263
|
+
# resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3227
3264
|
# resp.build_batch.build_timeout_in_minutes #=> Integer
|
|
3228
3265
|
# resp.build_batch.queued_timeout_in_minutes #=> Integer
|
|
3229
3266
|
# resp.build_batch.complete #=> Boolean
|
|
@@ -3273,6 +3310,7 @@ module Aws::CodeBuild
|
|
|
3273
3310
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
|
3274
3311
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
|
|
3275
3312
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
|
|
3313
|
+
# resp.build_batch.debug_session_enabled #=> Boolean
|
|
3276
3314
|
#
|
|
3277
3315
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/RetryBuildBatch AWS API Documentation
|
|
3278
3316
|
#
|
|
@@ -3321,7 +3359,7 @@ module Aws::CodeBuild
|
|
|
3321
3359
|
# specified, the branch's HEAD commit ID is used. If not specified,
|
|
3322
3360
|
# the default branch's HEAD commit ID is used.
|
|
3323
3361
|
#
|
|
3324
|
-
# Amazon
|
|
3362
|
+
# Amazon S3
|
|
3325
3363
|
#
|
|
3326
3364
|
# : The version ID of the object that represents the build input ZIP
|
|
3327
3365
|
# file to use.
|
|
@@ -3558,6 +3596,7 @@ module Aws::CodeBuild
|
|
|
3558
3596
|
# override_artifact_name: false,
|
|
3559
3597
|
# encryption_disabled: false,
|
|
3560
3598
|
# artifact_identifier: "String",
|
|
3599
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
3561
3600
|
# },
|
|
3562
3601
|
# secondary_artifacts_override: [
|
|
3563
3602
|
# {
|
|
@@ -3570,6 +3609,7 @@ module Aws::CodeBuild
|
|
|
3570
3609
|
# override_artifact_name: false,
|
|
3571
3610
|
# encryption_disabled: false,
|
|
3572
3611
|
# artifact_identifier: "String",
|
|
3612
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
3573
3613
|
# },
|
|
3574
3614
|
# ],
|
|
3575
3615
|
# environment_variables_override: [
|
|
@@ -3621,6 +3661,7 @@ module Aws::CodeBuild
|
|
|
3621
3661
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
3622
3662
|
# location: "String",
|
|
3623
3663
|
# encryption_disabled: false,
|
|
3664
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
3624
3665
|
# },
|
|
3625
3666
|
# },
|
|
3626
3667
|
# registry_credential_override: {
|
|
@@ -3686,6 +3727,7 @@ module Aws::CodeBuild
|
|
|
3686
3727
|
# resp.build.artifacts.override_artifact_name #=> Boolean
|
|
3687
3728
|
# resp.build.artifacts.encryption_disabled #=> Boolean
|
|
3688
3729
|
# resp.build.artifacts.artifact_identifier #=> String
|
|
3730
|
+
# resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3689
3731
|
# resp.build.secondary_artifacts #=> Array
|
|
3690
3732
|
# resp.build.secondary_artifacts[0].location #=> String
|
|
3691
3733
|
# resp.build.secondary_artifacts[0].sha256sum #=> String
|
|
@@ -3693,6 +3735,7 @@ module Aws::CodeBuild
|
|
|
3693
3735
|
# resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
3694
3736
|
# resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
3695
3737
|
# resp.build.secondary_artifacts[0].artifact_identifier #=> String
|
|
3738
|
+
# resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3696
3739
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
3697
3740
|
# resp.build.cache.location #=> String
|
|
3698
3741
|
# resp.build.cache.modes #=> Array
|
|
@@ -3722,6 +3765,7 @@ module Aws::CodeBuild
|
|
|
3722
3765
|
# resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
3723
3766
|
# resp.build.logs.s3_logs.location #=> String
|
|
3724
3767
|
# resp.build.logs.s3_logs.encryption_disabled #=> Boolean
|
|
3768
|
+
# resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
3725
3769
|
# resp.build.timeout_in_minutes #=> Integer
|
|
3726
3770
|
# resp.build.queued_timeout_in_minutes #=> Integer
|
|
3727
3771
|
# resp.build.build_complete #=> Boolean
|
|
@@ -3796,7 +3840,7 @@ module Aws::CodeBuild
|
|
|
3796
3840
|
# specified, the branch's HEAD commit ID is used. If not specified,
|
|
3797
3841
|
# the default branch's HEAD commit ID is used.
|
|
3798
3842
|
#
|
|
3799
|
-
# Amazon
|
|
3843
|
+
# Amazon S3
|
|
3800
3844
|
#
|
|
3801
3845
|
# : The version ID of the object that represents the build input ZIP
|
|
3802
3846
|
# file to use.
|
|
@@ -3967,6 +4011,15 @@ module Aws::CodeBuild
|
|
|
3967
4011
|
# A `BuildBatchConfigOverride` object that contains batch build
|
|
3968
4012
|
# configuration overrides.
|
|
3969
4013
|
#
|
|
4014
|
+
# @option params [Boolean] :debug_session_enabled
|
|
4015
|
+
# Specifies if session debugging is enabled for this batch build. For
|
|
4016
|
+
# more information, see [Viewing a running build in Session Manager][1].
|
|
4017
|
+
# Batch session debugging is not supported for matrix batch builds.
|
|
4018
|
+
#
|
|
4019
|
+
#
|
|
4020
|
+
#
|
|
4021
|
+
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
|
|
4022
|
+
#
|
|
3970
4023
|
# @return [Types::StartBuildBatchOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3971
4024
|
#
|
|
3972
4025
|
# * {Types::StartBuildBatchOutput#build_batch #build_batch} => Types::BuildBatch
|
|
@@ -4014,6 +4067,7 @@ module Aws::CodeBuild
|
|
|
4014
4067
|
# override_artifact_name: false,
|
|
4015
4068
|
# encryption_disabled: false,
|
|
4016
4069
|
# artifact_identifier: "String",
|
|
4070
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
4017
4071
|
# },
|
|
4018
4072
|
# secondary_artifacts_override: [
|
|
4019
4073
|
# {
|
|
@@ -4026,6 +4080,7 @@ module Aws::CodeBuild
|
|
|
4026
4080
|
# override_artifact_name: false,
|
|
4027
4081
|
# encryption_disabled: false,
|
|
4028
4082
|
# artifact_identifier: "String",
|
|
4083
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
4029
4084
|
# },
|
|
4030
4085
|
# ],
|
|
4031
4086
|
# environment_variables_override: [
|
|
@@ -4073,6 +4128,7 @@ module Aws::CodeBuild
|
|
|
4073
4128
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
4074
4129
|
# location: "String",
|
|
4075
4130
|
# encryption_disabled: false,
|
|
4131
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
4076
4132
|
# },
|
|
4077
4133
|
# },
|
|
4078
4134
|
# registry_credential_override: {
|
|
@@ -4089,6 +4145,7 @@ module Aws::CodeBuild
|
|
|
4089
4145
|
# },
|
|
4090
4146
|
# timeout_in_mins: 1,
|
|
4091
4147
|
# },
|
|
4148
|
+
# debug_session_enabled: false,
|
|
4092
4149
|
# })
|
|
4093
4150
|
#
|
|
4094
4151
|
# @example Response structure
|
|
@@ -4145,6 +4202,7 @@ module Aws::CodeBuild
|
|
|
4145
4202
|
# resp.build_batch.artifacts.override_artifact_name #=> Boolean
|
|
4146
4203
|
# resp.build_batch.artifacts.encryption_disabled #=> Boolean
|
|
4147
4204
|
# resp.build_batch.artifacts.artifact_identifier #=> String
|
|
4205
|
+
# resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4148
4206
|
# resp.build_batch.secondary_artifacts #=> Array
|
|
4149
4207
|
# resp.build_batch.secondary_artifacts[0].location #=> String
|
|
4150
4208
|
# resp.build_batch.secondary_artifacts[0].sha256sum #=> String
|
|
@@ -4152,6 +4210,7 @@ module Aws::CodeBuild
|
|
|
4152
4210
|
# resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
4153
4211
|
# resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
4154
4212
|
# resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
|
|
4213
|
+
# resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4155
4214
|
# resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
4156
4215
|
# resp.build_batch.cache.location #=> String
|
|
4157
4216
|
# resp.build_batch.cache.modes #=> Array
|
|
@@ -4175,6 +4234,7 @@ module Aws::CodeBuild
|
|
|
4175
4234
|
# resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
4176
4235
|
# resp.build_batch.log_config.s3_logs.location #=> String
|
|
4177
4236
|
# resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
|
|
4237
|
+
# resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4178
4238
|
# resp.build_batch.build_timeout_in_minutes #=> Integer
|
|
4179
4239
|
# resp.build_batch.queued_timeout_in_minutes #=> Integer
|
|
4180
4240
|
# resp.build_batch.complete #=> Boolean
|
|
@@ -4224,6 +4284,7 @@ module Aws::CodeBuild
|
|
|
4224
4284
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
|
4225
4285
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
|
|
4226
4286
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
|
|
4287
|
+
# resp.build_batch.debug_session_enabled #=> Boolean
|
|
4227
4288
|
#
|
|
4228
4289
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildBatch AWS API Documentation
|
|
4229
4290
|
#
|
|
@@ -4304,6 +4365,7 @@ module Aws::CodeBuild
|
|
|
4304
4365
|
# resp.build.artifacts.override_artifact_name #=> Boolean
|
|
4305
4366
|
# resp.build.artifacts.encryption_disabled #=> Boolean
|
|
4306
4367
|
# resp.build.artifacts.artifact_identifier #=> String
|
|
4368
|
+
# resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4307
4369
|
# resp.build.secondary_artifacts #=> Array
|
|
4308
4370
|
# resp.build.secondary_artifacts[0].location #=> String
|
|
4309
4371
|
# resp.build.secondary_artifacts[0].sha256sum #=> String
|
|
@@ -4311,6 +4373,7 @@ module Aws::CodeBuild
|
|
|
4311
4373
|
# resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
4312
4374
|
# resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
4313
4375
|
# resp.build.secondary_artifacts[0].artifact_identifier #=> String
|
|
4376
|
+
# resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4314
4377
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
4315
4378
|
# resp.build.cache.location #=> String
|
|
4316
4379
|
# resp.build.cache.modes #=> Array
|
|
@@ -4340,6 +4403,7 @@ module Aws::CodeBuild
|
|
|
4340
4403
|
# resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
4341
4404
|
# resp.build.logs.s3_logs.location #=> String
|
|
4342
4405
|
# resp.build.logs.s3_logs.encryption_disabled #=> Boolean
|
|
4406
|
+
# resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4343
4407
|
# resp.build.timeout_in_minutes #=> Integer
|
|
4344
4408
|
# resp.build.queued_timeout_in_minutes #=> Integer
|
|
4345
4409
|
# resp.build.build_complete #=> Boolean
|
|
@@ -4445,6 +4509,7 @@ module Aws::CodeBuild
|
|
|
4445
4509
|
# resp.build_batch.artifacts.override_artifact_name #=> Boolean
|
|
4446
4510
|
# resp.build_batch.artifacts.encryption_disabled #=> Boolean
|
|
4447
4511
|
# resp.build_batch.artifacts.artifact_identifier #=> String
|
|
4512
|
+
# resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4448
4513
|
# resp.build_batch.secondary_artifacts #=> Array
|
|
4449
4514
|
# resp.build_batch.secondary_artifacts[0].location #=> String
|
|
4450
4515
|
# resp.build_batch.secondary_artifacts[0].sha256sum #=> String
|
|
@@ -4452,6 +4517,7 @@ module Aws::CodeBuild
|
|
|
4452
4517
|
# resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
4453
4518
|
# resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
4454
4519
|
# resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
|
|
4520
|
+
# resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4455
4521
|
# resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
4456
4522
|
# resp.build_batch.cache.location #=> String
|
|
4457
4523
|
# resp.build_batch.cache.modes #=> Array
|
|
@@ -4475,6 +4541,7 @@ module Aws::CodeBuild
|
|
|
4475
4541
|
# resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
4476
4542
|
# resp.build_batch.log_config.s3_logs.location #=> String
|
|
4477
4543
|
# resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
|
|
4544
|
+
# resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4478
4545
|
# resp.build_batch.build_timeout_in_minutes #=> Integer
|
|
4479
4546
|
# resp.build_batch.queued_timeout_in_minutes #=> Integer
|
|
4480
4547
|
# resp.build_batch.complete #=> Boolean
|
|
@@ -4524,6 +4591,7 @@ module Aws::CodeBuild
|
|
|
4524
4591
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
|
4525
4592
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
|
|
4526
4593
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
|
|
4594
|
+
# resp.build_batch.debug_session_enabled #=> Boolean
|
|
4527
4595
|
#
|
|
4528
4596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuildBatch AWS API Documentation
|
|
4529
4597
|
#
|
|
@@ -4572,8 +4640,8 @@ module Aws::CodeBuild
|
|
|
4572
4640
|
# a branch name is specified, the branch's HEAD commit ID is used. If
|
|
4573
4641
|
# not specified, the default branch's HEAD commit ID is used.
|
|
4574
4642
|
#
|
|
4575
|
-
# * For Amazon
|
|
4576
|
-
#
|
|
4643
|
+
# * For Amazon S3: the version ID of the object that represents the
|
|
4644
|
+
# build input ZIP file to use.
|
|
4577
4645
|
#
|
|
4578
4646
|
# If `sourceVersion` is specified at the build level, then that version
|
|
4579
4647
|
# takes precedence over this `sourceVersion` (at the project level).
|
|
@@ -4659,6 +4727,16 @@ module Aws::CodeBuild
|
|
|
4659
4727
|
# @option params [Types::ProjectBuildBatchConfig] :build_batch_config
|
|
4660
4728
|
# Contains configuration information about a batch build project.
|
|
4661
4729
|
#
|
|
4730
|
+
# @option params [Integer] :concurrent_build_limit
|
|
4731
|
+
# The maximum number of concurrent builds that are allowed for this
|
|
4732
|
+
# project.
|
|
4733
|
+
#
|
|
4734
|
+
# New builds are only started if the current number of builds is less
|
|
4735
|
+
# than or equal to this limit. If the current build count meets this
|
|
4736
|
+
# limit, new builds are throttled and are not run.
|
|
4737
|
+
#
|
|
4738
|
+
# To remove this limit, set this value to -1.
|
|
4739
|
+
#
|
|
4662
4740
|
# @return [Types::UpdateProjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4663
4741
|
#
|
|
4664
4742
|
# * {Types::UpdateProjectOutput#project #project} => Types::Project
|
|
@@ -4727,6 +4805,7 @@ module Aws::CodeBuild
|
|
|
4727
4805
|
# override_artifact_name: false,
|
|
4728
4806
|
# encryption_disabled: false,
|
|
4729
4807
|
# artifact_identifier: "String",
|
|
4808
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
4730
4809
|
# },
|
|
4731
4810
|
# secondary_artifacts: [
|
|
4732
4811
|
# {
|
|
@@ -4739,6 +4818,7 @@ module Aws::CodeBuild
|
|
|
4739
4818
|
# override_artifact_name: false,
|
|
4740
4819
|
# encryption_disabled: false,
|
|
4741
4820
|
# artifact_identifier: "String",
|
|
4821
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
4742
4822
|
# },
|
|
4743
4823
|
# ],
|
|
4744
4824
|
# cache: {
|
|
@@ -4791,6 +4871,7 @@ module Aws::CodeBuild
|
|
|
4791
4871
|
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
|
4792
4872
|
# location: "String",
|
|
4793
4873
|
# encryption_disabled: false,
|
|
4874
|
+
# bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
|
|
4794
4875
|
# },
|
|
4795
4876
|
# },
|
|
4796
4877
|
# file_system_locations: [
|
|
@@ -4811,6 +4892,7 @@ module Aws::CodeBuild
|
|
|
4811
4892
|
# },
|
|
4812
4893
|
# timeout_in_mins: 1,
|
|
4813
4894
|
# },
|
|
4895
|
+
# concurrent_build_limit: 1,
|
|
4814
4896
|
# })
|
|
4815
4897
|
#
|
|
4816
4898
|
# @example Response structure
|
|
@@ -4856,6 +4938,7 @@ module Aws::CodeBuild
|
|
|
4856
4938
|
# resp.project.artifacts.override_artifact_name #=> Boolean
|
|
4857
4939
|
# resp.project.artifacts.encryption_disabled #=> Boolean
|
|
4858
4940
|
# resp.project.artifacts.artifact_identifier #=> String
|
|
4941
|
+
# resp.project.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4859
4942
|
# resp.project.secondary_artifacts #=> Array
|
|
4860
4943
|
# resp.project.secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
|
4861
4944
|
# resp.project.secondary_artifacts[0].location #=> String
|
|
@@ -4866,6 +4949,7 @@ module Aws::CodeBuild
|
|
|
4866
4949
|
# resp.project.secondary_artifacts[0].override_artifact_name #=> Boolean
|
|
4867
4950
|
# resp.project.secondary_artifacts[0].encryption_disabled #=> Boolean
|
|
4868
4951
|
# resp.project.secondary_artifacts[0].artifact_identifier #=> String
|
|
4952
|
+
# resp.project.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4869
4953
|
# resp.project.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
|
|
4870
4954
|
# resp.project.cache.location #=> String
|
|
4871
4955
|
# resp.project.cache.modes #=> Array
|
|
@@ -4915,6 +4999,7 @@ module Aws::CodeBuild
|
|
|
4915
4999
|
# resp.project.logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
|
|
4916
5000
|
# resp.project.logs_config.s3_logs.location #=> String
|
|
4917
5001
|
# resp.project.logs_config.s3_logs.encryption_disabled #=> Boolean
|
|
5002
|
+
# resp.project.logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
|
|
4918
5003
|
# resp.project.file_system_locations #=> Array
|
|
4919
5004
|
# resp.project.file_system_locations[0].type #=> String, one of "EFS"
|
|
4920
5005
|
# resp.project.file_system_locations[0].location #=> String
|
|
@@ -4927,6 +5012,7 @@ module Aws::CodeBuild
|
|
|
4927
5012
|
# resp.project.build_batch_config.restrictions.compute_types_allowed #=> Array
|
|
4928
5013
|
# resp.project.build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
|
4929
5014
|
# resp.project.build_batch_config.timeout_in_mins #=> Integer
|
|
5015
|
+
# resp.project.concurrent_build_limit #=> Integer
|
|
4930
5016
|
#
|
|
4931
5017
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateProject AWS API Documentation
|
|
4932
5018
|
#
|
|
@@ -4968,6 +5054,7 @@ module Aws::CodeBuild
|
|
|
4968
5054
|
# export_config_type: "S3", # accepts S3, NO_EXPORT
|
|
4969
5055
|
# s3_destination: {
|
|
4970
5056
|
# bucket: "NonEmptyString",
|
|
5057
|
+
# bucket_owner: "String",
|
|
4971
5058
|
# path: "String",
|
|
4972
5059
|
# packaging: "ZIP", # accepts ZIP, NONE
|
|
4973
5060
|
# encryption_key: "NonEmptyString",
|
|
@@ -4989,6 +5076,7 @@ module Aws::CodeBuild
|
|
|
4989
5076
|
# resp.report_group.type #=> String, one of "TEST", "CODE_COVERAGE"
|
|
4990
5077
|
# resp.report_group.export_config.export_config_type #=> String, one of "S3", "NO_EXPORT"
|
|
4991
5078
|
# resp.report_group.export_config.s3_destination.bucket #=> String
|
|
5079
|
+
# resp.report_group.export_config.s3_destination.bucket_owner #=> String
|
|
4992
5080
|
# resp.report_group.export_config.s3_destination.path #=> String
|
|
4993
5081
|
# resp.report_group.export_config.s3_destination.packaging #=> String, one of "ZIP", "NONE"
|
|
4994
5082
|
# resp.report_group.export_config.s3_destination.encryption_key #=> String
|
|
@@ -5100,7 +5188,7 @@ module Aws::CodeBuild
|
|
|
5100
5188
|
params: params,
|
|
5101
5189
|
config: config)
|
|
5102
5190
|
context[:gem_name] = 'aws-sdk-codebuild'
|
|
5103
|
-
context[:gem_version] = '1.
|
|
5191
|
+
context[:gem_version] = '1.72.0'
|
|
5104
5192
|
Seahorse::Client::Request.new(handlers, context)
|
|
5105
5193
|
end
|
|
5106
5194
|
|