@aws-sdk/client-codebuild 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +769 -230
- package/dist-types/ts3.4/CodeBuildClient.d.ts +374 -118
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +45 -45
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1472 -1996
- package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +545 -137
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1996 +1,1472 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare enum ArtifactNamespace {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
export declare enum ArtifactPackaging {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
export declare enum ArtifactsType {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
export declare enum AuthType {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
28
|
-
export interface BatchDeleteBuildsInput {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
export declare enum
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
export
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
}
|
|
164
|
-
export declare enum
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
export interface
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
export
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
}
|
|
580
|
-
export
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
}
|
|
631
|
-
export
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
}
|
|
635
|
-
export
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
export interface
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
export interface
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
}
|
|
863
|
-
export interface
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
export interface
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
}
|
|
983
|
-
export interface
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
}
|
|
1031
|
-
export interface
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
}
|
|
1070
|
-
export interface
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
export
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
export
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
export declare
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
export declare
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
export
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
export
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
export
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
export
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
export
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
export declare
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
export
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
export
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
export
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
export declare
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
export
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
export
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
export
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
export
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
export
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
export
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
export
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
secondarySourcesVersionOverride?: ProjectSourceVersion[];
|
|
1474
|
-
|
|
1475
|
-
sourceVersion?: string;
|
|
1476
|
-
|
|
1477
|
-
artifactsOverride?: ProjectArtifacts;
|
|
1478
|
-
|
|
1479
|
-
secondaryArtifactsOverride?: ProjectArtifacts[];
|
|
1480
|
-
|
|
1481
|
-
environmentVariablesOverride?: EnvironmentVariable[];
|
|
1482
|
-
|
|
1483
|
-
sourceTypeOverride?: SourceType | string;
|
|
1484
|
-
|
|
1485
|
-
sourceLocationOverride?: string;
|
|
1486
|
-
|
|
1487
|
-
sourceAuthOverride?: SourceAuth;
|
|
1488
|
-
|
|
1489
|
-
gitCloneDepthOverride?: number;
|
|
1490
|
-
|
|
1491
|
-
gitSubmodulesConfigOverride?: GitSubmodulesConfig;
|
|
1492
|
-
|
|
1493
|
-
buildspecOverride?: string;
|
|
1494
|
-
|
|
1495
|
-
insecureSslOverride?: boolean;
|
|
1496
|
-
|
|
1497
|
-
reportBuildStatusOverride?: boolean;
|
|
1498
|
-
|
|
1499
|
-
buildStatusConfigOverride?: BuildStatusConfig;
|
|
1500
|
-
|
|
1501
|
-
environmentTypeOverride?: EnvironmentType | string;
|
|
1502
|
-
|
|
1503
|
-
imageOverride?: string;
|
|
1504
|
-
|
|
1505
|
-
computeTypeOverride?: ComputeType | string;
|
|
1506
|
-
|
|
1507
|
-
certificateOverride?: string;
|
|
1508
|
-
|
|
1509
|
-
cacheOverride?: ProjectCache;
|
|
1510
|
-
|
|
1511
|
-
serviceRoleOverride?: string;
|
|
1512
|
-
|
|
1513
|
-
privilegedModeOverride?: boolean;
|
|
1514
|
-
|
|
1515
|
-
timeoutInMinutesOverride?: number;
|
|
1516
|
-
|
|
1517
|
-
queuedTimeoutInMinutesOverride?: number;
|
|
1518
|
-
|
|
1519
|
-
encryptionKeyOverride?: string;
|
|
1520
|
-
|
|
1521
|
-
idempotencyToken?: string;
|
|
1522
|
-
|
|
1523
|
-
logsConfigOverride?: LogsConfig;
|
|
1524
|
-
|
|
1525
|
-
registryCredentialOverride?: RegistryCredential;
|
|
1526
|
-
|
|
1527
|
-
imagePullCredentialsTypeOverride?: ImagePullCredentialsType | string;
|
|
1528
|
-
|
|
1529
|
-
debugSessionEnabled?: boolean;
|
|
1530
|
-
}
|
|
1531
|
-
export interface StartBuildOutput {
|
|
1532
|
-
|
|
1533
|
-
build?: Build;
|
|
1534
|
-
}
|
|
1535
|
-
export interface StartBuildBatchInput {
|
|
1536
|
-
|
|
1537
|
-
projectName: string | undefined;
|
|
1538
|
-
|
|
1539
|
-
secondarySourcesOverride?: ProjectSource[];
|
|
1540
|
-
|
|
1541
|
-
secondarySourcesVersionOverride?: ProjectSourceVersion[];
|
|
1542
|
-
|
|
1543
|
-
sourceVersion?: string;
|
|
1544
|
-
|
|
1545
|
-
artifactsOverride?: ProjectArtifacts;
|
|
1546
|
-
|
|
1547
|
-
secondaryArtifactsOverride?: ProjectArtifacts[];
|
|
1548
|
-
|
|
1549
|
-
environmentVariablesOverride?: EnvironmentVariable[];
|
|
1550
|
-
|
|
1551
|
-
sourceTypeOverride?: SourceType | string;
|
|
1552
|
-
|
|
1553
|
-
sourceLocationOverride?: string;
|
|
1554
|
-
|
|
1555
|
-
sourceAuthOverride?: SourceAuth;
|
|
1556
|
-
|
|
1557
|
-
gitCloneDepthOverride?: number;
|
|
1558
|
-
|
|
1559
|
-
gitSubmodulesConfigOverride?: GitSubmodulesConfig;
|
|
1560
|
-
|
|
1561
|
-
buildspecOverride?: string;
|
|
1562
|
-
|
|
1563
|
-
insecureSslOverride?: boolean;
|
|
1564
|
-
|
|
1565
|
-
reportBuildBatchStatusOverride?: boolean;
|
|
1566
|
-
|
|
1567
|
-
environmentTypeOverride?: EnvironmentType | string;
|
|
1568
|
-
|
|
1569
|
-
imageOverride?: string;
|
|
1570
|
-
|
|
1571
|
-
computeTypeOverride?: ComputeType | string;
|
|
1572
|
-
|
|
1573
|
-
certificateOverride?: string;
|
|
1574
|
-
|
|
1575
|
-
cacheOverride?: ProjectCache;
|
|
1576
|
-
|
|
1577
|
-
serviceRoleOverride?: string;
|
|
1578
|
-
|
|
1579
|
-
privilegedModeOverride?: boolean;
|
|
1580
|
-
|
|
1581
|
-
buildTimeoutInMinutesOverride?: number;
|
|
1582
|
-
|
|
1583
|
-
queuedTimeoutInMinutesOverride?: number;
|
|
1584
|
-
|
|
1585
|
-
encryptionKeyOverride?: string;
|
|
1586
|
-
|
|
1587
|
-
idempotencyToken?: string;
|
|
1588
|
-
|
|
1589
|
-
logsConfigOverride?: LogsConfig;
|
|
1590
|
-
|
|
1591
|
-
registryCredentialOverride?: RegistryCredential;
|
|
1592
|
-
|
|
1593
|
-
imagePullCredentialsTypeOverride?: ImagePullCredentialsType | string;
|
|
1594
|
-
|
|
1595
|
-
buildBatchConfigOverride?: ProjectBuildBatchConfig;
|
|
1596
|
-
|
|
1597
|
-
debugSessionEnabled?: boolean;
|
|
1598
|
-
}
|
|
1599
|
-
export interface StartBuildBatchOutput {
|
|
1600
|
-
|
|
1601
|
-
buildBatch?: BuildBatch;
|
|
1602
|
-
}
|
|
1603
|
-
export interface StopBuildInput {
|
|
1604
|
-
|
|
1605
|
-
id: string | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
export interface StopBuildOutput {
|
|
1608
|
-
|
|
1609
|
-
build?: Build;
|
|
1610
|
-
}
|
|
1611
|
-
export interface StopBuildBatchInput {
|
|
1612
|
-
|
|
1613
|
-
id: string | undefined;
|
|
1614
|
-
}
|
|
1615
|
-
export interface StopBuildBatchOutput {
|
|
1616
|
-
|
|
1617
|
-
buildBatch?: BuildBatch;
|
|
1618
|
-
}
|
|
1619
|
-
export interface UpdateProjectInput {
|
|
1620
|
-
|
|
1621
|
-
name: string | undefined;
|
|
1622
|
-
|
|
1623
|
-
description?: string;
|
|
1624
|
-
|
|
1625
|
-
source?: ProjectSource;
|
|
1626
|
-
|
|
1627
|
-
secondarySources?: ProjectSource[];
|
|
1628
|
-
|
|
1629
|
-
sourceVersion?: string;
|
|
1630
|
-
|
|
1631
|
-
secondarySourceVersions?: ProjectSourceVersion[];
|
|
1632
|
-
|
|
1633
|
-
artifacts?: ProjectArtifacts;
|
|
1634
|
-
|
|
1635
|
-
secondaryArtifacts?: ProjectArtifacts[];
|
|
1636
|
-
|
|
1637
|
-
cache?: ProjectCache;
|
|
1638
|
-
|
|
1639
|
-
environment?: ProjectEnvironment;
|
|
1640
|
-
|
|
1641
|
-
serviceRole?: string;
|
|
1642
|
-
|
|
1643
|
-
timeoutInMinutes?: number;
|
|
1644
|
-
|
|
1645
|
-
queuedTimeoutInMinutes?: number;
|
|
1646
|
-
|
|
1647
|
-
encryptionKey?: string;
|
|
1648
|
-
|
|
1649
|
-
tags?: Tag[];
|
|
1650
|
-
|
|
1651
|
-
vpcConfig?: VpcConfig;
|
|
1652
|
-
|
|
1653
|
-
badgeEnabled?: boolean;
|
|
1654
|
-
|
|
1655
|
-
logsConfig?: LogsConfig;
|
|
1656
|
-
|
|
1657
|
-
fileSystemLocations?: ProjectFileSystemLocation[];
|
|
1658
|
-
|
|
1659
|
-
buildBatchConfig?: ProjectBuildBatchConfig;
|
|
1660
|
-
|
|
1661
|
-
concurrentBuildLimit?: number;
|
|
1662
|
-
}
|
|
1663
|
-
export interface UpdateProjectOutput {
|
|
1664
|
-
|
|
1665
|
-
project?: Project;
|
|
1666
|
-
}
|
|
1667
|
-
export interface UpdateProjectVisibilityInput {
|
|
1668
|
-
|
|
1669
|
-
projectArn: string | undefined;
|
|
1670
|
-
|
|
1671
|
-
projectVisibility: ProjectVisibilityType | string | undefined;
|
|
1672
|
-
|
|
1673
|
-
resourceAccessRole?: string;
|
|
1674
|
-
}
|
|
1675
|
-
export interface UpdateProjectVisibilityOutput {
|
|
1676
|
-
|
|
1677
|
-
projectArn?: string;
|
|
1678
|
-
|
|
1679
|
-
publicProjectAlias?: string;
|
|
1680
|
-
|
|
1681
|
-
projectVisibility?: ProjectVisibilityType | string;
|
|
1682
|
-
}
|
|
1683
|
-
export interface UpdateReportGroupInput {
|
|
1684
|
-
|
|
1685
|
-
arn: string | undefined;
|
|
1686
|
-
|
|
1687
|
-
exportConfig?: ReportExportConfig;
|
|
1688
|
-
|
|
1689
|
-
tags?: Tag[];
|
|
1690
|
-
}
|
|
1691
|
-
export interface UpdateReportGroupOutput {
|
|
1692
|
-
|
|
1693
|
-
reportGroup?: ReportGroup;
|
|
1694
|
-
}
|
|
1695
|
-
export interface UpdateWebhookInput {
|
|
1696
|
-
|
|
1697
|
-
projectName: string | undefined;
|
|
1698
|
-
|
|
1699
|
-
branchFilter?: string;
|
|
1700
|
-
|
|
1701
|
-
rotateSecret?: boolean;
|
|
1702
|
-
|
|
1703
|
-
filterGroups?: WebhookFilter[][];
|
|
1704
|
-
|
|
1705
|
-
buildType?: WebhookBuildType | string;
|
|
1706
|
-
}
|
|
1707
|
-
export interface UpdateWebhookOutput {
|
|
1708
|
-
|
|
1709
|
-
webhook?: Webhook;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
export declare const BatchDeleteBuildsInputFilterSensitiveLog: (obj: BatchDeleteBuildsInput) => any;
|
|
1713
|
-
|
|
1714
|
-
export declare const BuildNotDeletedFilterSensitiveLog: (obj: BuildNotDeleted) => any;
|
|
1715
|
-
|
|
1716
|
-
export declare const BatchDeleteBuildsOutputFilterSensitiveLog: (obj: BatchDeleteBuildsOutput) => any;
|
|
1717
|
-
|
|
1718
|
-
export declare const BatchGetBuildBatchesInputFilterSensitiveLog: (obj: BatchGetBuildBatchesInput) => any;
|
|
1719
|
-
|
|
1720
|
-
export declare const BuildArtifactsFilterSensitiveLog: (obj: BuildArtifacts) => any;
|
|
1721
|
-
|
|
1722
|
-
export declare const BatchRestrictionsFilterSensitiveLog: (obj: BatchRestrictions) => any;
|
|
1723
|
-
|
|
1724
|
-
export declare const ProjectBuildBatchConfigFilterSensitiveLog: (obj: ProjectBuildBatchConfig) => any;
|
|
1725
|
-
|
|
1726
|
-
export declare const ResolvedArtifactFilterSensitiveLog: (obj: ResolvedArtifact) => any;
|
|
1727
|
-
|
|
1728
|
-
export declare const BuildSummaryFilterSensitiveLog: (obj: BuildSummary) => any;
|
|
1729
|
-
|
|
1730
|
-
export declare const BuildGroupFilterSensitiveLog: (obj: BuildGroup) => any;
|
|
1731
|
-
|
|
1732
|
-
export declare const ProjectCacheFilterSensitiveLog: (obj: ProjectCache) => any;
|
|
1733
|
-
|
|
1734
|
-
export declare const EnvironmentVariableFilterSensitiveLog: (obj: EnvironmentVariable) => any;
|
|
1735
|
-
|
|
1736
|
-
export declare const RegistryCredentialFilterSensitiveLog: (obj: RegistryCredential) => any;
|
|
1737
|
-
|
|
1738
|
-
export declare const ProjectEnvironmentFilterSensitiveLog: (obj: ProjectEnvironment) => any;
|
|
1739
|
-
|
|
1740
|
-
export declare const ProjectFileSystemLocationFilterSensitiveLog: (obj: ProjectFileSystemLocation) => any;
|
|
1741
|
-
|
|
1742
|
-
export declare const CloudWatchLogsConfigFilterSensitiveLog: (obj: CloudWatchLogsConfig) => any;
|
|
1743
|
-
|
|
1744
|
-
export declare const S3LogsConfigFilterSensitiveLog: (obj: S3LogsConfig) => any;
|
|
1745
|
-
|
|
1746
|
-
export declare const LogsConfigFilterSensitiveLog: (obj: LogsConfig) => any;
|
|
1747
|
-
|
|
1748
|
-
export declare const PhaseContextFilterSensitiveLog: (obj: PhaseContext) => any;
|
|
1749
|
-
|
|
1750
|
-
export declare const BuildBatchPhaseFilterSensitiveLog: (obj: BuildBatchPhase) => any;
|
|
1751
|
-
|
|
1752
|
-
export declare const SourceAuthFilterSensitiveLog: (obj: SourceAuth) => any;
|
|
1753
|
-
|
|
1754
|
-
export declare const BuildStatusConfigFilterSensitiveLog: (obj: BuildStatusConfig) => any;
|
|
1755
|
-
|
|
1756
|
-
export declare const GitSubmodulesConfigFilterSensitiveLog: (obj: GitSubmodulesConfig) => any;
|
|
1757
|
-
|
|
1758
|
-
export declare const ProjectSourceFilterSensitiveLog: (obj: ProjectSource) => any;
|
|
1759
|
-
|
|
1760
|
-
export declare const ProjectSourceVersionFilterSensitiveLog: (obj: ProjectSourceVersion) => any;
|
|
1761
|
-
|
|
1762
|
-
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
1763
|
-
|
|
1764
|
-
export declare const BuildBatchFilterSensitiveLog: (obj: BuildBatch) => any;
|
|
1765
|
-
|
|
1766
|
-
export declare const BatchGetBuildBatchesOutputFilterSensitiveLog: (obj: BatchGetBuildBatchesOutput) => any;
|
|
1767
|
-
|
|
1768
|
-
export declare const BatchGetBuildsInputFilterSensitiveLog: (obj: BatchGetBuildsInput) => any;
|
|
1769
|
-
|
|
1770
|
-
export declare const DebugSessionFilterSensitiveLog: (obj: DebugSession) => any;
|
|
1771
|
-
|
|
1772
|
-
export declare const ExportedEnvironmentVariableFilterSensitiveLog: (obj: ExportedEnvironmentVariable) => any;
|
|
1773
|
-
|
|
1774
|
-
export declare const LogsLocationFilterSensitiveLog: (obj: LogsLocation) => any;
|
|
1775
|
-
|
|
1776
|
-
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
1777
|
-
|
|
1778
|
-
export declare const BuildPhaseFilterSensitiveLog: (obj: BuildPhase) => any;
|
|
1779
|
-
|
|
1780
|
-
export declare const BuildFilterSensitiveLog: (obj: Build) => any;
|
|
1781
|
-
|
|
1782
|
-
export declare const BatchGetBuildsOutputFilterSensitiveLog: (obj: BatchGetBuildsOutput) => any;
|
|
1783
|
-
|
|
1784
|
-
export declare const BatchGetProjectsInputFilterSensitiveLog: (obj: BatchGetProjectsInput) => any;
|
|
1785
|
-
|
|
1786
|
-
export declare const ProjectArtifactsFilterSensitiveLog: (obj: ProjectArtifacts) => any;
|
|
1787
|
-
|
|
1788
|
-
export declare const ProjectBadgeFilterSensitiveLog: (obj: ProjectBadge) => any;
|
|
1789
|
-
|
|
1790
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1791
|
-
|
|
1792
|
-
export declare const WebhookFilterFilterSensitiveLog: (obj: WebhookFilter) => any;
|
|
1793
|
-
|
|
1794
|
-
export declare const WebhookFilterSensitiveLog: (obj: Webhook) => any;
|
|
1795
|
-
|
|
1796
|
-
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
1797
|
-
|
|
1798
|
-
export declare const BatchGetProjectsOutputFilterSensitiveLog: (obj: BatchGetProjectsOutput) => any;
|
|
1799
|
-
|
|
1800
|
-
export declare const BatchGetReportGroupsInputFilterSensitiveLog: (obj: BatchGetReportGroupsInput) => any;
|
|
1801
|
-
|
|
1802
|
-
export declare const S3ReportExportConfigFilterSensitiveLog: (obj: S3ReportExportConfig) => any;
|
|
1803
|
-
|
|
1804
|
-
export declare const ReportExportConfigFilterSensitiveLog: (obj: ReportExportConfig) => any;
|
|
1805
|
-
|
|
1806
|
-
export declare const ReportGroupFilterSensitiveLog: (obj: ReportGroup) => any;
|
|
1807
|
-
|
|
1808
|
-
export declare const BatchGetReportGroupsOutputFilterSensitiveLog: (obj: BatchGetReportGroupsOutput) => any;
|
|
1809
|
-
|
|
1810
|
-
export declare const BatchGetReportsInputFilterSensitiveLog: (obj: BatchGetReportsInput) => any;
|
|
1811
|
-
|
|
1812
|
-
export declare const CodeCoverageReportSummaryFilterSensitiveLog: (obj: CodeCoverageReportSummary) => any;
|
|
1813
|
-
|
|
1814
|
-
export declare const TestReportSummaryFilterSensitiveLog: (obj: TestReportSummary) => any;
|
|
1815
|
-
|
|
1816
|
-
export declare const ReportFilterSensitiveLog: (obj: Report) => any;
|
|
1817
|
-
|
|
1818
|
-
export declare const BatchGetReportsOutputFilterSensitiveLog: (obj: BatchGetReportsOutput) => any;
|
|
1819
|
-
|
|
1820
|
-
export declare const BuildBatchFilterFilterSensitiveLog: (obj: BuildBatchFilter) => any;
|
|
1821
|
-
|
|
1822
|
-
export declare const CreateProjectInputFilterSensitiveLog: (obj: CreateProjectInput) => any;
|
|
1823
|
-
|
|
1824
|
-
export declare const CreateProjectOutputFilterSensitiveLog: (obj: CreateProjectOutput) => any;
|
|
1825
|
-
|
|
1826
|
-
export declare const CreateReportGroupInputFilterSensitiveLog: (obj: CreateReportGroupInput) => any;
|
|
1827
|
-
|
|
1828
|
-
export declare const CreateReportGroupOutputFilterSensitiveLog: (obj: CreateReportGroupOutput) => any;
|
|
1829
|
-
|
|
1830
|
-
export declare const CreateWebhookInputFilterSensitiveLog: (obj: CreateWebhookInput) => any;
|
|
1831
|
-
|
|
1832
|
-
export declare const CreateWebhookOutputFilterSensitiveLog: (obj: CreateWebhookOutput) => any;
|
|
1833
|
-
|
|
1834
|
-
export declare const DeleteBuildBatchInputFilterSensitiveLog: (obj: DeleteBuildBatchInput) => any;
|
|
1835
|
-
|
|
1836
|
-
export declare const DeleteBuildBatchOutputFilterSensitiveLog: (obj: DeleteBuildBatchOutput) => any;
|
|
1837
|
-
|
|
1838
|
-
export declare const DeleteProjectInputFilterSensitiveLog: (obj: DeleteProjectInput) => any;
|
|
1839
|
-
|
|
1840
|
-
export declare const DeleteProjectOutputFilterSensitiveLog: (obj: DeleteProjectOutput) => any;
|
|
1841
|
-
|
|
1842
|
-
export declare const DeleteReportInputFilterSensitiveLog: (obj: DeleteReportInput) => any;
|
|
1843
|
-
|
|
1844
|
-
export declare const DeleteReportOutputFilterSensitiveLog: (obj: DeleteReportOutput) => any;
|
|
1845
|
-
|
|
1846
|
-
export declare const DeleteReportGroupInputFilterSensitiveLog: (obj: DeleteReportGroupInput) => any;
|
|
1847
|
-
|
|
1848
|
-
export declare const DeleteReportGroupOutputFilterSensitiveLog: (obj: DeleteReportGroupOutput) => any;
|
|
1849
|
-
|
|
1850
|
-
export declare const DeleteResourcePolicyInputFilterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
|
|
1851
|
-
|
|
1852
|
-
export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
|
|
1853
|
-
|
|
1854
|
-
export declare const DeleteSourceCredentialsInputFilterSensitiveLog: (obj: DeleteSourceCredentialsInput) => any;
|
|
1855
|
-
|
|
1856
|
-
export declare const DeleteSourceCredentialsOutputFilterSensitiveLog: (obj: DeleteSourceCredentialsOutput) => any;
|
|
1857
|
-
|
|
1858
|
-
export declare const DeleteWebhookInputFilterSensitiveLog: (obj: DeleteWebhookInput) => any;
|
|
1859
|
-
|
|
1860
|
-
export declare const DeleteWebhookOutputFilterSensitiveLog: (obj: DeleteWebhookOutput) => any;
|
|
1861
|
-
|
|
1862
|
-
export declare const DescribeCodeCoveragesInputFilterSensitiveLog: (obj: DescribeCodeCoveragesInput) => any;
|
|
1863
|
-
|
|
1864
|
-
export declare const CodeCoverageFilterSensitiveLog: (obj: CodeCoverage) => any;
|
|
1865
|
-
|
|
1866
|
-
export declare const DescribeCodeCoveragesOutputFilterSensitiveLog: (obj: DescribeCodeCoveragesOutput) => any;
|
|
1867
|
-
|
|
1868
|
-
export declare const TestCaseFilterFilterSensitiveLog: (obj: TestCaseFilter) => any;
|
|
1869
|
-
|
|
1870
|
-
export declare const DescribeTestCasesInputFilterSensitiveLog: (obj: DescribeTestCasesInput) => any;
|
|
1871
|
-
|
|
1872
|
-
export declare const TestCaseFilterSensitiveLog: (obj: TestCase) => any;
|
|
1873
|
-
|
|
1874
|
-
export declare const DescribeTestCasesOutputFilterSensitiveLog: (obj: DescribeTestCasesOutput) => any;
|
|
1875
|
-
|
|
1876
|
-
export declare const GetReportGroupTrendInputFilterSensitiveLog: (obj: GetReportGroupTrendInput) => any;
|
|
1877
|
-
|
|
1878
|
-
export declare const ReportWithRawDataFilterSensitiveLog: (obj: ReportWithRawData) => any;
|
|
1879
|
-
|
|
1880
|
-
export declare const ReportGroupTrendStatsFilterSensitiveLog: (obj: ReportGroupTrendStats) => any;
|
|
1881
|
-
|
|
1882
|
-
export declare const GetReportGroupTrendOutputFilterSensitiveLog: (obj: GetReportGroupTrendOutput) => any;
|
|
1883
|
-
|
|
1884
|
-
export declare const GetResourcePolicyInputFilterSensitiveLog: (obj: GetResourcePolicyInput) => any;
|
|
1885
|
-
|
|
1886
|
-
export declare const GetResourcePolicyOutputFilterSensitiveLog: (obj: GetResourcePolicyOutput) => any;
|
|
1887
|
-
|
|
1888
|
-
export declare const ImportSourceCredentialsInputFilterSensitiveLog: (obj: ImportSourceCredentialsInput) => any;
|
|
1889
|
-
|
|
1890
|
-
export declare const ImportSourceCredentialsOutputFilterSensitiveLog: (obj: ImportSourceCredentialsOutput) => any;
|
|
1891
|
-
|
|
1892
|
-
export declare const InvalidateProjectCacheInputFilterSensitiveLog: (obj: InvalidateProjectCacheInput) => any;
|
|
1893
|
-
|
|
1894
|
-
export declare const InvalidateProjectCacheOutputFilterSensitiveLog: (obj: InvalidateProjectCacheOutput) => any;
|
|
1895
|
-
|
|
1896
|
-
export declare const ListBuildBatchesInputFilterSensitiveLog: (obj: ListBuildBatchesInput) => any;
|
|
1897
|
-
|
|
1898
|
-
export declare const ListBuildBatchesOutputFilterSensitiveLog: (obj: ListBuildBatchesOutput) => any;
|
|
1899
|
-
|
|
1900
|
-
export declare const ListBuildBatchesForProjectInputFilterSensitiveLog: (obj: ListBuildBatchesForProjectInput) => any;
|
|
1901
|
-
|
|
1902
|
-
export declare const ListBuildBatchesForProjectOutputFilterSensitiveLog: (obj: ListBuildBatchesForProjectOutput) => any;
|
|
1903
|
-
|
|
1904
|
-
export declare const ListBuildsInputFilterSensitiveLog: (obj: ListBuildsInput) => any;
|
|
1905
|
-
|
|
1906
|
-
export declare const ListBuildsOutputFilterSensitiveLog: (obj: ListBuildsOutput) => any;
|
|
1907
|
-
|
|
1908
|
-
export declare const ListBuildsForProjectInputFilterSensitiveLog: (obj: ListBuildsForProjectInput) => any;
|
|
1909
|
-
|
|
1910
|
-
export declare const ListBuildsForProjectOutputFilterSensitiveLog: (obj: ListBuildsForProjectOutput) => any;
|
|
1911
|
-
|
|
1912
|
-
export declare const ListCuratedEnvironmentImagesInputFilterSensitiveLog: (obj: ListCuratedEnvironmentImagesInput) => any;
|
|
1913
|
-
|
|
1914
|
-
export declare const EnvironmentImageFilterSensitiveLog: (obj: EnvironmentImage) => any;
|
|
1915
|
-
|
|
1916
|
-
export declare const EnvironmentLanguageFilterSensitiveLog: (obj: EnvironmentLanguage) => any;
|
|
1917
|
-
|
|
1918
|
-
export declare const EnvironmentPlatformFilterSensitiveLog: (obj: EnvironmentPlatform) => any;
|
|
1919
|
-
|
|
1920
|
-
export declare const ListCuratedEnvironmentImagesOutputFilterSensitiveLog: (obj: ListCuratedEnvironmentImagesOutput) => any;
|
|
1921
|
-
|
|
1922
|
-
export declare const ListProjectsInputFilterSensitiveLog: (obj: ListProjectsInput) => any;
|
|
1923
|
-
|
|
1924
|
-
export declare const ListProjectsOutputFilterSensitiveLog: (obj: ListProjectsOutput) => any;
|
|
1925
|
-
|
|
1926
|
-
export declare const ListReportGroupsInputFilterSensitiveLog: (obj: ListReportGroupsInput) => any;
|
|
1927
|
-
|
|
1928
|
-
export declare const ListReportGroupsOutputFilterSensitiveLog: (obj: ListReportGroupsOutput) => any;
|
|
1929
|
-
|
|
1930
|
-
export declare const ReportFilterFilterSensitiveLog: (obj: ReportFilter) => any;
|
|
1931
|
-
|
|
1932
|
-
export declare const ListReportsInputFilterSensitiveLog: (obj: ListReportsInput) => any;
|
|
1933
|
-
|
|
1934
|
-
export declare const ListReportsOutputFilterSensitiveLog: (obj: ListReportsOutput) => any;
|
|
1935
|
-
|
|
1936
|
-
export declare const ListReportsForReportGroupInputFilterSensitiveLog: (obj: ListReportsForReportGroupInput) => any;
|
|
1937
|
-
|
|
1938
|
-
export declare const ListReportsForReportGroupOutputFilterSensitiveLog: (obj: ListReportsForReportGroupOutput) => any;
|
|
1939
|
-
|
|
1940
|
-
export declare const ListSharedProjectsInputFilterSensitiveLog: (obj: ListSharedProjectsInput) => any;
|
|
1941
|
-
|
|
1942
|
-
export declare const ListSharedProjectsOutputFilterSensitiveLog: (obj: ListSharedProjectsOutput) => any;
|
|
1943
|
-
|
|
1944
|
-
export declare const ListSharedReportGroupsInputFilterSensitiveLog: (obj: ListSharedReportGroupsInput) => any;
|
|
1945
|
-
|
|
1946
|
-
export declare const ListSharedReportGroupsOutputFilterSensitiveLog: (obj: ListSharedReportGroupsOutput) => any;
|
|
1947
|
-
|
|
1948
|
-
export declare const ListSourceCredentialsInputFilterSensitiveLog: (obj: ListSourceCredentialsInput) => any;
|
|
1949
|
-
|
|
1950
|
-
export declare const SourceCredentialsInfoFilterSensitiveLog: (obj: SourceCredentialsInfo) => any;
|
|
1951
|
-
|
|
1952
|
-
export declare const ListSourceCredentialsOutputFilterSensitiveLog: (obj: ListSourceCredentialsOutput) => any;
|
|
1953
|
-
|
|
1954
|
-
export declare const PutResourcePolicyInputFilterSensitiveLog: (obj: PutResourcePolicyInput) => any;
|
|
1955
|
-
|
|
1956
|
-
export declare const PutResourcePolicyOutputFilterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
|
|
1957
|
-
|
|
1958
|
-
export declare const RetryBuildInputFilterSensitiveLog: (obj: RetryBuildInput) => any;
|
|
1959
|
-
|
|
1960
|
-
export declare const RetryBuildOutputFilterSensitiveLog: (obj: RetryBuildOutput) => any;
|
|
1961
|
-
|
|
1962
|
-
export declare const RetryBuildBatchInputFilterSensitiveLog: (obj: RetryBuildBatchInput) => any;
|
|
1963
|
-
|
|
1964
|
-
export declare const RetryBuildBatchOutputFilterSensitiveLog: (obj: RetryBuildBatchOutput) => any;
|
|
1965
|
-
|
|
1966
|
-
export declare const StartBuildInputFilterSensitiveLog: (obj: StartBuildInput) => any;
|
|
1967
|
-
|
|
1968
|
-
export declare const StartBuildOutputFilterSensitiveLog: (obj: StartBuildOutput) => any;
|
|
1969
|
-
|
|
1970
|
-
export declare const StartBuildBatchInputFilterSensitiveLog: (obj: StartBuildBatchInput) => any;
|
|
1971
|
-
|
|
1972
|
-
export declare const StartBuildBatchOutputFilterSensitiveLog: (obj: StartBuildBatchOutput) => any;
|
|
1973
|
-
|
|
1974
|
-
export declare const StopBuildInputFilterSensitiveLog: (obj: StopBuildInput) => any;
|
|
1975
|
-
|
|
1976
|
-
export declare const StopBuildOutputFilterSensitiveLog: (obj: StopBuildOutput) => any;
|
|
1977
|
-
|
|
1978
|
-
export declare const StopBuildBatchInputFilterSensitiveLog: (obj: StopBuildBatchInput) => any;
|
|
1979
|
-
|
|
1980
|
-
export declare const StopBuildBatchOutputFilterSensitiveLog: (obj: StopBuildBatchOutput) => any;
|
|
1981
|
-
|
|
1982
|
-
export declare const UpdateProjectInputFilterSensitiveLog: (obj: UpdateProjectInput) => any;
|
|
1983
|
-
|
|
1984
|
-
export declare const UpdateProjectOutputFilterSensitiveLog: (obj: UpdateProjectOutput) => any;
|
|
1985
|
-
|
|
1986
|
-
export declare const UpdateProjectVisibilityInputFilterSensitiveLog: (obj: UpdateProjectVisibilityInput) => any;
|
|
1987
|
-
|
|
1988
|
-
export declare const UpdateProjectVisibilityOutputFilterSensitiveLog: (obj: UpdateProjectVisibilityOutput) => any;
|
|
1989
|
-
|
|
1990
|
-
export declare const UpdateReportGroupInputFilterSensitiveLog: (obj: UpdateReportGroupInput) => any;
|
|
1991
|
-
|
|
1992
|
-
export declare const UpdateReportGroupOutputFilterSensitiveLog: (obj: UpdateReportGroupOutput) => any;
|
|
1993
|
-
|
|
1994
|
-
export declare const UpdateWebhookInputFilterSensitiveLog: (obj: UpdateWebhookInput) => any;
|
|
1995
|
-
|
|
1996
|
-
export declare const UpdateWebhookOutputFilterSensitiveLog: (obj: UpdateWebhookOutput) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException";
|
|
3
|
+
export declare class AccountLimitExceededException extends __BaseException {
|
|
4
|
+
readonly name: "AccountLimitExceededException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccountLimitExceededException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare enum ArtifactNamespace {
|
|
11
|
+
BUILD_ID = "BUILD_ID",
|
|
12
|
+
NONE = "NONE",
|
|
13
|
+
}
|
|
14
|
+
export declare enum ArtifactPackaging {
|
|
15
|
+
NONE = "NONE",
|
|
16
|
+
ZIP = "ZIP",
|
|
17
|
+
}
|
|
18
|
+
export declare enum ArtifactsType {
|
|
19
|
+
CODEPIPELINE = "CODEPIPELINE",
|
|
20
|
+
NO_ARTIFACTS = "NO_ARTIFACTS",
|
|
21
|
+
S3 = "S3",
|
|
22
|
+
}
|
|
23
|
+
export declare enum AuthType {
|
|
24
|
+
BASIC_AUTH = "BASIC_AUTH",
|
|
25
|
+
OAUTH = "OAUTH",
|
|
26
|
+
PERSONAL_ACCESS_TOKEN = "PERSONAL_ACCESS_TOKEN",
|
|
27
|
+
}
|
|
28
|
+
export interface BatchDeleteBuildsInput {
|
|
29
|
+
ids: string[] | undefined;
|
|
30
|
+
}
|
|
31
|
+
export interface BuildNotDeleted {
|
|
32
|
+
id?: string;
|
|
33
|
+
statusCode?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface BatchDeleteBuildsOutput {
|
|
36
|
+
buildsDeleted?: string[];
|
|
37
|
+
buildsNotDeleted?: BuildNotDeleted[];
|
|
38
|
+
}
|
|
39
|
+
export declare class InvalidInputException extends __BaseException {
|
|
40
|
+
readonly name: "InvalidInputException";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
constructor(
|
|
43
|
+
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
export interface BatchGetBuildBatchesInput {
|
|
47
|
+
ids: string[] | undefined;
|
|
48
|
+
}
|
|
49
|
+
export declare enum BucketOwnerAccess {
|
|
50
|
+
FULL = "FULL",
|
|
51
|
+
NONE = "NONE",
|
|
52
|
+
READ_ONLY = "READ_ONLY",
|
|
53
|
+
}
|
|
54
|
+
export interface BuildArtifacts {
|
|
55
|
+
location?: string;
|
|
56
|
+
sha256sum?: string;
|
|
57
|
+
md5sum?: string;
|
|
58
|
+
overrideArtifactName?: boolean;
|
|
59
|
+
encryptionDisabled?: boolean;
|
|
60
|
+
artifactIdentifier?: string;
|
|
61
|
+
bucketOwnerAccess?: BucketOwnerAccess | string;
|
|
62
|
+
}
|
|
63
|
+
export declare enum BatchReportModeType {
|
|
64
|
+
REPORT_AGGREGATED_BATCH = "REPORT_AGGREGATED_BATCH",
|
|
65
|
+
REPORT_INDIVIDUAL_BUILDS = "REPORT_INDIVIDUAL_BUILDS",
|
|
66
|
+
}
|
|
67
|
+
export interface BatchRestrictions {
|
|
68
|
+
maximumBuildsAllowed?: number;
|
|
69
|
+
computeTypesAllowed?: string[];
|
|
70
|
+
}
|
|
71
|
+
export interface ProjectBuildBatchConfig {
|
|
72
|
+
serviceRole?: string;
|
|
73
|
+
combineArtifacts?: boolean;
|
|
74
|
+
restrictions?: BatchRestrictions;
|
|
75
|
+
timeoutInMins?: number;
|
|
76
|
+
batchReportMode?: BatchReportModeType | string;
|
|
77
|
+
}
|
|
78
|
+
export declare enum StatusType {
|
|
79
|
+
FAILED = "FAILED",
|
|
80
|
+
FAULT = "FAULT",
|
|
81
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
82
|
+
STOPPED = "STOPPED",
|
|
83
|
+
SUCCEEDED = "SUCCEEDED",
|
|
84
|
+
TIMED_OUT = "TIMED_OUT",
|
|
85
|
+
}
|
|
86
|
+
export interface ResolvedArtifact {
|
|
87
|
+
type?: ArtifactsType | string;
|
|
88
|
+
location?: string;
|
|
89
|
+
identifier?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface BuildSummary {
|
|
92
|
+
arn?: string;
|
|
93
|
+
requestedOn?: Date;
|
|
94
|
+
buildStatus?: StatusType | string;
|
|
95
|
+
primaryArtifact?: ResolvedArtifact;
|
|
96
|
+
secondaryArtifacts?: ResolvedArtifact[];
|
|
97
|
+
}
|
|
98
|
+
export interface BuildGroup {
|
|
99
|
+
identifier?: string;
|
|
100
|
+
dependsOn?: string[];
|
|
101
|
+
ignoreFailure?: boolean;
|
|
102
|
+
currentBuildSummary?: BuildSummary;
|
|
103
|
+
priorBuildSummaryList?: BuildSummary[];
|
|
104
|
+
}
|
|
105
|
+
export declare enum CacheMode {
|
|
106
|
+
LOCAL_CUSTOM_CACHE = "LOCAL_CUSTOM_CACHE",
|
|
107
|
+
LOCAL_DOCKER_LAYER_CACHE = "LOCAL_DOCKER_LAYER_CACHE",
|
|
108
|
+
LOCAL_SOURCE_CACHE = "LOCAL_SOURCE_CACHE",
|
|
109
|
+
}
|
|
110
|
+
export declare enum CacheType {
|
|
111
|
+
LOCAL = "LOCAL",
|
|
112
|
+
NO_CACHE = "NO_CACHE",
|
|
113
|
+
S3 = "S3",
|
|
114
|
+
}
|
|
115
|
+
export interface ProjectCache {
|
|
116
|
+
type: CacheType | string | undefined;
|
|
117
|
+
location?: string;
|
|
118
|
+
modes?: (CacheMode | string)[];
|
|
119
|
+
}
|
|
120
|
+
export declare enum ComputeType {
|
|
121
|
+
BUILD_GENERAL1_2XLARGE = "BUILD_GENERAL1_2XLARGE",
|
|
122
|
+
BUILD_GENERAL1_LARGE = "BUILD_GENERAL1_LARGE",
|
|
123
|
+
BUILD_GENERAL1_MEDIUM = "BUILD_GENERAL1_MEDIUM",
|
|
124
|
+
BUILD_GENERAL1_SMALL = "BUILD_GENERAL1_SMALL",
|
|
125
|
+
}
|
|
126
|
+
export declare enum EnvironmentVariableType {
|
|
127
|
+
PARAMETER_STORE = "PARAMETER_STORE",
|
|
128
|
+
PLAINTEXT = "PLAINTEXT",
|
|
129
|
+
SECRETS_MANAGER = "SECRETS_MANAGER",
|
|
130
|
+
}
|
|
131
|
+
export interface EnvironmentVariable {
|
|
132
|
+
name: string | undefined;
|
|
133
|
+
value: string | undefined;
|
|
134
|
+
type?: EnvironmentVariableType | string;
|
|
135
|
+
}
|
|
136
|
+
export declare enum ImagePullCredentialsType {
|
|
137
|
+
CODEBUILD = "CODEBUILD",
|
|
138
|
+
SERVICE_ROLE = "SERVICE_ROLE",
|
|
139
|
+
}
|
|
140
|
+
export declare enum CredentialProviderType {
|
|
141
|
+
SECRETS_MANAGER = "SECRETS_MANAGER",
|
|
142
|
+
}
|
|
143
|
+
export interface RegistryCredential {
|
|
144
|
+
credential: string | undefined;
|
|
145
|
+
credentialProvider: CredentialProviderType | string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export declare enum EnvironmentType {
|
|
148
|
+
ARM_CONTAINER = "ARM_CONTAINER",
|
|
149
|
+
LINUX_CONTAINER = "LINUX_CONTAINER",
|
|
150
|
+
LINUX_GPU_CONTAINER = "LINUX_GPU_CONTAINER",
|
|
151
|
+
WINDOWS_CONTAINER = "WINDOWS_CONTAINER",
|
|
152
|
+
WINDOWS_SERVER_2019_CONTAINER = "WINDOWS_SERVER_2019_CONTAINER",
|
|
153
|
+
}
|
|
154
|
+
export interface ProjectEnvironment {
|
|
155
|
+
type: EnvironmentType | string | undefined;
|
|
156
|
+
image: string | undefined;
|
|
157
|
+
computeType: ComputeType | string | undefined;
|
|
158
|
+
environmentVariables?: EnvironmentVariable[];
|
|
159
|
+
privilegedMode?: boolean;
|
|
160
|
+
certificate?: string;
|
|
161
|
+
registryCredential?: RegistryCredential;
|
|
162
|
+
imagePullCredentialsType?: ImagePullCredentialsType | string;
|
|
163
|
+
}
|
|
164
|
+
export declare enum FileSystemType {
|
|
165
|
+
EFS = "EFS",
|
|
166
|
+
}
|
|
167
|
+
export interface ProjectFileSystemLocation {
|
|
168
|
+
type?: FileSystemType | string;
|
|
169
|
+
location?: string;
|
|
170
|
+
mountPoint?: string;
|
|
171
|
+
identifier?: string;
|
|
172
|
+
mountOptions?: string;
|
|
173
|
+
}
|
|
174
|
+
export declare enum LogsConfigStatusType {
|
|
175
|
+
DISABLED = "DISABLED",
|
|
176
|
+
ENABLED = "ENABLED",
|
|
177
|
+
}
|
|
178
|
+
export interface CloudWatchLogsConfig {
|
|
179
|
+
status: LogsConfigStatusType | string | undefined;
|
|
180
|
+
groupName?: string;
|
|
181
|
+
streamName?: string;
|
|
182
|
+
}
|
|
183
|
+
export interface S3LogsConfig {
|
|
184
|
+
status: LogsConfigStatusType | string | undefined;
|
|
185
|
+
location?: string;
|
|
186
|
+
encryptionDisabled?: boolean;
|
|
187
|
+
bucketOwnerAccess?: BucketOwnerAccess | string;
|
|
188
|
+
}
|
|
189
|
+
export interface LogsConfig {
|
|
190
|
+
cloudWatchLogs?: CloudWatchLogsConfig;
|
|
191
|
+
s3Logs?: S3LogsConfig;
|
|
192
|
+
}
|
|
193
|
+
export interface PhaseContext {
|
|
194
|
+
statusCode?: string;
|
|
195
|
+
message?: string;
|
|
196
|
+
}
|
|
197
|
+
export declare enum BuildBatchPhaseType {
|
|
198
|
+
COMBINE_ARTIFACTS = "COMBINE_ARTIFACTS",
|
|
199
|
+
DOWNLOAD_BATCHSPEC = "DOWNLOAD_BATCHSPEC",
|
|
200
|
+
FAILED = "FAILED",
|
|
201
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
202
|
+
STOPPED = "STOPPED",
|
|
203
|
+
SUBMITTED = "SUBMITTED",
|
|
204
|
+
SUCCEEDED = "SUCCEEDED",
|
|
205
|
+
}
|
|
206
|
+
export interface BuildBatchPhase {
|
|
207
|
+
phaseType?: BuildBatchPhaseType | string;
|
|
208
|
+
phaseStatus?: StatusType | string;
|
|
209
|
+
startTime?: Date;
|
|
210
|
+
endTime?: Date;
|
|
211
|
+
durationInSeconds?: number;
|
|
212
|
+
contexts?: PhaseContext[];
|
|
213
|
+
}
|
|
214
|
+
export declare enum SourceAuthType {
|
|
215
|
+
OAUTH = "OAUTH",
|
|
216
|
+
}
|
|
217
|
+
export interface SourceAuth {
|
|
218
|
+
type: SourceAuthType | string | undefined;
|
|
219
|
+
resource?: string;
|
|
220
|
+
}
|
|
221
|
+
export interface BuildStatusConfig {
|
|
222
|
+
context?: string;
|
|
223
|
+
targetUrl?: string;
|
|
224
|
+
}
|
|
225
|
+
export interface GitSubmodulesConfig {
|
|
226
|
+
fetchSubmodules: boolean | undefined;
|
|
227
|
+
}
|
|
228
|
+
export declare enum SourceType {
|
|
229
|
+
BITBUCKET = "BITBUCKET",
|
|
230
|
+
CODECOMMIT = "CODECOMMIT",
|
|
231
|
+
CODEPIPELINE = "CODEPIPELINE",
|
|
232
|
+
GITHUB = "GITHUB",
|
|
233
|
+
GITHUB_ENTERPRISE = "GITHUB_ENTERPRISE",
|
|
234
|
+
NO_SOURCE = "NO_SOURCE",
|
|
235
|
+
S3 = "S3",
|
|
236
|
+
}
|
|
237
|
+
export interface ProjectSource {
|
|
238
|
+
type: SourceType | string | undefined;
|
|
239
|
+
location?: string;
|
|
240
|
+
gitCloneDepth?: number;
|
|
241
|
+
gitSubmodulesConfig?: GitSubmodulesConfig;
|
|
242
|
+
buildspec?: string;
|
|
243
|
+
auth?: SourceAuth;
|
|
244
|
+
reportBuildStatus?: boolean;
|
|
245
|
+
buildStatusConfig?: BuildStatusConfig;
|
|
246
|
+
insecureSsl?: boolean;
|
|
247
|
+
sourceIdentifier?: string;
|
|
248
|
+
}
|
|
249
|
+
export interface ProjectSourceVersion {
|
|
250
|
+
sourceIdentifier: string | undefined;
|
|
251
|
+
sourceVersion: string | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface VpcConfig {
|
|
254
|
+
vpcId?: string;
|
|
255
|
+
subnets?: string[];
|
|
256
|
+
securityGroupIds?: string[];
|
|
257
|
+
}
|
|
258
|
+
export interface BuildBatch {
|
|
259
|
+
id?: string;
|
|
260
|
+
arn?: string;
|
|
261
|
+
startTime?: Date;
|
|
262
|
+
endTime?: Date;
|
|
263
|
+
currentPhase?: string;
|
|
264
|
+
buildBatchStatus?: StatusType | string;
|
|
265
|
+
sourceVersion?: string;
|
|
266
|
+
resolvedSourceVersion?: string;
|
|
267
|
+
projectName?: string;
|
|
268
|
+
phases?: BuildBatchPhase[];
|
|
269
|
+
source?: ProjectSource;
|
|
270
|
+
secondarySources?: ProjectSource[];
|
|
271
|
+
secondarySourceVersions?: ProjectSourceVersion[];
|
|
272
|
+
artifacts?: BuildArtifacts;
|
|
273
|
+
secondaryArtifacts?: BuildArtifacts[];
|
|
274
|
+
cache?: ProjectCache;
|
|
275
|
+
environment?: ProjectEnvironment;
|
|
276
|
+
serviceRole?: string;
|
|
277
|
+
logConfig?: LogsConfig;
|
|
278
|
+
buildTimeoutInMinutes?: number;
|
|
279
|
+
queuedTimeoutInMinutes?: number;
|
|
280
|
+
complete?: boolean;
|
|
281
|
+
initiator?: string;
|
|
282
|
+
vpcConfig?: VpcConfig;
|
|
283
|
+
encryptionKey?: string;
|
|
284
|
+
buildBatchNumber?: number;
|
|
285
|
+
fileSystemLocations?: ProjectFileSystemLocation[];
|
|
286
|
+
buildBatchConfig?: ProjectBuildBatchConfig;
|
|
287
|
+
buildGroups?: BuildGroup[];
|
|
288
|
+
debugSessionEnabled?: boolean;
|
|
289
|
+
}
|
|
290
|
+
export interface BatchGetBuildBatchesOutput {
|
|
291
|
+
buildBatches?: BuildBatch[];
|
|
292
|
+
buildBatchesNotFound?: string[];
|
|
293
|
+
}
|
|
294
|
+
export interface BatchGetBuildsInput {
|
|
295
|
+
ids: string[] | undefined;
|
|
296
|
+
}
|
|
297
|
+
export interface DebugSession {
|
|
298
|
+
sessionEnabled?: boolean;
|
|
299
|
+
sessionTarget?: string;
|
|
300
|
+
}
|
|
301
|
+
export interface ExportedEnvironmentVariable {
|
|
302
|
+
name?: string;
|
|
303
|
+
value?: string;
|
|
304
|
+
}
|
|
305
|
+
export interface LogsLocation {
|
|
306
|
+
groupName?: string;
|
|
307
|
+
streamName?: string;
|
|
308
|
+
deepLink?: string;
|
|
309
|
+
s3DeepLink?: string;
|
|
310
|
+
cloudWatchLogsArn?: string;
|
|
311
|
+
s3LogsArn?: string;
|
|
312
|
+
cloudWatchLogs?: CloudWatchLogsConfig;
|
|
313
|
+
s3Logs?: S3LogsConfig;
|
|
314
|
+
}
|
|
315
|
+
export interface NetworkInterface {
|
|
316
|
+
subnetId?: string;
|
|
317
|
+
networkInterfaceId?: string;
|
|
318
|
+
}
|
|
319
|
+
export declare enum BuildPhaseType {
|
|
320
|
+
BUILD = "BUILD",
|
|
321
|
+
COMPLETED = "COMPLETED",
|
|
322
|
+
DOWNLOAD_SOURCE = "DOWNLOAD_SOURCE",
|
|
323
|
+
FINALIZING = "FINALIZING",
|
|
324
|
+
INSTALL = "INSTALL",
|
|
325
|
+
POST_BUILD = "POST_BUILD",
|
|
326
|
+
PRE_BUILD = "PRE_BUILD",
|
|
327
|
+
PROVISIONING = "PROVISIONING",
|
|
328
|
+
QUEUED = "QUEUED",
|
|
329
|
+
SUBMITTED = "SUBMITTED",
|
|
330
|
+
UPLOAD_ARTIFACTS = "UPLOAD_ARTIFACTS",
|
|
331
|
+
}
|
|
332
|
+
export interface BuildPhase {
|
|
333
|
+
phaseType?: BuildPhaseType | string;
|
|
334
|
+
phaseStatus?: StatusType | string;
|
|
335
|
+
startTime?: Date;
|
|
336
|
+
endTime?: Date;
|
|
337
|
+
durationInSeconds?: number;
|
|
338
|
+
contexts?: PhaseContext[];
|
|
339
|
+
}
|
|
340
|
+
export interface Build {
|
|
341
|
+
id?: string;
|
|
342
|
+
arn?: string;
|
|
343
|
+
buildNumber?: number;
|
|
344
|
+
startTime?: Date;
|
|
345
|
+
endTime?: Date;
|
|
346
|
+
currentPhase?: string;
|
|
347
|
+
buildStatus?: StatusType | string;
|
|
348
|
+
sourceVersion?: string;
|
|
349
|
+
resolvedSourceVersion?: string;
|
|
350
|
+
projectName?: string;
|
|
351
|
+
phases?: BuildPhase[];
|
|
352
|
+
source?: ProjectSource;
|
|
353
|
+
secondarySources?: ProjectSource[];
|
|
354
|
+
secondarySourceVersions?: ProjectSourceVersion[];
|
|
355
|
+
artifacts?: BuildArtifacts;
|
|
356
|
+
secondaryArtifacts?: BuildArtifacts[];
|
|
357
|
+
cache?: ProjectCache;
|
|
358
|
+
environment?: ProjectEnvironment;
|
|
359
|
+
serviceRole?: string;
|
|
360
|
+
logs?: LogsLocation;
|
|
361
|
+
timeoutInMinutes?: number;
|
|
362
|
+
queuedTimeoutInMinutes?: number;
|
|
363
|
+
buildComplete?: boolean;
|
|
364
|
+
initiator?: string;
|
|
365
|
+
vpcConfig?: VpcConfig;
|
|
366
|
+
networkInterface?: NetworkInterface;
|
|
367
|
+
encryptionKey?: string;
|
|
368
|
+
exportedEnvironmentVariables?: ExportedEnvironmentVariable[];
|
|
369
|
+
reportArns?: string[];
|
|
370
|
+
fileSystemLocations?: ProjectFileSystemLocation[];
|
|
371
|
+
debugSession?: DebugSession;
|
|
372
|
+
buildBatchArn?: string;
|
|
373
|
+
}
|
|
374
|
+
export interface BatchGetBuildsOutput {
|
|
375
|
+
builds?: Build[];
|
|
376
|
+
buildsNotFound?: string[];
|
|
377
|
+
}
|
|
378
|
+
export interface BatchGetProjectsInput {
|
|
379
|
+
names: string[] | undefined;
|
|
380
|
+
}
|
|
381
|
+
export interface ProjectArtifacts {
|
|
382
|
+
type: ArtifactsType | string | undefined;
|
|
383
|
+
location?: string;
|
|
384
|
+
path?: string;
|
|
385
|
+
namespaceType?: ArtifactNamespace | string;
|
|
386
|
+
name?: string;
|
|
387
|
+
packaging?: ArtifactPackaging | string;
|
|
388
|
+
overrideArtifactName?: boolean;
|
|
389
|
+
encryptionDisabled?: boolean;
|
|
390
|
+
artifactIdentifier?: string;
|
|
391
|
+
bucketOwnerAccess?: BucketOwnerAccess | string;
|
|
392
|
+
}
|
|
393
|
+
export interface ProjectBadge {
|
|
394
|
+
badgeEnabled?: boolean;
|
|
395
|
+
badgeRequestUrl?: string;
|
|
396
|
+
}
|
|
397
|
+
export declare enum ProjectVisibilityType {
|
|
398
|
+
PRIVATE = "PRIVATE",
|
|
399
|
+
PUBLIC_READ = "PUBLIC_READ",
|
|
400
|
+
}
|
|
401
|
+
export interface Tag {
|
|
402
|
+
key?: string;
|
|
403
|
+
value?: string;
|
|
404
|
+
}
|
|
405
|
+
export declare enum WebhookBuildType {
|
|
406
|
+
BUILD = "BUILD",
|
|
407
|
+
BUILD_BATCH = "BUILD_BATCH",
|
|
408
|
+
}
|
|
409
|
+
export declare enum WebhookFilterType {
|
|
410
|
+
ACTOR_ACCOUNT_ID = "ACTOR_ACCOUNT_ID",
|
|
411
|
+
BASE_REF = "BASE_REF",
|
|
412
|
+
COMMIT_MESSAGE = "COMMIT_MESSAGE",
|
|
413
|
+
EVENT = "EVENT",
|
|
414
|
+
FILE_PATH = "FILE_PATH",
|
|
415
|
+
HEAD_REF = "HEAD_REF",
|
|
416
|
+
}
|
|
417
|
+
export interface WebhookFilter {
|
|
418
|
+
type: WebhookFilterType | string | undefined;
|
|
419
|
+
pattern: string | undefined;
|
|
420
|
+
excludeMatchedPattern?: boolean;
|
|
421
|
+
}
|
|
422
|
+
export interface Webhook {
|
|
423
|
+
url?: string;
|
|
424
|
+
payloadUrl?: string;
|
|
425
|
+
secret?: string;
|
|
426
|
+
branchFilter?: string;
|
|
427
|
+
filterGroups?: WebhookFilter[][];
|
|
428
|
+
buildType?: WebhookBuildType | string;
|
|
429
|
+
lastModifiedSecret?: Date;
|
|
430
|
+
}
|
|
431
|
+
export interface Project {
|
|
432
|
+
name?: string;
|
|
433
|
+
arn?: string;
|
|
434
|
+
description?: string;
|
|
435
|
+
source?: ProjectSource;
|
|
436
|
+
secondarySources?: ProjectSource[];
|
|
437
|
+
sourceVersion?: string;
|
|
438
|
+
secondarySourceVersions?: ProjectSourceVersion[];
|
|
439
|
+
artifacts?: ProjectArtifacts;
|
|
440
|
+
secondaryArtifacts?: ProjectArtifacts[];
|
|
441
|
+
cache?: ProjectCache;
|
|
442
|
+
environment?: ProjectEnvironment;
|
|
443
|
+
serviceRole?: string;
|
|
444
|
+
timeoutInMinutes?: number;
|
|
445
|
+
queuedTimeoutInMinutes?: number;
|
|
446
|
+
encryptionKey?: string;
|
|
447
|
+
tags?: Tag[];
|
|
448
|
+
created?: Date;
|
|
449
|
+
lastModified?: Date;
|
|
450
|
+
webhook?: Webhook;
|
|
451
|
+
vpcConfig?: VpcConfig;
|
|
452
|
+
badge?: ProjectBadge;
|
|
453
|
+
logsConfig?: LogsConfig;
|
|
454
|
+
fileSystemLocations?: ProjectFileSystemLocation[];
|
|
455
|
+
buildBatchConfig?: ProjectBuildBatchConfig;
|
|
456
|
+
concurrentBuildLimit?: number;
|
|
457
|
+
projectVisibility?: ProjectVisibilityType | string;
|
|
458
|
+
publicProjectAlias?: string;
|
|
459
|
+
resourceAccessRole?: string;
|
|
460
|
+
}
|
|
461
|
+
export interface BatchGetProjectsOutput {
|
|
462
|
+
projects?: Project[];
|
|
463
|
+
projectsNotFound?: string[];
|
|
464
|
+
}
|
|
465
|
+
export interface BatchGetReportGroupsInput {
|
|
466
|
+
reportGroupArns: string[] | undefined;
|
|
467
|
+
}
|
|
468
|
+
export declare enum ReportExportConfigType {
|
|
469
|
+
NO_EXPORT = "NO_EXPORT",
|
|
470
|
+
S3 = "S3",
|
|
471
|
+
}
|
|
472
|
+
export declare enum ReportPackagingType {
|
|
473
|
+
NONE = "NONE",
|
|
474
|
+
ZIP = "ZIP",
|
|
475
|
+
}
|
|
476
|
+
export interface S3ReportExportConfig {
|
|
477
|
+
bucket?: string;
|
|
478
|
+
bucketOwner?: string;
|
|
479
|
+
path?: string;
|
|
480
|
+
packaging?: ReportPackagingType | string;
|
|
481
|
+
encryptionKey?: string;
|
|
482
|
+
encryptionDisabled?: boolean;
|
|
483
|
+
}
|
|
484
|
+
export interface ReportExportConfig {
|
|
485
|
+
exportConfigType?: ReportExportConfigType | string;
|
|
486
|
+
s3Destination?: S3ReportExportConfig;
|
|
487
|
+
}
|
|
488
|
+
export declare enum ReportGroupStatusType {
|
|
489
|
+
ACTIVE = "ACTIVE",
|
|
490
|
+
DELETING = "DELETING",
|
|
491
|
+
}
|
|
492
|
+
export declare enum ReportType {
|
|
493
|
+
CODE_COVERAGE = "CODE_COVERAGE",
|
|
494
|
+
TEST = "TEST",
|
|
495
|
+
}
|
|
496
|
+
export interface ReportGroup {
|
|
497
|
+
arn?: string;
|
|
498
|
+
name?: string;
|
|
499
|
+
type?: ReportType | string;
|
|
500
|
+
exportConfig?: ReportExportConfig;
|
|
501
|
+
created?: Date;
|
|
502
|
+
lastModified?: Date;
|
|
503
|
+
tags?: Tag[];
|
|
504
|
+
status?: ReportGroupStatusType | string;
|
|
505
|
+
}
|
|
506
|
+
export interface BatchGetReportGroupsOutput {
|
|
507
|
+
reportGroups?: ReportGroup[];
|
|
508
|
+
reportGroupsNotFound?: string[];
|
|
509
|
+
}
|
|
510
|
+
export interface BatchGetReportsInput {
|
|
511
|
+
reportArns: string[] | undefined;
|
|
512
|
+
}
|
|
513
|
+
export interface CodeCoverageReportSummary {
|
|
514
|
+
lineCoveragePercentage?: number;
|
|
515
|
+
linesCovered?: number;
|
|
516
|
+
linesMissed?: number;
|
|
517
|
+
branchCoveragePercentage?: number;
|
|
518
|
+
branchesCovered?: number;
|
|
519
|
+
branchesMissed?: number;
|
|
520
|
+
}
|
|
521
|
+
export declare enum ReportStatusType {
|
|
522
|
+
DELETING = "DELETING",
|
|
523
|
+
FAILED = "FAILED",
|
|
524
|
+
GENERATING = "GENERATING",
|
|
525
|
+
INCOMPLETE = "INCOMPLETE",
|
|
526
|
+
SUCCEEDED = "SUCCEEDED",
|
|
527
|
+
}
|
|
528
|
+
export interface TestReportSummary {
|
|
529
|
+
total: number | undefined;
|
|
530
|
+
statusCounts: Record<string, number> | undefined;
|
|
531
|
+
durationInNanoSeconds: number | undefined;
|
|
532
|
+
}
|
|
533
|
+
export interface Report {
|
|
534
|
+
arn?: string;
|
|
535
|
+
type?: ReportType | string;
|
|
536
|
+
name?: string;
|
|
537
|
+
reportGroupArn?: string;
|
|
538
|
+
executionId?: string;
|
|
539
|
+
status?: ReportStatusType | string;
|
|
540
|
+
created?: Date;
|
|
541
|
+
expired?: Date;
|
|
542
|
+
exportConfig?: ReportExportConfig;
|
|
543
|
+
truncated?: boolean;
|
|
544
|
+
testSummary?: TestReportSummary;
|
|
545
|
+
codeCoverageSummary?: CodeCoverageReportSummary;
|
|
546
|
+
}
|
|
547
|
+
export interface BatchGetReportsOutput {
|
|
548
|
+
reports?: Report[];
|
|
549
|
+
reportsNotFound?: string[];
|
|
550
|
+
}
|
|
551
|
+
export interface BuildBatchFilter {
|
|
552
|
+
status?: StatusType | string;
|
|
553
|
+
}
|
|
554
|
+
export interface CreateProjectInput {
|
|
555
|
+
name: string | undefined;
|
|
556
|
+
description?: string;
|
|
557
|
+
source: ProjectSource | undefined;
|
|
558
|
+
secondarySources?: ProjectSource[];
|
|
559
|
+
sourceVersion?: string;
|
|
560
|
+
secondarySourceVersions?: ProjectSourceVersion[];
|
|
561
|
+
artifacts: ProjectArtifacts | undefined;
|
|
562
|
+
secondaryArtifacts?: ProjectArtifacts[];
|
|
563
|
+
cache?: ProjectCache;
|
|
564
|
+
environment: ProjectEnvironment | undefined;
|
|
565
|
+
serviceRole: string | undefined;
|
|
566
|
+
timeoutInMinutes?: number;
|
|
567
|
+
queuedTimeoutInMinutes?: number;
|
|
568
|
+
encryptionKey?: string;
|
|
569
|
+
tags?: Tag[];
|
|
570
|
+
vpcConfig?: VpcConfig;
|
|
571
|
+
badgeEnabled?: boolean;
|
|
572
|
+
logsConfig?: LogsConfig;
|
|
573
|
+
fileSystemLocations?: ProjectFileSystemLocation[];
|
|
574
|
+
buildBatchConfig?: ProjectBuildBatchConfig;
|
|
575
|
+
concurrentBuildLimit?: number;
|
|
576
|
+
}
|
|
577
|
+
export interface CreateProjectOutput {
|
|
578
|
+
project?: Project;
|
|
579
|
+
}
|
|
580
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
581
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
582
|
+
readonly $fault: "client";
|
|
583
|
+
constructor(
|
|
584
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
585
|
+
);
|
|
586
|
+
}
|
|
587
|
+
export interface CreateReportGroupInput {
|
|
588
|
+
name: string | undefined;
|
|
589
|
+
type: ReportType | string | undefined;
|
|
590
|
+
exportConfig: ReportExportConfig | undefined;
|
|
591
|
+
tags?: Tag[];
|
|
592
|
+
}
|
|
593
|
+
export interface CreateReportGroupOutput {
|
|
594
|
+
reportGroup?: ReportGroup;
|
|
595
|
+
}
|
|
596
|
+
export interface CreateWebhookInput {
|
|
597
|
+
projectName: string | undefined;
|
|
598
|
+
branchFilter?: string;
|
|
599
|
+
filterGroups?: WebhookFilter[][];
|
|
600
|
+
buildType?: WebhookBuildType | string;
|
|
601
|
+
}
|
|
602
|
+
export interface CreateWebhookOutput {
|
|
603
|
+
webhook?: Webhook;
|
|
604
|
+
}
|
|
605
|
+
export declare class OAuthProviderException extends __BaseException {
|
|
606
|
+
readonly name: "OAuthProviderException";
|
|
607
|
+
readonly $fault: "client";
|
|
608
|
+
constructor(
|
|
609
|
+
opts: __ExceptionOptionType<OAuthProviderException, __BaseException>
|
|
610
|
+
);
|
|
611
|
+
}
|
|
612
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
613
|
+
readonly name: "ResourceNotFoundException";
|
|
614
|
+
readonly $fault: "client";
|
|
615
|
+
constructor(
|
|
616
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
617
|
+
);
|
|
618
|
+
}
|
|
619
|
+
export interface DeleteBuildBatchInput {
|
|
620
|
+
id: string | undefined;
|
|
621
|
+
}
|
|
622
|
+
export interface DeleteBuildBatchOutput {
|
|
623
|
+
statusCode?: string;
|
|
624
|
+
buildsDeleted?: string[];
|
|
625
|
+
buildsNotDeleted?: BuildNotDeleted[];
|
|
626
|
+
}
|
|
627
|
+
export interface DeleteProjectInput {
|
|
628
|
+
name: string | undefined;
|
|
629
|
+
}
|
|
630
|
+
export interface DeleteProjectOutput {}
|
|
631
|
+
export interface DeleteReportInput {
|
|
632
|
+
arn: string | undefined;
|
|
633
|
+
}
|
|
634
|
+
export interface DeleteReportOutput {}
|
|
635
|
+
export interface DeleteReportGroupInput {
|
|
636
|
+
arn: string | undefined;
|
|
637
|
+
deleteReports?: boolean;
|
|
638
|
+
}
|
|
639
|
+
export interface DeleteReportGroupOutput {}
|
|
640
|
+
export interface DeleteResourcePolicyInput {
|
|
641
|
+
resourceArn: string | undefined;
|
|
642
|
+
}
|
|
643
|
+
export interface DeleteResourcePolicyOutput {}
|
|
644
|
+
export interface DeleteSourceCredentialsInput {
|
|
645
|
+
arn: string | undefined;
|
|
646
|
+
}
|
|
647
|
+
export interface DeleteSourceCredentialsOutput {
|
|
648
|
+
arn?: string;
|
|
649
|
+
}
|
|
650
|
+
export interface DeleteWebhookInput {
|
|
651
|
+
projectName: string | undefined;
|
|
652
|
+
}
|
|
653
|
+
export interface DeleteWebhookOutput {}
|
|
654
|
+
export declare enum ReportCodeCoverageSortByType {
|
|
655
|
+
FILE_PATH = "FILE_PATH",
|
|
656
|
+
LINE_COVERAGE_PERCENTAGE = "LINE_COVERAGE_PERCENTAGE",
|
|
657
|
+
}
|
|
658
|
+
export declare enum SortOrderType {
|
|
659
|
+
ASCENDING = "ASCENDING",
|
|
660
|
+
DESCENDING = "DESCENDING",
|
|
661
|
+
}
|
|
662
|
+
export interface DescribeCodeCoveragesInput {
|
|
663
|
+
reportArn: string | undefined;
|
|
664
|
+
nextToken?: string;
|
|
665
|
+
maxResults?: number;
|
|
666
|
+
sortOrder?: SortOrderType | string;
|
|
667
|
+
sortBy?: ReportCodeCoverageSortByType | string;
|
|
668
|
+
minLineCoveragePercentage?: number;
|
|
669
|
+
maxLineCoveragePercentage?: number;
|
|
670
|
+
}
|
|
671
|
+
export interface CodeCoverage {
|
|
672
|
+
id?: string;
|
|
673
|
+
reportARN?: string;
|
|
674
|
+
filePath?: string;
|
|
675
|
+
lineCoveragePercentage?: number;
|
|
676
|
+
linesCovered?: number;
|
|
677
|
+
linesMissed?: number;
|
|
678
|
+
branchCoveragePercentage?: number;
|
|
679
|
+
branchesCovered?: number;
|
|
680
|
+
branchesMissed?: number;
|
|
681
|
+
expired?: Date;
|
|
682
|
+
}
|
|
683
|
+
export interface DescribeCodeCoveragesOutput {
|
|
684
|
+
nextToken?: string;
|
|
685
|
+
codeCoverages?: CodeCoverage[];
|
|
686
|
+
}
|
|
687
|
+
export interface TestCaseFilter {
|
|
688
|
+
status?: string;
|
|
689
|
+
keyword?: string;
|
|
690
|
+
}
|
|
691
|
+
export interface DescribeTestCasesInput {
|
|
692
|
+
reportArn: string | undefined;
|
|
693
|
+
nextToken?: string;
|
|
694
|
+
maxResults?: number;
|
|
695
|
+
filter?: TestCaseFilter;
|
|
696
|
+
}
|
|
697
|
+
export interface TestCase {
|
|
698
|
+
reportArn?: string;
|
|
699
|
+
testRawDataPath?: string;
|
|
700
|
+
prefix?: string;
|
|
701
|
+
name?: string;
|
|
702
|
+
status?: string;
|
|
703
|
+
durationInNanoSeconds?: number;
|
|
704
|
+
message?: string;
|
|
705
|
+
expired?: Date;
|
|
706
|
+
}
|
|
707
|
+
export interface DescribeTestCasesOutput {
|
|
708
|
+
nextToken?: string;
|
|
709
|
+
testCases?: TestCase[];
|
|
710
|
+
}
|
|
711
|
+
export declare enum ReportGroupTrendFieldType {
|
|
712
|
+
BRANCHES_COVERED = "BRANCHES_COVERED",
|
|
713
|
+
BRANCHES_MISSED = "BRANCHES_MISSED",
|
|
714
|
+
BRANCH_COVERAGE = "BRANCH_COVERAGE",
|
|
715
|
+
DURATION = "DURATION",
|
|
716
|
+
LINES_COVERED = "LINES_COVERED",
|
|
717
|
+
LINES_MISSED = "LINES_MISSED",
|
|
718
|
+
LINE_COVERAGE = "LINE_COVERAGE",
|
|
719
|
+
PASS_RATE = "PASS_RATE",
|
|
720
|
+
TOTAL = "TOTAL",
|
|
721
|
+
}
|
|
722
|
+
export interface GetReportGroupTrendInput {
|
|
723
|
+
reportGroupArn: string | undefined;
|
|
724
|
+
numOfReports?: number;
|
|
725
|
+
trendField: ReportGroupTrendFieldType | string | undefined;
|
|
726
|
+
}
|
|
727
|
+
export interface ReportWithRawData {
|
|
728
|
+
reportArn?: string;
|
|
729
|
+
data?: string;
|
|
730
|
+
}
|
|
731
|
+
export interface ReportGroupTrendStats {
|
|
732
|
+
average?: string;
|
|
733
|
+
max?: string;
|
|
734
|
+
min?: string;
|
|
735
|
+
}
|
|
736
|
+
export interface GetReportGroupTrendOutput {
|
|
737
|
+
stats?: ReportGroupTrendStats;
|
|
738
|
+
rawData?: ReportWithRawData[];
|
|
739
|
+
}
|
|
740
|
+
export interface GetResourcePolicyInput {
|
|
741
|
+
resourceArn: string | undefined;
|
|
742
|
+
}
|
|
743
|
+
export interface GetResourcePolicyOutput {
|
|
744
|
+
policy?: string;
|
|
745
|
+
}
|
|
746
|
+
export declare enum ServerType {
|
|
747
|
+
BITBUCKET = "BITBUCKET",
|
|
748
|
+
GITHUB = "GITHUB",
|
|
749
|
+
GITHUB_ENTERPRISE = "GITHUB_ENTERPRISE",
|
|
750
|
+
}
|
|
751
|
+
export interface ImportSourceCredentialsInput {
|
|
752
|
+
username?: string;
|
|
753
|
+
token: string | undefined;
|
|
754
|
+
serverType: ServerType | string | undefined;
|
|
755
|
+
authType: AuthType | string | undefined;
|
|
756
|
+
shouldOverwrite?: boolean;
|
|
757
|
+
}
|
|
758
|
+
export interface ImportSourceCredentialsOutput {
|
|
759
|
+
arn?: string;
|
|
760
|
+
}
|
|
761
|
+
export interface InvalidateProjectCacheInput {
|
|
762
|
+
projectName: string | undefined;
|
|
763
|
+
}
|
|
764
|
+
export interface InvalidateProjectCacheOutput {}
|
|
765
|
+
export interface ListBuildBatchesInput {
|
|
766
|
+
filter?: BuildBatchFilter;
|
|
767
|
+
maxResults?: number;
|
|
768
|
+
sortOrder?: SortOrderType | string;
|
|
769
|
+
nextToken?: string;
|
|
770
|
+
}
|
|
771
|
+
export interface ListBuildBatchesOutput {
|
|
772
|
+
ids?: string[];
|
|
773
|
+
nextToken?: string;
|
|
774
|
+
}
|
|
775
|
+
export interface ListBuildBatchesForProjectInput {
|
|
776
|
+
projectName?: string;
|
|
777
|
+
filter?: BuildBatchFilter;
|
|
778
|
+
maxResults?: number;
|
|
779
|
+
sortOrder?: SortOrderType | string;
|
|
780
|
+
nextToken?: string;
|
|
781
|
+
}
|
|
782
|
+
export interface ListBuildBatchesForProjectOutput {
|
|
783
|
+
ids?: string[];
|
|
784
|
+
nextToken?: string;
|
|
785
|
+
}
|
|
786
|
+
export interface ListBuildsInput {
|
|
787
|
+
sortOrder?: SortOrderType | string;
|
|
788
|
+
nextToken?: string;
|
|
789
|
+
}
|
|
790
|
+
export interface ListBuildsOutput {
|
|
791
|
+
ids?: string[];
|
|
792
|
+
nextToken?: string;
|
|
793
|
+
}
|
|
794
|
+
export interface ListBuildsForProjectInput {
|
|
795
|
+
projectName: string | undefined;
|
|
796
|
+
sortOrder?: SortOrderType | string;
|
|
797
|
+
nextToken?: string;
|
|
798
|
+
}
|
|
799
|
+
export interface ListBuildsForProjectOutput {
|
|
800
|
+
ids?: string[];
|
|
801
|
+
nextToken?: string;
|
|
802
|
+
}
|
|
803
|
+
export interface ListCuratedEnvironmentImagesInput {}
|
|
804
|
+
export interface EnvironmentImage {
|
|
805
|
+
name?: string;
|
|
806
|
+
description?: string;
|
|
807
|
+
versions?: string[];
|
|
808
|
+
}
|
|
809
|
+
export declare enum LanguageType {
|
|
810
|
+
ANDROID = "ANDROID",
|
|
811
|
+
BASE = "BASE",
|
|
812
|
+
DOCKER = "DOCKER",
|
|
813
|
+
DOTNET = "DOTNET",
|
|
814
|
+
GOLANG = "GOLANG",
|
|
815
|
+
JAVA = "JAVA",
|
|
816
|
+
NODE_JS = "NODE_JS",
|
|
817
|
+
PHP = "PHP",
|
|
818
|
+
PYTHON = "PYTHON",
|
|
819
|
+
RUBY = "RUBY",
|
|
820
|
+
}
|
|
821
|
+
export interface EnvironmentLanguage {
|
|
822
|
+
language?: LanguageType | string;
|
|
823
|
+
images?: EnvironmentImage[];
|
|
824
|
+
}
|
|
825
|
+
export declare enum PlatformType {
|
|
826
|
+
AMAZON_LINUX = "AMAZON_LINUX",
|
|
827
|
+
DEBIAN = "DEBIAN",
|
|
828
|
+
UBUNTU = "UBUNTU",
|
|
829
|
+
WINDOWS_SERVER = "WINDOWS_SERVER",
|
|
830
|
+
}
|
|
831
|
+
export interface EnvironmentPlatform {
|
|
832
|
+
platform?: PlatformType | string;
|
|
833
|
+
languages?: EnvironmentLanguage[];
|
|
834
|
+
}
|
|
835
|
+
export interface ListCuratedEnvironmentImagesOutput {
|
|
836
|
+
platforms?: EnvironmentPlatform[];
|
|
837
|
+
}
|
|
838
|
+
export declare enum ProjectSortByType {
|
|
839
|
+
CREATED_TIME = "CREATED_TIME",
|
|
840
|
+
LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
|
|
841
|
+
NAME = "NAME",
|
|
842
|
+
}
|
|
843
|
+
export interface ListProjectsInput {
|
|
844
|
+
sortBy?: ProjectSortByType | string;
|
|
845
|
+
sortOrder?: SortOrderType | string;
|
|
846
|
+
nextToken?: string;
|
|
847
|
+
}
|
|
848
|
+
export interface ListProjectsOutput {
|
|
849
|
+
nextToken?: string;
|
|
850
|
+
projects?: string[];
|
|
851
|
+
}
|
|
852
|
+
export declare enum ReportGroupSortByType {
|
|
853
|
+
CREATED_TIME = "CREATED_TIME",
|
|
854
|
+
LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
|
|
855
|
+
NAME = "NAME",
|
|
856
|
+
}
|
|
857
|
+
export interface ListReportGroupsInput {
|
|
858
|
+
sortOrder?: SortOrderType | string;
|
|
859
|
+
sortBy?: ReportGroupSortByType | string;
|
|
860
|
+
nextToken?: string;
|
|
861
|
+
maxResults?: number;
|
|
862
|
+
}
|
|
863
|
+
export interface ListReportGroupsOutput {
|
|
864
|
+
nextToken?: string;
|
|
865
|
+
reportGroups?: string[];
|
|
866
|
+
}
|
|
867
|
+
export interface ReportFilter {
|
|
868
|
+
status?: ReportStatusType | string;
|
|
869
|
+
}
|
|
870
|
+
export interface ListReportsInput {
|
|
871
|
+
sortOrder?: SortOrderType | string;
|
|
872
|
+
nextToken?: string;
|
|
873
|
+
maxResults?: number;
|
|
874
|
+
filter?: ReportFilter;
|
|
875
|
+
}
|
|
876
|
+
export interface ListReportsOutput {
|
|
877
|
+
nextToken?: string;
|
|
878
|
+
reports?: string[];
|
|
879
|
+
}
|
|
880
|
+
export interface ListReportsForReportGroupInput {
|
|
881
|
+
reportGroupArn: string | undefined;
|
|
882
|
+
nextToken?: string;
|
|
883
|
+
sortOrder?: SortOrderType | string;
|
|
884
|
+
maxResults?: number;
|
|
885
|
+
filter?: ReportFilter;
|
|
886
|
+
}
|
|
887
|
+
export interface ListReportsForReportGroupOutput {
|
|
888
|
+
nextToken?: string;
|
|
889
|
+
reports?: string[];
|
|
890
|
+
}
|
|
891
|
+
export declare enum SharedResourceSortByType {
|
|
892
|
+
ARN = "ARN",
|
|
893
|
+
MODIFIED_TIME = "MODIFIED_TIME",
|
|
894
|
+
}
|
|
895
|
+
export interface ListSharedProjectsInput {
|
|
896
|
+
sortBy?: SharedResourceSortByType | string;
|
|
897
|
+
sortOrder?: SortOrderType | string;
|
|
898
|
+
maxResults?: number;
|
|
899
|
+
nextToken?: string;
|
|
900
|
+
}
|
|
901
|
+
export interface ListSharedProjectsOutput {
|
|
902
|
+
nextToken?: string;
|
|
903
|
+
projects?: string[];
|
|
904
|
+
}
|
|
905
|
+
export interface ListSharedReportGroupsInput {
|
|
906
|
+
sortOrder?: SortOrderType | string;
|
|
907
|
+
sortBy?: SharedResourceSortByType | string;
|
|
908
|
+
nextToken?: string;
|
|
909
|
+
maxResults?: number;
|
|
910
|
+
}
|
|
911
|
+
export interface ListSharedReportGroupsOutput {
|
|
912
|
+
nextToken?: string;
|
|
913
|
+
reportGroups?: string[];
|
|
914
|
+
}
|
|
915
|
+
export interface ListSourceCredentialsInput {}
|
|
916
|
+
export interface SourceCredentialsInfo {
|
|
917
|
+
arn?: string;
|
|
918
|
+
serverType?: ServerType | string;
|
|
919
|
+
authType?: AuthType | string;
|
|
920
|
+
}
|
|
921
|
+
export interface ListSourceCredentialsOutput {
|
|
922
|
+
sourceCredentialsInfos?: SourceCredentialsInfo[];
|
|
923
|
+
}
|
|
924
|
+
export interface PutResourcePolicyInput {
|
|
925
|
+
policy: string | undefined;
|
|
926
|
+
resourceArn: string | undefined;
|
|
927
|
+
}
|
|
928
|
+
export interface PutResourcePolicyOutput {
|
|
929
|
+
resourceArn?: string;
|
|
930
|
+
}
|
|
931
|
+
export interface RetryBuildInput {
|
|
932
|
+
id?: string;
|
|
933
|
+
idempotencyToken?: string;
|
|
934
|
+
}
|
|
935
|
+
export interface RetryBuildOutput {
|
|
936
|
+
build?: Build;
|
|
937
|
+
}
|
|
938
|
+
export declare enum RetryBuildBatchType {
|
|
939
|
+
RETRY_ALL_BUILDS = "RETRY_ALL_BUILDS",
|
|
940
|
+
RETRY_FAILED_BUILDS = "RETRY_FAILED_BUILDS",
|
|
941
|
+
}
|
|
942
|
+
export interface RetryBuildBatchInput {
|
|
943
|
+
id?: string;
|
|
944
|
+
idempotencyToken?: string;
|
|
945
|
+
retryType?: RetryBuildBatchType | string;
|
|
946
|
+
}
|
|
947
|
+
export interface RetryBuildBatchOutput {
|
|
948
|
+
buildBatch?: BuildBatch;
|
|
949
|
+
}
|
|
950
|
+
export interface StartBuildInput {
|
|
951
|
+
projectName: string | undefined;
|
|
952
|
+
secondarySourcesOverride?: ProjectSource[];
|
|
953
|
+
secondarySourcesVersionOverride?: ProjectSourceVersion[];
|
|
954
|
+
sourceVersion?: string;
|
|
955
|
+
artifactsOverride?: ProjectArtifacts;
|
|
956
|
+
secondaryArtifactsOverride?: ProjectArtifacts[];
|
|
957
|
+
environmentVariablesOverride?: EnvironmentVariable[];
|
|
958
|
+
sourceTypeOverride?: SourceType | string;
|
|
959
|
+
sourceLocationOverride?: string;
|
|
960
|
+
sourceAuthOverride?: SourceAuth;
|
|
961
|
+
gitCloneDepthOverride?: number;
|
|
962
|
+
gitSubmodulesConfigOverride?: GitSubmodulesConfig;
|
|
963
|
+
buildspecOverride?: string;
|
|
964
|
+
insecureSslOverride?: boolean;
|
|
965
|
+
reportBuildStatusOverride?: boolean;
|
|
966
|
+
buildStatusConfigOverride?: BuildStatusConfig;
|
|
967
|
+
environmentTypeOverride?: EnvironmentType | string;
|
|
968
|
+
imageOverride?: string;
|
|
969
|
+
computeTypeOverride?: ComputeType | string;
|
|
970
|
+
certificateOverride?: string;
|
|
971
|
+
cacheOverride?: ProjectCache;
|
|
972
|
+
serviceRoleOverride?: string;
|
|
973
|
+
privilegedModeOverride?: boolean;
|
|
974
|
+
timeoutInMinutesOverride?: number;
|
|
975
|
+
queuedTimeoutInMinutesOverride?: number;
|
|
976
|
+
encryptionKeyOverride?: string;
|
|
977
|
+
idempotencyToken?: string;
|
|
978
|
+
logsConfigOverride?: LogsConfig;
|
|
979
|
+
registryCredentialOverride?: RegistryCredential;
|
|
980
|
+
imagePullCredentialsTypeOverride?: ImagePullCredentialsType | string;
|
|
981
|
+
debugSessionEnabled?: boolean;
|
|
982
|
+
}
|
|
983
|
+
export interface StartBuildOutput {
|
|
984
|
+
build?: Build;
|
|
985
|
+
}
|
|
986
|
+
export interface StartBuildBatchInput {
|
|
987
|
+
projectName: string | undefined;
|
|
988
|
+
secondarySourcesOverride?: ProjectSource[];
|
|
989
|
+
secondarySourcesVersionOverride?: ProjectSourceVersion[];
|
|
990
|
+
sourceVersion?: string;
|
|
991
|
+
artifactsOverride?: ProjectArtifacts;
|
|
992
|
+
secondaryArtifactsOverride?: ProjectArtifacts[];
|
|
993
|
+
environmentVariablesOverride?: EnvironmentVariable[];
|
|
994
|
+
sourceTypeOverride?: SourceType | string;
|
|
995
|
+
sourceLocationOverride?: string;
|
|
996
|
+
sourceAuthOverride?: SourceAuth;
|
|
997
|
+
gitCloneDepthOverride?: number;
|
|
998
|
+
gitSubmodulesConfigOverride?: GitSubmodulesConfig;
|
|
999
|
+
buildspecOverride?: string;
|
|
1000
|
+
insecureSslOverride?: boolean;
|
|
1001
|
+
reportBuildBatchStatusOverride?: boolean;
|
|
1002
|
+
environmentTypeOverride?: EnvironmentType | string;
|
|
1003
|
+
imageOverride?: string;
|
|
1004
|
+
computeTypeOverride?: ComputeType | string;
|
|
1005
|
+
certificateOverride?: string;
|
|
1006
|
+
cacheOverride?: ProjectCache;
|
|
1007
|
+
serviceRoleOverride?: string;
|
|
1008
|
+
privilegedModeOverride?: boolean;
|
|
1009
|
+
buildTimeoutInMinutesOverride?: number;
|
|
1010
|
+
queuedTimeoutInMinutesOverride?: number;
|
|
1011
|
+
encryptionKeyOverride?: string;
|
|
1012
|
+
idempotencyToken?: string;
|
|
1013
|
+
logsConfigOverride?: LogsConfig;
|
|
1014
|
+
registryCredentialOverride?: RegistryCredential;
|
|
1015
|
+
imagePullCredentialsTypeOverride?: ImagePullCredentialsType | string;
|
|
1016
|
+
buildBatchConfigOverride?: ProjectBuildBatchConfig;
|
|
1017
|
+
debugSessionEnabled?: boolean;
|
|
1018
|
+
}
|
|
1019
|
+
export interface StartBuildBatchOutput {
|
|
1020
|
+
buildBatch?: BuildBatch;
|
|
1021
|
+
}
|
|
1022
|
+
export interface StopBuildInput {
|
|
1023
|
+
id: string | undefined;
|
|
1024
|
+
}
|
|
1025
|
+
export interface StopBuildOutput {
|
|
1026
|
+
build?: Build;
|
|
1027
|
+
}
|
|
1028
|
+
export interface StopBuildBatchInput {
|
|
1029
|
+
id: string | undefined;
|
|
1030
|
+
}
|
|
1031
|
+
export interface StopBuildBatchOutput {
|
|
1032
|
+
buildBatch?: BuildBatch;
|
|
1033
|
+
}
|
|
1034
|
+
export interface UpdateProjectInput {
|
|
1035
|
+
name: string | undefined;
|
|
1036
|
+
description?: string;
|
|
1037
|
+
source?: ProjectSource;
|
|
1038
|
+
secondarySources?: ProjectSource[];
|
|
1039
|
+
sourceVersion?: string;
|
|
1040
|
+
secondarySourceVersions?: ProjectSourceVersion[];
|
|
1041
|
+
artifacts?: ProjectArtifacts;
|
|
1042
|
+
secondaryArtifacts?: ProjectArtifacts[];
|
|
1043
|
+
cache?: ProjectCache;
|
|
1044
|
+
environment?: ProjectEnvironment;
|
|
1045
|
+
serviceRole?: string;
|
|
1046
|
+
timeoutInMinutes?: number;
|
|
1047
|
+
queuedTimeoutInMinutes?: number;
|
|
1048
|
+
encryptionKey?: string;
|
|
1049
|
+
tags?: Tag[];
|
|
1050
|
+
vpcConfig?: VpcConfig;
|
|
1051
|
+
badgeEnabled?: boolean;
|
|
1052
|
+
logsConfig?: LogsConfig;
|
|
1053
|
+
fileSystemLocations?: ProjectFileSystemLocation[];
|
|
1054
|
+
buildBatchConfig?: ProjectBuildBatchConfig;
|
|
1055
|
+
concurrentBuildLimit?: number;
|
|
1056
|
+
}
|
|
1057
|
+
export interface UpdateProjectOutput {
|
|
1058
|
+
project?: Project;
|
|
1059
|
+
}
|
|
1060
|
+
export interface UpdateProjectVisibilityInput {
|
|
1061
|
+
projectArn: string | undefined;
|
|
1062
|
+
projectVisibility: ProjectVisibilityType | string | undefined;
|
|
1063
|
+
resourceAccessRole?: string;
|
|
1064
|
+
}
|
|
1065
|
+
export interface UpdateProjectVisibilityOutput {
|
|
1066
|
+
projectArn?: string;
|
|
1067
|
+
publicProjectAlias?: string;
|
|
1068
|
+
projectVisibility?: ProjectVisibilityType | string;
|
|
1069
|
+
}
|
|
1070
|
+
export interface UpdateReportGroupInput {
|
|
1071
|
+
arn: string | undefined;
|
|
1072
|
+
exportConfig?: ReportExportConfig;
|
|
1073
|
+
tags?: Tag[];
|
|
1074
|
+
}
|
|
1075
|
+
export interface UpdateReportGroupOutput {
|
|
1076
|
+
reportGroup?: ReportGroup;
|
|
1077
|
+
}
|
|
1078
|
+
export interface UpdateWebhookInput {
|
|
1079
|
+
projectName: string | undefined;
|
|
1080
|
+
branchFilter?: string;
|
|
1081
|
+
rotateSecret?: boolean;
|
|
1082
|
+
filterGroups?: WebhookFilter[][];
|
|
1083
|
+
buildType?: WebhookBuildType | string;
|
|
1084
|
+
}
|
|
1085
|
+
export interface UpdateWebhookOutput {
|
|
1086
|
+
webhook?: Webhook;
|
|
1087
|
+
}
|
|
1088
|
+
export declare const BatchDeleteBuildsInputFilterSensitiveLog: (
|
|
1089
|
+
obj: BatchDeleteBuildsInput
|
|
1090
|
+
) => any;
|
|
1091
|
+
export declare const BuildNotDeletedFilterSensitiveLog: (
|
|
1092
|
+
obj: BuildNotDeleted
|
|
1093
|
+
) => any;
|
|
1094
|
+
export declare const BatchDeleteBuildsOutputFilterSensitiveLog: (
|
|
1095
|
+
obj: BatchDeleteBuildsOutput
|
|
1096
|
+
) => any;
|
|
1097
|
+
export declare const BatchGetBuildBatchesInputFilterSensitiveLog: (
|
|
1098
|
+
obj: BatchGetBuildBatchesInput
|
|
1099
|
+
) => any;
|
|
1100
|
+
export declare const BuildArtifactsFilterSensitiveLog: (
|
|
1101
|
+
obj: BuildArtifacts
|
|
1102
|
+
) => any;
|
|
1103
|
+
export declare const BatchRestrictionsFilterSensitiveLog: (
|
|
1104
|
+
obj: BatchRestrictions
|
|
1105
|
+
) => any;
|
|
1106
|
+
export declare const ProjectBuildBatchConfigFilterSensitiveLog: (
|
|
1107
|
+
obj: ProjectBuildBatchConfig
|
|
1108
|
+
) => any;
|
|
1109
|
+
export declare const ResolvedArtifactFilterSensitiveLog: (
|
|
1110
|
+
obj: ResolvedArtifact
|
|
1111
|
+
) => any;
|
|
1112
|
+
export declare const BuildSummaryFilterSensitiveLog: (obj: BuildSummary) => any;
|
|
1113
|
+
export declare const BuildGroupFilterSensitiveLog: (obj: BuildGroup) => any;
|
|
1114
|
+
export declare const ProjectCacheFilterSensitiveLog: (obj: ProjectCache) => any;
|
|
1115
|
+
export declare const EnvironmentVariableFilterSensitiveLog: (
|
|
1116
|
+
obj: EnvironmentVariable
|
|
1117
|
+
) => any;
|
|
1118
|
+
export declare const RegistryCredentialFilterSensitiveLog: (
|
|
1119
|
+
obj: RegistryCredential
|
|
1120
|
+
) => any;
|
|
1121
|
+
export declare const ProjectEnvironmentFilterSensitiveLog: (
|
|
1122
|
+
obj: ProjectEnvironment
|
|
1123
|
+
) => any;
|
|
1124
|
+
export declare const ProjectFileSystemLocationFilterSensitiveLog: (
|
|
1125
|
+
obj: ProjectFileSystemLocation
|
|
1126
|
+
) => any;
|
|
1127
|
+
export declare const CloudWatchLogsConfigFilterSensitiveLog: (
|
|
1128
|
+
obj: CloudWatchLogsConfig
|
|
1129
|
+
) => any;
|
|
1130
|
+
export declare const S3LogsConfigFilterSensitiveLog: (obj: S3LogsConfig) => any;
|
|
1131
|
+
export declare const LogsConfigFilterSensitiveLog: (obj: LogsConfig) => any;
|
|
1132
|
+
export declare const PhaseContextFilterSensitiveLog: (obj: PhaseContext) => any;
|
|
1133
|
+
export declare const BuildBatchPhaseFilterSensitiveLog: (
|
|
1134
|
+
obj: BuildBatchPhase
|
|
1135
|
+
) => any;
|
|
1136
|
+
export declare const SourceAuthFilterSensitiveLog: (obj: SourceAuth) => any;
|
|
1137
|
+
export declare const BuildStatusConfigFilterSensitiveLog: (
|
|
1138
|
+
obj: BuildStatusConfig
|
|
1139
|
+
) => any;
|
|
1140
|
+
export declare const GitSubmodulesConfigFilterSensitiveLog: (
|
|
1141
|
+
obj: GitSubmodulesConfig
|
|
1142
|
+
) => any;
|
|
1143
|
+
export declare const ProjectSourceFilterSensitiveLog: (
|
|
1144
|
+
obj: ProjectSource
|
|
1145
|
+
) => any;
|
|
1146
|
+
export declare const ProjectSourceVersionFilterSensitiveLog: (
|
|
1147
|
+
obj: ProjectSourceVersion
|
|
1148
|
+
) => any;
|
|
1149
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
1150
|
+
export declare const BuildBatchFilterSensitiveLog: (obj: BuildBatch) => any;
|
|
1151
|
+
export declare const BatchGetBuildBatchesOutputFilterSensitiveLog: (
|
|
1152
|
+
obj: BatchGetBuildBatchesOutput
|
|
1153
|
+
) => any;
|
|
1154
|
+
export declare const BatchGetBuildsInputFilterSensitiveLog: (
|
|
1155
|
+
obj: BatchGetBuildsInput
|
|
1156
|
+
) => any;
|
|
1157
|
+
export declare const DebugSessionFilterSensitiveLog: (obj: DebugSession) => any;
|
|
1158
|
+
export declare const ExportedEnvironmentVariableFilterSensitiveLog: (
|
|
1159
|
+
obj: ExportedEnvironmentVariable
|
|
1160
|
+
) => any;
|
|
1161
|
+
export declare const LogsLocationFilterSensitiveLog: (obj: LogsLocation) => any;
|
|
1162
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (
|
|
1163
|
+
obj: NetworkInterface
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const BuildPhaseFilterSensitiveLog: (obj: BuildPhase) => any;
|
|
1166
|
+
export declare const BuildFilterSensitiveLog: (obj: Build) => any;
|
|
1167
|
+
export declare const BatchGetBuildsOutputFilterSensitiveLog: (
|
|
1168
|
+
obj: BatchGetBuildsOutput
|
|
1169
|
+
) => any;
|
|
1170
|
+
export declare const BatchGetProjectsInputFilterSensitiveLog: (
|
|
1171
|
+
obj: BatchGetProjectsInput
|
|
1172
|
+
) => any;
|
|
1173
|
+
export declare const ProjectArtifactsFilterSensitiveLog: (
|
|
1174
|
+
obj: ProjectArtifacts
|
|
1175
|
+
) => any;
|
|
1176
|
+
export declare const ProjectBadgeFilterSensitiveLog: (obj: ProjectBadge) => any;
|
|
1177
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1178
|
+
export declare const WebhookFilterFilterSensitiveLog: (
|
|
1179
|
+
obj: WebhookFilter
|
|
1180
|
+
) => any;
|
|
1181
|
+
export declare const WebhookFilterSensitiveLog: (obj: Webhook) => any;
|
|
1182
|
+
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
1183
|
+
export declare const BatchGetProjectsOutputFilterSensitiveLog: (
|
|
1184
|
+
obj: BatchGetProjectsOutput
|
|
1185
|
+
) => any;
|
|
1186
|
+
export declare const BatchGetReportGroupsInputFilterSensitiveLog: (
|
|
1187
|
+
obj: BatchGetReportGroupsInput
|
|
1188
|
+
) => any;
|
|
1189
|
+
export declare const S3ReportExportConfigFilterSensitiveLog: (
|
|
1190
|
+
obj: S3ReportExportConfig
|
|
1191
|
+
) => any;
|
|
1192
|
+
export declare const ReportExportConfigFilterSensitiveLog: (
|
|
1193
|
+
obj: ReportExportConfig
|
|
1194
|
+
) => any;
|
|
1195
|
+
export declare const ReportGroupFilterSensitiveLog: (obj: ReportGroup) => any;
|
|
1196
|
+
export declare const BatchGetReportGroupsOutputFilterSensitiveLog: (
|
|
1197
|
+
obj: BatchGetReportGroupsOutput
|
|
1198
|
+
) => any;
|
|
1199
|
+
export declare const BatchGetReportsInputFilterSensitiveLog: (
|
|
1200
|
+
obj: BatchGetReportsInput
|
|
1201
|
+
) => any;
|
|
1202
|
+
export declare const CodeCoverageReportSummaryFilterSensitiveLog: (
|
|
1203
|
+
obj: CodeCoverageReportSummary
|
|
1204
|
+
) => any;
|
|
1205
|
+
export declare const TestReportSummaryFilterSensitiveLog: (
|
|
1206
|
+
obj: TestReportSummary
|
|
1207
|
+
) => any;
|
|
1208
|
+
export declare const ReportFilterSensitiveLog: (obj: Report) => any;
|
|
1209
|
+
export declare const BatchGetReportsOutputFilterSensitiveLog: (
|
|
1210
|
+
obj: BatchGetReportsOutput
|
|
1211
|
+
) => any;
|
|
1212
|
+
export declare const BuildBatchFilterFilterSensitiveLog: (
|
|
1213
|
+
obj: BuildBatchFilter
|
|
1214
|
+
) => any;
|
|
1215
|
+
export declare const CreateProjectInputFilterSensitiveLog: (
|
|
1216
|
+
obj: CreateProjectInput
|
|
1217
|
+
) => any;
|
|
1218
|
+
export declare const CreateProjectOutputFilterSensitiveLog: (
|
|
1219
|
+
obj: CreateProjectOutput
|
|
1220
|
+
) => any;
|
|
1221
|
+
export declare const CreateReportGroupInputFilterSensitiveLog: (
|
|
1222
|
+
obj: CreateReportGroupInput
|
|
1223
|
+
) => any;
|
|
1224
|
+
export declare const CreateReportGroupOutputFilterSensitiveLog: (
|
|
1225
|
+
obj: CreateReportGroupOutput
|
|
1226
|
+
) => any;
|
|
1227
|
+
export declare const CreateWebhookInputFilterSensitiveLog: (
|
|
1228
|
+
obj: CreateWebhookInput
|
|
1229
|
+
) => any;
|
|
1230
|
+
export declare const CreateWebhookOutputFilterSensitiveLog: (
|
|
1231
|
+
obj: CreateWebhookOutput
|
|
1232
|
+
) => any;
|
|
1233
|
+
export declare const DeleteBuildBatchInputFilterSensitiveLog: (
|
|
1234
|
+
obj: DeleteBuildBatchInput
|
|
1235
|
+
) => any;
|
|
1236
|
+
export declare const DeleteBuildBatchOutputFilterSensitiveLog: (
|
|
1237
|
+
obj: DeleteBuildBatchOutput
|
|
1238
|
+
) => any;
|
|
1239
|
+
export declare const DeleteProjectInputFilterSensitiveLog: (
|
|
1240
|
+
obj: DeleteProjectInput
|
|
1241
|
+
) => any;
|
|
1242
|
+
export declare const DeleteProjectOutputFilterSensitiveLog: (
|
|
1243
|
+
obj: DeleteProjectOutput
|
|
1244
|
+
) => any;
|
|
1245
|
+
export declare const DeleteReportInputFilterSensitiveLog: (
|
|
1246
|
+
obj: DeleteReportInput
|
|
1247
|
+
) => any;
|
|
1248
|
+
export declare const DeleteReportOutputFilterSensitiveLog: (
|
|
1249
|
+
obj: DeleteReportOutput
|
|
1250
|
+
) => any;
|
|
1251
|
+
export declare const DeleteReportGroupInputFilterSensitiveLog: (
|
|
1252
|
+
obj: DeleteReportGroupInput
|
|
1253
|
+
) => any;
|
|
1254
|
+
export declare const DeleteReportGroupOutputFilterSensitiveLog: (
|
|
1255
|
+
obj: DeleteReportGroupOutput
|
|
1256
|
+
) => any;
|
|
1257
|
+
export declare const DeleteResourcePolicyInputFilterSensitiveLog: (
|
|
1258
|
+
obj: DeleteResourcePolicyInput
|
|
1259
|
+
) => any;
|
|
1260
|
+
export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (
|
|
1261
|
+
obj: DeleteResourcePolicyOutput
|
|
1262
|
+
) => any;
|
|
1263
|
+
export declare const DeleteSourceCredentialsInputFilterSensitiveLog: (
|
|
1264
|
+
obj: DeleteSourceCredentialsInput
|
|
1265
|
+
) => any;
|
|
1266
|
+
export declare const DeleteSourceCredentialsOutputFilterSensitiveLog: (
|
|
1267
|
+
obj: DeleteSourceCredentialsOutput
|
|
1268
|
+
) => any;
|
|
1269
|
+
export declare const DeleteWebhookInputFilterSensitiveLog: (
|
|
1270
|
+
obj: DeleteWebhookInput
|
|
1271
|
+
) => any;
|
|
1272
|
+
export declare const DeleteWebhookOutputFilterSensitiveLog: (
|
|
1273
|
+
obj: DeleteWebhookOutput
|
|
1274
|
+
) => any;
|
|
1275
|
+
export declare const DescribeCodeCoveragesInputFilterSensitiveLog: (
|
|
1276
|
+
obj: DescribeCodeCoveragesInput
|
|
1277
|
+
) => any;
|
|
1278
|
+
export declare const CodeCoverageFilterSensitiveLog: (obj: CodeCoverage) => any;
|
|
1279
|
+
export declare const DescribeCodeCoveragesOutputFilterSensitiveLog: (
|
|
1280
|
+
obj: DescribeCodeCoveragesOutput
|
|
1281
|
+
) => any;
|
|
1282
|
+
export declare const TestCaseFilterFilterSensitiveLog: (
|
|
1283
|
+
obj: TestCaseFilter
|
|
1284
|
+
) => any;
|
|
1285
|
+
export declare const DescribeTestCasesInputFilterSensitiveLog: (
|
|
1286
|
+
obj: DescribeTestCasesInput
|
|
1287
|
+
) => any;
|
|
1288
|
+
export declare const TestCaseFilterSensitiveLog: (obj: TestCase) => any;
|
|
1289
|
+
export declare const DescribeTestCasesOutputFilterSensitiveLog: (
|
|
1290
|
+
obj: DescribeTestCasesOutput
|
|
1291
|
+
) => any;
|
|
1292
|
+
export declare const GetReportGroupTrendInputFilterSensitiveLog: (
|
|
1293
|
+
obj: GetReportGroupTrendInput
|
|
1294
|
+
) => any;
|
|
1295
|
+
export declare const ReportWithRawDataFilterSensitiveLog: (
|
|
1296
|
+
obj: ReportWithRawData
|
|
1297
|
+
) => any;
|
|
1298
|
+
export declare const ReportGroupTrendStatsFilterSensitiveLog: (
|
|
1299
|
+
obj: ReportGroupTrendStats
|
|
1300
|
+
) => any;
|
|
1301
|
+
export declare const GetReportGroupTrendOutputFilterSensitiveLog: (
|
|
1302
|
+
obj: GetReportGroupTrendOutput
|
|
1303
|
+
) => any;
|
|
1304
|
+
export declare const GetResourcePolicyInputFilterSensitiveLog: (
|
|
1305
|
+
obj: GetResourcePolicyInput
|
|
1306
|
+
) => any;
|
|
1307
|
+
export declare const GetResourcePolicyOutputFilterSensitiveLog: (
|
|
1308
|
+
obj: GetResourcePolicyOutput
|
|
1309
|
+
) => any;
|
|
1310
|
+
export declare const ImportSourceCredentialsInputFilterSensitiveLog: (
|
|
1311
|
+
obj: ImportSourceCredentialsInput
|
|
1312
|
+
) => any;
|
|
1313
|
+
export declare const ImportSourceCredentialsOutputFilterSensitiveLog: (
|
|
1314
|
+
obj: ImportSourceCredentialsOutput
|
|
1315
|
+
) => any;
|
|
1316
|
+
export declare const InvalidateProjectCacheInputFilterSensitiveLog: (
|
|
1317
|
+
obj: InvalidateProjectCacheInput
|
|
1318
|
+
) => any;
|
|
1319
|
+
export declare const InvalidateProjectCacheOutputFilterSensitiveLog: (
|
|
1320
|
+
obj: InvalidateProjectCacheOutput
|
|
1321
|
+
) => any;
|
|
1322
|
+
export declare const ListBuildBatchesInputFilterSensitiveLog: (
|
|
1323
|
+
obj: ListBuildBatchesInput
|
|
1324
|
+
) => any;
|
|
1325
|
+
export declare const ListBuildBatchesOutputFilterSensitiveLog: (
|
|
1326
|
+
obj: ListBuildBatchesOutput
|
|
1327
|
+
) => any;
|
|
1328
|
+
export declare const ListBuildBatchesForProjectInputFilterSensitiveLog: (
|
|
1329
|
+
obj: ListBuildBatchesForProjectInput
|
|
1330
|
+
) => any;
|
|
1331
|
+
export declare const ListBuildBatchesForProjectOutputFilterSensitiveLog: (
|
|
1332
|
+
obj: ListBuildBatchesForProjectOutput
|
|
1333
|
+
) => any;
|
|
1334
|
+
export declare const ListBuildsInputFilterSensitiveLog: (
|
|
1335
|
+
obj: ListBuildsInput
|
|
1336
|
+
) => any;
|
|
1337
|
+
export declare const ListBuildsOutputFilterSensitiveLog: (
|
|
1338
|
+
obj: ListBuildsOutput
|
|
1339
|
+
) => any;
|
|
1340
|
+
export declare const ListBuildsForProjectInputFilterSensitiveLog: (
|
|
1341
|
+
obj: ListBuildsForProjectInput
|
|
1342
|
+
) => any;
|
|
1343
|
+
export declare const ListBuildsForProjectOutputFilterSensitiveLog: (
|
|
1344
|
+
obj: ListBuildsForProjectOutput
|
|
1345
|
+
) => any;
|
|
1346
|
+
export declare const ListCuratedEnvironmentImagesInputFilterSensitiveLog: (
|
|
1347
|
+
obj: ListCuratedEnvironmentImagesInput
|
|
1348
|
+
) => any;
|
|
1349
|
+
export declare const EnvironmentImageFilterSensitiveLog: (
|
|
1350
|
+
obj: EnvironmentImage
|
|
1351
|
+
) => any;
|
|
1352
|
+
export declare const EnvironmentLanguageFilterSensitiveLog: (
|
|
1353
|
+
obj: EnvironmentLanguage
|
|
1354
|
+
) => any;
|
|
1355
|
+
export declare const EnvironmentPlatformFilterSensitiveLog: (
|
|
1356
|
+
obj: EnvironmentPlatform
|
|
1357
|
+
) => any;
|
|
1358
|
+
export declare const ListCuratedEnvironmentImagesOutputFilterSensitiveLog: (
|
|
1359
|
+
obj: ListCuratedEnvironmentImagesOutput
|
|
1360
|
+
) => any;
|
|
1361
|
+
export declare const ListProjectsInputFilterSensitiveLog: (
|
|
1362
|
+
obj: ListProjectsInput
|
|
1363
|
+
) => any;
|
|
1364
|
+
export declare const ListProjectsOutputFilterSensitiveLog: (
|
|
1365
|
+
obj: ListProjectsOutput
|
|
1366
|
+
) => any;
|
|
1367
|
+
export declare const ListReportGroupsInputFilterSensitiveLog: (
|
|
1368
|
+
obj: ListReportGroupsInput
|
|
1369
|
+
) => any;
|
|
1370
|
+
export declare const ListReportGroupsOutputFilterSensitiveLog: (
|
|
1371
|
+
obj: ListReportGroupsOutput
|
|
1372
|
+
) => any;
|
|
1373
|
+
export declare const ReportFilterFilterSensitiveLog: (obj: ReportFilter) => any;
|
|
1374
|
+
export declare const ListReportsInputFilterSensitiveLog: (
|
|
1375
|
+
obj: ListReportsInput
|
|
1376
|
+
) => any;
|
|
1377
|
+
export declare const ListReportsOutputFilterSensitiveLog: (
|
|
1378
|
+
obj: ListReportsOutput
|
|
1379
|
+
) => any;
|
|
1380
|
+
export declare const ListReportsForReportGroupInputFilterSensitiveLog: (
|
|
1381
|
+
obj: ListReportsForReportGroupInput
|
|
1382
|
+
) => any;
|
|
1383
|
+
export declare const ListReportsForReportGroupOutputFilterSensitiveLog: (
|
|
1384
|
+
obj: ListReportsForReportGroupOutput
|
|
1385
|
+
) => any;
|
|
1386
|
+
export declare const ListSharedProjectsInputFilterSensitiveLog: (
|
|
1387
|
+
obj: ListSharedProjectsInput
|
|
1388
|
+
) => any;
|
|
1389
|
+
export declare const ListSharedProjectsOutputFilterSensitiveLog: (
|
|
1390
|
+
obj: ListSharedProjectsOutput
|
|
1391
|
+
) => any;
|
|
1392
|
+
export declare const ListSharedReportGroupsInputFilterSensitiveLog: (
|
|
1393
|
+
obj: ListSharedReportGroupsInput
|
|
1394
|
+
) => any;
|
|
1395
|
+
export declare const ListSharedReportGroupsOutputFilterSensitiveLog: (
|
|
1396
|
+
obj: ListSharedReportGroupsOutput
|
|
1397
|
+
) => any;
|
|
1398
|
+
export declare const ListSourceCredentialsInputFilterSensitiveLog: (
|
|
1399
|
+
obj: ListSourceCredentialsInput
|
|
1400
|
+
) => any;
|
|
1401
|
+
export declare const SourceCredentialsInfoFilterSensitiveLog: (
|
|
1402
|
+
obj: SourceCredentialsInfo
|
|
1403
|
+
) => any;
|
|
1404
|
+
export declare const ListSourceCredentialsOutputFilterSensitiveLog: (
|
|
1405
|
+
obj: ListSourceCredentialsOutput
|
|
1406
|
+
) => any;
|
|
1407
|
+
export declare const PutResourcePolicyInputFilterSensitiveLog: (
|
|
1408
|
+
obj: PutResourcePolicyInput
|
|
1409
|
+
) => any;
|
|
1410
|
+
export declare const PutResourcePolicyOutputFilterSensitiveLog: (
|
|
1411
|
+
obj: PutResourcePolicyOutput
|
|
1412
|
+
) => any;
|
|
1413
|
+
export declare const RetryBuildInputFilterSensitiveLog: (
|
|
1414
|
+
obj: RetryBuildInput
|
|
1415
|
+
) => any;
|
|
1416
|
+
export declare const RetryBuildOutputFilterSensitiveLog: (
|
|
1417
|
+
obj: RetryBuildOutput
|
|
1418
|
+
) => any;
|
|
1419
|
+
export declare const RetryBuildBatchInputFilterSensitiveLog: (
|
|
1420
|
+
obj: RetryBuildBatchInput
|
|
1421
|
+
) => any;
|
|
1422
|
+
export declare const RetryBuildBatchOutputFilterSensitiveLog: (
|
|
1423
|
+
obj: RetryBuildBatchOutput
|
|
1424
|
+
) => any;
|
|
1425
|
+
export declare const StartBuildInputFilterSensitiveLog: (
|
|
1426
|
+
obj: StartBuildInput
|
|
1427
|
+
) => any;
|
|
1428
|
+
export declare const StartBuildOutputFilterSensitiveLog: (
|
|
1429
|
+
obj: StartBuildOutput
|
|
1430
|
+
) => any;
|
|
1431
|
+
export declare const StartBuildBatchInputFilterSensitiveLog: (
|
|
1432
|
+
obj: StartBuildBatchInput
|
|
1433
|
+
) => any;
|
|
1434
|
+
export declare const StartBuildBatchOutputFilterSensitiveLog: (
|
|
1435
|
+
obj: StartBuildBatchOutput
|
|
1436
|
+
) => any;
|
|
1437
|
+
export declare const StopBuildInputFilterSensitiveLog: (
|
|
1438
|
+
obj: StopBuildInput
|
|
1439
|
+
) => any;
|
|
1440
|
+
export declare const StopBuildOutputFilterSensitiveLog: (
|
|
1441
|
+
obj: StopBuildOutput
|
|
1442
|
+
) => any;
|
|
1443
|
+
export declare const StopBuildBatchInputFilterSensitiveLog: (
|
|
1444
|
+
obj: StopBuildBatchInput
|
|
1445
|
+
) => any;
|
|
1446
|
+
export declare const StopBuildBatchOutputFilterSensitiveLog: (
|
|
1447
|
+
obj: StopBuildBatchOutput
|
|
1448
|
+
) => any;
|
|
1449
|
+
export declare const UpdateProjectInputFilterSensitiveLog: (
|
|
1450
|
+
obj: UpdateProjectInput
|
|
1451
|
+
) => any;
|
|
1452
|
+
export declare const UpdateProjectOutputFilterSensitiveLog: (
|
|
1453
|
+
obj: UpdateProjectOutput
|
|
1454
|
+
) => any;
|
|
1455
|
+
export declare const UpdateProjectVisibilityInputFilterSensitiveLog: (
|
|
1456
|
+
obj: UpdateProjectVisibilityInput
|
|
1457
|
+
) => any;
|
|
1458
|
+
export declare const UpdateProjectVisibilityOutputFilterSensitiveLog: (
|
|
1459
|
+
obj: UpdateProjectVisibilityOutput
|
|
1460
|
+
) => any;
|
|
1461
|
+
export declare const UpdateReportGroupInputFilterSensitiveLog: (
|
|
1462
|
+
obj: UpdateReportGroupInput
|
|
1463
|
+
) => any;
|
|
1464
|
+
export declare const UpdateReportGroupOutputFilterSensitiveLog: (
|
|
1465
|
+
obj: UpdateReportGroupOutput
|
|
1466
|
+
) => any;
|
|
1467
|
+
export declare const UpdateWebhookInputFilterSensitiveLog: (
|
|
1468
|
+
obj: UpdateWebhookInput
|
|
1469
|
+
) => any;
|
|
1470
|
+
export declare const UpdateWebhookOutputFilterSensitiveLog: (
|
|
1471
|
+
obj: UpdateWebhookOutput
|
|
1472
|
+
) => any;
|