@aws-sdk/client-codebuild 3.131.0 → 3.142.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 (99) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchDeleteBuildsCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +2 -2
  5. package/dist-cjs/commands/BatchGetBuildsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchGetProjectsCommand.js +2 -2
  7. package/dist-cjs/commands/BatchGetReportGroupsCommand.js +2 -2
  8. package/dist-cjs/commands/BatchGetReportsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  10. package/dist-cjs/commands/CreateReportGroupCommand.js +2 -2
  11. package/dist-cjs/commands/CreateWebhookCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteBuildBatchCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteReportCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteReportGroupCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeTestCasesCommand.js +2 -2
  21. package/dist-cjs/commands/GetReportGroupTrendCommand.js +2 -2
  22. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
  23. package/dist-cjs/commands/ImportSourceCredentialsCommand.js +2 -2
  24. package/dist-cjs/commands/InvalidateProjectCacheCommand.js +2 -2
  25. package/dist-cjs/commands/ListBuildBatchesCommand.js +2 -2
  26. package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +2 -2
  27. package/dist-cjs/commands/ListBuildsCommand.js +2 -2
  28. package/dist-cjs/commands/ListBuildsForProjectCommand.js +2 -2
  29. package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +2 -2
  30. package/dist-cjs/commands/ListProjectsCommand.js +2 -2
  31. package/dist-cjs/commands/ListReportGroupsCommand.js +2 -2
  32. package/dist-cjs/commands/ListReportsCommand.js +2 -2
  33. package/dist-cjs/commands/ListReportsForReportGroupCommand.js +2 -2
  34. package/dist-cjs/commands/ListSharedProjectsCommand.js +2 -2
  35. package/dist-cjs/commands/ListSharedReportGroupsCommand.js +2 -2
  36. package/dist-cjs/commands/ListSourceCredentialsCommand.js +2 -2
  37. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  38. package/dist-cjs/commands/RetryBuildBatchCommand.js +2 -2
  39. package/dist-cjs/commands/RetryBuildCommand.js +2 -2
  40. package/dist-cjs/commands/StartBuildBatchCommand.js +2 -2
  41. package/dist-cjs/commands/StartBuildCommand.js +2 -2
  42. package/dist-cjs/commands/StopBuildBatchCommand.js +2 -2
  43. package/dist-cjs/commands/StopBuildCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateReportGroupCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateWebhookCommand.js +2 -2
  48. package/dist-cjs/models/models_0.js +577 -863
  49. package/dist-cjs/protocols/Aws_json1_1.js +227 -416
  50. package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -3
  51. package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -3
  52. package/dist-es/commands/BatchGetBuildsCommand.js +3 -3
  53. package/dist-es/commands/BatchGetProjectsCommand.js +3 -3
  54. package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -3
  55. package/dist-es/commands/BatchGetReportsCommand.js +3 -3
  56. package/dist-es/commands/CreateProjectCommand.js +3 -3
  57. package/dist-es/commands/CreateReportGroupCommand.js +3 -3
  58. package/dist-es/commands/CreateWebhookCommand.js +3 -3
  59. package/dist-es/commands/DeleteBuildBatchCommand.js +3 -3
  60. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  61. package/dist-es/commands/DeleteReportCommand.js +3 -3
  62. package/dist-es/commands/DeleteReportGroupCommand.js +3 -3
  63. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  64. package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -3
  65. package/dist-es/commands/DeleteWebhookCommand.js +3 -3
  66. package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -3
  67. package/dist-es/commands/DescribeTestCasesCommand.js +3 -3
  68. package/dist-es/commands/GetReportGroupTrendCommand.js +3 -3
  69. package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
  70. package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -3
  71. package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -3
  72. package/dist-es/commands/ListBuildBatchesCommand.js +3 -3
  73. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -3
  74. package/dist-es/commands/ListBuildsCommand.js +3 -3
  75. package/dist-es/commands/ListBuildsForProjectCommand.js +3 -3
  76. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -3
  77. package/dist-es/commands/ListProjectsCommand.js +3 -3
  78. package/dist-es/commands/ListReportGroupsCommand.js +3 -3
  79. package/dist-es/commands/ListReportsCommand.js +3 -3
  80. package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -3
  81. package/dist-es/commands/ListSharedProjectsCommand.js +3 -3
  82. package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -3
  83. package/dist-es/commands/ListSourceCredentialsCommand.js +3 -3
  84. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  85. package/dist-es/commands/RetryBuildBatchCommand.js +3 -3
  86. package/dist-es/commands/RetryBuildCommand.js +3 -3
  87. package/dist-es/commands/StartBuildBatchCommand.js +3 -3
  88. package/dist-es/commands/StartBuildCommand.js +3 -3
  89. package/dist-es/commands/StopBuildBatchCommand.js +3 -3
  90. package/dist-es/commands/StopBuildCommand.js +3 -3
  91. package/dist-es/commands/UpdateProjectCommand.js +3 -3
  92. package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -3
  93. package/dist-es/commands/UpdateReportGroupCommand.js +3 -3
  94. package/dist-es/commands/UpdateWebhookCommand.js +3 -3
  95. package/dist-es/models/models_0.js +143 -572
  96. package/dist-es/protocols/Aws_json1_1.js +361 -417
  97. package/dist-types/models/models_0.d.ts +572 -858
  98. package/dist-types/ts3.4/models/models_0.d.ts +286 -572
  99. package/package.json +6 -6
@@ -29,10 +29,6 @@ export interface BatchDeleteBuildsInput {
29
29
 
30
30
  ids: string[] | undefined;
31
31
  }
32
- export declare namespace BatchDeleteBuildsInput {
33
-
34
- const filterSensitiveLog: (obj: BatchDeleteBuildsInput) => any;
35
- }
36
32
 
37
33
  export interface BuildNotDeleted {
38
34
 
@@ -40,20 +36,12 @@ export interface BuildNotDeleted {
40
36
 
41
37
  statusCode?: string;
42
38
  }
43
- export declare namespace BuildNotDeleted {
44
-
45
- const filterSensitiveLog: (obj: BuildNotDeleted) => any;
46
- }
47
39
  export interface BatchDeleteBuildsOutput {
48
40
 
49
41
  buildsDeleted?: string[];
50
42
 
51
43
  buildsNotDeleted?: BuildNotDeleted[];
52
44
  }
53
- export declare namespace BatchDeleteBuildsOutput {
54
-
55
- const filterSensitiveLog: (obj: BatchDeleteBuildsOutput) => any;
56
- }
57
45
 
58
46
  export declare class InvalidInputException extends __BaseException {
59
47
  readonly name: "InvalidInputException";
@@ -65,10 +53,6 @@ export interface BatchGetBuildBatchesInput {
65
53
 
66
54
  ids: string[] | undefined;
67
55
  }
68
- export declare namespace BatchGetBuildBatchesInput {
69
-
70
- const filterSensitiveLog: (obj: BatchGetBuildBatchesInput) => any;
71
- }
72
56
  export declare enum BucketOwnerAccess {
73
57
  FULL = "FULL",
74
58
  NONE = "NONE",
@@ -91,10 +75,6 @@ export interface BuildArtifacts {
91
75
 
92
76
  bucketOwnerAccess?: BucketOwnerAccess | string;
93
77
  }
94
- export declare namespace BuildArtifacts {
95
-
96
- const filterSensitiveLog: (obj: BuildArtifacts) => any;
97
- }
98
78
  export declare enum BatchReportModeType {
99
79
  REPORT_AGGREGATED_BATCH = "REPORT_AGGREGATED_BATCH",
100
80
  REPORT_INDIVIDUAL_BUILDS = "REPORT_INDIVIDUAL_BUILDS"
@@ -106,10 +86,6 @@ export interface BatchRestrictions {
106
86
 
107
87
  computeTypesAllowed?: string[];
108
88
  }
109
- export declare namespace BatchRestrictions {
110
-
111
- const filterSensitiveLog: (obj: BatchRestrictions) => any;
112
- }
113
89
 
114
90
  export interface ProjectBuildBatchConfig {
115
91
 
@@ -123,10 +99,6 @@ export interface ProjectBuildBatchConfig {
123
99
 
124
100
  batchReportMode?: BatchReportModeType | string;
125
101
  }
126
- export declare namespace ProjectBuildBatchConfig {
127
-
128
- const filterSensitiveLog: (obj: ProjectBuildBatchConfig) => any;
129
- }
130
102
  export declare enum StatusType {
131
103
  FAILED = "FAILED",
132
104
  FAULT = "FAULT",
@@ -144,10 +116,6 @@ export interface ResolvedArtifact {
144
116
 
145
117
  identifier?: string;
146
118
  }
147
- export declare namespace ResolvedArtifact {
148
-
149
- const filterSensitiveLog: (obj: ResolvedArtifact) => any;
150
- }
151
119
 
152
120
  export interface BuildSummary {
153
121
 
@@ -161,10 +129,6 @@ export interface BuildSummary {
161
129
 
162
130
  secondaryArtifacts?: ResolvedArtifact[];
163
131
  }
164
- export declare namespace BuildSummary {
165
-
166
- const filterSensitiveLog: (obj: BuildSummary) => any;
167
- }
168
132
 
169
133
  export interface BuildGroup {
170
134
 
@@ -178,10 +142,6 @@ export interface BuildGroup {
178
142
 
179
143
  priorBuildSummaryList?: BuildSummary[];
180
144
  }
181
- export declare namespace BuildGroup {
182
-
183
- const filterSensitiveLog: (obj: BuildGroup) => any;
184
- }
185
145
  export declare enum CacheMode {
186
146
  LOCAL_CUSTOM_CACHE = "LOCAL_CUSTOM_CACHE",
187
147
  LOCAL_DOCKER_LAYER_CACHE = "LOCAL_DOCKER_LAYER_CACHE",
@@ -201,10 +161,6 @@ export interface ProjectCache {
201
161
 
202
162
  modes?: (CacheMode | string)[];
203
163
  }
204
- export declare namespace ProjectCache {
205
-
206
- const filterSensitiveLog: (obj: ProjectCache) => any;
207
- }
208
164
  export declare enum ComputeType {
209
165
  BUILD_GENERAL1_2XLARGE = "BUILD_GENERAL1_2XLARGE",
210
166
  BUILD_GENERAL1_LARGE = "BUILD_GENERAL1_LARGE",
@@ -225,10 +181,6 @@ export interface EnvironmentVariable {
225
181
 
226
182
  type?: EnvironmentVariableType | string;
227
183
  }
228
- export declare namespace EnvironmentVariable {
229
-
230
- const filterSensitiveLog: (obj: EnvironmentVariable) => any;
231
- }
232
184
  export declare enum ImagePullCredentialsType {
233
185
  CODEBUILD = "CODEBUILD",
234
186
  SERVICE_ROLE = "SERVICE_ROLE"
@@ -243,10 +195,6 @@ export interface RegistryCredential {
243
195
 
244
196
  credentialProvider: CredentialProviderType | string | undefined;
245
197
  }
246
- export declare namespace RegistryCredential {
247
-
248
- const filterSensitiveLog: (obj: RegistryCredential) => any;
249
- }
250
198
  export declare enum EnvironmentType {
251
199
  ARM_CONTAINER = "ARM_CONTAINER",
252
200
  LINUX_CONTAINER = "LINUX_CONTAINER",
@@ -273,10 +221,6 @@ export interface ProjectEnvironment {
273
221
 
274
222
  imagePullCredentialsType?: ImagePullCredentialsType | string;
275
223
  }
276
- export declare namespace ProjectEnvironment {
277
-
278
- const filterSensitiveLog: (obj: ProjectEnvironment) => any;
279
- }
280
224
  export declare enum FileSystemType {
281
225
  EFS = "EFS"
282
226
  }
@@ -293,10 +237,6 @@ export interface ProjectFileSystemLocation {
293
237
 
294
238
  mountOptions?: string;
295
239
  }
296
- export declare namespace ProjectFileSystemLocation {
297
-
298
- const filterSensitiveLog: (obj: ProjectFileSystemLocation) => any;
299
- }
300
240
  export declare enum LogsConfigStatusType {
301
241
  DISABLED = "DISABLED",
302
242
  ENABLED = "ENABLED"
@@ -310,10 +250,6 @@ export interface CloudWatchLogsConfig {
310
250
 
311
251
  streamName?: string;
312
252
  }
313
- export declare namespace CloudWatchLogsConfig {
314
-
315
- const filterSensitiveLog: (obj: CloudWatchLogsConfig) => any;
316
- }
317
253
 
318
254
  export interface S3LogsConfig {
319
255
 
@@ -325,10 +261,6 @@ export interface S3LogsConfig {
325
261
 
326
262
  bucketOwnerAccess?: BucketOwnerAccess | string;
327
263
  }
328
- export declare namespace S3LogsConfig {
329
-
330
- const filterSensitiveLog: (obj: S3LogsConfig) => any;
331
- }
332
264
 
333
265
  export interface LogsConfig {
334
266
 
@@ -336,10 +268,6 @@ export interface LogsConfig {
336
268
 
337
269
  s3Logs?: S3LogsConfig;
338
270
  }
339
- export declare namespace LogsConfig {
340
-
341
- const filterSensitiveLog: (obj: LogsConfig) => any;
342
- }
343
271
 
344
272
  export interface PhaseContext {
345
273
 
@@ -347,10 +275,6 @@ export interface PhaseContext {
347
275
 
348
276
  message?: string;
349
277
  }
350
- export declare namespace PhaseContext {
351
-
352
- const filterSensitiveLog: (obj: PhaseContext) => any;
353
- }
354
278
  export declare enum BuildBatchPhaseType {
355
279
  COMBINE_ARTIFACTS = "COMBINE_ARTIFACTS",
356
280
  DOWNLOAD_BATCHSPEC = "DOWNLOAD_BATCHSPEC",
@@ -375,10 +299,6 @@ export interface BuildBatchPhase {
375
299
 
376
300
  contexts?: PhaseContext[];
377
301
  }
378
- export declare namespace BuildBatchPhase {
379
-
380
- const filterSensitiveLog: (obj: BuildBatchPhase) => any;
381
- }
382
302
  export declare enum SourceAuthType {
383
303
  OAUTH = "OAUTH"
384
304
  }
@@ -389,10 +309,6 @@ export interface SourceAuth {
389
309
 
390
310
  resource?: string;
391
311
  }
392
- export declare namespace SourceAuth {
393
-
394
- const filterSensitiveLog: (obj: SourceAuth) => any;
395
- }
396
312
 
397
313
  export interface BuildStatusConfig {
398
314
 
@@ -400,19 +316,11 @@ export interface BuildStatusConfig {
400
316
 
401
317
  targetUrl?: string;
402
318
  }
403
- export declare namespace BuildStatusConfig {
404
-
405
- const filterSensitiveLog: (obj: BuildStatusConfig) => any;
406
- }
407
319
 
408
320
  export interface GitSubmodulesConfig {
409
321
 
410
322
  fetchSubmodules: boolean | undefined;
411
323
  }
412
- export declare namespace GitSubmodulesConfig {
413
-
414
- const filterSensitiveLog: (obj: GitSubmodulesConfig) => any;
415
- }
416
324
  export declare enum SourceType {
417
325
  BITBUCKET = "BITBUCKET",
418
326
  CODECOMMIT = "CODECOMMIT",
@@ -445,10 +353,6 @@ export interface ProjectSource {
445
353
 
446
354
  sourceIdentifier?: string;
447
355
  }
448
- export declare namespace ProjectSource {
449
-
450
- const filterSensitiveLog: (obj: ProjectSource) => any;
451
- }
452
356
 
453
357
  export interface ProjectSourceVersion {
454
358
 
@@ -456,10 +360,6 @@ export interface ProjectSourceVersion {
456
360
 
457
361
  sourceVersion: string | undefined;
458
362
  }
459
- export declare namespace ProjectSourceVersion {
460
-
461
- const filterSensitiveLog: (obj: ProjectSourceVersion) => any;
462
- }
463
363
 
464
364
  export interface VpcConfig {
465
365
 
@@ -469,10 +369,6 @@ export interface VpcConfig {
469
369
 
470
370
  securityGroupIds?: string[];
471
371
  }
472
- export declare namespace VpcConfig {
473
-
474
- const filterSensitiveLog: (obj: VpcConfig) => any;
475
- }
476
372
 
477
373
  export interface BuildBatch {
478
374
 
@@ -536,28 +432,16 @@ export interface BuildBatch {
536
432
 
537
433
  debugSessionEnabled?: boolean;
538
434
  }
539
- export declare namespace BuildBatch {
540
-
541
- const filterSensitiveLog: (obj: BuildBatch) => any;
542
- }
543
435
  export interface BatchGetBuildBatchesOutput {
544
436
 
545
437
  buildBatches?: BuildBatch[];
546
438
 
547
439
  buildBatchesNotFound?: string[];
548
440
  }
549
- export declare namespace BatchGetBuildBatchesOutput {
550
-
551
- const filterSensitiveLog: (obj: BatchGetBuildBatchesOutput) => any;
552
- }
553
441
  export interface BatchGetBuildsInput {
554
442
 
555
443
  ids: string[] | undefined;
556
444
  }
557
- export declare namespace BatchGetBuildsInput {
558
-
559
- const filterSensitiveLog: (obj: BatchGetBuildsInput) => any;
560
- }
561
445
 
562
446
  export interface DebugSession {
563
447
 
@@ -565,10 +449,6 @@ export interface DebugSession {
565
449
 
566
450
  sessionTarget?: string;
567
451
  }
568
- export declare namespace DebugSession {
569
-
570
- const filterSensitiveLog: (obj: DebugSession) => any;
571
- }
572
452
 
573
453
  export interface ExportedEnvironmentVariable {
574
454
 
@@ -576,10 +456,6 @@ export interface ExportedEnvironmentVariable {
576
456
 
577
457
  value?: string;
578
458
  }
579
- export declare namespace ExportedEnvironmentVariable {
580
-
581
- const filterSensitiveLog: (obj: ExportedEnvironmentVariable) => any;
582
- }
583
459
 
584
460
  export interface LogsLocation {
585
461
 
@@ -599,10 +475,6 @@ export interface LogsLocation {
599
475
 
600
476
  s3Logs?: S3LogsConfig;
601
477
  }
602
- export declare namespace LogsLocation {
603
-
604
- const filterSensitiveLog: (obj: LogsLocation) => any;
605
- }
606
478
 
607
479
  export interface NetworkInterface {
608
480
 
@@ -610,10 +482,6 @@ export interface NetworkInterface {
610
482
 
611
483
  networkInterfaceId?: string;
612
484
  }
613
- export declare namespace NetworkInterface {
614
-
615
- const filterSensitiveLog: (obj: NetworkInterface) => any;
616
- }
617
485
  export declare enum BuildPhaseType {
618
486
  BUILD = "BUILD",
619
487
  COMPLETED = "COMPLETED",
@@ -642,10 +510,6 @@ export interface BuildPhase {
642
510
 
643
511
  contexts?: PhaseContext[];
644
512
  }
645
- export declare namespace BuildPhase {
646
-
647
- const filterSensitiveLog: (obj: BuildPhase) => any;
648
- }
649
513
 
650
514
  export interface Build {
651
515
 
@@ -713,28 +577,16 @@ export interface Build {
713
577
 
714
578
  buildBatchArn?: string;
715
579
  }
716
- export declare namespace Build {
717
-
718
- const filterSensitiveLog: (obj: Build) => any;
719
- }
720
580
  export interface BatchGetBuildsOutput {
721
581
 
722
582
  builds?: Build[];
723
583
 
724
584
  buildsNotFound?: string[];
725
585
  }
726
- export declare namespace BatchGetBuildsOutput {
727
-
728
- const filterSensitiveLog: (obj: BatchGetBuildsOutput) => any;
729
- }
730
586
  export interface BatchGetProjectsInput {
731
587
 
732
588
  names: string[] | undefined;
733
589
  }
734
- export declare namespace BatchGetProjectsInput {
735
-
736
- const filterSensitiveLog: (obj: BatchGetProjectsInput) => any;
737
- }
738
590
 
739
591
  export interface ProjectArtifacts {
740
592
 
@@ -758,10 +610,6 @@ export interface ProjectArtifacts {
758
610
 
759
611
  bucketOwnerAccess?: BucketOwnerAccess | string;
760
612
  }
761
- export declare namespace ProjectArtifacts {
762
-
763
- const filterSensitiveLog: (obj: ProjectArtifacts) => any;
764
- }
765
613
 
766
614
  export interface ProjectBadge {
767
615
 
@@ -769,10 +617,6 @@ export interface ProjectBadge {
769
617
 
770
618
  badgeRequestUrl?: string;
771
619
  }
772
- export declare namespace ProjectBadge {
773
-
774
- const filterSensitiveLog: (obj: ProjectBadge) => any;
775
- }
776
620
  export declare enum ProjectVisibilityType {
777
621
  PRIVATE = "PRIVATE",
778
622
  PUBLIC_READ = "PUBLIC_READ"
@@ -784,10 +628,6 @@ export interface Tag {
784
628
 
785
629
  value?: string;
786
630
  }
787
- export declare namespace Tag {
788
-
789
- const filterSensitiveLog: (obj: Tag) => any;
790
- }
791
631
  export declare enum WebhookBuildType {
792
632
  BUILD = "BUILD",
793
633
  BUILD_BATCH = "BUILD_BATCH"
@@ -809,10 +649,6 @@ export interface WebhookFilter {
809
649
 
810
650
  excludeMatchedPattern?: boolean;
811
651
  }
812
- export declare namespace WebhookFilter {
813
-
814
- const filterSensitiveLog: (obj: WebhookFilter) => any;
815
- }
816
652
 
817
653
  export interface Webhook {
818
654
 
@@ -830,10 +666,6 @@ export interface Webhook {
830
666
 
831
667
  lastModifiedSecret?: Date;
832
668
  }
833
- export declare namespace Webhook {
834
-
835
- const filterSensitiveLog: (obj: Webhook) => any;
836
- }
837
669
 
838
670
  export interface Project {
839
671
 
@@ -893,28 +725,16 @@ export interface Project {
893
725
 
894
726
  resourceAccessRole?: string;
895
727
  }
896
- export declare namespace Project {
897
-
898
- const filterSensitiveLog: (obj: Project) => any;
899
- }
900
728
  export interface BatchGetProjectsOutput {
901
729
 
902
730
  projects?: Project[];
903
731
 
904
732
  projectsNotFound?: string[];
905
733
  }
906
- export declare namespace BatchGetProjectsOutput {
907
-
908
- const filterSensitiveLog: (obj: BatchGetProjectsOutput) => any;
909
- }
910
734
  export interface BatchGetReportGroupsInput {
911
735
 
912
736
  reportGroupArns: string[] | undefined;
913
737
  }
914
- export declare namespace BatchGetReportGroupsInput {
915
-
916
- const filterSensitiveLog: (obj: BatchGetReportGroupsInput) => any;
917
- }
918
738
  export declare enum ReportExportConfigType {
919
739
  NO_EXPORT = "NO_EXPORT",
920
740
  S3 = "S3"
@@ -938,10 +758,6 @@ export interface S3ReportExportConfig {
938
758
 
939
759
  encryptionDisabled?: boolean;
940
760
  }
941
- export declare namespace S3ReportExportConfig {
942
-
943
- const filterSensitiveLog: (obj: S3ReportExportConfig) => any;
944
- }
945
761
 
946
762
  export interface ReportExportConfig {
947
763
 
@@ -949,10 +765,6 @@ export interface ReportExportConfig {
949
765
 
950
766
  s3Destination?: S3ReportExportConfig;
951
767
  }
952
- export declare namespace ReportExportConfig {
953
-
954
- const filterSensitiveLog: (obj: ReportExportConfig) => any;
955
- }
956
768
  export declare enum ReportGroupStatusType {
957
769
  ACTIVE = "ACTIVE",
958
770
  DELETING = "DELETING"
@@ -980,28 +792,16 @@ export interface ReportGroup {
980
792
 
981
793
  status?: ReportGroupStatusType | string;
982
794
  }
983
- export declare namespace ReportGroup {
984
-
985
- const filterSensitiveLog: (obj: ReportGroup) => any;
986
- }
987
795
  export interface BatchGetReportGroupsOutput {
988
796
 
989
797
  reportGroups?: ReportGroup[];
990
798
 
991
799
  reportGroupsNotFound?: string[];
992
800
  }
993
- export declare namespace BatchGetReportGroupsOutput {
994
-
995
- const filterSensitiveLog: (obj: BatchGetReportGroupsOutput) => any;
996
- }
997
801
  export interface BatchGetReportsInput {
998
802
 
999
803
  reportArns: string[] | undefined;
1000
804
  }
1001
- export declare namespace BatchGetReportsInput {
1002
-
1003
- const filterSensitiveLog: (obj: BatchGetReportsInput) => any;
1004
- }
1005
805
 
1006
806
  export interface CodeCoverageReportSummary {
1007
807
 
@@ -1017,10 +817,6 @@ export interface CodeCoverageReportSummary {
1017
817
 
1018
818
  branchesMissed?: number;
1019
819
  }
1020
- export declare namespace CodeCoverageReportSummary {
1021
-
1022
- const filterSensitiveLog: (obj: CodeCoverageReportSummary) => any;
1023
- }
1024
820
  export declare enum ReportStatusType {
1025
821
  DELETING = "DELETING",
1026
822
  FAILED = "FAILED",
@@ -1037,10 +833,6 @@ export interface TestReportSummary {
1037
833
 
1038
834
  durationInNanoSeconds: number | undefined;
1039
835
  }
1040
- export declare namespace TestReportSummary {
1041
-
1042
- const filterSensitiveLog: (obj: TestReportSummary) => any;
1043
- }
1044
836
 
1045
837
  export interface Report {
1046
838
 
@@ -1068,29 +860,17 @@ export interface Report {
1068
860
 
1069
861
  codeCoverageSummary?: CodeCoverageReportSummary;
1070
862
  }
1071
- export declare namespace Report {
1072
-
1073
- const filterSensitiveLog: (obj: Report) => any;
1074
- }
1075
863
  export interface BatchGetReportsOutput {
1076
864
 
1077
865
  reports?: Report[];
1078
866
 
1079
867
  reportsNotFound?: string[];
1080
868
  }
1081
- export declare namespace BatchGetReportsOutput {
1082
-
1083
- const filterSensitiveLog: (obj: BatchGetReportsOutput) => any;
1084
- }
1085
869
 
1086
870
  export interface BuildBatchFilter {
1087
871
 
1088
872
  status?: StatusType | string;
1089
873
  }
1090
- export declare namespace BuildBatchFilter {
1091
-
1092
- const filterSensitiveLog: (obj: BuildBatchFilter) => any;
1093
- }
1094
874
  export interface CreateProjectInput {
1095
875
 
1096
876
  name: string | undefined;
@@ -1135,18 +915,10 @@ export interface CreateProjectInput {
1135
915
 
1136
916
  concurrentBuildLimit?: number;
1137
917
  }
1138
- export declare namespace CreateProjectInput {
1139
-
1140
- const filterSensitiveLog: (obj: CreateProjectInput) => any;
1141
- }
1142
918
  export interface CreateProjectOutput {
1143
919
 
1144
920
  project?: Project;
1145
921
  }
1146
- export declare namespace CreateProjectOutput {
1147
-
1148
- const filterSensitiveLog: (obj: CreateProjectOutput) => any;
1149
- }
1150
922
 
1151
923
  export declare class ResourceAlreadyExistsException extends __BaseException {
1152
924
  readonly name: "ResourceAlreadyExistsException";
@@ -1164,18 +936,10 @@ export interface CreateReportGroupInput {
1164
936
 
1165
937
  tags?: Tag[];
1166
938
  }
1167
- export declare namespace CreateReportGroupInput {
1168
-
1169
- const filterSensitiveLog: (obj: CreateReportGroupInput) => any;
1170
- }
1171
939
  export interface CreateReportGroupOutput {
1172
940
 
1173
941
  reportGroup?: ReportGroup;
1174
942
  }
1175
- export declare namespace CreateReportGroupOutput {
1176
-
1177
- const filterSensitiveLog: (obj: CreateReportGroupOutput) => any;
1178
- }
1179
943
  export interface CreateWebhookInput {
1180
944
 
1181
945
  projectName: string | undefined;
@@ -1186,18 +950,10 @@ export interface CreateWebhookInput {
1186
950
 
1187
951
  buildType?: WebhookBuildType | string;
1188
952
  }
1189
- export declare namespace CreateWebhookInput {
1190
-
1191
- const filterSensitiveLog: (obj: CreateWebhookInput) => any;
1192
- }
1193
953
  export interface CreateWebhookOutput {
1194
954
 
1195
955
  webhook?: Webhook;
1196
956
  }
1197
- export declare namespace CreateWebhookOutput {
1198
-
1199
- const filterSensitiveLog: (obj: CreateWebhookOutput) => any;
1200
- }
1201
957
 
1202
958
  export declare class OAuthProviderException extends __BaseException {
1203
959
  readonly name: "OAuthProviderException";
@@ -1216,10 +972,6 @@ export interface DeleteBuildBatchInput {
1216
972
 
1217
973
  id: string | undefined;
1218
974
  }
1219
- export declare namespace DeleteBuildBatchInput {
1220
-
1221
- const filterSensitiveLog: (obj: DeleteBuildBatchInput) => any;
1222
- }
1223
975
  export interface DeleteBuildBatchOutput {
1224
976
 
1225
977
  statusCode?: string;
@@ -1228,98 +980,46 @@ export interface DeleteBuildBatchOutput {
1228
980
 
1229
981
  buildsNotDeleted?: BuildNotDeleted[];
1230
982
  }
1231
- export declare namespace DeleteBuildBatchOutput {
1232
-
1233
- const filterSensitiveLog: (obj: DeleteBuildBatchOutput) => any;
1234
- }
1235
983
  export interface DeleteProjectInput {
1236
984
 
1237
985
  name: string | undefined;
1238
986
  }
1239
- export declare namespace DeleteProjectInput {
1240
-
1241
- const filterSensitiveLog: (obj: DeleteProjectInput) => any;
1242
- }
1243
987
  export interface DeleteProjectOutput {
1244
988
  }
1245
- export declare namespace DeleteProjectOutput {
1246
-
1247
- const filterSensitiveLog: (obj: DeleteProjectOutput) => any;
1248
- }
1249
989
  export interface DeleteReportInput {
1250
990
 
1251
991
  arn: string | undefined;
1252
992
  }
1253
- export declare namespace DeleteReportInput {
1254
-
1255
- const filterSensitiveLog: (obj: DeleteReportInput) => any;
1256
- }
1257
993
  export interface DeleteReportOutput {
1258
994
  }
1259
- export declare namespace DeleteReportOutput {
1260
-
1261
- const filterSensitiveLog: (obj: DeleteReportOutput) => any;
1262
- }
1263
995
  export interface DeleteReportGroupInput {
1264
996
 
1265
997
  arn: string | undefined;
1266
998
 
1267
999
  deleteReports?: boolean;
1268
1000
  }
1269
- export declare namespace DeleteReportGroupInput {
1270
-
1271
- const filterSensitiveLog: (obj: DeleteReportGroupInput) => any;
1272
- }
1273
1001
  export interface DeleteReportGroupOutput {
1274
1002
  }
1275
- export declare namespace DeleteReportGroupOutput {
1276
-
1277
- const filterSensitiveLog: (obj: DeleteReportGroupOutput) => any;
1278
- }
1279
1003
  export interface DeleteResourcePolicyInput {
1280
1004
 
1281
1005
  resourceArn: string | undefined;
1282
1006
  }
1283
- export declare namespace DeleteResourcePolicyInput {
1284
-
1285
- const filterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
1286
- }
1287
1007
  export interface DeleteResourcePolicyOutput {
1288
1008
  }
1289
- export declare namespace DeleteResourcePolicyOutput {
1290
-
1291
- const filterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
1292
- }
1293
1009
  export interface DeleteSourceCredentialsInput {
1294
1010
 
1295
1011
  arn: string | undefined;
1296
1012
  }
1297
- export declare namespace DeleteSourceCredentialsInput {
1298
-
1299
- const filterSensitiveLog: (obj: DeleteSourceCredentialsInput) => any;
1300
- }
1301
1013
  export interface DeleteSourceCredentialsOutput {
1302
1014
 
1303
1015
  arn?: string;
1304
1016
  }
1305
- export declare namespace DeleteSourceCredentialsOutput {
1306
-
1307
- const filterSensitiveLog: (obj: DeleteSourceCredentialsOutput) => any;
1308
- }
1309
1017
  export interface DeleteWebhookInput {
1310
1018
 
1311
1019
  projectName: string | undefined;
1312
1020
  }
1313
- export declare namespace DeleteWebhookInput {
1314
-
1315
- const filterSensitiveLog: (obj: DeleteWebhookInput) => any;
1316
- }
1317
1021
  export interface DeleteWebhookOutput {
1318
1022
  }
1319
- export declare namespace DeleteWebhookOutput {
1320
-
1321
- const filterSensitiveLog: (obj: DeleteWebhookOutput) => any;
1322
- }
1323
1023
  export declare enum ReportCodeCoverageSortByType {
1324
1024
  FILE_PATH = "FILE_PATH",
1325
1025
  LINE_COVERAGE_PERCENTAGE = "LINE_COVERAGE_PERCENTAGE"
@@ -1344,10 +1044,6 @@ export interface DescribeCodeCoveragesInput {
1344
1044
 
1345
1045
  maxLineCoveragePercentage?: number;
1346
1046
  }
1347
- export declare namespace DescribeCodeCoveragesInput {
1348
-
1349
- const filterSensitiveLog: (obj: DescribeCodeCoveragesInput) => any;
1350
- }
1351
1047
 
1352
1048
  export interface CodeCoverage {
1353
1049
 
@@ -1371,20 +1067,12 @@ export interface CodeCoverage {
1371
1067
 
1372
1068
  expired?: Date;
1373
1069
  }
1374
- export declare namespace CodeCoverage {
1375
-
1376
- const filterSensitiveLog: (obj: CodeCoverage) => any;
1377
- }
1378
1070
  export interface DescribeCodeCoveragesOutput {
1379
1071
 
1380
1072
  nextToken?: string;
1381
1073
 
1382
1074
  codeCoverages?: CodeCoverage[];
1383
1075
  }
1384
- export declare namespace DescribeCodeCoveragesOutput {
1385
-
1386
- const filterSensitiveLog: (obj: DescribeCodeCoveragesOutput) => any;
1387
- }
1388
1076
 
1389
1077
  export interface TestCaseFilter {
1390
1078
 
@@ -1392,10 +1080,6 @@ export interface TestCaseFilter {
1392
1080
 
1393
1081
  keyword?: string;
1394
1082
  }
1395
- export declare namespace TestCaseFilter {
1396
-
1397
- const filterSensitiveLog: (obj: TestCaseFilter) => any;
1398
- }
1399
1083
  export interface DescribeTestCasesInput {
1400
1084
 
1401
1085
  reportArn: string | undefined;
@@ -1406,10 +1090,6 @@ export interface DescribeTestCasesInput {
1406
1090
 
1407
1091
  filter?: TestCaseFilter;
1408
1092
  }
1409
- export declare namespace DescribeTestCasesInput {
1410
-
1411
- const filterSensitiveLog: (obj: DescribeTestCasesInput) => any;
1412
- }
1413
1093
 
1414
1094
  export interface TestCase {
1415
1095
 
@@ -1429,20 +1109,12 @@ export interface TestCase {
1429
1109
 
1430
1110
  expired?: Date;
1431
1111
  }
1432
- export declare namespace TestCase {
1433
-
1434
- const filterSensitiveLog: (obj: TestCase) => any;
1435
- }
1436
1112
  export interface DescribeTestCasesOutput {
1437
1113
 
1438
1114
  nextToken?: string;
1439
1115
 
1440
1116
  testCases?: TestCase[];
1441
1117
  }
1442
- export declare namespace DescribeTestCasesOutput {
1443
-
1444
- const filterSensitiveLog: (obj: DescribeTestCasesOutput) => any;
1445
- }
1446
1118
  export declare enum ReportGroupTrendFieldType {
1447
1119
  BRANCHES_COVERED = "BRANCHES_COVERED",
1448
1120
  BRANCHES_MISSED = "BRANCHES_MISSED",
@@ -1462,10 +1134,6 @@ export interface GetReportGroupTrendInput {
1462
1134
 
1463
1135
  trendField: ReportGroupTrendFieldType | string | undefined;
1464
1136
  }
1465
- export declare namespace GetReportGroupTrendInput {
1466
-
1467
- const filterSensitiveLog: (obj: GetReportGroupTrendInput) => any;
1468
- }
1469
1137
 
1470
1138
  export interface ReportWithRawData {
1471
1139
 
@@ -1473,10 +1141,6 @@ export interface ReportWithRawData {
1473
1141
 
1474
1142
  data?: string;
1475
1143
  }
1476
- export declare namespace ReportWithRawData {
1477
-
1478
- const filterSensitiveLog: (obj: ReportWithRawData) => any;
1479
- }
1480
1144
 
1481
1145
  export interface ReportGroupTrendStats {
1482
1146
 
@@ -1486,36 +1150,20 @@ export interface ReportGroupTrendStats {
1486
1150
 
1487
1151
  min?: string;
1488
1152
  }
1489
- export declare namespace ReportGroupTrendStats {
1490
-
1491
- const filterSensitiveLog: (obj: ReportGroupTrendStats) => any;
1492
- }
1493
1153
  export interface GetReportGroupTrendOutput {
1494
1154
 
1495
1155
  stats?: ReportGroupTrendStats;
1496
1156
 
1497
1157
  rawData?: ReportWithRawData[];
1498
1158
  }
1499
- export declare namespace GetReportGroupTrendOutput {
1500
-
1501
- const filterSensitiveLog: (obj: GetReportGroupTrendOutput) => any;
1502
- }
1503
1159
  export interface GetResourcePolicyInput {
1504
1160
 
1505
1161
  resourceArn: string | undefined;
1506
1162
  }
1507
- export declare namespace GetResourcePolicyInput {
1508
-
1509
- const filterSensitiveLog: (obj: GetResourcePolicyInput) => any;
1510
- }
1511
1163
  export interface GetResourcePolicyOutput {
1512
1164
 
1513
1165
  policy?: string;
1514
1166
  }
1515
- export declare namespace GetResourcePolicyOutput {
1516
-
1517
- const filterSensitiveLog: (obj: GetResourcePolicyOutput) => any;
1518
- }
1519
1167
  export declare enum ServerType {
1520
1168
  BITBUCKET = "BITBUCKET",
1521
1169
  GITHUB = "GITHUB",
@@ -1533,32 +1181,16 @@ export interface ImportSourceCredentialsInput {
1533
1181
 
1534
1182
  shouldOverwrite?: boolean;
1535
1183
  }
1536
- export declare namespace ImportSourceCredentialsInput {
1537
-
1538
- const filterSensitiveLog: (obj: ImportSourceCredentialsInput) => any;
1539
- }
1540
1184
  export interface ImportSourceCredentialsOutput {
1541
1185
 
1542
1186
  arn?: string;
1543
1187
  }
1544
- export declare namespace ImportSourceCredentialsOutput {
1545
-
1546
- const filterSensitiveLog: (obj: ImportSourceCredentialsOutput) => any;
1547
- }
1548
1188
  export interface InvalidateProjectCacheInput {
1549
1189
 
1550
1190
  projectName: string | undefined;
1551
1191
  }
1552
- export declare namespace InvalidateProjectCacheInput {
1553
-
1554
- const filterSensitiveLog: (obj: InvalidateProjectCacheInput) => any;
1555
- }
1556
1192
  export interface InvalidateProjectCacheOutput {
1557
1193
  }
1558
- export declare namespace InvalidateProjectCacheOutput {
1559
-
1560
- const filterSensitiveLog: (obj: InvalidateProjectCacheOutput) => any;
1561
- }
1562
1194
  export interface ListBuildBatchesInput {
1563
1195
 
1564
1196
  filter?: BuildBatchFilter;
@@ -1569,20 +1201,12 @@ export interface ListBuildBatchesInput {
1569
1201
 
1570
1202
  nextToken?: string;
1571
1203
  }
1572
- export declare namespace ListBuildBatchesInput {
1573
-
1574
- const filterSensitiveLog: (obj: ListBuildBatchesInput) => any;
1575
- }
1576
1204
  export interface ListBuildBatchesOutput {
1577
1205
 
1578
1206
  ids?: string[];
1579
1207
 
1580
1208
  nextToken?: string;
1581
1209
  }
1582
- export declare namespace ListBuildBatchesOutput {
1583
-
1584
- const filterSensitiveLog: (obj: ListBuildBatchesOutput) => any;
1585
- }
1586
1210
  export interface ListBuildBatchesForProjectInput {
1587
1211
 
1588
1212
  projectName?: string;
@@ -1595,40 +1219,24 @@ export interface ListBuildBatchesForProjectInput {
1595
1219
 
1596
1220
  nextToken?: string;
1597
1221
  }
1598
- export declare namespace ListBuildBatchesForProjectInput {
1599
-
1600
- const filterSensitiveLog: (obj: ListBuildBatchesForProjectInput) => any;
1601
- }
1602
1222
  export interface ListBuildBatchesForProjectOutput {
1603
1223
 
1604
1224
  ids?: string[];
1605
1225
 
1606
1226
  nextToken?: string;
1607
1227
  }
1608
- export declare namespace ListBuildBatchesForProjectOutput {
1609
-
1610
- const filterSensitiveLog: (obj: ListBuildBatchesForProjectOutput) => any;
1611
- }
1612
1228
  export interface ListBuildsInput {
1613
1229
 
1614
1230
  sortOrder?: SortOrderType | string;
1615
1231
 
1616
1232
  nextToken?: string;
1617
1233
  }
1618
- export declare namespace ListBuildsInput {
1619
-
1620
- const filterSensitiveLog: (obj: ListBuildsInput) => any;
1621
- }
1622
1234
  export interface ListBuildsOutput {
1623
1235
 
1624
1236
  ids?: string[];
1625
1237
 
1626
1238
  nextToken?: string;
1627
1239
  }
1628
- export declare namespace ListBuildsOutput {
1629
-
1630
- const filterSensitiveLog: (obj: ListBuildsOutput) => any;
1631
- }
1632
1240
  export interface ListBuildsForProjectInput {
1633
1241
 
1634
1242
  projectName: string | undefined;
@@ -1637,26 +1245,14 @@ export interface ListBuildsForProjectInput {
1637
1245
 
1638
1246
  nextToken?: string;
1639
1247
  }
1640
- export declare namespace ListBuildsForProjectInput {
1641
-
1642
- const filterSensitiveLog: (obj: ListBuildsForProjectInput) => any;
1643
- }
1644
1248
  export interface ListBuildsForProjectOutput {
1645
1249
 
1646
1250
  ids?: string[];
1647
1251
 
1648
1252
  nextToken?: string;
1649
1253
  }
1650
- export declare namespace ListBuildsForProjectOutput {
1651
-
1652
- const filterSensitiveLog: (obj: ListBuildsForProjectOutput) => any;
1653
- }
1654
1254
  export interface ListCuratedEnvironmentImagesInput {
1655
1255
  }
1656
- export declare namespace ListCuratedEnvironmentImagesInput {
1657
-
1658
- const filterSensitiveLog: (obj: ListCuratedEnvironmentImagesInput) => any;
1659
- }
1660
1256
 
1661
1257
  export interface EnvironmentImage {
1662
1258
 
@@ -1666,10 +1262,6 @@ export interface EnvironmentImage {
1666
1262
 
1667
1263
  versions?: string[];
1668
1264
  }
1669
- export declare namespace EnvironmentImage {
1670
-
1671
- const filterSensitiveLog: (obj: EnvironmentImage) => any;
1672
- }
1673
1265
  export declare enum LanguageType {
1674
1266
  ANDROID = "ANDROID",
1675
1267
  BASE = "BASE",
@@ -1689,10 +1281,6 @@ export interface EnvironmentLanguage {
1689
1281
 
1690
1282
  images?: EnvironmentImage[];
1691
1283
  }
1692
- export declare namespace EnvironmentLanguage {
1693
-
1694
- const filterSensitiveLog: (obj: EnvironmentLanguage) => any;
1695
- }
1696
1284
  export declare enum PlatformType {
1697
1285
  AMAZON_LINUX = "AMAZON_LINUX",
1698
1286
  DEBIAN = "DEBIAN",
@@ -1706,18 +1294,10 @@ export interface EnvironmentPlatform {
1706
1294
 
1707
1295
  languages?: EnvironmentLanguage[];
1708
1296
  }
1709
- export declare namespace EnvironmentPlatform {
1710
-
1711
- const filterSensitiveLog: (obj: EnvironmentPlatform) => any;
1712
- }
1713
1297
  export interface ListCuratedEnvironmentImagesOutput {
1714
1298
 
1715
1299
  platforms?: EnvironmentPlatform[];
1716
1300
  }
1717
- export declare namespace ListCuratedEnvironmentImagesOutput {
1718
-
1719
- const filterSensitiveLog: (obj: ListCuratedEnvironmentImagesOutput) => any;
1720
- }
1721
1301
  export declare enum ProjectSortByType {
1722
1302
  CREATED_TIME = "CREATED_TIME",
1723
1303
  LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
@@ -1731,20 +1311,12 @@ export interface ListProjectsInput {
1731
1311
 
1732
1312
  nextToken?: string;
1733
1313
  }
1734
- export declare namespace ListProjectsInput {
1735
-
1736
- const filterSensitiveLog: (obj: ListProjectsInput) => any;
1737
- }
1738
1314
  export interface ListProjectsOutput {
1739
1315
 
1740
1316
  nextToken?: string;
1741
1317
 
1742
1318
  projects?: string[];
1743
1319
  }
1744
- export declare namespace ListProjectsOutput {
1745
-
1746
- const filterSensitiveLog: (obj: ListProjectsOutput) => any;
1747
- }
1748
1320
  export declare enum ReportGroupSortByType {
1749
1321
  CREATED_TIME = "CREATED_TIME",
1750
1322
  LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
@@ -1760,29 +1332,17 @@ export interface ListReportGroupsInput {
1760
1332
 
1761
1333
  maxResults?: number;
1762
1334
  }
1763
- export declare namespace ListReportGroupsInput {
1764
-
1765
- const filterSensitiveLog: (obj: ListReportGroupsInput) => any;
1766
- }
1767
1335
  export interface ListReportGroupsOutput {
1768
1336
 
1769
1337
  nextToken?: string;
1770
1338
 
1771
1339
  reportGroups?: string[];
1772
1340
  }
1773
- export declare namespace ListReportGroupsOutput {
1774
-
1775
- const filterSensitiveLog: (obj: ListReportGroupsOutput) => any;
1776
- }
1777
1341
 
1778
1342
  export interface ReportFilter {
1779
1343
 
1780
1344
  status?: ReportStatusType | string;
1781
1345
  }
1782
- export declare namespace ReportFilter {
1783
-
1784
- const filterSensitiveLog: (obj: ReportFilter) => any;
1785
- }
1786
1346
  export interface ListReportsInput {
1787
1347
 
1788
1348
  sortOrder?: SortOrderType | string;
@@ -1793,20 +1353,12 @@ export interface ListReportsInput {
1793
1353
 
1794
1354
  filter?: ReportFilter;
1795
1355
  }
1796
- export declare namespace ListReportsInput {
1797
-
1798
- const filterSensitiveLog: (obj: ListReportsInput) => any;
1799
- }
1800
1356
  export interface ListReportsOutput {
1801
1357
 
1802
1358
  nextToken?: string;
1803
1359
 
1804
1360
  reports?: string[];
1805
1361
  }
1806
- export declare namespace ListReportsOutput {
1807
-
1808
- const filterSensitiveLog: (obj: ListReportsOutput) => any;
1809
- }
1810
1362
  export interface ListReportsForReportGroupInput {
1811
1363
 
1812
1364
  reportGroupArn: string | undefined;
@@ -1819,20 +1371,12 @@ export interface ListReportsForReportGroupInput {
1819
1371
 
1820
1372
  filter?: ReportFilter;
1821
1373
  }
1822
- export declare namespace ListReportsForReportGroupInput {
1823
-
1824
- const filterSensitiveLog: (obj: ListReportsForReportGroupInput) => any;
1825
- }
1826
1374
  export interface ListReportsForReportGroupOutput {
1827
1375
 
1828
1376
  nextToken?: string;
1829
1377
 
1830
1378
  reports?: string[];
1831
1379
  }
1832
- export declare namespace ListReportsForReportGroupOutput {
1833
-
1834
- const filterSensitiveLog: (obj: ListReportsForReportGroupOutput) => any;
1835
- }
1836
1380
  export declare enum SharedResourceSortByType {
1837
1381
  ARN = "ARN",
1838
1382
  MODIFIED_TIME = "MODIFIED_TIME"
@@ -1847,20 +1391,12 @@ export interface ListSharedProjectsInput {
1847
1391
 
1848
1392
  nextToken?: string;
1849
1393
  }
1850
- export declare namespace ListSharedProjectsInput {
1851
-
1852
- const filterSensitiveLog: (obj: ListSharedProjectsInput) => any;
1853
- }
1854
1394
  export interface ListSharedProjectsOutput {
1855
1395
 
1856
1396
  nextToken?: string;
1857
1397
 
1858
1398
  projects?: string[];
1859
1399
  }
1860
- export declare namespace ListSharedProjectsOutput {
1861
-
1862
- const filterSensitiveLog: (obj: ListSharedProjectsOutput) => any;
1863
- }
1864
1400
  export interface ListSharedReportGroupsInput {
1865
1401
 
1866
1402
  sortOrder?: SortOrderType | string;
@@ -1871,26 +1407,14 @@ export interface ListSharedReportGroupsInput {
1871
1407
 
1872
1408
  maxResults?: number;
1873
1409
  }
1874
- export declare namespace ListSharedReportGroupsInput {
1875
-
1876
- const filterSensitiveLog: (obj: ListSharedReportGroupsInput) => any;
1877
- }
1878
1410
  export interface ListSharedReportGroupsOutput {
1879
1411
 
1880
1412
  nextToken?: string;
1881
1413
 
1882
1414
  reportGroups?: string[];
1883
1415
  }
1884
- export declare namespace ListSharedReportGroupsOutput {
1885
-
1886
- const filterSensitiveLog: (obj: ListSharedReportGroupsOutput) => any;
1887
- }
1888
1416
  export interface ListSourceCredentialsInput {
1889
1417
  }
1890
- export declare namespace ListSourceCredentialsInput {
1891
-
1892
- const filterSensitiveLog: (obj: ListSourceCredentialsInput) => any;
1893
- }
1894
1418
 
1895
1419
  export interface SourceCredentialsInfo {
1896
1420
 
@@ -1900,54 +1424,30 @@ export interface SourceCredentialsInfo {
1900
1424
 
1901
1425
  authType?: AuthType | string;
1902
1426
  }
1903
- export declare namespace SourceCredentialsInfo {
1904
-
1905
- const filterSensitiveLog: (obj: SourceCredentialsInfo) => any;
1906
- }
1907
1427
  export interface ListSourceCredentialsOutput {
1908
1428
 
1909
1429
  sourceCredentialsInfos?: SourceCredentialsInfo[];
1910
1430
  }
1911
- export declare namespace ListSourceCredentialsOutput {
1912
-
1913
- const filterSensitiveLog: (obj: ListSourceCredentialsOutput) => any;
1914
- }
1915
1431
  export interface PutResourcePolicyInput {
1916
1432
 
1917
1433
  policy: string | undefined;
1918
1434
 
1919
1435
  resourceArn: string | undefined;
1920
1436
  }
1921
- export declare namespace PutResourcePolicyInput {
1922
-
1923
- const filterSensitiveLog: (obj: PutResourcePolicyInput) => any;
1924
- }
1925
1437
  export interface PutResourcePolicyOutput {
1926
1438
 
1927
1439
  resourceArn?: string;
1928
1440
  }
1929
- export declare namespace PutResourcePolicyOutput {
1930
-
1931
- const filterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
1932
- }
1933
1441
  export interface RetryBuildInput {
1934
1442
 
1935
1443
  id?: string;
1936
1444
 
1937
1445
  idempotencyToken?: string;
1938
1446
  }
1939
- export declare namespace RetryBuildInput {
1940
-
1941
- const filterSensitiveLog: (obj: RetryBuildInput) => any;
1942
- }
1943
1447
  export interface RetryBuildOutput {
1944
1448
 
1945
1449
  build?: Build;
1946
1450
  }
1947
- export declare namespace RetryBuildOutput {
1948
-
1949
- const filterSensitiveLog: (obj: RetryBuildOutput) => any;
1950
- }
1951
1451
  export declare enum RetryBuildBatchType {
1952
1452
  RETRY_ALL_BUILDS = "RETRY_ALL_BUILDS",
1953
1453
  RETRY_FAILED_BUILDS = "RETRY_FAILED_BUILDS"
@@ -1960,18 +1460,10 @@ export interface RetryBuildBatchInput {
1960
1460
 
1961
1461
  retryType?: RetryBuildBatchType | string;
1962
1462
  }
1963
- export declare namespace RetryBuildBatchInput {
1964
-
1965
- const filterSensitiveLog: (obj: RetryBuildBatchInput) => any;
1966
- }
1967
1463
  export interface RetryBuildBatchOutput {
1968
1464
 
1969
1465
  buildBatch?: BuildBatch;
1970
1466
  }
1971
- export declare namespace RetryBuildBatchOutput {
1972
-
1973
- const filterSensitiveLog: (obj: RetryBuildBatchOutput) => any;
1974
- }
1975
1467
  export interface StartBuildInput {
1976
1468
 
1977
1469
  projectName: string | undefined;
@@ -2036,18 +1528,10 @@ export interface StartBuildInput {
2036
1528
 
2037
1529
  debugSessionEnabled?: boolean;
2038
1530
  }
2039
- export declare namespace StartBuildInput {
2040
-
2041
- const filterSensitiveLog: (obj: StartBuildInput) => any;
2042
- }
2043
1531
  export interface StartBuildOutput {
2044
1532
 
2045
1533
  build?: Build;
2046
1534
  }
2047
- export declare namespace StartBuildOutput {
2048
-
2049
- const filterSensitiveLog: (obj: StartBuildOutput) => any;
2050
- }
2051
1535
  export interface StartBuildBatchInput {
2052
1536
 
2053
1537
  projectName: string | undefined;
@@ -2112,50 +1596,26 @@ export interface StartBuildBatchInput {
2112
1596
 
2113
1597
  debugSessionEnabled?: boolean;
2114
1598
  }
2115
- export declare namespace StartBuildBatchInput {
2116
-
2117
- const filterSensitiveLog: (obj: StartBuildBatchInput) => any;
2118
- }
2119
1599
  export interface StartBuildBatchOutput {
2120
1600
 
2121
1601
  buildBatch?: BuildBatch;
2122
1602
  }
2123
- export declare namespace StartBuildBatchOutput {
2124
-
2125
- const filterSensitiveLog: (obj: StartBuildBatchOutput) => any;
2126
- }
2127
1603
  export interface StopBuildInput {
2128
1604
 
2129
1605
  id: string | undefined;
2130
1606
  }
2131
- export declare namespace StopBuildInput {
2132
-
2133
- const filterSensitiveLog: (obj: StopBuildInput) => any;
2134
- }
2135
1607
  export interface StopBuildOutput {
2136
1608
 
2137
1609
  build?: Build;
2138
1610
  }
2139
- export declare namespace StopBuildOutput {
2140
-
2141
- const filterSensitiveLog: (obj: StopBuildOutput) => any;
2142
- }
2143
1611
  export interface StopBuildBatchInput {
2144
1612
 
2145
1613
  id: string | undefined;
2146
1614
  }
2147
- export declare namespace StopBuildBatchInput {
2148
-
2149
- const filterSensitiveLog: (obj: StopBuildBatchInput) => any;
2150
- }
2151
1615
  export interface StopBuildBatchOutput {
2152
1616
 
2153
1617
  buildBatch?: BuildBatch;
2154
1618
  }
2155
- export declare namespace StopBuildBatchOutput {
2156
-
2157
- const filterSensitiveLog: (obj: StopBuildBatchOutput) => any;
2158
- }
2159
1619
  export interface UpdateProjectInput {
2160
1620
 
2161
1621
  name: string | undefined;
@@ -2200,18 +1660,10 @@ export interface UpdateProjectInput {
2200
1660
 
2201
1661
  concurrentBuildLimit?: number;
2202
1662
  }
2203
- export declare namespace UpdateProjectInput {
2204
-
2205
- const filterSensitiveLog: (obj: UpdateProjectInput) => any;
2206
- }
2207
1663
  export interface UpdateProjectOutput {
2208
1664
 
2209
1665
  project?: Project;
2210
1666
  }
2211
- export declare namespace UpdateProjectOutput {
2212
-
2213
- const filterSensitiveLog: (obj: UpdateProjectOutput) => any;
2214
- }
2215
1667
  export interface UpdateProjectVisibilityInput {
2216
1668
 
2217
1669
  projectArn: string | undefined;
@@ -2220,10 +1672,6 @@ export interface UpdateProjectVisibilityInput {
2220
1672
 
2221
1673
  resourceAccessRole?: string;
2222
1674
  }
2223
- export declare namespace UpdateProjectVisibilityInput {
2224
-
2225
- const filterSensitiveLog: (obj: UpdateProjectVisibilityInput) => any;
2226
- }
2227
1675
  export interface UpdateProjectVisibilityOutput {
2228
1676
 
2229
1677
  projectArn?: string;
@@ -2232,10 +1680,6 @@ export interface UpdateProjectVisibilityOutput {
2232
1680
 
2233
1681
  projectVisibility?: ProjectVisibilityType | string;
2234
1682
  }
2235
- export declare namespace UpdateProjectVisibilityOutput {
2236
-
2237
- const filterSensitiveLog: (obj: UpdateProjectVisibilityOutput) => any;
2238
- }
2239
1683
  export interface UpdateReportGroupInput {
2240
1684
 
2241
1685
  arn: string | undefined;
@@ -2244,18 +1688,10 @@ export interface UpdateReportGroupInput {
2244
1688
 
2245
1689
  tags?: Tag[];
2246
1690
  }
2247
- export declare namespace UpdateReportGroupInput {
2248
-
2249
- const filterSensitiveLog: (obj: UpdateReportGroupInput) => any;
2250
- }
2251
1691
  export interface UpdateReportGroupOutput {
2252
1692
 
2253
1693
  reportGroup?: ReportGroup;
2254
1694
  }
2255
- export declare namespace UpdateReportGroupOutput {
2256
-
2257
- const filterSensitiveLog: (obj: UpdateReportGroupOutput) => any;
2258
- }
2259
1695
  export interface UpdateWebhookInput {
2260
1696
 
2261
1697
  projectName: string | undefined;
@@ -2268,15 +1704,293 @@ export interface UpdateWebhookInput {
2268
1704
 
2269
1705
  buildType?: WebhookBuildType | string;
2270
1706
  }
2271
- export declare namespace UpdateWebhookInput {
2272
-
2273
- const filterSensitiveLog: (obj: UpdateWebhookInput) => any;
2274
- }
2275
1707
  export interface UpdateWebhookOutput {
2276
1708
 
2277
1709
  webhook?: Webhook;
2278
1710
  }
2279
- export declare namespace UpdateWebhookOutput {
2280
-
2281
- const filterSensitiveLog: (obj: UpdateWebhookOutput) => any;
2282
- }
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;