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