@aws-sdk/client-codebuild 3.321.1 → 3.326.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.
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +14 -0
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +222 -0
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +192 -0
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +196 -0
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +35 -0
- package/dist-types/commands/BatchGetReportsCommand.d.ts +47 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +191 -0
- package/dist-types/commands/CreateReportGroupCommand.d.ts +30 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +22 -0
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +15 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReportCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +18 -0
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +6 -0
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +4 -0
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +9 -0
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +9 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +9 -0
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +9 -0
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +24 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/commands/ListReportGroupsCommand.d.ts +9 -0
- package/dist-types/commands/ListReportsCommand.d.ts +9 -0
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +9 -0
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +9 -0
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +9 -0
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +12 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +217 -0
- package/dist-types/commands/RetryBuildCommand.d.ts +187 -0
- package/dist-types/commands/StartBuildBatchCommand.d.ts +217 -0
- package/dist-types/commands/StartBuildCommand.d.ts +187 -0
- package/dist-types/commands/StopBuildBatchCommand.d.ts +217 -0
- package/dist-types/commands/StopBuildCommand.d.ts +187 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +191 -0
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +8 -0
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +30 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +22 -0
- package/package.json +16 -16
|
@@ -33,6 +33,18 @@ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchDeleteBuildsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchDeleteBuildsOutput
|
|
37
|
+
* // buildsDeleted: [ // BuildIds
|
|
38
|
+
* // "STRING_VALUE",
|
|
39
|
+
* // ],
|
|
40
|
+
* // buildsNotDeleted: [ // BuildsNotDeleted
|
|
41
|
+
* // { // BuildNotDeleted
|
|
42
|
+
* // id: "STRING_VALUE",
|
|
43
|
+
* // statusCode: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
36
48
|
* ```
|
|
37
49
|
*
|
|
38
50
|
* @param BatchDeleteBuildsCommandInput - {@link BatchDeleteBuildsCommandInput}
|
|
@@ -44,6 +56,8 @@ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput,
|
|
|
44
56
|
* @throws {@link InvalidInputException} (client fault)
|
|
45
57
|
* <p>The input value that was provided is not valid.</p>
|
|
46
58
|
*
|
|
59
|
+
* @throws {@link CodeBuildServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
47
61
|
*
|
|
48
62
|
*/
|
|
49
63
|
export declare class BatchDeleteBuildsCommand extends $Command<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -33,6 +33,226 @@ export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesO
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchGetBuildBatchesCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchGetBuildBatchesOutput
|
|
37
|
+
* // buildBatches: [ // BuildBatches
|
|
38
|
+
* // { // BuildBatch
|
|
39
|
+
* // id: "STRING_VALUE",
|
|
40
|
+
* // arn: "STRING_VALUE",
|
|
41
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
42
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // currentPhase: "STRING_VALUE",
|
|
44
|
+
* // buildBatchStatus: "STRING_VALUE",
|
|
45
|
+
* // sourceVersion: "STRING_VALUE",
|
|
46
|
+
* // resolvedSourceVersion: "STRING_VALUE",
|
|
47
|
+
* // projectName: "STRING_VALUE",
|
|
48
|
+
* // phases: [ // BuildBatchPhases
|
|
49
|
+
* // { // BuildBatchPhase
|
|
50
|
+
* // phaseType: "STRING_VALUE",
|
|
51
|
+
* // phaseStatus: "STRING_VALUE",
|
|
52
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // durationInSeconds: Number("long"),
|
|
55
|
+
* // contexts: [ // PhaseContexts
|
|
56
|
+
* // { // PhaseContext
|
|
57
|
+
* // statusCode: "STRING_VALUE",
|
|
58
|
+
* // message: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // source: { // ProjectSource
|
|
64
|
+
* // type: "STRING_VALUE", // required
|
|
65
|
+
* // location: "STRING_VALUE",
|
|
66
|
+
* // gitCloneDepth: Number("int"),
|
|
67
|
+
* // gitSubmodulesConfig: { // GitSubmodulesConfig
|
|
68
|
+
* // fetchSubmodules: true || false, // required
|
|
69
|
+
* // },
|
|
70
|
+
* // buildspec: "STRING_VALUE",
|
|
71
|
+
* // auth: { // SourceAuth
|
|
72
|
+
* // type: "STRING_VALUE", // required
|
|
73
|
+
* // resource: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // reportBuildStatus: true || false,
|
|
76
|
+
* // buildStatusConfig: { // BuildStatusConfig
|
|
77
|
+
* // context: "STRING_VALUE",
|
|
78
|
+
* // targetUrl: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // insecureSsl: true || false,
|
|
81
|
+
* // sourceIdentifier: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // secondarySources: [ // ProjectSources
|
|
84
|
+
* // {
|
|
85
|
+
* // type: "STRING_VALUE", // required
|
|
86
|
+
* // location: "STRING_VALUE",
|
|
87
|
+
* // gitCloneDepth: Number("int"),
|
|
88
|
+
* // gitSubmodulesConfig: {
|
|
89
|
+
* // fetchSubmodules: true || false, // required
|
|
90
|
+
* // },
|
|
91
|
+
* // buildspec: "STRING_VALUE",
|
|
92
|
+
* // auth: {
|
|
93
|
+
* // type: "STRING_VALUE", // required
|
|
94
|
+
* // resource: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // reportBuildStatus: true || false,
|
|
97
|
+
* // buildStatusConfig: {
|
|
98
|
+
* // context: "STRING_VALUE",
|
|
99
|
+
* // targetUrl: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // insecureSsl: true || false,
|
|
102
|
+
* // sourceIdentifier: "STRING_VALUE",
|
|
103
|
+
* // },
|
|
104
|
+
* // ],
|
|
105
|
+
* // secondarySourceVersions: [ // ProjectSecondarySourceVersions
|
|
106
|
+
* // { // ProjectSourceVersion
|
|
107
|
+
* // sourceIdentifier: "STRING_VALUE", // required
|
|
108
|
+
* // sourceVersion: "STRING_VALUE", // required
|
|
109
|
+
* // },
|
|
110
|
+
* // ],
|
|
111
|
+
* // artifacts: { // BuildArtifacts
|
|
112
|
+
* // location: "STRING_VALUE",
|
|
113
|
+
* // sha256sum: "STRING_VALUE",
|
|
114
|
+
* // md5sum: "STRING_VALUE",
|
|
115
|
+
* // overrideArtifactName: true || false,
|
|
116
|
+
* // encryptionDisabled: true || false,
|
|
117
|
+
* // artifactIdentifier: "STRING_VALUE",
|
|
118
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
119
|
+
* // },
|
|
120
|
+
* // secondaryArtifacts: [ // BuildArtifactsList
|
|
121
|
+
* // {
|
|
122
|
+
* // location: "STRING_VALUE",
|
|
123
|
+
* // sha256sum: "STRING_VALUE",
|
|
124
|
+
* // md5sum: "STRING_VALUE",
|
|
125
|
+
* // overrideArtifactName: true || false,
|
|
126
|
+
* // encryptionDisabled: true || false,
|
|
127
|
+
* // artifactIdentifier: "STRING_VALUE",
|
|
128
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
130
|
+
* // ],
|
|
131
|
+
* // cache: { // ProjectCache
|
|
132
|
+
* // type: "STRING_VALUE", // required
|
|
133
|
+
* // location: "STRING_VALUE",
|
|
134
|
+
* // modes: [ // ProjectCacheModes
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
137
|
+
* // },
|
|
138
|
+
* // environment: { // ProjectEnvironment
|
|
139
|
+
* // type: "STRING_VALUE", // required
|
|
140
|
+
* // image: "STRING_VALUE", // required
|
|
141
|
+
* // computeType: "STRING_VALUE", // required
|
|
142
|
+
* // environmentVariables: [ // EnvironmentVariables
|
|
143
|
+
* // { // EnvironmentVariable
|
|
144
|
+
* // name: "STRING_VALUE", // required
|
|
145
|
+
* // value: "STRING_VALUE", // required
|
|
146
|
+
* // type: "STRING_VALUE",
|
|
147
|
+
* // },
|
|
148
|
+
* // ],
|
|
149
|
+
* // privilegedMode: true || false,
|
|
150
|
+
* // certificate: "STRING_VALUE",
|
|
151
|
+
* // registryCredential: { // RegistryCredential
|
|
152
|
+
* // credential: "STRING_VALUE", // required
|
|
153
|
+
* // credentialProvider: "STRING_VALUE", // required
|
|
154
|
+
* // },
|
|
155
|
+
* // imagePullCredentialsType: "STRING_VALUE",
|
|
156
|
+
* // },
|
|
157
|
+
* // serviceRole: "STRING_VALUE",
|
|
158
|
+
* // logConfig: { // LogsConfig
|
|
159
|
+
* // cloudWatchLogs: { // CloudWatchLogsConfig
|
|
160
|
+
* // status: "STRING_VALUE", // required
|
|
161
|
+
* // groupName: "STRING_VALUE",
|
|
162
|
+
* // streamName: "STRING_VALUE",
|
|
163
|
+
* // },
|
|
164
|
+
* // s3Logs: { // S3LogsConfig
|
|
165
|
+
* // status: "STRING_VALUE", // required
|
|
166
|
+
* // location: "STRING_VALUE",
|
|
167
|
+
* // encryptionDisabled: true || false,
|
|
168
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
169
|
+
* // },
|
|
170
|
+
* // },
|
|
171
|
+
* // buildTimeoutInMinutes: Number("int"),
|
|
172
|
+
* // queuedTimeoutInMinutes: Number("int"),
|
|
173
|
+
* // complete: true || false,
|
|
174
|
+
* // initiator: "STRING_VALUE",
|
|
175
|
+
* // vpcConfig: { // VpcConfig
|
|
176
|
+
* // vpcId: "STRING_VALUE",
|
|
177
|
+
* // subnets: [ // Subnets
|
|
178
|
+
* // "STRING_VALUE",
|
|
179
|
+
* // ],
|
|
180
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
181
|
+
* // "STRING_VALUE",
|
|
182
|
+
* // ],
|
|
183
|
+
* // },
|
|
184
|
+
* // encryptionKey: "STRING_VALUE",
|
|
185
|
+
* // buildBatchNumber: Number("long"),
|
|
186
|
+
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
187
|
+
* // { // ProjectFileSystemLocation
|
|
188
|
+
* // type: "STRING_VALUE",
|
|
189
|
+
* // location: "STRING_VALUE",
|
|
190
|
+
* // mountPoint: "STRING_VALUE",
|
|
191
|
+
* // identifier: "STRING_VALUE",
|
|
192
|
+
* // mountOptions: "STRING_VALUE",
|
|
193
|
+
* // },
|
|
194
|
+
* // ],
|
|
195
|
+
* // buildBatchConfig: { // ProjectBuildBatchConfig
|
|
196
|
+
* // serviceRole: "STRING_VALUE",
|
|
197
|
+
* // combineArtifacts: true || false,
|
|
198
|
+
* // restrictions: { // BatchRestrictions
|
|
199
|
+
* // maximumBuildsAllowed: Number("int"),
|
|
200
|
+
* // computeTypesAllowed: [ // ComputeTypesAllowed
|
|
201
|
+
* // "STRING_VALUE",
|
|
202
|
+
* // ],
|
|
203
|
+
* // },
|
|
204
|
+
* // timeoutInMins: Number("int"),
|
|
205
|
+
* // batchReportMode: "STRING_VALUE",
|
|
206
|
+
* // },
|
|
207
|
+
* // buildGroups: [ // BuildGroups
|
|
208
|
+
* // { // BuildGroup
|
|
209
|
+
* // identifier: "STRING_VALUE",
|
|
210
|
+
* // dependsOn: [ // Identifiers
|
|
211
|
+
* // "STRING_VALUE",
|
|
212
|
+
* // ],
|
|
213
|
+
* // ignoreFailure: true || false,
|
|
214
|
+
* // currentBuildSummary: { // BuildSummary
|
|
215
|
+
* // arn: "STRING_VALUE",
|
|
216
|
+
* // requestedOn: new Date("TIMESTAMP"),
|
|
217
|
+
* // buildStatus: "STRING_VALUE",
|
|
218
|
+
* // primaryArtifact: { // ResolvedArtifact
|
|
219
|
+
* // type: "STRING_VALUE",
|
|
220
|
+
* // location: "STRING_VALUE",
|
|
221
|
+
* // identifier: "STRING_VALUE",
|
|
222
|
+
* // },
|
|
223
|
+
* // secondaryArtifacts: [ // ResolvedSecondaryArtifacts
|
|
224
|
+
* // {
|
|
225
|
+
* // type: "STRING_VALUE",
|
|
226
|
+
* // location: "STRING_VALUE",
|
|
227
|
+
* // identifier: "STRING_VALUE",
|
|
228
|
+
* // },
|
|
229
|
+
* // ],
|
|
230
|
+
* // },
|
|
231
|
+
* // priorBuildSummaryList: [ // BuildSummaries
|
|
232
|
+
* // {
|
|
233
|
+
* // arn: "STRING_VALUE",
|
|
234
|
+
* // requestedOn: new Date("TIMESTAMP"),
|
|
235
|
+
* // buildStatus: "STRING_VALUE",
|
|
236
|
+
* // primaryArtifact: {
|
|
237
|
+
* // type: "STRING_VALUE",
|
|
238
|
+
* // location: "STRING_VALUE",
|
|
239
|
+
* // identifier: "STRING_VALUE",
|
|
240
|
+
* // },
|
|
241
|
+
* // secondaryArtifacts: [
|
|
242
|
+
* // "<ResolvedArtifact>",
|
|
243
|
+
* // ],
|
|
244
|
+
* // },
|
|
245
|
+
* // ],
|
|
246
|
+
* // },
|
|
247
|
+
* // ],
|
|
248
|
+
* // debugSessionEnabled: true || false,
|
|
249
|
+
* // },
|
|
250
|
+
* // ],
|
|
251
|
+
* // buildBatchesNotFound: [ // BuildBatchIds
|
|
252
|
+
* // "STRING_VALUE",
|
|
253
|
+
* // ],
|
|
254
|
+
* // };
|
|
255
|
+
*
|
|
36
256
|
* ```
|
|
37
257
|
*
|
|
38
258
|
* @param BatchGetBuildBatchesCommandInput - {@link BatchGetBuildBatchesCommandInput}
|
|
@@ -44,6 +264,8 @@ export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesO
|
|
|
44
264
|
* @throws {@link InvalidInputException} (client fault)
|
|
45
265
|
* <p>The input value that was provided is not valid.</p>
|
|
46
266
|
*
|
|
267
|
+
* @throws {@link CodeBuildServiceException}
|
|
268
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
47
269
|
*
|
|
48
270
|
*/
|
|
49
271
|
export declare class BatchGetBuildBatchesCommand extends $Command<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -33,6 +33,196 @@ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __Met
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchGetBuildsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchGetBuildsOutput
|
|
37
|
+
* // builds: [ // Builds
|
|
38
|
+
* // { // Build
|
|
39
|
+
* // id: "STRING_VALUE",
|
|
40
|
+
* // arn: "STRING_VALUE",
|
|
41
|
+
* // buildNumber: Number("long"),
|
|
42
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // currentPhase: "STRING_VALUE",
|
|
45
|
+
* // buildStatus: "STRING_VALUE",
|
|
46
|
+
* // sourceVersion: "STRING_VALUE",
|
|
47
|
+
* // resolvedSourceVersion: "STRING_VALUE",
|
|
48
|
+
* // projectName: "STRING_VALUE",
|
|
49
|
+
* // phases: [ // BuildPhases
|
|
50
|
+
* // { // BuildPhase
|
|
51
|
+
* // phaseType: "STRING_VALUE",
|
|
52
|
+
* // phaseStatus: "STRING_VALUE",
|
|
53
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
54
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // durationInSeconds: Number("long"),
|
|
56
|
+
* // contexts: [ // PhaseContexts
|
|
57
|
+
* // { // PhaseContext
|
|
58
|
+
* // statusCode: "STRING_VALUE",
|
|
59
|
+
* // message: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // source: { // ProjectSource
|
|
65
|
+
* // type: "STRING_VALUE", // required
|
|
66
|
+
* // location: "STRING_VALUE",
|
|
67
|
+
* // gitCloneDepth: Number("int"),
|
|
68
|
+
* // gitSubmodulesConfig: { // GitSubmodulesConfig
|
|
69
|
+
* // fetchSubmodules: true || false, // required
|
|
70
|
+
* // },
|
|
71
|
+
* // buildspec: "STRING_VALUE",
|
|
72
|
+
* // auth: { // SourceAuth
|
|
73
|
+
* // type: "STRING_VALUE", // required
|
|
74
|
+
* // resource: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // reportBuildStatus: true || false,
|
|
77
|
+
* // buildStatusConfig: { // BuildStatusConfig
|
|
78
|
+
* // context: "STRING_VALUE",
|
|
79
|
+
* // targetUrl: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // insecureSsl: true || false,
|
|
82
|
+
* // sourceIdentifier: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // secondarySources: [ // ProjectSources
|
|
85
|
+
* // {
|
|
86
|
+
* // type: "STRING_VALUE", // required
|
|
87
|
+
* // location: "STRING_VALUE",
|
|
88
|
+
* // gitCloneDepth: Number("int"),
|
|
89
|
+
* // gitSubmodulesConfig: {
|
|
90
|
+
* // fetchSubmodules: true || false, // required
|
|
91
|
+
* // },
|
|
92
|
+
* // buildspec: "STRING_VALUE",
|
|
93
|
+
* // auth: {
|
|
94
|
+
* // type: "STRING_VALUE", // required
|
|
95
|
+
* // resource: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // reportBuildStatus: true || false,
|
|
98
|
+
* // buildStatusConfig: {
|
|
99
|
+
* // context: "STRING_VALUE",
|
|
100
|
+
* // targetUrl: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
102
|
+
* // insecureSsl: true || false,
|
|
103
|
+
* // sourceIdentifier: "STRING_VALUE",
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // secondarySourceVersions: [ // ProjectSecondarySourceVersions
|
|
107
|
+
* // { // ProjectSourceVersion
|
|
108
|
+
* // sourceIdentifier: "STRING_VALUE", // required
|
|
109
|
+
* // sourceVersion: "STRING_VALUE", // required
|
|
110
|
+
* // },
|
|
111
|
+
* // ],
|
|
112
|
+
* // artifacts: { // BuildArtifacts
|
|
113
|
+
* // location: "STRING_VALUE",
|
|
114
|
+
* // sha256sum: "STRING_VALUE",
|
|
115
|
+
* // md5sum: "STRING_VALUE",
|
|
116
|
+
* // overrideArtifactName: true || false,
|
|
117
|
+
* // encryptionDisabled: true || false,
|
|
118
|
+
* // artifactIdentifier: "STRING_VALUE",
|
|
119
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // secondaryArtifacts: [ // BuildArtifactsList
|
|
122
|
+
* // {
|
|
123
|
+
* // location: "STRING_VALUE",
|
|
124
|
+
* // sha256sum: "STRING_VALUE",
|
|
125
|
+
* // md5sum: "STRING_VALUE",
|
|
126
|
+
* // overrideArtifactName: true || false,
|
|
127
|
+
* // encryptionDisabled: true || false,
|
|
128
|
+
* // artifactIdentifier: "STRING_VALUE",
|
|
129
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
130
|
+
* // },
|
|
131
|
+
* // ],
|
|
132
|
+
* // cache: { // ProjectCache
|
|
133
|
+
* // type: "STRING_VALUE", // required
|
|
134
|
+
* // location: "STRING_VALUE",
|
|
135
|
+
* // modes: [ // ProjectCacheModes
|
|
136
|
+
* // "STRING_VALUE",
|
|
137
|
+
* // ],
|
|
138
|
+
* // },
|
|
139
|
+
* // environment: { // ProjectEnvironment
|
|
140
|
+
* // type: "STRING_VALUE", // required
|
|
141
|
+
* // image: "STRING_VALUE", // required
|
|
142
|
+
* // computeType: "STRING_VALUE", // required
|
|
143
|
+
* // environmentVariables: [ // EnvironmentVariables
|
|
144
|
+
* // { // EnvironmentVariable
|
|
145
|
+
* // name: "STRING_VALUE", // required
|
|
146
|
+
* // value: "STRING_VALUE", // required
|
|
147
|
+
* // type: "STRING_VALUE",
|
|
148
|
+
* // },
|
|
149
|
+
* // ],
|
|
150
|
+
* // privilegedMode: true || false,
|
|
151
|
+
* // certificate: "STRING_VALUE",
|
|
152
|
+
* // registryCredential: { // RegistryCredential
|
|
153
|
+
* // credential: "STRING_VALUE", // required
|
|
154
|
+
* // credentialProvider: "STRING_VALUE", // required
|
|
155
|
+
* // },
|
|
156
|
+
* // imagePullCredentialsType: "STRING_VALUE",
|
|
157
|
+
* // },
|
|
158
|
+
* // serviceRole: "STRING_VALUE",
|
|
159
|
+
* // logs: { // LogsLocation
|
|
160
|
+
* // groupName: "STRING_VALUE",
|
|
161
|
+
* // streamName: "STRING_VALUE",
|
|
162
|
+
* // deepLink: "STRING_VALUE",
|
|
163
|
+
* // s3DeepLink: "STRING_VALUE",
|
|
164
|
+
* // cloudWatchLogsArn: "STRING_VALUE",
|
|
165
|
+
* // s3LogsArn: "STRING_VALUE",
|
|
166
|
+
* // cloudWatchLogs: { // CloudWatchLogsConfig
|
|
167
|
+
* // status: "STRING_VALUE", // required
|
|
168
|
+
* // groupName: "STRING_VALUE",
|
|
169
|
+
* // streamName: "STRING_VALUE",
|
|
170
|
+
* // },
|
|
171
|
+
* // s3Logs: { // S3LogsConfig
|
|
172
|
+
* // status: "STRING_VALUE", // required
|
|
173
|
+
* // location: "STRING_VALUE",
|
|
174
|
+
* // encryptionDisabled: true || false,
|
|
175
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
176
|
+
* // },
|
|
177
|
+
* // },
|
|
178
|
+
* // timeoutInMinutes: Number("int"),
|
|
179
|
+
* // queuedTimeoutInMinutes: Number("int"),
|
|
180
|
+
* // buildComplete: true || false,
|
|
181
|
+
* // initiator: "STRING_VALUE",
|
|
182
|
+
* // vpcConfig: { // VpcConfig
|
|
183
|
+
* // vpcId: "STRING_VALUE",
|
|
184
|
+
* // subnets: [ // Subnets
|
|
185
|
+
* // "STRING_VALUE",
|
|
186
|
+
* // ],
|
|
187
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
188
|
+
* // "STRING_VALUE",
|
|
189
|
+
* // ],
|
|
190
|
+
* // },
|
|
191
|
+
* // networkInterface: { // NetworkInterface
|
|
192
|
+
* // subnetId: "STRING_VALUE",
|
|
193
|
+
* // networkInterfaceId: "STRING_VALUE",
|
|
194
|
+
* // },
|
|
195
|
+
* // encryptionKey: "STRING_VALUE",
|
|
196
|
+
* // exportedEnvironmentVariables: [ // ExportedEnvironmentVariables
|
|
197
|
+
* // { // ExportedEnvironmentVariable
|
|
198
|
+
* // name: "STRING_VALUE",
|
|
199
|
+
* // value: "STRING_VALUE",
|
|
200
|
+
* // },
|
|
201
|
+
* // ],
|
|
202
|
+
* // reportArns: [ // BuildReportArns
|
|
203
|
+
* // "STRING_VALUE",
|
|
204
|
+
* // ],
|
|
205
|
+
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
206
|
+
* // { // ProjectFileSystemLocation
|
|
207
|
+
* // type: "STRING_VALUE",
|
|
208
|
+
* // location: "STRING_VALUE",
|
|
209
|
+
* // mountPoint: "STRING_VALUE",
|
|
210
|
+
* // identifier: "STRING_VALUE",
|
|
211
|
+
* // mountOptions: "STRING_VALUE",
|
|
212
|
+
* // },
|
|
213
|
+
* // ],
|
|
214
|
+
* // debugSession: { // DebugSession
|
|
215
|
+
* // sessionEnabled: true || false,
|
|
216
|
+
* // sessionTarget: "STRING_VALUE",
|
|
217
|
+
* // },
|
|
218
|
+
* // buildBatchArn: "STRING_VALUE",
|
|
219
|
+
* // },
|
|
220
|
+
* // ],
|
|
221
|
+
* // buildsNotFound: [ // BuildIds
|
|
222
|
+
* // "STRING_VALUE",
|
|
223
|
+
* // ],
|
|
224
|
+
* // };
|
|
225
|
+
*
|
|
36
226
|
* ```
|
|
37
227
|
*
|
|
38
228
|
* @param BatchGetBuildsCommandInput - {@link BatchGetBuildsCommandInput}
|
|
@@ -44,6 +234,8 @@ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __Met
|
|
|
44
234
|
* @throws {@link InvalidInputException} (client fault)
|
|
45
235
|
* <p>The input value that was provided is not valid.</p>
|
|
46
236
|
*
|
|
237
|
+
* @throws {@link CodeBuildServiceException}
|
|
238
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
47
239
|
*
|
|
48
240
|
*/
|
|
49
241
|
export declare class BatchGetBuildsCommand extends $Command<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig> {
|