@aws-sdk/client-codebuild 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeBuild.d.ts +769 -230
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +374 -118
  4. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +32 -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 +7 -6
  53. package/dist-types/ts3.4/models/index.d.ts +1 -1
  54. package/dist-types/ts3.4/models/models_0.d.ts +1472 -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 +65 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  74. package/package.json +34 -34
@@ -1,1996 +1,1472 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException";
3
-
4
- 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
+ export declare class AccountLimitExceededException extends __BaseException {
4
+ readonly name: "AccountLimitExceededException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccountLimitExceededException, __BaseException>
8
+ );
9
+ }
10
+ export declare enum ArtifactNamespace {
11
+ BUILD_ID = "BUILD_ID",
12
+ NONE = "NONE",
13
+ }
14
+ export declare enum ArtifactPackaging {
15
+ NONE = "NONE",
16
+ ZIP = "ZIP",
17
+ }
18
+ export declare enum ArtifactsType {
19
+ CODEPIPELINE = "CODEPIPELINE",
20
+ NO_ARTIFACTS = "NO_ARTIFACTS",
21
+ S3 = "S3",
22
+ }
23
+ export declare enum AuthType {
24
+ BASIC_AUTH = "BASIC_AUTH",
25
+ OAUTH = "OAUTH",
26
+ PERSONAL_ACCESS_TOKEN = "PERSONAL_ACCESS_TOKEN",
27
+ }
28
+ export interface BatchDeleteBuildsInput {
29
+ ids: string[] | undefined;
30
+ }
31
+ export interface BuildNotDeleted {
32
+ id?: string;
33
+ statusCode?: string;
34
+ }
35
+ export interface BatchDeleteBuildsOutput {
36
+ buildsDeleted?: string[];
37
+ buildsNotDeleted?: BuildNotDeleted[];
38
+ }
39
+ export declare class InvalidInputException extends __BaseException {
40
+ readonly name: "InvalidInputException";
41
+ readonly $fault: "client";
42
+ constructor(
43
+ opts: __ExceptionOptionType<InvalidInputException, __BaseException>
44
+ );
45
+ }
46
+ export interface BatchGetBuildBatchesInput {
47
+ ids: string[] | undefined;
48
+ }
49
+ export declare enum BucketOwnerAccess {
50
+ FULL = "FULL",
51
+ NONE = "NONE",
52
+ READ_ONLY = "READ_ONLY",
53
+ }
54
+ export interface BuildArtifacts {
55
+ location?: string;
56
+ sha256sum?: string;
57
+ md5sum?: string;
58
+ overrideArtifactName?: boolean;
59
+ encryptionDisabled?: boolean;
60
+ artifactIdentifier?: string;
61
+ bucketOwnerAccess?: BucketOwnerAccess | string;
62
+ }
63
+ export declare enum BatchReportModeType {
64
+ REPORT_AGGREGATED_BATCH = "REPORT_AGGREGATED_BATCH",
65
+ REPORT_INDIVIDUAL_BUILDS = "REPORT_INDIVIDUAL_BUILDS",
66
+ }
67
+ export interface BatchRestrictions {
68
+ maximumBuildsAllowed?: number;
69
+ computeTypesAllowed?: string[];
70
+ }
71
+ export interface ProjectBuildBatchConfig {
72
+ serviceRole?: string;
73
+ combineArtifacts?: boolean;
74
+ restrictions?: BatchRestrictions;
75
+ timeoutInMins?: number;
76
+ batchReportMode?: BatchReportModeType | string;
77
+ }
78
+ export declare enum StatusType {
79
+ FAILED = "FAILED",
80
+ FAULT = "FAULT",
81
+ IN_PROGRESS = "IN_PROGRESS",
82
+ STOPPED = "STOPPED",
83
+ SUCCEEDED = "SUCCEEDED",
84
+ TIMED_OUT = "TIMED_OUT",
85
+ }
86
+ export interface ResolvedArtifact {
87
+ type?: ArtifactsType | string;
88
+ location?: string;
89
+ identifier?: string;
90
+ }
91
+ export interface BuildSummary {
92
+ arn?: string;
93
+ requestedOn?: Date;
94
+ buildStatus?: StatusType | string;
95
+ primaryArtifact?: ResolvedArtifact;
96
+ secondaryArtifacts?: ResolvedArtifact[];
97
+ }
98
+ export interface BuildGroup {
99
+ identifier?: string;
100
+ dependsOn?: string[];
101
+ ignoreFailure?: boolean;
102
+ currentBuildSummary?: BuildSummary;
103
+ priorBuildSummaryList?: BuildSummary[];
104
+ }
105
+ export declare enum CacheMode {
106
+ LOCAL_CUSTOM_CACHE = "LOCAL_CUSTOM_CACHE",
107
+ LOCAL_DOCKER_LAYER_CACHE = "LOCAL_DOCKER_LAYER_CACHE",
108
+ LOCAL_SOURCE_CACHE = "LOCAL_SOURCE_CACHE",
109
+ }
110
+ export declare enum CacheType {
111
+ LOCAL = "LOCAL",
112
+ NO_CACHE = "NO_CACHE",
113
+ S3 = "S3",
114
+ }
115
+ export interface ProjectCache {
116
+ type: CacheType | string | undefined;
117
+ location?: string;
118
+ modes?: (CacheMode | string)[];
119
+ }
120
+ export declare enum ComputeType {
121
+ BUILD_GENERAL1_2XLARGE = "BUILD_GENERAL1_2XLARGE",
122
+ BUILD_GENERAL1_LARGE = "BUILD_GENERAL1_LARGE",
123
+ BUILD_GENERAL1_MEDIUM = "BUILD_GENERAL1_MEDIUM",
124
+ BUILD_GENERAL1_SMALL = "BUILD_GENERAL1_SMALL",
125
+ }
126
+ export declare enum EnvironmentVariableType {
127
+ PARAMETER_STORE = "PARAMETER_STORE",
128
+ PLAINTEXT = "PLAINTEXT",
129
+ SECRETS_MANAGER = "SECRETS_MANAGER",
130
+ }
131
+ export interface EnvironmentVariable {
132
+ name: string | undefined;
133
+ value: string | undefined;
134
+ type?: EnvironmentVariableType | string;
135
+ }
136
+ export declare enum ImagePullCredentialsType {
137
+ CODEBUILD = "CODEBUILD",
138
+ SERVICE_ROLE = "SERVICE_ROLE",
139
+ }
140
+ export declare enum CredentialProviderType {
141
+ SECRETS_MANAGER = "SECRETS_MANAGER",
142
+ }
143
+ export interface RegistryCredential {
144
+ credential: string | undefined;
145
+ credentialProvider: CredentialProviderType | string | undefined;
146
+ }
147
+ export declare enum EnvironmentType {
148
+ ARM_CONTAINER = "ARM_CONTAINER",
149
+ LINUX_CONTAINER = "LINUX_CONTAINER",
150
+ LINUX_GPU_CONTAINER = "LINUX_GPU_CONTAINER",
151
+ WINDOWS_CONTAINER = "WINDOWS_CONTAINER",
152
+ WINDOWS_SERVER_2019_CONTAINER = "WINDOWS_SERVER_2019_CONTAINER",
153
+ }
154
+ export interface ProjectEnvironment {
155
+ type: EnvironmentType | string | undefined;
156
+ image: string | undefined;
157
+ computeType: ComputeType | string | undefined;
158
+ environmentVariables?: EnvironmentVariable[];
159
+ privilegedMode?: boolean;
160
+ certificate?: string;
161
+ registryCredential?: RegistryCredential;
162
+ imagePullCredentialsType?: ImagePullCredentialsType | string;
163
+ }
164
+ export declare enum FileSystemType {
165
+ EFS = "EFS",
166
+ }
167
+ export interface ProjectFileSystemLocation {
168
+ type?: FileSystemType | string;
169
+ location?: string;
170
+ mountPoint?: string;
171
+ identifier?: string;
172
+ mountOptions?: string;
173
+ }
174
+ export declare enum LogsConfigStatusType {
175
+ DISABLED = "DISABLED",
176
+ ENABLED = "ENABLED",
177
+ }
178
+ export interface CloudWatchLogsConfig {
179
+ status: LogsConfigStatusType | string | undefined;
180
+ groupName?: string;
181
+ streamName?: string;
182
+ }
183
+ export interface S3LogsConfig {
184
+ status: LogsConfigStatusType | string | undefined;
185
+ location?: string;
186
+ encryptionDisabled?: boolean;
187
+ bucketOwnerAccess?: BucketOwnerAccess | string;
188
+ }
189
+ export interface LogsConfig {
190
+ cloudWatchLogs?: CloudWatchLogsConfig;
191
+ s3Logs?: S3LogsConfig;
192
+ }
193
+ export interface PhaseContext {
194
+ statusCode?: string;
195
+ message?: string;
196
+ }
197
+ export declare enum BuildBatchPhaseType {
198
+ COMBINE_ARTIFACTS = "COMBINE_ARTIFACTS",
199
+ DOWNLOAD_BATCHSPEC = "DOWNLOAD_BATCHSPEC",
200
+ FAILED = "FAILED",
201
+ IN_PROGRESS = "IN_PROGRESS",
202
+ STOPPED = "STOPPED",
203
+ SUBMITTED = "SUBMITTED",
204
+ SUCCEEDED = "SUCCEEDED",
205
+ }
206
+ export interface BuildBatchPhase {
207
+ phaseType?: BuildBatchPhaseType | string;
208
+ phaseStatus?: StatusType | string;
209
+ startTime?: Date;
210
+ endTime?: Date;
211
+ durationInSeconds?: number;
212
+ contexts?: PhaseContext[];
213
+ }
214
+ export declare enum SourceAuthType {
215
+ OAUTH = "OAUTH",
216
+ }
217
+ export interface SourceAuth {
218
+ type: SourceAuthType | string | undefined;
219
+ resource?: string;
220
+ }
221
+ export interface BuildStatusConfig {
222
+ context?: string;
223
+ targetUrl?: string;
224
+ }
225
+ export interface GitSubmodulesConfig {
226
+ fetchSubmodules: boolean | undefined;
227
+ }
228
+ export declare enum SourceType {
229
+ BITBUCKET = "BITBUCKET",
230
+ CODECOMMIT = "CODECOMMIT",
231
+ CODEPIPELINE = "CODEPIPELINE",
232
+ GITHUB = "GITHUB",
233
+ GITHUB_ENTERPRISE = "GITHUB_ENTERPRISE",
234
+ NO_SOURCE = "NO_SOURCE",
235
+ S3 = "S3",
236
+ }
237
+ export interface ProjectSource {
238
+ type: SourceType | string | undefined;
239
+ location?: string;
240
+ gitCloneDepth?: number;
241
+ gitSubmodulesConfig?: GitSubmodulesConfig;
242
+ buildspec?: string;
243
+ auth?: SourceAuth;
244
+ reportBuildStatus?: boolean;
245
+ buildStatusConfig?: BuildStatusConfig;
246
+ insecureSsl?: boolean;
247
+ sourceIdentifier?: string;
248
+ }
249
+ export interface ProjectSourceVersion {
250
+ sourceIdentifier: string | undefined;
251
+ sourceVersion: string | undefined;
252
+ }
253
+ export interface VpcConfig {
254
+ vpcId?: string;
255
+ subnets?: string[];
256
+ securityGroupIds?: string[];
257
+ }
258
+ export interface BuildBatch {
259
+ id?: string;
260
+ arn?: string;
261
+ startTime?: Date;
262
+ endTime?: Date;
263
+ currentPhase?: string;
264
+ buildBatchStatus?: StatusType | string;
265
+ sourceVersion?: string;
266
+ resolvedSourceVersion?: string;
267
+ projectName?: string;
268
+ phases?: BuildBatchPhase[];
269
+ source?: ProjectSource;
270
+ secondarySources?: ProjectSource[];
271
+ secondarySourceVersions?: ProjectSourceVersion[];
272
+ artifacts?: BuildArtifacts;
273
+ secondaryArtifacts?: BuildArtifacts[];
274
+ cache?: ProjectCache;
275
+ environment?: ProjectEnvironment;
276
+ serviceRole?: string;
277
+ logConfig?: LogsConfig;
278
+ buildTimeoutInMinutes?: number;
279
+ queuedTimeoutInMinutes?: number;
280
+ complete?: boolean;
281
+ initiator?: string;
282
+ vpcConfig?: VpcConfig;
283
+ encryptionKey?: string;
284
+ buildBatchNumber?: number;
285
+ fileSystemLocations?: ProjectFileSystemLocation[];
286
+ buildBatchConfig?: ProjectBuildBatchConfig;
287
+ buildGroups?: BuildGroup[];
288
+ debugSessionEnabled?: boolean;
289
+ }
290
+ export interface BatchGetBuildBatchesOutput {
291
+ buildBatches?: BuildBatch[];
292
+ buildBatchesNotFound?: string[];
293
+ }
294
+ export interface BatchGetBuildsInput {
295
+ ids: string[] | undefined;
296
+ }
297
+ export interface DebugSession {
298
+ sessionEnabled?: boolean;
299
+ sessionTarget?: string;
300
+ }
301
+ export interface ExportedEnvironmentVariable {
302
+ name?: string;
303
+ value?: string;
304
+ }
305
+ export interface LogsLocation {
306
+ groupName?: string;
307
+ streamName?: string;
308
+ deepLink?: string;
309
+ s3DeepLink?: string;
310
+ cloudWatchLogsArn?: string;
311
+ s3LogsArn?: string;
312
+ cloudWatchLogs?: CloudWatchLogsConfig;
313
+ s3Logs?: S3LogsConfig;
314
+ }
315
+ export interface NetworkInterface {
316
+ subnetId?: string;
317
+ networkInterfaceId?: string;
318
+ }
319
+ export declare enum BuildPhaseType {
320
+ BUILD = "BUILD",
321
+ COMPLETED = "COMPLETED",
322
+ DOWNLOAD_SOURCE = "DOWNLOAD_SOURCE",
323
+ FINALIZING = "FINALIZING",
324
+ INSTALL = "INSTALL",
325
+ POST_BUILD = "POST_BUILD",
326
+ PRE_BUILD = "PRE_BUILD",
327
+ PROVISIONING = "PROVISIONING",
328
+ QUEUED = "QUEUED",
329
+ SUBMITTED = "SUBMITTED",
330
+ UPLOAD_ARTIFACTS = "UPLOAD_ARTIFACTS",
331
+ }
332
+ export interface BuildPhase {
333
+ phaseType?: BuildPhaseType | string;
334
+ phaseStatus?: StatusType | string;
335
+ startTime?: Date;
336
+ endTime?: Date;
337
+ durationInSeconds?: number;
338
+ contexts?: PhaseContext[];
339
+ }
340
+ export interface Build {
341
+ id?: string;
342
+ arn?: string;
343
+ buildNumber?: number;
344
+ startTime?: Date;
345
+ endTime?: Date;
346
+ currentPhase?: string;
347
+ buildStatus?: StatusType | string;
348
+ sourceVersion?: string;
349
+ resolvedSourceVersion?: string;
350
+ projectName?: string;
351
+ phases?: BuildPhase[];
352
+ source?: ProjectSource;
353
+ secondarySources?: ProjectSource[];
354
+ secondarySourceVersions?: ProjectSourceVersion[];
355
+ artifacts?: BuildArtifacts;
356
+ secondaryArtifacts?: BuildArtifacts[];
357
+ cache?: ProjectCache;
358
+ environment?: ProjectEnvironment;
359
+ serviceRole?: string;
360
+ logs?: LogsLocation;
361
+ timeoutInMinutes?: number;
362
+ queuedTimeoutInMinutes?: number;
363
+ buildComplete?: boolean;
364
+ initiator?: string;
365
+ vpcConfig?: VpcConfig;
366
+ networkInterface?: NetworkInterface;
367
+ encryptionKey?: string;
368
+ exportedEnvironmentVariables?: ExportedEnvironmentVariable[];
369
+ reportArns?: string[];
370
+ fileSystemLocations?: ProjectFileSystemLocation[];
371
+ debugSession?: DebugSession;
372
+ buildBatchArn?: string;
373
+ }
374
+ export interface BatchGetBuildsOutput {
375
+ builds?: Build[];
376
+ buildsNotFound?: string[];
377
+ }
378
+ export interface BatchGetProjectsInput {
379
+ names: string[] | undefined;
380
+ }
381
+ export interface ProjectArtifacts {
382
+ type: ArtifactsType | string | undefined;
383
+ location?: string;
384
+ path?: string;
385
+ namespaceType?: ArtifactNamespace | string;
386
+ name?: string;
387
+ packaging?: ArtifactPackaging | string;
388
+ overrideArtifactName?: boolean;
389
+ encryptionDisabled?: boolean;
390
+ artifactIdentifier?: string;
391
+ bucketOwnerAccess?: BucketOwnerAccess | string;
392
+ }
393
+ export interface ProjectBadge {
394
+ badgeEnabled?: boolean;
395
+ badgeRequestUrl?: string;
396
+ }
397
+ export declare enum ProjectVisibilityType {
398
+ PRIVATE = "PRIVATE",
399
+ PUBLIC_READ = "PUBLIC_READ",
400
+ }
401
+ export interface Tag {
402
+ key?: string;
403
+ value?: string;
404
+ }
405
+ export declare enum WebhookBuildType {
406
+ BUILD = "BUILD",
407
+ BUILD_BATCH = "BUILD_BATCH",
408
+ }
409
+ export declare enum WebhookFilterType {
410
+ ACTOR_ACCOUNT_ID = "ACTOR_ACCOUNT_ID",
411
+ BASE_REF = "BASE_REF",
412
+ COMMIT_MESSAGE = "COMMIT_MESSAGE",
413
+ EVENT = "EVENT",
414
+ FILE_PATH = "FILE_PATH",
415
+ HEAD_REF = "HEAD_REF",
416
+ }
417
+ export interface WebhookFilter {
418
+ type: WebhookFilterType | string | undefined;
419
+ pattern: string | undefined;
420
+ excludeMatchedPattern?: boolean;
421
+ }
422
+ export interface Webhook {
423
+ url?: string;
424
+ payloadUrl?: string;
425
+ secret?: string;
426
+ branchFilter?: string;
427
+ filterGroups?: WebhookFilter[][];
428
+ buildType?: WebhookBuildType | string;
429
+ lastModifiedSecret?: Date;
430
+ }
431
+ export interface Project {
432
+ name?: string;
433
+ arn?: string;
434
+ description?: string;
435
+ source?: ProjectSource;
436
+ secondarySources?: ProjectSource[];
437
+ sourceVersion?: string;
438
+ secondarySourceVersions?: ProjectSourceVersion[];
439
+ artifacts?: ProjectArtifacts;
440
+ secondaryArtifacts?: ProjectArtifacts[];
441
+ cache?: ProjectCache;
442
+ environment?: ProjectEnvironment;
443
+ serviceRole?: string;
444
+ timeoutInMinutes?: number;
445
+ queuedTimeoutInMinutes?: number;
446
+ encryptionKey?: string;
447
+ tags?: Tag[];
448
+ created?: Date;
449
+ lastModified?: Date;
450
+ webhook?: Webhook;
451
+ vpcConfig?: VpcConfig;
452
+ badge?: ProjectBadge;
453
+ logsConfig?: LogsConfig;
454
+ fileSystemLocations?: ProjectFileSystemLocation[];
455
+ buildBatchConfig?: ProjectBuildBatchConfig;
456
+ concurrentBuildLimit?: number;
457
+ projectVisibility?: ProjectVisibilityType | string;
458
+ publicProjectAlias?: string;
459
+ resourceAccessRole?: string;
460
+ }
461
+ export interface BatchGetProjectsOutput {
462
+ projects?: Project[];
463
+ projectsNotFound?: string[];
464
+ }
465
+ export interface BatchGetReportGroupsInput {
466
+ reportGroupArns: string[] | undefined;
467
+ }
468
+ export declare enum ReportExportConfigType {
469
+ NO_EXPORT = "NO_EXPORT",
470
+ S3 = "S3",
471
+ }
472
+ export declare enum ReportPackagingType {
473
+ NONE = "NONE",
474
+ ZIP = "ZIP",
475
+ }
476
+ export interface S3ReportExportConfig {
477
+ bucket?: string;
478
+ bucketOwner?: string;
479
+ path?: string;
480
+ packaging?: ReportPackagingType | string;
481
+ encryptionKey?: string;
482
+ encryptionDisabled?: boolean;
483
+ }
484
+ export interface ReportExportConfig {
485
+ exportConfigType?: ReportExportConfigType | string;
486
+ s3Destination?: S3ReportExportConfig;
487
+ }
488
+ export declare enum ReportGroupStatusType {
489
+ ACTIVE = "ACTIVE",
490
+ DELETING = "DELETING",
491
+ }
492
+ export declare enum ReportType {
493
+ CODE_COVERAGE = "CODE_COVERAGE",
494
+ TEST = "TEST",
495
+ }
496
+ export interface ReportGroup {
497
+ arn?: string;
498
+ name?: string;
499
+ type?: ReportType | string;
500
+ exportConfig?: ReportExportConfig;
501
+ created?: Date;
502
+ lastModified?: Date;
503
+ tags?: Tag[];
504
+ status?: ReportGroupStatusType | string;
505
+ }
506
+ export interface BatchGetReportGroupsOutput {
507
+ reportGroups?: ReportGroup[];
508
+ reportGroupsNotFound?: string[];
509
+ }
510
+ export interface BatchGetReportsInput {
511
+ reportArns: string[] | undefined;
512
+ }
513
+ export interface CodeCoverageReportSummary {
514
+ lineCoveragePercentage?: number;
515
+ linesCovered?: number;
516
+ linesMissed?: number;
517
+ branchCoveragePercentage?: number;
518
+ branchesCovered?: number;
519
+ branchesMissed?: number;
520
+ }
521
+ export declare enum ReportStatusType {
522
+ DELETING = "DELETING",
523
+ FAILED = "FAILED",
524
+ GENERATING = "GENERATING",
525
+ INCOMPLETE = "INCOMPLETE",
526
+ SUCCEEDED = "SUCCEEDED",
527
+ }
528
+ export interface TestReportSummary {
529
+ total: number | undefined;
530
+ statusCounts: Record<string, number> | undefined;
531
+ durationInNanoSeconds: number | undefined;
532
+ }
533
+ export interface Report {
534
+ arn?: string;
535
+ type?: ReportType | string;
536
+ name?: string;
537
+ reportGroupArn?: string;
538
+ executionId?: string;
539
+ status?: ReportStatusType | string;
540
+ created?: Date;
541
+ expired?: Date;
542
+ exportConfig?: ReportExportConfig;
543
+ truncated?: boolean;
544
+ testSummary?: TestReportSummary;
545
+ codeCoverageSummary?: CodeCoverageReportSummary;
546
+ }
547
+ export interface BatchGetReportsOutput {
548
+ reports?: Report[];
549
+ reportsNotFound?: string[];
550
+ }
551
+ export interface BuildBatchFilter {
552
+ status?: StatusType | string;
553
+ }
554
+ export interface CreateProjectInput {
555
+ name: string | undefined;
556
+ description?: string;
557
+ source: ProjectSource | undefined;
558
+ secondarySources?: ProjectSource[];
559
+ sourceVersion?: string;
560
+ secondarySourceVersions?: ProjectSourceVersion[];
561
+ artifacts: ProjectArtifacts | undefined;
562
+ secondaryArtifacts?: ProjectArtifacts[];
563
+ cache?: ProjectCache;
564
+ environment: ProjectEnvironment | undefined;
565
+ serviceRole: string | undefined;
566
+ timeoutInMinutes?: number;
567
+ queuedTimeoutInMinutes?: number;
568
+ encryptionKey?: string;
569
+ tags?: Tag[];
570
+ vpcConfig?: VpcConfig;
571
+ badgeEnabled?: boolean;
572
+ logsConfig?: LogsConfig;
573
+ fileSystemLocations?: ProjectFileSystemLocation[];
574
+ buildBatchConfig?: ProjectBuildBatchConfig;
575
+ concurrentBuildLimit?: number;
576
+ }
577
+ export interface CreateProjectOutput {
578
+ project?: Project;
579
+ }
580
+ export declare class ResourceAlreadyExistsException extends __BaseException {
581
+ readonly name: "ResourceAlreadyExistsException";
582
+ readonly $fault: "client";
583
+ constructor(
584
+ opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
585
+ );
586
+ }
587
+ export interface CreateReportGroupInput {
588
+ name: string | undefined;
589
+ type: ReportType | string | undefined;
590
+ exportConfig: ReportExportConfig | undefined;
591
+ tags?: Tag[];
592
+ }
593
+ export interface CreateReportGroupOutput {
594
+ reportGroup?: ReportGroup;
595
+ }
596
+ export interface CreateWebhookInput {
597
+ projectName: string | undefined;
598
+ branchFilter?: string;
599
+ filterGroups?: WebhookFilter[][];
600
+ buildType?: WebhookBuildType | string;
601
+ }
602
+ export interface CreateWebhookOutput {
603
+ webhook?: Webhook;
604
+ }
605
+ export declare class OAuthProviderException extends __BaseException {
606
+ readonly name: "OAuthProviderException";
607
+ readonly $fault: "client";
608
+ constructor(
609
+ opts: __ExceptionOptionType<OAuthProviderException, __BaseException>
610
+ );
611
+ }
612
+ export declare class ResourceNotFoundException extends __BaseException {
613
+ readonly name: "ResourceNotFoundException";
614
+ readonly $fault: "client";
615
+ constructor(
616
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
617
+ );
618
+ }
619
+ export interface DeleteBuildBatchInput {
620
+ id: string | undefined;
621
+ }
622
+ export interface DeleteBuildBatchOutput {
623
+ statusCode?: string;
624
+ buildsDeleted?: string[];
625
+ buildsNotDeleted?: BuildNotDeleted[];
626
+ }
627
+ export interface DeleteProjectInput {
628
+ name: string | undefined;
629
+ }
630
+ export interface DeleteProjectOutput {}
631
+ export interface DeleteReportInput {
632
+ arn: string | undefined;
633
+ }
634
+ export interface DeleteReportOutput {}
635
+ export interface DeleteReportGroupInput {
636
+ arn: string | undefined;
637
+ deleteReports?: boolean;
638
+ }
639
+ export interface DeleteReportGroupOutput {}
640
+ export interface DeleteResourcePolicyInput {
641
+ resourceArn: string | undefined;
642
+ }
643
+ export interface DeleteResourcePolicyOutput {}
644
+ export interface DeleteSourceCredentialsInput {
645
+ arn: string | undefined;
646
+ }
647
+ export interface DeleteSourceCredentialsOutput {
648
+ arn?: string;
649
+ }
650
+ export interface DeleteWebhookInput {
651
+ projectName: string | undefined;
652
+ }
653
+ export interface DeleteWebhookOutput {}
654
+ export declare enum ReportCodeCoverageSortByType {
655
+ FILE_PATH = "FILE_PATH",
656
+ LINE_COVERAGE_PERCENTAGE = "LINE_COVERAGE_PERCENTAGE",
657
+ }
658
+ export declare enum SortOrderType {
659
+ ASCENDING = "ASCENDING",
660
+ DESCENDING = "DESCENDING",
661
+ }
662
+ export interface DescribeCodeCoveragesInput {
663
+ reportArn: string | undefined;
664
+ nextToken?: string;
665
+ maxResults?: number;
666
+ sortOrder?: SortOrderType | string;
667
+ sortBy?: ReportCodeCoverageSortByType | string;
668
+ minLineCoveragePercentage?: number;
669
+ maxLineCoveragePercentage?: number;
670
+ }
671
+ export interface CodeCoverage {
672
+ id?: string;
673
+ reportARN?: string;
674
+ filePath?: string;
675
+ lineCoveragePercentage?: number;
676
+ linesCovered?: number;
677
+ linesMissed?: number;
678
+ branchCoveragePercentage?: number;
679
+ branchesCovered?: number;
680
+ branchesMissed?: number;
681
+ expired?: Date;
682
+ }
683
+ export interface DescribeCodeCoveragesOutput {
684
+ nextToken?: string;
685
+ codeCoverages?: CodeCoverage[];
686
+ }
687
+ export interface TestCaseFilter {
688
+ status?: string;
689
+ keyword?: string;
690
+ }
691
+ export interface DescribeTestCasesInput {
692
+ reportArn: string | undefined;
693
+ nextToken?: string;
694
+ maxResults?: number;
695
+ filter?: TestCaseFilter;
696
+ }
697
+ export interface TestCase {
698
+ reportArn?: string;
699
+ testRawDataPath?: string;
700
+ prefix?: string;
701
+ name?: string;
702
+ status?: string;
703
+ durationInNanoSeconds?: number;
704
+ message?: string;
705
+ expired?: Date;
706
+ }
707
+ export interface DescribeTestCasesOutput {
708
+ nextToken?: string;
709
+ testCases?: TestCase[];
710
+ }
711
+ export declare enum ReportGroupTrendFieldType {
712
+ BRANCHES_COVERED = "BRANCHES_COVERED",
713
+ BRANCHES_MISSED = "BRANCHES_MISSED",
714
+ BRANCH_COVERAGE = "BRANCH_COVERAGE",
715
+ DURATION = "DURATION",
716
+ LINES_COVERED = "LINES_COVERED",
717
+ LINES_MISSED = "LINES_MISSED",
718
+ LINE_COVERAGE = "LINE_COVERAGE",
719
+ PASS_RATE = "PASS_RATE",
720
+ TOTAL = "TOTAL",
721
+ }
722
+ export interface GetReportGroupTrendInput {
723
+ reportGroupArn: string | undefined;
724
+ numOfReports?: number;
725
+ trendField: ReportGroupTrendFieldType | string | undefined;
726
+ }
727
+ export interface ReportWithRawData {
728
+ reportArn?: string;
729
+ data?: string;
730
+ }
731
+ export interface ReportGroupTrendStats {
732
+ average?: string;
733
+ max?: string;
734
+ min?: string;
735
+ }
736
+ export interface GetReportGroupTrendOutput {
737
+ stats?: ReportGroupTrendStats;
738
+ rawData?: ReportWithRawData[];
739
+ }
740
+ export interface GetResourcePolicyInput {
741
+ resourceArn: string | undefined;
742
+ }
743
+ export interface GetResourcePolicyOutput {
744
+ policy?: string;
745
+ }
746
+ export declare enum ServerType {
747
+ BITBUCKET = "BITBUCKET",
748
+ GITHUB = "GITHUB",
749
+ GITHUB_ENTERPRISE = "GITHUB_ENTERPRISE",
750
+ }
751
+ export interface ImportSourceCredentialsInput {
752
+ username?: string;
753
+ token: string | undefined;
754
+ serverType: ServerType | string | undefined;
755
+ authType: AuthType | string | undefined;
756
+ shouldOverwrite?: boolean;
757
+ }
758
+ export interface ImportSourceCredentialsOutput {
759
+ arn?: string;
760
+ }
761
+ export interface InvalidateProjectCacheInput {
762
+ projectName: string | undefined;
763
+ }
764
+ export interface InvalidateProjectCacheOutput {}
765
+ export interface ListBuildBatchesInput {
766
+ filter?: BuildBatchFilter;
767
+ maxResults?: number;
768
+ sortOrder?: SortOrderType | string;
769
+ nextToken?: string;
770
+ }
771
+ export interface ListBuildBatchesOutput {
772
+ ids?: string[];
773
+ nextToken?: string;
774
+ }
775
+ export interface ListBuildBatchesForProjectInput {
776
+ projectName?: string;
777
+ filter?: BuildBatchFilter;
778
+ maxResults?: number;
779
+ sortOrder?: SortOrderType | string;
780
+ nextToken?: string;
781
+ }
782
+ export interface ListBuildBatchesForProjectOutput {
783
+ ids?: string[];
784
+ nextToken?: string;
785
+ }
786
+ export interface ListBuildsInput {
787
+ sortOrder?: SortOrderType | string;
788
+ nextToken?: string;
789
+ }
790
+ export interface ListBuildsOutput {
791
+ ids?: string[];
792
+ nextToken?: string;
793
+ }
794
+ export interface ListBuildsForProjectInput {
795
+ projectName: string | undefined;
796
+ sortOrder?: SortOrderType | string;
797
+ nextToken?: string;
798
+ }
799
+ export interface ListBuildsForProjectOutput {
800
+ ids?: string[];
801
+ nextToken?: string;
802
+ }
803
+ export interface ListCuratedEnvironmentImagesInput {}
804
+ export interface EnvironmentImage {
805
+ name?: string;
806
+ description?: string;
807
+ versions?: string[];
808
+ }
809
+ export declare enum LanguageType {
810
+ ANDROID = "ANDROID",
811
+ BASE = "BASE",
812
+ DOCKER = "DOCKER",
813
+ DOTNET = "DOTNET",
814
+ GOLANG = "GOLANG",
815
+ JAVA = "JAVA",
816
+ NODE_JS = "NODE_JS",
817
+ PHP = "PHP",
818
+ PYTHON = "PYTHON",
819
+ RUBY = "RUBY",
820
+ }
821
+ export interface EnvironmentLanguage {
822
+ language?: LanguageType | string;
823
+ images?: EnvironmentImage[];
824
+ }
825
+ export declare enum PlatformType {
826
+ AMAZON_LINUX = "AMAZON_LINUX",
827
+ DEBIAN = "DEBIAN",
828
+ UBUNTU = "UBUNTU",
829
+ WINDOWS_SERVER = "WINDOWS_SERVER",
830
+ }
831
+ export interface EnvironmentPlatform {
832
+ platform?: PlatformType | string;
833
+ languages?: EnvironmentLanguage[];
834
+ }
835
+ export interface ListCuratedEnvironmentImagesOutput {
836
+ platforms?: EnvironmentPlatform[];
837
+ }
838
+ export declare enum ProjectSortByType {
839
+ CREATED_TIME = "CREATED_TIME",
840
+ LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
841
+ NAME = "NAME",
842
+ }
843
+ export interface ListProjectsInput {
844
+ sortBy?: ProjectSortByType | string;
845
+ sortOrder?: SortOrderType | string;
846
+ nextToken?: string;
847
+ }
848
+ export interface ListProjectsOutput {
849
+ nextToken?: string;
850
+ projects?: string[];
851
+ }
852
+ export declare enum ReportGroupSortByType {
853
+ CREATED_TIME = "CREATED_TIME",
854
+ LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
855
+ NAME = "NAME",
856
+ }
857
+ export interface ListReportGroupsInput {
858
+ sortOrder?: SortOrderType | string;
859
+ sortBy?: ReportGroupSortByType | string;
860
+ nextToken?: string;
861
+ maxResults?: number;
862
+ }
863
+ export interface ListReportGroupsOutput {
864
+ nextToken?: string;
865
+ reportGroups?: string[];
866
+ }
867
+ export interface ReportFilter {
868
+ status?: ReportStatusType | string;
869
+ }
870
+ export interface ListReportsInput {
871
+ sortOrder?: SortOrderType | string;
872
+ nextToken?: string;
873
+ maxResults?: number;
874
+ filter?: ReportFilter;
875
+ }
876
+ export interface ListReportsOutput {
877
+ nextToken?: string;
878
+ reports?: string[];
879
+ }
880
+ export interface ListReportsForReportGroupInput {
881
+ reportGroupArn: string | undefined;
882
+ nextToken?: string;
883
+ sortOrder?: SortOrderType | string;
884
+ maxResults?: number;
885
+ filter?: ReportFilter;
886
+ }
887
+ export interface ListReportsForReportGroupOutput {
888
+ nextToken?: string;
889
+ reports?: string[];
890
+ }
891
+ export declare enum SharedResourceSortByType {
892
+ ARN = "ARN",
893
+ MODIFIED_TIME = "MODIFIED_TIME",
894
+ }
895
+ export interface ListSharedProjectsInput {
896
+ sortBy?: SharedResourceSortByType | string;
897
+ sortOrder?: SortOrderType | string;
898
+ maxResults?: number;
899
+ nextToken?: string;
900
+ }
901
+ export interface ListSharedProjectsOutput {
902
+ nextToken?: string;
903
+ projects?: string[];
904
+ }
905
+ export interface ListSharedReportGroupsInput {
906
+ sortOrder?: SortOrderType | string;
907
+ sortBy?: SharedResourceSortByType | string;
908
+ nextToken?: string;
909
+ maxResults?: number;
910
+ }
911
+ export interface ListSharedReportGroupsOutput {
912
+ nextToken?: string;
913
+ reportGroups?: string[];
914
+ }
915
+ export interface ListSourceCredentialsInput {}
916
+ export interface SourceCredentialsInfo {
917
+ arn?: string;
918
+ serverType?: ServerType | string;
919
+ authType?: AuthType | string;
920
+ }
921
+ export interface ListSourceCredentialsOutput {
922
+ sourceCredentialsInfos?: SourceCredentialsInfo[];
923
+ }
924
+ export interface PutResourcePolicyInput {
925
+ policy: string | undefined;
926
+ resourceArn: string | undefined;
927
+ }
928
+ export interface PutResourcePolicyOutput {
929
+ resourceArn?: string;
930
+ }
931
+ export interface RetryBuildInput {
932
+ id?: string;
933
+ idempotencyToken?: string;
934
+ }
935
+ export interface RetryBuildOutput {
936
+ build?: Build;
937
+ }
938
+ export declare enum RetryBuildBatchType {
939
+ RETRY_ALL_BUILDS = "RETRY_ALL_BUILDS",
940
+ RETRY_FAILED_BUILDS = "RETRY_FAILED_BUILDS",
941
+ }
942
+ export interface RetryBuildBatchInput {
943
+ id?: string;
944
+ idempotencyToken?: string;
945
+ retryType?: RetryBuildBatchType | string;
946
+ }
947
+ export interface RetryBuildBatchOutput {
948
+ buildBatch?: BuildBatch;
949
+ }
950
+ export interface StartBuildInput {
951
+ projectName: string | undefined;
952
+ secondarySourcesOverride?: ProjectSource[];
953
+ secondarySourcesVersionOverride?: ProjectSourceVersion[];
954
+ sourceVersion?: string;
955
+ artifactsOverride?: ProjectArtifacts;
956
+ secondaryArtifactsOverride?: ProjectArtifacts[];
957
+ environmentVariablesOverride?: EnvironmentVariable[];
958
+ sourceTypeOverride?: SourceType | string;
959
+ sourceLocationOverride?: string;
960
+ sourceAuthOverride?: SourceAuth;
961
+ gitCloneDepthOverride?: number;
962
+ gitSubmodulesConfigOverride?: GitSubmodulesConfig;
963
+ buildspecOverride?: string;
964
+ insecureSslOverride?: boolean;
965
+ reportBuildStatusOverride?: boolean;
966
+ buildStatusConfigOverride?: BuildStatusConfig;
967
+ environmentTypeOverride?: EnvironmentType | string;
968
+ imageOverride?: string;
969
+ computeTypeOverride?: ComputeType | string;
970
+ certificateOverride?: string;
971
+ cacheOverride?: ProjectCache;
972
+ serviceRoleOverride?: string;
973
+ privilegedModeOverride?: boolean;
974
+ timeoutInMinutesOverride?: number;
975
+ queuedTimeoutInMinutesOverride?: number;
976
+ encryptionKeyOverride?: string;
977
+ idempotencyToken?: string;
978
+ logsConfigOverride?: LogsConfig;
979
+ registryCredentialOverride?: RegistryCredential;
980
+ imagePullCredentialsTypeOverride?: ImagePullCredentialsType | string;
981
+ debugSessionEnabled?: boolean;
982
+ }
983
+ export interface StartBuildOutput {
984
+ build?: Build;
985
+ }
986
+ export interface StartBuildBatchInput {
987
+ projectName: string | undefined;
988
+ secondarySourcesOverride?: ProjectSource[];
989
+ secondarySourcesVersionOverride?: ProjectSourceVersion[];
990
+ sourceVersion?: string;
991
+ artifactsOverride?: ProjectArtifacts;
992
+ secondaryArtifactsOverride?: ProjectArtifacts[];
993
+ environmentVariablesOverride?: EnvironmentVariable[];
994
+ sourceTypeOverride?: SourceType | string;
995
+ sourceLocationOverride?: string;
996
+ sourceAuthOverride?: SourceAuth;
997
+ gitCloneDepthOverride?: number;
998
+ gitSubmodulesConfigOverride?: GitSubmodulesConfig;
999
+ buildspecOverride?: string;
1000
+ insecureSslOverride?: boolean;
1001
+ reportBuildBatchStatusOverride?: boolean;
1002
+ environmentTypeOverride?: EnvironmentType | string;
1003
+ imageOverride?: string;
1004
+ computeTypeOverride?: ComputeType | string;
1005
+ certificateOverride?: string;
1006
+ cacheOverride?: ProjectCache;
1007
+ serviceRoleOverride?: string;
1008
+ privilegedModeOverride?: boolean;
1009
+ buildTimeoutInMinutesOverride?: number;
1010
+ queuedTimeoutInMinutesOverride?: number;
1011
+ encryptionKeyOverride?: string;
1012
+ idempotencyToken?: string;
1013
+ logsConfigOverride?: LogsConfig;
1014
+ registryCredentialOverride?: RegistryCredential;
1015
+ imagePullCredentialsTypeOverride?: ImagePullCredentialsType | string;
1016
+ buildBatchConfigOverride?: ProjectBuildBatchConfig;
1017
+ debugSessionEnabled?: boolean;
1018
+ }
1019
+ export interface StartBuildBatchOutput {
1020
+ buildBatch?: BuildBatch;
1021
+ }
1022
+ export interface StopBuildInput {
1023
+ id: string | undefined;
1024
+ }
1025
+ export interface StopBuildOutput {
1026
+ build?: Build;
1027
+ }
1028
+ export interface StopBuildBatchInput {
1029
+ id: string | undefined;
1030
+ }
1031
+ export interface StopBuildBatchOutput {
1032
+ buildBatch?: BuildBatch;
1033
+ }
1034
+ export interface UpdateProjectInput {
1035
+ name: string | undefined;
1036
+ description?: string;
1037
+ source?: ProjectSource;
1038
+ secondarySources?: ProjectSource[];
1039
+ sourceVersion?: string;
1040
+ secondarySourceVersions?: ProjectSourceVersion[];
1041
+ artifacts?: ProjectArtifacts;
1042
+ secondaryArtifacts?: ProjectArtifacts[];
1043
+ cache?: ProjectCache;
1044
+ environment?: ProjectEnvironment;
1045
+ serviceRole?: string;
1046
+ timeoutInMinutes?: number;
1047
+ queuedTimeoutInMinutes?: number;
1048
+ encryptionKey?: string;
1049
+ tags?: Tag[];
1050
+ vpcConfig?: VpcConfig;
1051
+ badgeEnabled?: boolean;
1052
+ logsConfig?: LogsConfig;
1053
+ fileSystemLocations?: ProjectFileSystemLocation[];
1054
+ buildBatchConfig?: ProjectBuildBatchConfig;
1055
+ concurrentBuildLimit?: number;
1056
+ }
1057
+ export interface UpdateProjectOutput {
1058
+ project?: Project;
1059
+ }
1060
+ export interface UpdateProjectVisibilityInput {
1061
+ projectArn: string | undefined;
1062
+ projectVisibility: ProjectVisibilityType | string | undefined;
1063
+ resourceAccessRole?: string;
1064
+ }
1065
+ export interface UpdateProjectVisibilityOutput {
1066
+ projectArn?: string;
1067
+ publicProjectAlias?: string;
1068
+ projectVisibility?: ProjectVisibilityType | string;
1069
+ }
1070
+ export interface UpdateReportGroupInput {
1071
+ arn: string | undefined;
1072
+ exportConfig?: ReportExportConfig;
1073
+ tags?: Tag[];
1074
+ }
1075
+ export interface UpdateReportGroupOutput {
1076
+ reportGroup?: ReportGroup;
1077
+ }
1078
+ export interface UpdateWebhookInput {
1079
+ projectName: string | undefined;
1080
+ branchFilter?: string;
1081
+ rotateSecret?: boolean;
1082
+ filterGroups?: WebhookFilter[][];
1083
+ buildType?: WebhookBuildType | string;
1084
+ }
1085
+ export interface UpdateWebhookOutput {
1086
+ webhook?: Webhook;
1087
+ }
1088
+ export declare const BatchDeleteBuildsInputFilterSensitiveLog: (
1089
+ obj: BatchDeleteBuildsInput
1090
+ ) => any;
1091
+ export declare const BuildNotDeletedFilterSensitiveLog: (
1092
+ obj: BuildNotDeleted
1093
+ ) => any;
1094
+ export declare const BatchDeleteBuildsOutputFilterSensitiveLog: (
1095
+ obj: BatchDeleteBuildsOutput
1096
+ ) => any;
1097
+ export declare const BatchGetBuildBatchesInputFilterSensitiveLog: (
1098
+ obj: BatchGetBuildBatchesInput
1099
+ ) => any;
1100
+ export declare const BuildArtifactsFilterSensitiveLog: (
1101
+ obj: BuildArtifacts
1102
+ ) => any;
1103
+ export declare const BatchRestrictionsFilterSensitiveLog: (
1104
+ obj: BatchRestrictions
1105
+ ) => any;
1106
+ export declare const ProjectBuildBatchConfigFilterSensitiveLog: (
1107
+ obj: ProjectBuildBatchConfig
1108
+ ) => any;
1109
+ export declare const ResolvedArtifactFilterSensitiveLog: (
1110
+ obj: ResolvedArtifact
1111
+ ) => any;
1112
+ export declare const BuildSummaryFilterSensitiveLog: (obj: BuildSummary) => any;
1113
+ export declare const BuildGroupFilterSensitiveLog: (obj: BuildGroup) => any;
1114
+ export declare const ProjectCacheFilterSensitiveLog: (obj: ProjectCache) => any;
1115
+ export declare const EnvironmentVariableFilterSensitiveLog: (
1116
+ obj: EnvironmentVariable
1117
+ ) => any;
1118
+ export declare const RegistryCredentialFilterSensitiveLog: (
1119
+ obj: RegistryCredential
1120
+ ) => any;
1121
+ export declare const ProjectEnvironmentFilterSensitiveLog: (
1122
+ obj: ProjectEnvironment
1123
+ ) => any;
1124
+ export declare const ProjectFileSystemLocationFilterSensitiveLog: (
1125
+ obj: ProjectFileSystemLocation
1126
+ ) => any;
1127
+ export declare const CloudWatchLogsConfigFilterSensitiveLog: (
1128
+ obj: CloudWatchLogsConfig
1129
+ ) => any;
1130
+ export declare const S3LogsConfigFilterSensitiveLog: (obj: S3LogsConfig) => any;
1131
+ export declare const LogsConfigFilterSensitiveLog: (obj: LogsConfig) => any;
1132
+ export declare const PhaseContextFilterSensitiveLog: (obj: PhaseContext) => any;
1133
+ export declare const BuildBatchPhaseFilterSensitiveLog: (
1134
+ obj: BuildBatchPhase
1135
+ ) => any;
1136
+ export declare const SourceAuthFilterSensitiveLog: (obj: SourceAuth) => any;
1137
+ export declare const BuildStatusConfigFilterSensitiveLog: (
1138
+ obj: BuildStatusConfig
1139
+ ) => any;
1140
+ export declare const GitSubmodulesConfigFilterSensitiveLog: (
1141
+ obj: GitSubmodulesConfig
1142
+ ) => any;
1143
+ export declare const ProjectSourceFilterSensitiveLog: (
1144
+ obj: ProjectSource
1145
+ ) => any;
1146
+ export declare const ProjectSourceVersionFilterSensitiveLog: (
1147
+ obj: ProjectSourceVersion
1148
+ ) => any;
1149
+ export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
1150
+ export declare const BuildBatchFilterSensitiveLog: (obj: BuildBatch) => any;
1151
+ export declare const BatchGetBuildBatchesOutputFilterSensitiveLog: (
1152
+ obj: BatchGetBuildBatchesOutput
1153
+ ) => any;
1154
+ export declare const BatchGetBuildsInputFilterSensitiveLog: (
1155
+ obj: BatchGetBuildsInput
1156
+ ) => any;
1157
+ export declare const DebugSessionFilterSensitiveLog: (obj: DebugSession) => any;
1158
+ export declare const ExportedEnvironmentVariableFilterSensitiveLog: (
1159
+ obj: ExportedEnvironmentVariable
1160
+ ) => any;
1161
+ export declare const LogsLocationFilterSensitiveLog: (obj: LogsLocation) => any;
1162
+ export declare const NetworkInterfaceFilterSensitiveLog: (
1163
+ obj: NetworkInterface
1164
+ ) => any;
1165
+ export declare const BuildPhaseFilterSensitiveLog: (obj: BuildPhase) => any;
1166
+ export declare const BuildFilterSensitiveLog: (obj: Build) => any;
1167
+ export declare const BatchGetBuildsOutputFilterSensitiveLog: (
1168
+ obj: BatchGetBuildsOutput
1169
+ ) => any;
1170
+ export declare const BatchGetProjectsInputFilterSensitiveLog: (
1171
+ obj: BatchGetProjectsInput
1172
+ ) => any;
1173
+ export declare const ProjectArtifactsFilterSensitiveLog: (
1174
+ obj: ProjectArtifacts
1175
+ ) => any;
1176
+ export declare const ProjectBadgeFilterSensitiveLog: (obj: ProjectBadge) => any;
1177
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1178
+ export declare const WebhookFilterFilterSensitiveLog: (
1179
+ obj: WebhookFilter
1180
+ ) => any;
1181
+ export declare const WebhookFilterSensitiveLog: (obj: Webhook) => any;
1182
+ export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
1183
+ export declare const BatchGetProjectsOutputFilterSensitiveLog: (
1184
+ obj: BatchGetProjectsOutput
1185
+ ) => any;
1186
+ export declare const BatchGetReportGroupsInputFilterSensitiveLog: (
1187
+ obj: BatchGetReportGroupsInput
1188
+ ) => any;
1189
+ export declare const S3ReportExportConfigFilterSensitiveLog: (
1190
+ obj: S3ReportExportConfig
1191
+ ) => any;
1192
+ export declare const ReportExportConfigFilterSensitiveLog: (
1193
+ obj: ReportExportConfig
1194
+ ) => any;
1195
+ export declare const ReportGroupFilterSensitiveLog: (obj: ReportGroup) => any;
1196
+ export declare const BatchGetReportGroupsOutputFilterSensitiveLog: (
1197
+ obj: BatchGetReportGroupsOutput
1198
+ ) => any;
1199
+ export declare const BatchGetReportsInputFilterSensitiveLog: (
1200
+ obj: BatchGetReportsInput
1201
+ ) => any;
1202
+ export declare const CodeCoverageReportSummaryFilterSensitiveLog: (
1203
+ obj: CodeCoverageReportSummary
1204
+ ) => any;
1205
+ export declare const TestReportSummaryFilterSensitiveLog: (
1206
+ obj: TestReportSummary
1207
+ ) => any;
1208
+ export declare const ReportFilterSensitiveLog: (obj: Report) => any;
1209
+ export declare const BatchGetReportsOutputFilterSensitiveLog: (
1210
+ obj: BatchGetReportsOutput
1211
+ ) => any;
1212
+ export declare const BuildBatchFilterFilterSensitiveLog: (
1213
+ obj: BuildBatchFilter
1214
+ ) => any;
1215
+ export declare const CreateProjectInputFilterSensitiveLog: (
1216
+ obj: CreateProjectInput
1217
+ ) => any;
1218
+ export declare const CreateProjectOutputFilterSensitiveLog: (
1219
+ obj: CreateProjectOutput
1220
+ ) => any;
1221
+ export declare const CreateReportGroupInputFilterSensitiveLog: (
1222
+ obj: CreateReportGroupInput
1223
+ ) => any;
1224
+ export declare const CreateReportGroupOutputFilterSensitiveLog: (
1225
+ obj: CreateReportGroupOutput
1226
+ ) => any;
1227
+ export declare const CreateWebhookInputFilterSensitiveLog: (
1228
+ obj: CreateWebhookInput
1229
+ ) => any;
1230
+ export declare const CreateWebhookOutputFilterSensitiveLog: (
1231
+ obj: CreateWebhookOutput
1232
+ ) => any;
1233
+ export declare const DeleteBuildBatchInputFilterSensitiveLog: (
1234
+ obj: DeleteBuildBatchInput
1235
+ ) => any;
1236
+ export declare const DeleteBuildBatchOutputFilterSensitiveLog: (
1237
+ obj: DeleteBuildBatchOutput
1238
+ ) => any;
1239
+ export declare const DeleteProjectInputFilterSensitiveLog: (
1240
+ obj: DeleteProjectInput
1241
+ ) => any;
1242
+ export declare const DeleteProjectOutputFilterSensitiveLog: (
1243
+ obj: DeleteProjectOutput
1244
+ ) => any;
1245
+ export declare const DeleteReportInputFilterSensitiveLog: (
1246
+ obj: DeleteReportInput
1247
+ ) => any;
1248
+ export declare const DeleteReportOutputFilterSensitiveLog: (
1249
+ obj: DeleteReportOutput
1250
+ ) => any;
1251
+ export declare const DeleteReportGroupInputFilterSensitiveLog: (
1252
+ obj: DeleteReportGroupInput
1253
+ ) => any;
1254
+ export declare const DeleteReportGroupOutputFilterSensitiveLog: (
1255
+ obj: DeleteReportGroupOutput
1256
+ ) => any;
1257
+ export declare const DeleteResourcePolicyInputFilterSensitiveLog: (
1258
+ obj: DeleteResourcePolicyInput
1259
+ ) => any;
1260
+ export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (
1261
+ obj: DeleteResourcePolicyOutput
1262
+ ) => any;
1263
+ export declare const DeleteSourceCredentialsInputFilterSensitiveLog: (
1264
+ obj: DeleteSourceCredentialsInput
1265
+ ) => any;
1266
+ export declare const DeleteSourceCredentialsOutputFilterSensitiveLog: (
1267
+ obj: DeleteSourceCredentialsOutput
1268
+ ) => any;
1269
+ export declare const DeleteWebhookInputFilterSensitiveLog: (
1270
+ obj: DeleteWebhookInput
1271
+ ) => any;
1272
+ export declare const DeleteWebhookOutputFilterSensitiveLog: (
1273
+ obj: DeleteWebhookOutput
1274
+ ) => any;
1275
+ export declare const DescribeCodeCoveragesInputFilterSensitiveLog: (
1276
+ obj: DescribeCodeCoveragesInput
1277
+ ) => any;
1278
+ export declare const CodeCoverageFilterSensitiveLog: (obj: CodeCoverage) => any;
1279
+ export declare const DescribeCodeCoveragesOutputFilterSensitiveLog: (
1280
+ obj: DescribeCodeCoveragesOutput
1281
+ ) => any;
1282
+ export declare const TestCaseFilterFilterSensitiveLog: (
1283
+ obj: TestCaseFilter
1284
+ ) => any;
1285
+ export declare const DescribeTestCasesInputFilterSensitiveLog: (
1286
+ obj: DescribeTestCasesInput
1287
+ ) => any;
1288
+ export declare const TestCaseFilterSensitiveLog: (obj: TestCase) => any;
1289
+ export declare const DescribeTestCasesOutputFilterSensitiveLog: (
1290
+ obj: DescribeTestCasesOutput
1291
+ ) => any;
1292
+ export declare const GetReportGroupTrendInputFilterSensitiveLog: (
1293
+ obj: GetReportGroupTrendInput
1294
+ ) => any;
1295
+ export declare const ReportWithRawDataFilterSensitiveLog: (
1296
+ obj: ReportWithRawData
1297
+ ) => any;
1298
+ export declare const ReportGroupTrendStatsFilterSensitiveLog: (
1299
+ obj: ReportGroupTrendStats
1300
+ ) => any;
1301
+ export declare const GetReportGroupTrendOutputFilterSensitiveLog: (
1302
+ obj: GetReportGroupTrendOutput
1303
+ ) => any;
1304
+ export declare const GetResourcePolicyInputFilterSensitiveLog: (
1305
+ obj: GetResourcePolicyInput
1306
+ ) => any;
1307
+ export declare const GetResourcePolicyOutputFilterSensitiveLog: (
1308
+ obj: GetResourcePolicyOutput
1309
+ ) => any;
1310
+ export declare const ImportSourceCredentialsInputFilterSensitiveLog: (
1311
+ obj: ImportSourceCredentialsInput
1312
+ ) => any;
1313
+ export declare const ImportSourceCredentialsOutputFilterSensitiveLog: (
1314
+ obj: ImportSourceCredentialsOutput
1315
+ ) => any;
1316
+ export declare const InvalidateProjectCacheInputFilterSensitiveLog: (
1317
+ obj: InvalidateProjectCacheInput
1318
+ ) => any;
1319
+ export declare const InvalidateProjectCacheOutputFilterSensitiveLog: (
1320
+ obj: InvalidateProjectCacheOutput
1321
+ ) => any;
1322
+ export declare const ListBuildBatchesInputFilterSensitiveLog: (
1323
+ obj: ListBuildBatchesInput
1324
+ ) => any;
1325
+ export declare const ListBuildBatchesOutputFilterSensitiveLog: (
1326
+ obj: ListBuildBatchesOutput
1327
+ ) => any;
1328
+ export declare const ListBuildBatchesForProjectInputFilterSensitiveLog: (
1329
+ obj: ListBuildBatchesForProjectInput
1330
+ ) => any;
1331
+ export declare const ListBuildBatchesForProjectOutputFilterSensitiveLog: (
1332
+ obj: ListBuildBatchesForProjectOutput
1333
+ ) => any;
1334
+ export declare const ListBuildsInputFilterSensitiveLog: (
1335
+ obj: ListBuildsInput
1336
+ ) => any;
1337
+ export declare const ListBuildsOutputFilterSensitiveLog: (
1338
+ obj: ListBuildsOutput
1339
+ ) => any;
1340
+ export declare const ListBuildsForProjectInputFilterSensitiveLog: (
1341
+ obj: ListBuildsForProjectInput
1342
+ ) => any;
1343
+ export declare const ListBuildsForProjectOutputFilterSensitiveLog: (
1344
+ obj: ListBuildsForProjectOutput
1345
+ ) => any;
1346
+ export declare const ListCuratedEnvironmentImagesInputFilterSensitiveLog: (
1347
+ obj: ListCuratedEnvironmentImagesInput
1348
+ ) => any;
1349
+ export declare const EnvironmentImageFilterSensitiveLog: (
1350
+ obj: EnvironmentImage
1351
+ ) => any;
1352
+ export declare const EnvironmentLanguageFilterSensitiveLog: (
1353
+ obj: EnvironmentLanguage
1354
+ ) => any;
1355
+ export declare const EnvironmentPlatformFilterSensitiveLog: (
1356
+ obj: EnvironmentPlatform
1357
+ ) => any;
1358
+ export declare const ListCuratedEnvironmentImagesOutputFilterSensitiveLog: (
1359
+ obj: ListCuratedEnvironmentImagesOutput
1360
+ ) => any;
1361
+ export declare const ListProjectsInputFilterSensitiveLog: (
1362
+ obj: ListProjectsInput
1363
+ ) => any;
1364
+ export declare const ListProjectsOutputFilterSensitiveLog: (
1365
+ obj: ListProjectsOutput
1366
+ ) => any;
1367
+ export declare const ListReportGroupsInputFilterSensitiveLog: (
1368
+ obj: ListReportGroupsInput
1369
+ ) => any;
1370
+ export declare const ListReportGroupsOutputFilterSensitiveLog: (
1371
+ obj: ListReportGroupsOutput
1372
+ ) => any;
1373
+ export declare const ReportFilterFilterSensitiveLog: (obj: ReportFilter) => any;
1374
+ export declare const ListReportsInputFilterSensitiveLog: (
1375
+ obj: ListReportsInput
1376
+ ) => any;
1377
+ export declare const ListReportsOutputFilterSensitiveLog: (
1378
+ obj: ListReportsOutput
1379
+ ) => any;
1380
+ export declare const ListReportsForReportGroupInputFilterSensitiveLog: (
1381
+ obj: ListReportsForReportGroupInput
1382
+ ) => any;
1383
+ export declare const ListReportsForReportGroupOutputFilterSensitiveLog: (
1384
+ obj: ListReportsForReportGroupOutput
1385
+ ) => any;
1386
+ export declare const ListSharedProjectsInputFilterSensitiveLog: (
1387
+ obj: ListSharedProjectsInput
1388
+ ) => any;
1389
+ export declare const ListSharedProjectsOutputFilterSensitiveLog: (
1390
+ obj: ListSharedProjectsOutput
1391
+ ) => any;
1392
+ export declare const ListSharedReportGroupsInputFilterSensitiveLog: (
1393
+ obj: ListSharedReportGroupsInput
1394
+ ) => any;
1395
+ export declare const ListSharedReportGroupsOutputFilterSensitiveLog: (
1396
+ obj: ListSharedReportGroupsOutput
1397
+ ) => any;
1398
+ export declare const ListSourceCredentialsInputFilterSensitiveLog: (
1399
+ obj: ListSourceCredentialsInput
1400
+ ) => any;
1401
+ export declare const SourceCredentialsInfoFilterSensitiveLog: (
1402
+ obj: SourceCredentialsInfo
1403
+ ) => any;
1404
+ export declare const ListSourceCredentialsOutputFilterSensitiveLog: (
1405
+ obj: ListSourceCredentialsOutput
1406
+ ) => any;
1407
+ export declare const PutResourcePolicyInputFilterSensitiveLog: (
1408
+ obj: PutResourcePolicyInput
1409
+ ) => any;
1410
+ export declare const PutResourcePolicyOutputFilterSensitiveLog: (
1411
+ obj: PutResourcePolicyOutput
1412
+ ) => any;
1413
+ export declare const RetryBuildInputFilterSensitiveLog: (
1414
+ obj: RetryBuildInput
1415
+ ) => any;
1416
+ export declare const RetryBuildOutputFilterSensitiveLog: (
1417
+ obj: RetryBuildOutput
1418
+ ) => any;
1419
+ export declare const RetryBuildBatchInputFilterSensitiveLog: (
1420
+ obj: RetryBuildBatchInput
1421
+ ) => any;
1422
+ export declare const RetryBuildBatchOutputFilterSensitiveLog: (
1423
+ obj: RetryBuildBatchOutput
1424
+ ) => any;
1425
+ export declare const StartBuildInputFilterSensitiveLog: (
1426
+ obj: StartBuildInput
1427
+ ) => any;
1428
+ export declare const StartBuildOutputFilterSensitiveLog: (
1429
+ obj: StartBuildOutput
1430
+ ) => any;
1431
+ export declare const StartBuildBatchInputFilterSensitiveLog: (
1432
+ obj: StartBuildBatchInput
1433
+ ) => any;
1434
+ export declare const StartBuildBatchOutputFilterSensitiveLog: (
1435
+ obj: StartBuildBatchOutput
1436
+ ) => any;
1437
+ export declare const StopBuildInputFilterSensitiveLog: (
1438
+ obj: StopBuildInput
1439
+ ) => any;
1440
+ export declare const StopBuildOutputFilterSensitiveLog: (
1441
+ obj: StopBuildOutput
1442
+ ) => any;
1443
+ export declare const StopBuildBatchInputFilterSensitiveLog: (
1444
+ obj: StopBuildBatchInput
1445
+ ) => any;
1446
+ export declare const StopBuildBatchOutputFilterSensitiveLog: (
1447
+ obj: StopBuildBatchOutput
1448
+ ) => any;
1449
+ export declare const UpdateProjectInputFilterSensitiveLog: (
1450
+ obj: UpdateProjectInput
1451
+ ) => any;
1452
+ export declare const UpdateProjectOutputFilterSensitiveLog: (
1453
+ obj: UpdateProjectOutput
1454
+ ) => any;
1455
+ export declare const UpdateProjectVisibilityInputFilterSensitiveLog: (
1456
+ obj: UpdateProjectVisibilityInput
1457
+ ) => any;
1458
+ export declare const UpdateProjectVisibilityOutputFilterSensitiveLog: (
1459
+ obj: UpdateProjectVisibilityOutput
1460
+ ) => any;
1461
+ export declare const UpdateReportGroupInputFilterSensitiveLog: (
1462
+ obj: UpdateReportGroupInput
1463
+ ) => any;
1464
+ export declare const UpdateReportGroupOutputFilterSensitiveLog: (
1465
+ obj: UpdateReportGroupOutput
1466
+ ) => any;
1467
+ export declare const UpdateWebhookInputFilterSensitiveLog: (
1468
+ obj: UpdateWebhookInput
1469
+ ) => any;
1470
+ export declare const UpdateWebhookOutputFilterSensitiveLog: (
1471
+ obj: UpdateWebhookOutput
1472
+ ) => any;