@aws-sdk/client-codebuild 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/BatchDeleteBuildsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +2 -2
- package/dist-cjs/commands/BatchGetBuildsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetProjectsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetReportsCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateReportGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -2
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteReportCommand.js +2 -2
- package/dist-cjs/commands/DeleteReportGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +2 -2
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +2 -2
- package/dist-cjs/commands/DescribeTestCasesCommand.js +2 -2
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +2 -2
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +2 -2
- package/dist-cjs/commands/ListBuildBatchesCommand.js +2 -2
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +2 -2
- package/dist-cjs/commands/ListBuildsCommand.js +2 -2
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +2 -2
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +2 -2
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListReportGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListReportsCommand.js +2 -2
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +2 -2
- package/dist-cjs/commands/ListSharedProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/RetryBuildBatchCommand.js +2 -2
- package/dist-cjs/commands/RetryBuildCommand.js +2 -2
- package/dist-cjs/commands/StartBuildBatchCommand.js +2 -2
- package/dist-cjs/commands/StartBuildCommand.js +2 -2
- package/dist-cjs/commands/StopBuildBatchCommand.js +2 -2
- package/dist-cjs/commands/StopBuildCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +2 -2
- package/dist-cjs/commands/UpdateReportGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -2
- package/dist-cjs/models/models_0.js +577 -863
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -3
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -3
- package/dist-es/commands/BatchGetBuildsCommand.js +3 -3
- package/dist-es/commands/BatchGetProjectsCommand.js +3 -3
- package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -3
- package/dist-es/commands/BatchGetReportsCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/CreateReportGroupCommand.js +3 -3
- package/dist-es/commands/CreateWebhookCommand.js +3 -3
- package/dist-es/commands/DeleteBuildBatchCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +3 -3
- package/dist-es/commands/DeleteReportCommand.js +3 -3
- package/dist-es/commands/DeleteReportGroupCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -3
- package/dist-es/commands/DeleteWebhookCommand.js +3 -3
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -3
- package/dist-es/commands/DescribeTestCasesCommand.js +3 -3
- package/dist-es/commands/GetReportGroupTrendCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -3
- package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -3
- package/dist-es/commands/ListBuildBatchesCommand.js +3 -3
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -3
- package/dist-es/commands/ListBuildsCommand.js +3 -3
- package/dist-es/commands/ListBuildsForProjectCommand.js +3 -3
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListReportGroupsCommand.js +3 -3
- package/dist-es/commands/ListReportsCommand.js +3 -3
- package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -3
- package/dist-es/commands/ListSharedProjectsCommand.js +3 -3
- package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -3
- package/dist-es/commands/ListSourceCredentialsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/RetryBuildBatchCommand.js +3 -3
- package/dist-es/commands/RetryBuildCommand.js +3 -3
- package/dist-es/commands/StartBuildBatchCommand.js +3 -3
- package/dist-es/commands/StartBuildCommand.js +3 -3
- package/dist-es/commands/StopBuildBatchCommand.js +3 -3
- package/dist-es/commands/StopBuildCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -3
- package/dist-es/commands/UpdateReportGroupCommand.js +3 -3
- package/dist-es/commands/UpdateWebhookCommand.js +3 -3
- package/dist-es/models/models_0.js +143 -572
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +572 -858
- package/dist-types/ts3.4/models/models_0.d.ts +286 -572
- package/package.json +9 -9
|
@@ -35,12 +35,6 @@ export interface BatchDeleteBuildsInput {
|
|
|
35
35
|
*/
|
|
36
36
|
ids: string[] | undefined;
|
|
37
37
|
}
|
|
38
|
-
export declare namespace BatchDeleteBuildsInput {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
const filterSensitiveLog: (obj: BatchDeleteBuildsInput) => any;
|
|
43
|
-
}
|
|
44
38
|
/**
|
|
45
39
|
* <p>Information about a build that could not be successfully deleted.</p>
|
|
46
40
|
*/
|
|
@@ -54,12 +48,6 @@ export interface BuildNotDeleted {
|
|
|
54
48
|
*/
|
|
55
49
|
statusCode?: string;
|
|
56
50
|
}
|
|
57
|
-
export declare namespace BuildNotDeleted {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
const filterSensitiveLog: (obj: BuildNotDeleted) => any;
|
|
62
|
-
}
|
|
63
51
|
export interface BatchDeleteBuildsOutput {
|
|
64
52
|
/**
|
|
65
53
|
* <p>The IDs of the builds that were successfully deleted.</p>
|
|
@@ -70,12 +58,6 @@ export interface BatchDeleteBuildsOutput {
|
|
|
70
58
|
*/
|
|
71
59
|
buildsNotDeleted?: BuildNotDeleted[];
|
|
72
60
|
}
|
|
73
|
-
export declare namespace BatchDeleteBuildsOutput {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
const filterSensitiveLog: (obj: BatchDeleteBuildsOutput) => any;
|
|
78
|
-
}
|
|
79
61
|
/**
|
|
80
62
|
* <p>The input value that was provided is not valid.</p>
|
|
81
63
|
*/
|
|
@@ -93,12 +75,6 @@ export interface BatchGetBuildBatchesInput {
|
|
|
93
75
|
*/
|
|
94
76
|
ids: string[] | undefined;
|
|
95
77
|
}
|
|
96
|
-
export declare namespace BatchGetBuildBatchesInput {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
const filterSensitiveLog: (obj: BatchGetBuildBatchesInput) => any;
|
|
101
|
-
}
|
|
102
78
|
export declare enum BucketOwnerAccess {
|
|
103
79
|
FULL = "FULL",
|
|
104
80
|
NONE = "NONE",
|
|
@@ -193,12 +169,6 @@ export interface BuildArtifacts {
|
|
|
193
169
|
*/
|
|
194
170
|
bucketOwnerAccess?: BucketOwnerAccess | string;
|
|
195
171
|
}
|
|
196
|
-
export declare namespace BuildArtifacts {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
const filterSensitiveLog: (obj: BuildArtifacts) => any;
|
|
201
|
-
}
|
|
202
172
|
export declare enum BatchReportModeType {
|
|
203
173
|
REPORT_AGGREGATED_BATCH = "REPORT_AGGREGATED_BATCH",
|
|
204
174
|
REPORT_INDIVIDUAL_BUILDS = "REPORT_INDIVIDUAL_BUILDS"
|
|
@@ -219,12 +189,6 @@ export interface BatchRestrictions {
|
|
|
219
189
|
*/
|
|
220
190
|
computeTypesAllowed?: string[];
|
|
221
191
|
}
|
|
222
|
-
export declare namespace BatchRestrictions {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
|
-
const filterSensitiveLog: (obj: BatchRestrictions) => any;
|
|
227
|
-
}
|
|
228
192
|
/**
|
|
229
193
|
* <p>Contains configuration information about a batch build project.</p>
|
|
230
194
|
*/
|
|
@@ -264,12 +228,6 @@ export interface ProjectBuildBatchConfig {
|
|
|
264
228
|
*/
|
|
265
229
|
batchReportMode?: BatchReportModeType | string;
|
|
266
230
|
}
|
|
267
|
-
export declare namespace ProjectBuildBatchConfig {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
const filterSensitiveLog: (obj: ProjectBuildBatchConfig) => any;
|
|
272
|
-
}
|
|
273
231
|
export declare enum StatusType {
|
|
274
232
|
FAILED = "FAILED",
|
|
275
233
|
FAULT = "FAULT",
|
|
@@ -296,12 +254,6 @@ export interface ResolvedArtifact {
|
|
|
296
254
|
*/
|
|
297
255
|
identifier?: string;
|
|
298
256
|
}
|
|
299
|
-
export declare namespace ResolvedArtifact {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
|
-
const filterSensitiveLog: (obj: ResolvedArtifact) => any;
|
|
304
|
-
}
|
|
305
257
|
/**
|
|
306
258
|
* <p>Contains summary information about a batch build group.</p>
|
|
307
259
|
*/
|
|
@@ -355,12 +307,6 @@ export interface BuildSummary {
|
|
|
355
307
|
*/
|
|
356
308
|
secondaryArtifacts?: ResolvedArtifact[];
|
|
357
309
|
}
|
|
358
|
-
export declare namespace BuildSummary {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
const filterSensitiveLog: (obj: BuildSummary) => any;
|
|
363
|
-
}
|
|
364
310
|
/**
|
|
365
311
|
* <p>Contains information about a batch build build group. Build groups are used to combine
|
|
366
312
|
* builds that can run in parallel, while still being able to set dependencies on other
|
|
@@ -391,12 +337,6 @@ export interface BuildGroup {
|
|
|
391
337
|
*/
|
|
392
338
|
priorBuildSummaryList?: BuildSummary[];
|
|
393
339
|
}
|
|
394
|
-
export declare namespace BuildGroup {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
const filterSensitiveLog: (obj: BuildGroup) => any;
|
|
399
|
-
}
|
|
400
340
|
export declare enum CacheMode {
|
|
401
341
|
LOCAL_CUSTOM_CACHE = "LOCAL_CUSTOM_CACHE",
|
|
402
342
|
LOCAL_DOCKER_LAYER_CACHE = "LOCAL_DOCKER_LAYER_CACHE",
|
|
@@ -506,12 +446,6 @@ export interface ProjectCache {
|
|
|
506
446
|
*/
|
|
507
447
|
modes?: (CacheMode | string)[];
|
|
508
448
|
}
|
|
509
|
-
export declare namespace ProjectCache {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
|
-
const filterSensitiveLog: (obj: ProjectCache) => any;
|
|
514
|
-
}
|
|
515
449
|
export declare enum ComputeType {
|
|
516
450
|
BUILD_GENERAL1_2XLARGE = "BUILD_GENERAL1_2XLARGE",
|
|
517
451
|
BUILD_GENERAL1_LARGE = "BUILD_GENERAL1_LARGE",
|
|
@@ -568,12 +502,6 @@ export interface EnvironmentVariable {
|
|
|
568
502
|
*/
|
|
569
503
|
type?: EnvironmentVariableType | string;
|
|
570
504
|
}
|
|
571
|
-
export declare namespace EnvironmentVariable {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
|
-
const filterSensitiveLog: (obj: EnvironmentVariable) => any;
|
|
576
|
-
}
|
|
577
505
|
export declare enum ImagePullCredentialsType {
|
|
578
506
|
CODEBUILD = "CODEBUILD",
|
|
579
507
|
SERVICE_ROLE = "SERVICE_ROLE"
|
|
@@ -612,12 +540,6 @@ export interface RegistryCredential {
|
|
|
612
540
|
*/
|
|
613
541
|
credentialProvider: CredentialProviderType | string | undefined;
|
|
614
542
|
}
|
|
615
|
-
export declare namespace RegistryCredential {
|
|
616
|
-
/**
|
|
617
|
-
* @internal
|
|
618
|
-
*/
|
|
619
|
-
const filterSensitiveLog: (obj: RegistryCredential) => any;
|
|
620
|
-
}
|
|
621
543
|
export declare enum EnvironmentType {
|
|
622
544
|
ARM_CONTAINER = "ARM_CONTAINER",
|
|
623
545
|
LINUX_CONTAINER = "LINUX_CONTAINER",
|
|
@@ -794,12 +716,6 @@ export interface ProjectEnvironment {
|
|
|
794
716
|
*/
|
|
795
717
|
imagePullCredentialsType?: ImagePullCredentialsType | string;
|
|
796
718
|
}
|
|
797
|
-
export declare namespace ProjectEnvironment {
|
|
798
|
-
/**
|
|
799
|
-
* @internal
|
|
800
|
-
*/
|
|
801
|
-
const filterSensitiveLog: (obj: ProjectEnvironment) => any;
|
|
802
|
-
}
|
|
803
719
|
export declare enum FileSystemType {
|
|
804
720
|
EFS = "EFS"
|
|
805
721
|
}
|
|
@@ -849,12 +765,6 @@ export interface ProjectFileSystemLocation {
|
|
|
849
765
|
*/
|
|
850
766
|
mountOptions?: string;
|
|
851
767
|
}
|
|
852
|
-
export declare namespace ProjectFileSystemLocation {
|
|
853
|
-
/**
|
|
854
|
-
* @internal
|
|
855
|
-
*/
|
|
856
|
-
const filterSensitiveLog: (obj: ProjectFileSystemLocation) => any;
|
|
857
|
-
}
|
|
858
768
|
export declare enum LogsConfigStatusType {
|
|
859
769
|
DISABLED = "DISABLED",
|
|
860
770
|
ENABLED = "ENABLED"
|
|
@@ -888,12 +798,6 @@ export interface CloudWatchLogsConfig {
|
|
|
888
798
|
*/
|
|
889
799
|
streamName?: string;
|
|
890
800
|
}
|
|
891
|
-
export declare namespace CloudWatchLogsConfig {
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
|
-
const filterSensitiveLog: (obj: CloudWatchLogsConfig) => any;
|
|
896
|
-
}
|
|
897
801
|
/**
|
|
898
802
|
* <p> Information about S3 logs for a build project. </p>
|
|
899
803
|
*/
|
|
@@ -971,12 +875,6 @@ export interface S3LogsConfig {
|
|
|
971
875
|
*/
|
|
972
876
|
bucketOwnerAccess?: BucketOwnerAccess | string;
|
|
973
877
|
}
|
|
974
|
-
export declare namespace S3LogsConfig {
|
|
975
|
-
/**
|
|
976
|
-
* @internal
|
|
977
|
-
*/
|
|
978
|
-
const filterSensitiveLog: (obj: S3LogsConfig) => any;
|
|
979
|
-
}
|
|
980
878
|
/**
|
|
981
879
|
* <p> Information about logs for a build project. These can be logs in CloudWatch Logs, built in a
|
|
982
880
|
* specified S3 bucket, or both. </p>
|
|
@@ -992,12 +890,6 @@ export interface LogsConfig {
|
|
|
992
890
|
*/
|
|
993
891
|
s3Logs?: S3LogsConfig;
|
|
994
892
|
}
|
|
995
|
-
export declare namespace LogsConfig {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
|
-
const filterSensitiveLog: (obj: LogsConfig) => any;
|
|
1000
|
-
}
|
|
1001
893
|
/**
|
|
1002
894
|
* <p>Additional information about a build phase that has an error. You can use this
|
|
1003
895
|
* information for troubleshooting.</p>
|
|
@@ -1013,12 +905,6 @@ export interface PhaseContext {
|
|
|
1013
905
|
*/
|
|
1014
906
|
message?: string;
|
|
1015
907
|
}
|
|
1016
|
-
export declare namespace PhaseContext {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
|
-
const filterSensitiveLog: (obj: PhaseContext) => any;
|
|
1021
|
-
}
|
|
1022
908
|
export declare enum BuildBatchPhaseType {
|
|
1023
909
|
COMBINE_ARTIFACTS = "COMBINE_ARTIFACTS",
|
|
1024
910
|
DOWNLOAD_BATCHSPEC = "DOWNLOAD_BATCHSPEC",
|
|
@@ -1116,12 +1002,6 @@ export interface BuildBatchPhase {
|
|
|
1116
1002
|
*/
|
|
1117
1003
|
contexts?: PhaseContext[];
|
|
1118
1004
|
}
|
|
1119
|
-
export declare namespace BuildBatchPhase {
|
|
1120
|
-
/**
|
|
1121
|
-
* @internal
|
|
1122
|
-
*/
|
|
1123
|
-
const filterSensitiveLog: (obj: BuildBatchPhase) => any;
|
|
1124
|
-
}
|
|
1125
1005
|
export declare enum SourceAuthType {
|
|
1126
1006
|
OAUTH = "OAUTH"
|
|
1127
1007
|
}
|
|
@@ -1145,12 +1025,6 @@ export interface SourceAuth {
|
|
|
1145
1025
|
*/
|
|
1146
1026
|
resource?: string;
|
|
1147
1027
|
}
|
|
1148
|
-
export declare namespace SourceAuth {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
const filterSensitiveLog: (obj: SourceAuth) => any;
|
|
1153
|
-
}
|
|
1154
1028
|
/**
|
|
1155
1029
|
* <p>Contains information that defines how the CodeBuild build project reports the build status
|
|
1156
1030
|
* to the source provider. </p>
|
|
@@ -1191,12 +1065,6 @@ export interface BuildStatusConfig {
|
|
|
1191
1065
|
*/
|
|
1192
1066
|
targetUrl?: string;
|
|
1193
1067
|
}
|
|
1194
|
-
export declare namespace BuildStatusConfig {
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
const filterSensitiveLog: (obj: BuildStatusConfig) => any;
|
|
1199
|
-
}
|
|
1200
1068
|
/**
|
|
1201
1069
|
* <p> Information about the Git submodules configuration for an CodeBuild build project.
|
|
1202
1070
|
* </p>
|
|
@@ -1207,12 +1075,6 @@ export interface GitSubmodulesConfig {
|
|
|
1207
1075
|
*/
|
|
1208
1076
|
fetchSubmodules: boolean | undefined;
|
|
1209
1077
|
}
|
|
1210
|
-
export declare namespace GitSubmodulesConfig {
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
const filterSensitiveLog: (obj: GitSubmodulesConfig) => any;
|
|
1215
|
-
}
|
|
1216
1078
|
export declare enum SourceType {
|
|
1217
1079
|
BITBUCKET = "BITBUCKET",
|
|
1218
1080
|
CODECOMMIT = "CODECOMMIT",
|
|
@@ -1385,12 +1247,6 @@ export interface ProjectSource {
|
|
|
1385
1247
|
*/
|
|
1386
1248
|
sourceIdentifier?: string;
|
|
1387
1249
|
}
|
|
1388
|
-
export declare namespace ProjectSource {
|
|
1389
|
-
/**
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
1392
|
-
const filterSensitiveLog: (obj: ProjectSource) => any;
|
|
1393
|
-
}
|
|
1394
1250
|
/**
|
|
1395
1251
|
* <p> A source identifier and its corresponding version. </p>
|
|
1396
1252
|
*/
|
|
@@ -1431,12 +1287,6 @@ export interface ProjectSourceVersion {
|
|
|
1431
1287
|
*/
|
|
1432
1288
|
sourceVersion: string | undefined;
|
|
1433
1289
|
}
|
|
1434
|
-
export declare namespace ProjectSourceVersion {
|
|
1435
|
-
/**
|
|
1436
|
-
* @internal
|
|
1437
|
-
*/
|
|
1438
|
-
const filterSensitiveLog: (obj: ProjectSourceVersion) => any;
|
|
1439
|
-
}
|
|
1440
1290
|
/**
|
|
1441
1291
|
* <p>Information about the VPC configuration that CodeBuild accesses.</p>
|
|
1442
1292
|
*/
|
|
@@ -1454,12 +1304,6 @@ export interface VpcConfig {
|
|
|
1454
1304
|
*/
|
|
1455
1305
|
securityGroupIds?: string[];
|
|
1456
1306
|
}
|
|
1457
|
-
export declare namespace VpcConfig {
|
|
1458
|
-
/**
|
|
1459
|
-
* @internal
|
|
1460
|
-
*/
|
|
1461
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
1462
|
-
}
|
|
1463
1307
|
/**
|
|
1464
1308
|
* <p>Contains information about a batch build.</p>
|
|
1465
1309
|
*/
|
|
@@ -1655,12 +1499,6 @@ export interface BuildBatch {
|
|
|
1655
1499
|
*/
|
|
1656
1500
|
debugSessionEnabled?: boolean;
|
|
1657
1501
|
}
|
|
1658
|
-
export declare namespace BuildBatch {
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
*/
|
|
1662
|
-
const filterSensitiveLog: (obj: BuildBatch) => any;
|
|
1663
|
-
}
|
|
1664
1502
|
export interface BatchGetBuildBatchesOutput {
|
|
1665
1503
|
/**
|
|
1666
1504
|
* <p>An array of <code>BuildBatch</code> objects that represent the retrieved batch
|
|
@@ -1672,24 +1510,12 @@ export interface BatchGetBuildBatchesOutput {
|
|
|
1672
1510
|
*/
|
|
1673
1511
|
buildBatchesNotFound?: string[];
|
|
1674
1512
|
}
|
|
1675
|
-
export declare namespace BatchGetBuildBatchesOutput {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
const filterSensitiveLog: (obj: BatchGetBuildBatchesOutput) => any;
|
|
1680
|
-
}
|
|
1681
1513
|
export interface BatchGetBuildsInput {
|
|
1682
1514
|
/**
|
|
1683
1515
|
* <p>The IDs of the builds.</p>
|
|
1684
1516
|
*/
|
|
1685
1517
|
ids: string[] | undefined;
|
|
1686
1518
|
}
|
|
1687
|
-
export declare namespace BatchGetBuildsInput {
|
|
1688
|
-
/**
|
|
1689
|
-
* @internal
|
|
1690
|
-
*/
|
|
1691
|
-
const filterSensitiveLog: (obj: BatchGetBuildsInput) => any;
|
|
1692
|
-
}
|
|
1693
1519
|
/**
|
|
1694
1520
|
* <p>Contains information about the debug session for a build. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html">Viewing a
|
|
1695
1521
|
* running build in Session Manager</a>.</p>
|
|
@@ -1706,12 +1532,6 @@ export interface DebugSession {
|
|
|
1706
1532
|
*/
|
|
1707
1533
|
sessionTarget?: string;
|
|
1708
1534
|
}
|
|
1709
|
-
export declare namespace DebugSession {
|
|
1710
|
-
/**
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
1713
|
-
const filterSensitiveLog: (obj: DebugSession) => any;
|
|
1714
|
-
}
|
|
1715
1535
|
/**
|
|
1716
1536
|
* <p>Contains information about an exported environment variable. </p>
|
|
1717
1537
|
* <p>Exported environment variables are used in conjunction with CodePipeline to export
|
|
@@ -1735,12 +1555,6 @@ export interface ExportedEnvironmentVariable {
|
|
|
1735
1555
|
*/
|
|
1736
1556
|
value?: string;
|
|
1737
1557
|
}
|
|
1738
|
-
export declare namespace ExportedEnvironmentVariable {
|
|
1739
|
-
/**
|
|
1740
|
-
* @internal
|
|
1741
|
-
*/
|
|
1742
|
-
const filterSensitiveLog: (obj: ExportedEnvironmentVariable) => any;
|
|
1743
|
-
}
|
|
1744
1558
|
/**
|
|
1745
1559
|
* <p>Information about build logs in CloudWatch Logs.</p>
|
|
1746
1560
|
*/
|
|
@@ -1782,12 +1596,6 @@ export interface LogsLocation {
|
|
|
1782
1596
|
*/
|
|
1783
1597
|
s3Logs?: S3LogsConfig;
|
|
1784
1598
|
}
|
|
1785
|
-
export declare namespace LogsLocation {
|
|
1786
|
-
/**
|
|
1787
|
-
* @internal
|
|
1788
|
-
*/
|
|
1789
|
-
const filterSensitiveLog: (obj: LogsLocation) => any;
|
|
1790
|
-
}
|
|
1791
1599
|
/**
|
|
1792
1600
|
* <p>Describes a network interface.</p>
|
|
1793
1601
|
*/
|
|
@@ -1801,12 +1609,6 @@ export interface NetworkInterface {
|
|
|
1801
1609
|
*/
|
|
1802
1610
|
networkInterfaceId?: string;
|
|
1803
1611
|
}
|
|
1804
|
-
export declare namespace NetworkInterface {
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
1808
|
-
const filterSensitiveLog: (obj: NetworkInterface) => any;
|
|
1809
|
-
}
|
|
1810
1612
|
export declare enum BuildPhaseType {
|
|
1811
1613
|
BUILD = "BUILD",
|
|
1812
1614
|
COMPLETED = "COMPLETED",
|
|
@@ -1924,12 +1726,6 @@ export interface BuildPhase {
|
|
|
1924
1726
|
*/
|
|
1925
1727
|
contexts?: PhaseContext[];
|
|
1926
1728
|
}
|
|
1927
|
-
export declare namespace BuildPhase {
|
|
1928
|
-
/**
|
|
1929
|
-
* @internal
|
|
1930
|
-
*/
|
|
1931
|
-
const filterSensitiveLog: (obj: BuildPhase) => any;
|
|
1932
|
-
}
|
|
1933
1729
|
/**
|
|
1934
1730
|
* <p>Information about a build.</p>
|
|
1935
1731
|
*/
|
|
@@ -2164,12 +1960,6 @@ export interface Build {
|
|
|
2164
1960
|
*/
|
|
2165
1961
|
buildBatchArn?: string;
|
|
2166
1962
|
}
|
|
2167
|
-
export declare namespace Build {
|
|
2168
|
-
/**
|
|
2169
|
-
* @internal
|
|
2170
|
-
*/
|
|
2171
|
-
const filterSensitiveLog: (obj: Build) => any;
|
|
2172
|
-
}
|
|
2173
1963
|
export interface BatchGetBuildsOutput {
|
|
2174
1964
|
/**
|
|
2175
1965
|
* <p>Information about the requested builds.</p>
|
|
@@ -2180,12 +1970,6 @@ export interface BatchGetBuildsOutput {
|
|
|
2180
1970
|
*/
|
|
2181
1971
|
buildsNotFound?: string[];
|
|
2182
1972
|
}
|
|
2183
|
-
export declare namespace BatchGetBuildsOutput {
|
|
2184
|
-
/**
|
|
2185
|
-
* @internal
|
|
2186
|
-
*/
|
|
2187
|
-
const filterSensitiveLog: (obj: BatchGetBuildsOutput) => any;
|
|
2188
|
-
}
|
|
2189
1973
|
export interface BatchGetProjectsInput {
|
|
2190
1974
|
/**
|
|
2191
1975
|
* <p>The names or ARNs of the build projects. To get information about a project shared
|
|
@@ -2194,12 +1978,6 @@ export interface BatchGetProjectsInput {
|
|
|
2194
1978
|
*/
|
|
2195
1979
|
names: string[] | undefined;
|
|
2196
1980
|
}
|
|
2197
|
-
export declare namespace BatchGetProjectsInput {
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
const filterSensitiveLog: (obj: BatchGetProjectsInput) => any;
|
|
2202
|
-
}
|
|
2203
1981
|
/**
|
|
2204
1982
|
* <p>Information about the build output artifacts for the build project.</p>
|
|
2205
1983
|
*/
|
|
@@ -2442,12 +2220,6 @@ export interface ProjectArtifacts {
|
|
|
2442
2220
|
*/
|
|
2443
2221
|
bucketOwnerAccess?: BucketOwnerAccess | string;
|
|
2444
2222
|
}
|
|
2445
|
-
export declare namespace ProjectArtifacts {
|
|
2446
|
-
/**
|
|
2447
|
-
* @internal
|
|
2448
|
-
*/
|
|
2449
|
-
const filterSensitiveLog: (obj: ProjectArtifacts) => any;
|
|
2450
|
-
}
|
|
2451
2223
|
/**
|
|
2452
2224
|
* <p>Information about the build badge for the build project.</p>
|
|
2453
2225
|
*/
|
|
@@ -2463,12 +2235,6 @@ export interface ProjectBadge {
|
|
|
2463
2235
|
*/
|
|
2464
2236
|
badgeRequestUrl?: string;
|
|
2465
2237
|
}
|
|
2466
|
-
export declare namespace ProjectBadge {
|
|
2467
|
-
/**
|
|
2468
|
-
* @internal
|
|
2469
|
-
*/
|
|
2470
|
-
const filterSensitiveLog: (obj: ProjectBadge) => any;
|
|
2471
|
-
}
|
|
2472
2238
|
export declare enum ProjectVisibilityType {
|
|
2473
2239
|
PRIVATE = "PRIVATE",
|
|
2474
2240
|
PUBLIC_READ = "PUBLIC_READ"
|
|
@@ -2487,12 +2253,6 @@ export interface Tag {
|
|
|
2487
2253
|
*/
|
|
2488
2254
|
value?: string;
|
|
2489
2255
|
}
|
|
2490
|
-
export declare namespace Tag {
|
|
2491
|
-
/**
|
|
2492
|
-
* @internal
|
|
2493
|
-
*/
|
|
2494
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
2495
|
-
}
|
|
2496
2256
|
export declare enum WebhookBuildType {
|
|
2497
2257
|
BUILD = "BUILD",
|
|
2498
2258
|
BUILD_BATCH = "BUILD_BATCH"
|
|
@@ -2606,12 +2366,6 @@ export interface WebhookFilter {
|
|
|
2606
2366
|
*/
|
|
2607
2367
|
excludeMatchedPattern?: boolean;
|
|
2608
2368
|
}
|
|
2609
|
-
export declare namespace WebhookFilter {
|
|
2610
|
-
/**
|
|
2611
|
-
* @internal
|
|
2612
|
-
*/
|
|
2613
|
-
const filterSensitiveLog: (obj: WebhookFilter) => any;
|
|
2614
|
-
}
|
|
2615
2369
|
/**
|
|
2616
2370
|
* <p>Information about a webhook that connects repository events to a build project in
|
|
2617
2371
|
* CodeBuild.</p>
|
|
@@ -2661,12 +2415,6 @@ export interface Webhook {
|
|
|
2661
2415
|
*/
|
|
2662
2416
|
lastModifiedSecret?: Date;
|
|
2663
2417
|
}
|
|
2664
|
-
export declare namespace Webhook {
|
|
2665
|
-
/**
|
|
2666
|
-
* @internal
|
|
2667
|
-
*/
|
|
2668
|
-
const filterSensitiveLog: (obj: Webhook) => any;
|
|
2669
|
-
}
|
|
2670
2418
|
/**
|
|
2671
2419
|
* <p>Information about a build project.</p>
|
|
2672
2420
|
*/
|
|
@@ -2851,12 +2599,6 @@ export interface Project {
|
|
|
2851
2599
|
*/
|
|
2852
2600
|
resourceAccessRole?: string;
|
|
2853
2601
|
}
|
|
2854
|
-
export declare namespace Project {
|
|
2855
|
-
/**
|
|
2856
|
-
* @internal
|
|
2857
|
-
*/
|
|
2858
|
-
const filterSensitiveLog: (obj: Project) => any;
|
|
2859
|
-
}
|
|
2860
2602
|
export interface BatchGetProjectsOutput {
|
|
2861
2603
|
/**
|
|
2862
2604
|
* <p>Information about the requested build projects.</p>
|
|
@@ -2867,12 +2609,6 @@ export interface BatchGetProjectsOutput {
|
|
|
2867
2609
|
*/
|
|
2868
2610
|
projectsNotFound?: string[];
|
|
2869
2611
|
}
|
|
2870
|
-
export declare namespace BatchGetProjectsOutput {
|
|
2871
|
-
/**
|
|
2872
|
-
* @internal
|
|
2873
|
-
*/
|
|
2874
|
-
const filterSensitiveLog: (obj: BatchGetProjectsOutput) => any;
|
|
2875
|
-
}
|
|
2876
2612
|
export interface BatchGetReportGroupsInput {
|
|
2877
2613
|
/**
|
|
2878
2614
|
* <p>
|
|
@@ -2881,12 +2617,6 @@ export interface BatchGetReportGroupsInput {
|
|
|
2881
2617
|
*/
|
|
2882
2618
|
reportGroupArns: string[] | undefined;
|
|
2883
2619
|
}
|
|
2884
|
-
export declare namespace BatchGetReportGroupsInput {
|
|
2885
|
-
/**
|
|
2886
|
-
* @internal
|
|
2887
|
-
*/
|
|
2888
|
-
const filterSensitiveLog: (obj: BatchGetReportGroupsInput) => any;
|
|
2889
|
-
}
|
|
2890
2620
|
export declare enum ReportExportConfigType {
|
|
2891
2621
|
NO_EXPORT = "NO_EXPORT",
|
|
2892
2622
|
S3 = "S3"
|
|
@@ -2937,12 +2667,6 @@ export interface S3ReportExportConfig {
|
|
|
2937
2667
|
*/
|
|
2938
2668
|
encryptionDisabled?: boolean;
|
|
2939
2669
|
}
|
|
2940
|
-
export declare namespace S3ReportExportConfig {
|
|
2941
|
-
/**
|
|
2942
|
-
* @internal
|
|
2943
|
-
*/
|
|
2944
|
-
const filterSensitiveLog: (obj: S3ReportExportConfig) => any;
|
|
2945
|
-
}
|
|
2946
2670
|
/**
|
|
2947
2671
|
* <p> Information about the location where the run of a report is exported. </p>
|
|
2948
2672
|
*/
|
|
@@ -2967,12 +2691,6 @@ export interface ReportExportConfig {
|
|
|
2967
2691
|
*/
|
|
2968
2692
|
s3Destination?: S3ReportExportConfig;
|
|
2969
2693
|
}
|
|
2970
|
-
export declare namespace ReportExportConfig {
|
|
2971
|
-
/**
|
|
2972
|
-
* @internal
|
|
2973
|
-
*/
|
|
2974
|
-
const filterSensitiveLog: (obj: ReportExportConfig) => any;
|
|
2975
|
-
}
|
|
2976
2694
|
export declare enum ReportGroupStatusType {
|
|
2977
2695
|
ACTIVE = "ACTIVE",
|
|
2978
2696
|
DELETING = "DELETING"
|
|
@@ -3047,12 +2765,6 @@ export interface ReportGroup {
|
|
|
3047
2765
|
*/
|
|
3048
2766
|
status?: ReportGroupStatusType | string;
|
|
3049
2767
|
}
|
|
3050
|
-
export declare namespace ReportGroup {
|
|
3051
|
-
/**
|
|
3052
|
-
* @internal
|
|
3053
|
-
*/
|
|
3054
|
-
const filterSensitiveLog: (obj: ReportGroup) => any;
|
|
3055
|
-
}
|
|
3056
2768
|
export interface BatchGetReportGroupsOutput {
|
|
3057
2769
|
/**
|
|
3058
2770
|
* <p>
|
|
@@ -3067,12 +2779,6 @@ export interface BatchGetReportGroupsOutput {
|
|
|
3067
2779
|
*/
|
|
3068
2780
|
reportGroupsNotFound?: string[];
|
|
3069
2781
|
}
|
|
3070
|
-
export declare namespace BatchGetReportGroupsOutput {
|
|
3071
|
-
/**
|
|
3072
|
-
* @internal
|
|
3073
|
-
*/
|
|
3074
|
-
const filterSensitiveLog: (obj: BatchGetReportGroupsOutput) => any;
|
|
3075
|
-
}
|
|
3076
2782
|
export interface BatchGetReportsInput {
|
|
3077
2783
|
/**
|
|
3078
2784
|
* <p>
|
|
@@ -3081,12 +2787,6 @@ export interface BatchGetReportsInput {
|
|
|
3081
2787
|
*/
|
|
3082
2788
|
reportArns: string[] | undefined;
|
|
3083
2789
|
}
|
|
3084
|
-
export declare namespace BatchGetReportsInput {
|
|
3085
|
-
/**
|
|
3086
|
-
* @internal
|
|
3087
|
-
*/
|
|
3088
|
-
const filterSensitiveLog: (obj: BatchGetReportsInput) => any;
|
|
3089
|
-
}
|
|
3090
2790
|
/**
|
|
3091
2791
|
* <p>Contains a summary of a code coverage report.</p>
|
|
3092
2792
|
* <p>Line coverage measures how many statements your tests cover. A statement is a single
|
|
@@ -3120,12 +2820,6 @@ export interface CodeCoverageReportSummary {
|
|
|
3120
2820
|
*/
|
|
3121
2821
|
branchesMissed?: number;
|
|
3122
2822
|
}
|
|
3123
|
-
export declare namespace CodeCoverageReportSummary {
|
|
3124
|
-
/**
|
|
3125
|
-
* @internal
|
|
3126
|
-
*/
|
|
3127
|
-
const filterSensitiveLog: (obj: CodeCoverageReportSummary) => any;
|
|
3128
|
-
}
|
|
3129
2823
|
export declare enum ReportStatusType {
|
|
3130
2824
|
DELETING = "DELETING",
|
|
3131
2825
|
FAILED = "FAILED",
|
|
@@ -3153,12 +2847,6 @@ export interface TestReportSummary {
|
|
|
3153
2847
|
*/
|
|
3154
2848
|
durationInNanoSeconds: number | undefined;
|
|
3155
2849
|
}
|
|
3156
|
-
export declare namespace TestReportSummary {
|
|
3157
|
-
/**
|
|
3158
|
-
* @internal
|
|
3159
|
-
*/
|
|
3160
|
-
const filterSensitiveLog: (obj: TestReportSummary) => any;
|
|
3161
|
-
}
|
|
3162
2850
|
/**
|
|
3163
2851
|
* <p>Information about the results from running a series of test cases during the run of a
|
|
3164
2852
|
* build project. The test cases are specified in the buildspec for the build project using
|
|
@@ -3230,12 +2918,6 @@ export interface Report {
|
|
|
3230
2918
|
*/
|
|
3231
2919
|
codeCoverageSummary?: CodeCoverageReportSummary;
|
|
3232
2920
|
}
|
|
3233
|
-
export declare namespace Report {
|
|
3234
|
-
/**
|
|
3235
|
-
* @internal
|
|
3236
|
-
*/
|
|
3237
|
-
const filterSensitiveLog: (obj: Report) => any;
|
|
3238
|
-
}
|
|
3239
2921
|
export interface BatchGetReportsOutput {
|
|
3240
2922
|
/**
|
|
3241
2923
|
* <p>
|
|
@@ -3250,12 +2932,6 @@ export interface BatchGetReportsOutput {
|
|
|
3250
2932
|
*/
|
|
3251
2933
|
reportsNotFound?: string[];
|
|
3252
2934
|
}
|
|
3253
|
-
export declare namespace BatchGetReportsOutput {
|
|
3254
|
-
/**
|
|
3255
|
-
* @internal
|
|
3256
|
-
*/
|
|
3257
|
-
const filterSensitiveLog: (obj: BatchGetReportsOutput) => any;
|
|
3258
|
-
}
|
|
3259
2935
|
/**
|
|
3260
2936
|
* <p>Specifies filters when retrieving batch builds.</p>
|
|
3261
2937
|
*/
|
|
@@ -3266,12 +2942,6 @@ export interface BuildBatchFilter {
|
|
|
3266
2942
|
*/
|
|
3267
2943
|
status?: StatusType | string;
|
|
3268
2944
|
}
|
|
3269
|
-
export declare namespace BuildBatchFilter {
|
|
3270
|
-
/**
|
|
3271
|
-
* @internal
|
|
3272
|
-
*/
|
|
3273
|
-
const filterSensitiveLog: (obj: BuildBatchFilter) => any;
|
|
3274
|
-
}
|
|
3275
2945
|
export interface CreateProjectInput {
|
|
3276
2946
|
/**
|
|
3277
2947
|
* <p>The name of the build project.</p>
|
|
@@ -3413,24 +3083,12 @@ export interface CreateProjectInput {
|
|
|
3413
3083
|
*/
|
|
3414
3084
|
concurrentBuildLimit?: number;
|
|
3415
3085
|
}
|
|
3416
|
-
export declare namespace CreateProjectInput {
|
|
3417
|
-
/**
|
|
3418
|
-
* @internal
|
|
3419
|
-
*/
|
|
3420
|
-
const filterSensitiveLog: (obj: CreateProjectInput) => any;
|
|
3421
|
-
}
|
|
3422
3086
|
export interface CreateProjectOutput {
|
|
3423
3087
|
/**
|
|
3424
3088
|
* <p>Information about the build project that was created.</p>
|
|
3425
3089
|
*/
|
|
3426
3090
|
project?: Project;
|
|
3427
3091
|
}
|
|
3428
|
-
export declare namespace CreateProjectOutput {
|
|
3429
|
-
/**
|
|
3430
|
-
* @internal
|
|
3431
|
-
*/
|
|
3432
|
-
const filterSensitiveLog: (obj: CreateProjectOutput) => any;
|
|
3433
|
-
}
|
|
3434
3092
|
/**
|
|
3435
3093
|
* <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
|
|
3436
3094
|
* settings already exists.</p>
|
|
@@ -3471,12 +3129,6 @@ export interface CreateReportGroupInput {
|
|
|
3471
3129
|
*/
|
|
3472
3130
|
tags?: Tag[];
|
|
3473
3131
|
}
|
|
3474
|
-
export declare namespace CreateReportGroupInput {
|
|
3475
|
-
/**
|
|
3476
|
-
* @internal
|
|
3477
|
-
*/
|
|
3478
|
-
const filterSensitiveLog: (obj: CreateReportGroupInput) => any;
|
|
3479
|
-
}
|
|
3480
3132
|
export interface CreateReportGroupOutput {
|
|
3481
3133
|
/**
|
|
3482
3134
|
* <p>
|
|
@@ -3485,12 +3137,6 @@ export interface CreateReportGroupOutput {
|
|
|
3485
3137
|
*/
|
|
3486
3138
|
reportGroup?: ReportGroup;
|
|
3487
3139
|
}
|
|
3488
|
-
export declare namespace CreateReportGroupOutput {
|
|
3489
|
-
/**
|
|
3490
|
-
* @internal
|
|
3491
|
-
*/
|
|
3492
|
-
const filterSensitiveLog: (obj: CreateReportGroupOutput) => any;
|
|
3493
|
-
}
|
|
3494
3140
|
export interface CreateWebhookInput {
|
|
3495
3141
|
/**
|
|
3496
3142
|
* <p>The name of the CodeBuild project.</p>
|
|
@@ -3520,12 +3166,6 @@ export interface CreateWebhookInput {
|
|
|
3520
3166
|
*/
|
|
3521
3167
|
buildType?: WebhookBuildType | string;
|
|
3522
3168
|
}
|
|
3523
|
-
export declare namespace CreateWebhookInput {
|
|
3524
|
-
/**
|
|
3525
|
-
* @internal
|
|
3526
|
-
*/
|
|
3527
|
-
const filterSensitiveLog: (obj: CreateWebhookInput) => any;
|
|
3528
|
-
}
|
|
3529
3169
|
export interface CreateWebhookOutput {
|
|
3530
3170
|
/**
|
|
3531
3171
|
* <p>Information about a webhook that connects repository events to a build project in
|
|
@@ -3533,12 +3173,6 @@ export interface CreateWebhookOutput {
|
|
|
3533
3173
|
*/
|
|
3534
3174
|
webhook?: Webhook;
|
|
3535
3175
|
}
|
|
3536
|
-
export declare namespace CreateWebhookOutput {
|
|
3537
|
-
/**
|
|
3538
|
-
* @internal
|
|
3539
|
-
*/
|
|
3540
|
-
const filterSensitiveLog: (obj: CreateWebhookOutput) => any;
|
|
3541
|
-
}
|
|
3542
3176
|
/**
|
|
3543
3177
|
* <p>There was a problem with the underlying OAuth provider.</p>
|
|
3544
3178
|
*/
|
|
@@ -3567,12 +3201,6 @@ export interface DeleteBuildBatchInput {
|
|
|
3567
3201
|
*/
|
|
3568
3202
|
id: string | undefined;
|
|
3569
3203
|
}
|
|
3570
|
-
export declare namespace DeleteBuildBatchInput {
|
|
3571
|
-
/**
|
|
3572
|
-
* @internal
|
|
3573
|
-
*/
|
|
3574
|
-
const filterSensitiveLog: (obj: DeleteBuildBatchInput) => any;
|
|
3575
|
-
}
|
|
3576
3204
|
export interface DeleteBuildBatchOutput {
|
|
3577
3205
|
/**
|
|
3578
3206
|
* <p>The status code.</p>
|
|
@@ -3588,32 +3216,14 @@ export interface DeleteBuildBatchOutput {
|
|
|
3588
3216
|
*/
|
|
3589
3217
|
buildsNotDeleted?: BuildNotDeleted[];
|
|
3590
3218
|
}
|
|
3591
|
-
export declare namespace DeleteBuildBatchOutput {
|
|
3592
|
-
/**
|
|
3593
|
-
* @internal
|
|
3594
|
-
*/
|
|
3595
|
-
const filterSensitiveLog: (obj: DeleteBuildBatchOutput) => any;
|
|
3596
|
-
}
|
|
3597
3219
|
export interface DeleteProjectInput {
|
|
3598
3220
|
/**
|
|
3599
3221
|
* <p>The name of the build project.</p>
|
|
3600
3222
|
*/
|
|
3601
3223
|
name: string | undefined;
|
|
3602
3224
|
}
|
|
3603
|
-
export declare namespace DeleteProjectInput {
|
|
3604
|
-
/**
|
|
3605
|
-
* @internal
|
|
3606
|
-
*/
|
|
3607
|
-
const filterSensitiveLog: (obj: DeleteProjectInput) => any;
|
|
3608
|
-
}
|
|
3609
3225
|
export interface DeleteProjectOutput {
|
|
3610
3226
|
}
|
|
3611
|
-
export declare namespace DeleteProjectOutput {
|
|
3612
|
-
/**
|
|
3613
|
-
* @internal
|
|
3614
|
-
*/
|
|
3615
|
-
const filterSensitiveLog: (obj: DeleteProjectOutput) => any;
|
|
3616
|
-
}
|
|
3617
3227
|
export interface DeleteReportInput {
|
|
3618
3228
|
/**
|
|
3619
3229
|
* <p>
|
|
@@ -3622,20 +3232,8 @@ export interface DeleteReportInput {
|
|
|
3622
3232
|
*/
|
|
3623
3233
|
arn: string | undefined;
|
|
3624
3234
|
}
|
|
3625
|
-
export declare namespace DeleteReportInput {
|
|
3626
|
-
/**
|
|
3627
|
-
* @internal
|
|
3628
|
-
*/
|
|
3629
|
-
const filterSensitiveLog: (obj: DeleteReportInput) => any;
|
|
3630
|
-
}
|
|
3631
3235
|
export interface DeleteReportOutput {
|
|
3632
3236
|
}
|
|
3633
|
-
export declare namespace DeleteReportOutput {
|
|
3634
|
-
/**
|
|
3635
|
-
* @internal
|
|
3636
|
-
*/
|
|
3637
|
-
const filterSensitiveLog: (obj: DeleteReportOutput) => any;
|
|
3638
|
-
}
|
|
3639
3237
|
export interface DeleteReportGroupInput {
|
|
3640
3238
|
/**
|
|
3641
3239
|
* <p>The ARN of the report group to delete. </p>
|
|
@@ -3650,84 +3248,36 @@ export interface DeleteReportGroupInput {
|
|
|
3650
3248
|
*/
|
|
3651
3249
|
deleteReports?: boolean;
|
|
3652
3250
|
}
|
|
3653
|
-
export declare namespace DeleteReportGroupInput {
|
|
3654
|
-
/**
|
|
3655
|
-
* @internal
|
|
3656
|
-
*/
|
|
3657
|
-
const filterSensitiveLog: (obj: DeleteReportGroupInput) => any;
|
|
3658
|
-
}
|
|
3659
3251
|
export interface DeleteReportGroupOutput {
|
|
3660
3252
|
}
|
|
3661
|
-
export declare namespace DeleteReportGroupOutput {
|
|
3662
|
-
/**
|
|
3663
|
-
* @internal
|
|
3664
|
-
*/
|
|
3665
|
-
const filterSensitiveLog: (obj: DeleteReportGroupOutput) => any;
|
|
3666
|
-
}
|
|
3667
3253
|
export interface DeleteResourcePolicyInput {
|
|
3668
3254
|
/**
|
|
3669
3255
|
* <p> The ARN of the resource that is associated with the resource policy. </p>
|
|
3670
3256
|
*/
|
|
3671
3257
|
resourceArn: string | undefined;
|
|
3672
3258
|
}
|
|
3673
|
-
export declare namespace DeleteResourcePolicyInput {
|
|
3674
|
-
/**
|
|
3675
|
-
* @internal
|
|
3676
|
-
*/
|
|
3677
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
|
|
3678
|
-
}
|
|
3679
3259
|
export interface DeleteResourcePolicyOutput {
|
|
3680
3260
|
}
|
|
3681
|
-
export declare namespace DeleteResourcePolicyOutput {
|
|
3682
|
-
/**
|
|
3683
|
-
* @internal
|
|
3684
|
-
*/
|
|
3685
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
|
|
3686
|
-
}
|
|
3687
3261
|
export interface DeleteSourceCredentialsInput {
|
|
3688
3262
|
/**
|
|
3689
3263
|
* <p> The Amazon Resource Name (ARN) of the token.</p>
|
|
3690
3264
|
*/
|
|
3691
3265
|
arn: string | undefined;
|
|
3692
3266
|
}
|
|
3693
|
-
export declare namespace DeleteSourceCredentialsInput {
|
|
3694
|
-
/**
|
|
3695
|
-
* @internal
|
|
3696
|
-
*/
|
|
3697
|
-
const filterSensitiveLog: (obj: DeleteSourceCredentialsInput) => any;
|
|
3698
|
-
}
|
|
3699
3267
|
export interface DeleteSourceCredentialsOutput {
|
|
3700
3268
|
/**
|
|
3701
3269
|
* <p> The Amazon Resource Name (ARN) of the token. </p>
|
|
3702
3270
|
*/
|
|
3703
3271
|
arn?: string;
|
|
3704
3272
|
}
|
|
3705
|
-
export declare namespace DeleteSourceCredentialsOutput {
|
|
3706
|
-
/**
|
|
3707
|
-
* @internal
|
|
3708
|
-
*/
|
|
3709
|
-
const filterSensitiveLog: (obj: DeleteSourceCredentialsOutput) => any;
|
|
3710
|
-
}
|
|
3711
3273
|
export interface DeleteWebhookInput {
|
|
3712
3274
|
/**
|
|
3713
3275
|
* <p>The name of the CodeBuild project.</p>
|
|
3714
3276
|
*/
|
|
3715
3277
|
projectName: string | undefined;
|
|
3716
3278
|
}
|
|
3717
|
-
export declare namespace DeleteWebhookInput {
|
|
3718
|
-
/**
|
|
3719
|
-
* @internal
|
|
3720
|
-
*/
|
|
3721
|
-
const filterSensitiveLog: (obj: DeleteWebhookInput) => any;
|
|
3722
|
-
}
|
|
3723
3279
|
export interface DeleteWebhookOutput {
|
|
3724
3280
|
}
|
|
3725
|
-
export declare namespace DeleteWebhookOutput {
|
|
3726
|
-
/**
|
|
3727
|
-
* @internal
|
|
3728
|
-
*/
|
|
3729
|
-
const filterSensitiveLog: (obj: DeleteWebhookOutput) => any;
|
|
3730
|
-
}
|
|
3731
3281
|
export declare enum ReportCodeCoverageSortByType {
|
|
3732
3282
|
FILE_PATH = "FILE_PATH",
|
|
3733
3283
|
LINE_COVERAGE_PERCENTAGE = "LINE_COVERAGE_PERCENTAGE"
|
|
@@ -3780,12 +3330,6 @@ export interface DescribeCodeCoveragesInput {
|
|
|
3780
3330
|
*/
|
|
3781
3331
|
maxLineCoveragePercentage?: number;
|
|
3782
3332
|
}
|
|
3783
|
-
export declare namespace DescribeCodeCoveragesInput {
|
|
3784
|
-
/**
|
|
3785
|
-
* @internal
|
|
3786
|
-
*/
|
|
3787
|
-
const filterSensitiveLog: (obj: DescribeCodeCoveragesInput) => any;
|
|
3788
|
-
}
|
|
3789
3333
|
/**
|
|
3790
3334
|
* <p>Contains code coverage report information.</p>
|
|
3791
3335
|
* <p>Line coverage measures how many statements your tests cover. A statement is a single
|
|
@@ -3835,12 +3379,6 @@ export interface CodeCoverage {
|
|
|
3835
3379
|
*/
|
|
3836
3380
|
expired?: Date;
|
|
3837
3381
|
}
|
|
3838
|
-
export declare namespace CodeCoverage {
|
|
3839
|
-
/**
|
|
3840
|
-
* @internal
|
|
3841
|
-
*/
|
|
3842
|
-
const filterSensitiveLog: (obj: CodeCoverage) => any;
|
|
3843
|
-
}
|
|
3844
3382
|
export interface DescribeCodeCoveragesOutput {
|
|
3845
3383
|
/**
|
|
3846
3384
|
* <p>If there are more items to return, this contains a token that is passed to a subsequent
|
|
@@ -3852,12 +3390,6 @@ export interface DescribeCodeCoveragesOutput {
|
|
|
3852
3390
|
*/
|
|
3853
3391
|
codeCoverages?: CodeCoverage[];
|
|
3854
3392
|
}
|
|
3855
|
-
export declare namespace DescribeCodeCoveragesOutput {
|
|
3856
|
-
/**
|
|
3857
|
-
* @internal
|
|
3858
|
-
*/
|
|
3859
|
-
const filterSensitiveLog: (obj: DescribeCodeCoveragesOutput) => any;
|
|
3860
|
-
}
|
|
3861
3393
|
/**
|
|
3862
3394
|
* <p>A filter used to return specific types of test cases. In order to pass the filter, the
|
|
3863
3395
|
* report must meet all of the filter properties.</p>
|
|
@@ -3902,12 +3434,6 @@ export interface TestCaseFilter {
|
|
|
3902
3434
|
*/
|
|
3903
3435
|
keyword?: string;
|
|
3904
3436
|
}
|
|
3905
|
-
export declare namespace TestCaseFilter {
|
|
3906
|
-
/**
|
|
3907
|
-
* @internal
|
|
3908
|
-
*/
|
|
3909
|
-
const filterSensitiveLog: (obj: TestCaseFilter) => any;
|
|
3910
|
-
}
|
|
3911
3437
|
export interface DescribeTestCasesInput {
|
|
3912
3438
|
/**
|
|
3913
3439
|
* <p>
|
|
@@ -3939,12 +3465,6 @@ export interface DescribeTestCasesInput {
|
|
|
3939
3465
|
*/
|
|
3940
3466
|
filter?: TestCaseFilter;
|
|
3941
3467
|
}
|
|
3942
|
-
export declare namespace DescribeTestCasesInput {
|
|
3943
|
-
/**
|
|
3944
|
-
* @internal
|
|
3945
|
-
*/
|
|
3946
|
-
const filterSensitiveLog: (obj: DescribeTestCasesInput) => any;
|
|
3947
|
-
}
|
|
3948
3468
|
/**
|
|
3949
3469
|
* <p> Information about a test case created using a framework such as NUnit or Cucumber. A
|
|
3950
3470
|
* test case might be a unit test or a configuration test. </p>
|
|
@@ -3988,12 +3508,6 @@ export interface TestCase {
|
|
|
3988
3508
|
*/
|
|
3989
3509
|
expired?: Date;
|
|
3990
3510
|
}
|
|
3991
|
-
export declare namespace TestCase {
|
|
3992
|
-
/**
|
|
3993
|
-
* @internal
|
|
3994
|
-
*/
|
|
3995
|
-
const filterSensitiveLog: (obj: TestCase) => any;
|
|
3996
|
-
}
|
|
3997
3511
|
export interface DescribeTestCasesOutput {
|
|
3998
3512
|
/**
|
|
3999
3513
|
* <p>
|
|
@@ -4012,12 +3526,6 @@ export interface DescribeTestCasesOutput {
|
|
|
4012
3526
|
*/
|
|
4013
3527
|
testCases?: TestCase[];
|
|
4014
3528
|
}
|
|
4015
|
-
export declare namespace DescribeTestCasesOutput {
|
|
4016
|
-
/**
|
|
4017
|
-
* @internal
|
|
4018
|
-
*/
|
|
4019
|
-
const filterSensitiveLog: (obj: DescribeTestCasesOutput) => any;
|
|
4020
|
-
}
|
|
4021
3529
|
export declare enum ReportGroupTrendFieldType {
|
|
4022
3530
|
BRANCHES_COVERED = "BRANCHES_COVERED",
|
|
4023
3531
|
BRANCHES_MISSED = "BRANCHES_MISSED",
|
|
@@ -4104,12 +3612,6 @@ export interface GetReportGroupTrendInput {
|
|
|
4104
3612
|
*/
|
|
4105
3613
|
trendField: ReportGroupTrendFieldType | string | undefined;
|
|
4106
3614
|
}
|
|
4107
|
-
export declare namespace GetReportGroupTrendInput {
|
|
4108
|
-
/**
|
|
4109
|
-
* @internal
|
|
4110
|
-
*/
|
|
4111
|
-
const filterSensitiveLog: (obj: GetReportGroupTrendInput) => any;
|
|
4112
|
-
}
|
|
4113
3615
|
/**
|
|
4114
3616
|
* <p>Contains the unmodified data for the report. For more information, see .</p>
|
|
4115
3617
|
*/
|
|
@@ -4123,12 +3625,6 @@ export interface ReportWithRawData {
|
|
|
4123
3625
|
*/
|
|
4124
3626
|
data?: string;
|
|
4125
3627
|
}
|
|
4126
|
-
export declare namespace ReportWithRawData {
|
|
4127
|
-
/**
|
|
4128
|
-
* @internal
|
|
4129
|
-
*/
|
|
4130
|
-
const filterSensitiveLog: (obj: ReportWithRawData) => any;
|
|
4131
|
-
}
|
|
4132
3628
|
/**
|
|
4133
3629
|
* <p>Contains trend statistics for a set of reports. The actual values depend on the type of
|
|
4134
3630
|
* trend being collected. For more information, see .</p>
|
|
@@ -4147,12 +3643,6 @@ export interface ReportGroupTrendStats {
|
|
|
4147
3643
|
*/
|
|
4148
3644
|
min?: string;
|
|
4149
3645
|
}
|
|
4150
|
-
export declare namespace ReportGroupTrendStats {
|
|
4151
|
-
/**
|
|
4152
|
-
* @internal
|
|
4153
|
-
*/
|
|
4154
|
-
const filterSensitiveLog: (obj: ReportGroupTrendStats) => any;
|
|
4155
|
-
}
|
|
4156
3646
|
export interface GetReportGroupTrendOutput {
|
|
4157
3647
|
/**
|
|
4158
3648
|
* <p>Contains the accumulated trend data.</p>
|
|
@@ -4163,36 +3653,18 @@ export interface GetReportGroupTrendOutput {
|
|
|
4163
3653
|
*/
|
|
4164
3654
|
rawData?: ReportWithRawData[];
|
|
4165
3655
|
}
|
|
4166
|
-
export declare namespace GetReportGroupTrendOutput {
|
|
4167
|
-
/**
|
|
4168
|
-
* @internal
|
|
4169
|
-
*/
|
|
4170
|
-
const filterSensitiveLog: (obj: GetReportGroupTrendOutput) => any;
|
|
4171
|
-
}
|
|
4172
3656
|
export interface GetResourcePolicyInput {
|
|
4173
3657
|
/**
|
|
4174
3658
|
* <p> The ARN of the resource that is associated with the resource policy. </p>
|
|
4175
3659
|
*/
|
|
4176
3660
|
resourceArn: string | undefined;
|
|
4177
3661
|
}
|
|
4178
|
-
export declare namespace GetResourcePolicyInput {
|
|
4179
|
-
/**
|
|
4180
|
-
* @internal
|
|
4181
|
-
*/
|
|
4182
|
-
const filterSensitiveLog: (obj: GetResourcePolicyInput) => any;
|
|
4183
|
-
}
|
|
4184
3662
|
export interface GetResourcePolicyOutput {
|
|
4185
3663
|
/**
|
|
4186
3664
|
* <p> The resource policy for the resource identified by the input ARN parameter. </p>
|
|
4187
3665
|
*/
|
|
4188
3666
|
policy?: string;
|
|
4189
3667
|
}
|
|
4190
|
-
export declare namespace GetResourcePolicyOutput {
|
|
4191
|
-
/**
|
|
4192
|
-
* @internal
|
|
4193
|
-
*/
|
|
4194
|
-
const filterSensitiveLog: (obj: GetResourcePolicyOutput) => any;
|
|
4195
|
-
}
|
|
4196
3668
|
export declare enum ServerType {
|
|
4197
3669
|
BITBUCKET = "BITBUCKET",
|
|
4198
3670
|
GITHUB = "GITHUB",
|
|
@@ -4226,44 +3698,20 @@ export interface ImportSourceCredentialsInput {
|
|
|
4226
3698
|
*/
|
|
4227
3699
|
shouldOverwrite?: boolean;
|
|
4228
3700
|
}
|
|
4229
|
-
export declare namespace ImportSourceCredentialsInput {
|
|
4230
|
-
/**
|
|
4231
|
-
* @internal
|
|
4232
|
-
*/
|
|
4233
|
-
const filterSensitiveLog: (obj: ImportSourceCredentialsInput) => any;
|
|
4234
|
-
}
|
|
4235
3701
|
export interface ImportSourceCredentialsOutput {
|
|
4236
3702
|
/**
|
|
4237
3703
|
* <p> The Amazon Resource Name (ARN) of the token. </p>
|
|
4238
3704
|
*/
|
|
4239
3705
|
arn?: string;
|
|
4240
3706
|
}
|
|
4241
|
-
export declare namespace ImportSourceCredentialsOutput {
|
|
4242
|
-
/**
|
|
4243
|
-
* @internal
|
|
4244
|
-
*/
|
|
4245
|
-
const filterSensitiveLog: (obj: ImportSourceCredentialsOutput) => any;
|
|
4246
|
-
}
|
|
4247
3707
|
export interface InvalidateProjectCacheInput {
|
|
4248
3708
|
/**
|
|
4249
3709
|
* <p>The name of the CodeBuild build project that the cache is reset for.</p>
|
|
4250
3710
|
*/
|
|
4251
3711
|
projectName: string | undefined;
|
|
4252
3712
|
}
|
|
4253
|
-
export declare namespace InvalidateProjectCacheInput {
|
|
4254
|
-
/**
|
|
4255
|
-
* @internal
|
|
4256
|
-
*/
|
|
4257
|
-
const filterSensitiveLog: (obj: InvalidateProjectCacheInput) => any;
|
|
4258
|
-
}
|
|
4259
3713
|
export interface InvalidateProjectCacheOutput {
|
|
4260
3714
|
}
|
|
4261
|
-
export declare namespace InvalidateProjectCacheOutput {
|
|
4262
|
-
/**
|
|
4263
|
-
* @internal
|
|
4264
|
-
*/
|
|
4265
|
-
const filterSensitiveLog: (obj: InvalidateProjectCacheOutput) => any;
|
|
4266
|
-
}
|
|
4267
3715
|
export interface ListBuildBatchesInput {
|
|
4268
3716
|
/**
|
|
4269
3717
|
* <p>A <code>BuildBatchFilter</code> object that specifies the filters for the search.</p>
|
|
@@ -4294,12 +3742,6 @@ export interface ListBuildBatchesInput {
|
|
|
4294
3742
|
*/
|
|
4295
3743
|
nextToken?: string;
|
|
4296
3744
|
}
|
|
4297
|
-
export declare namespace ListBuildBatchesInput {
|
|
4298
|
-
/**
|
|
4299
|
-
* @internal
|
|
4300
|
-
*/
|
|
4301
|
-
const filterSensitiveLog: (obj: ListBuildBatchesInput) => any;
|
|
4302
|
-
}
|
|
4303
3745
|
export interface ListBuildBatchesOutput {
|
|
4304
3746
|
/**
|
|
4305
3747
|
* <p>An array of strings that contains the batch build identifiers.</p>
|
|
@@ -4311,12 +3753,6 @@ export interface ListBuildBatchesOutput {
|
|
|
4311
3753
|
*/
|
|
4312
3754
|
nextToken?: string;
|
|
4313
3755
|
}
|
|
4314
|
-
export declare namespace ListBuildBatchesOutput {
|
|
4315
|
-
/**
|
|
4316
|
-
* @internal
|
|
4317
|
-
*/
|
|
4318
|
-
const filterSensitiveLog: (obj: ListBuildBatchesOutput) => any;
|
|
4319
|
-
}
|
|
4320
3756
|
export interface ListBuildBatchesForProjectInput {
|
|
4321
3757
|
/**
|
|
4322
3758
|
* <p>The name of the project.</p>
|
|
@@ -4353,12 +3789,6 @@ export interface ListBuildBatchesForProjectInput {
|
|
|
4353
3789
|
*/
|
|
4354
3790
|
nextToken?: string;
|
|
4355
3791
|
}
|
|
4356
|
-
export declare namespace ListBuildBatchesForProjectInput {
|
|
4357
|
-
/**
|
|
4358
|
-
* @internal
|
|
4359
|
-
*/
|
|
4360
|
-
const filterSensitiveLog: (obj: ListBuildBatchesForProjectInput) => any;
|
|
4361
|
-
}
|
|
4362
3792
|
export interface ListBuildBatchesForProjectOutput {
|
|
4363
3793
|
/**
|
|
4364
3794
|
* <p>An array of strings that contains the batch build identifiers.</p>
|
|
@@ -4371,12 +3801,6 @@ export interface ListBuildBatchesForProjectOutput {
|
|
|
4371
3801
|
*/
|
|
4372
3802
|
nextToken?: string;
|
|
4373
3803
|
}
|
|
4374
|
-
export declare namespace ListBuildBatchesForProjectOutput {
|
|
4375
|
-
/**
|
|
4376
|
-
* @internal
|
|
4377
|
-
*/
|
|
4378
|
-
const filterSensitiveLog: (obj: ListBuildBatchesForProjectOutput) => any;
|
|
4379
|
-
}
|
|
4380
3804
|
export interface ListBuildsInput {
|
|
4381
3805
|
/**
|
|
4382
3806
|
* <p>The order to list build IDs. Valid values include:</p>
|
|
@@ -4404,12 +3828,6 @@ export interface ListBuildsInput {
|
|
|
4404
3828
|
*/
|
|
4405
3829
|
nextToken?: string;
|
|
4406
3830
|
}
|
|
4407
|
-
export declare namespace ListBuildsInput {
|
|
4408
|
-
/**
|
|
4409
|
-
* @internal
|
|
4410
|
-
*/
|
|
4411
|
-
const filterSensitiveLog: (obj: ListBuildsInput) => any;
|
|
4412
|
-
}
|
|
4413
3831
|
export interface ListBuildsOutput {
|
|
4414
3832
|
/**
|
|
4415
3833
|
* <p>A list of build IDs, with each build ID representing a single build.</p>
|
|
@@ -4423,12 +3841,6 @@ export interface ListBuildsOutput {
|
|
|
4423
3841
|
*/
|
|
4424
3842
|
nextToken?: string;
|
|
4425
3843
|
}
|
|
4426
|
-
export declare namespace ListBuildsOutput {
|
|
4427
|
-
/**
|
|
4428
|
-
* @internal
|
|
4429
|
-
*/
|
|
4430
|
-
const filterSensitiveLog: (obj: ListBuildsOutput) => any;
|
|
4431
|
-
}
|
|
4432
3844
|
export interface ListBuildsForProjectInput {
|
|
4433
3845
|
/**
|
|
4434
3846
|
* <p>The name of the CodeBuild project.</p>
|
|
@@ -4462,12 +3874,6 @@ export interface ListBuildsForProjectInput {
|
|
|
4462
3874
|
*/
|
|
4463
3875
|
nextToken?: string;
|
|
4464
3876
|
}
|
|
4465
|
-
export declare namespace ListBuildsForProjectInput {
|
|
4466
|
-
/**
|
|
4467
|
-
* @internal
|
|
4468
|
-
*/
|
|
4469
|
-
const filterSensitiveLog: (obj: ListBuildsForProjectInput) => any;
|
|
4470
|
-
}
|
|
4471
3877
|
export interface ListBuildsForProjectOutput {
|
|
4472
3878
|
/**
|
|
4473
3879
|
* <p>A list of build identifiers for the specified build project, with each build ID representing a
|
|
@@ -4482,20 +3888,8 @@ export interface ListBuildsForProjectOutput {
|
|
|
4482
3888
|
*/
|
|
4483
3889
|
nextToken?: string;
|
|
4484
3890
|
}
|
|
4485
|
-
export declare namespace ListBuildsForProjectOutput {
|
|
4486
|
-
/**
|
|
4487
|
-
* @internal
|
|
4488
|
-
*/
|
|
4489
|
-
const filterSensitiveLog: (obj: ListBuildsForProjectOutput) => any;
|
|
4490
|
-
}
|
|
4491
3891
|
export interface ListCuratedEnvironmentImagesInput {
|
|
4492
3892
|
}
|
|
4493
|
-
export declare namespace ListCuratedEnvironmentImagesInput {
|
|
4494
|
-
/**
|
|
4495
|
-
* @internal
|
|
4496
|
-
*/
|
|
4497
|
-
const filterSensitiveLog: (obj: ListCuratedEnvironmentImagesInput) => any;
|
|
4498
|
-
}
|
|
4499
3893
|
/**
|
|
4500
3894
|
* <p>Information about a Docker image that is managed by CodeBuild.</p>
|
|
4501
3895
|
*/
|
|
@@ -4513,12 +3907,6 @@ export interface EnvironmentImage {
|
|
|
4513
3907
|
*/
|
|
4514
3908
|
versions?: string[];
|
|
4515
3909
|
}
|
|
4516
|
-
export declare namespace EnvironmentImage {
|
|
4517
|
-
/**
|
|
4518
|
-
* @internal
|
|
4519
|
-
*/
|
|
4520
|
-
const filterSensitiveLog: (obj: EnvironmentImage) => any;
|
|
4521
|
-
}
|
|
4522
3910
|
export declare enum LanguageType {
|
|
4523
3911
|
ANDROID = "ANDROID",
|
|
4524
3912
|
BASE = "BASE",
|
|
@@ -4546,12 +3934,6 @@ export interface EnvironmentLanguage {
|
|
|
4546
3934
|
*/
|
|
4547
3935
|
images?: EnvironmentImage[];
|
|
4548
3936
|
}
|
|
4549
|
-
export declare namespace EnvironmentLanguage {
|
|
4550
|
-
/**
|
|
4551
|
-
* @internal
|
|
4552
|
-
*/
|
|
4553
|
-
const filterSensitiveLog: (obj: EnvironmentLanguage) => any;
|
|
4554
|
-
}
|
|
4555
3937
|
export declare enum PlatformType {
|
|
4556
3938
|
AMAZON_LINUX = "AMAZON_LINUX",
|
|
4557
3939
|
DEBIAN = "DEBIAN",
|
|
@@ -4572,12 +3954,6 @@ export interface EnvironmentPlatform {
|
|
|
4572
3954
|
*/
|
|
4573
3955
|
languages?: EnvironmentLanguage[];
|
|
4574
3956
|
}
|
|
4575
|
-
export declare namespace EnvironmentPlatform {
|
|
4576
|
-
/**
|
|
4577
|
-
* @internal
|
|
4578
|
-
*/
|
|
4579
|
-
const filterSensitiveLog: (obj: EnvironmentPlatform) => any;
|
|
4580
|
-
}
|
|
4581
3957
|
export interface ListCuratedEnvironmentImagesOutput {
|
|
4582
3958
|
/**
|
|
4583
3959
|
* <p>Information about supported platforms for Docker images that are managed by
|
|
@@ -4585,12 +3961,6 @@ export interface ListCuratedEnvironmentImagesOutput {
|
|
|
4585
3961
|
*/
|
|
4586
3962
|
platforms?: EnvironmentPlatform[];
|
|
4587
3963
|
}
|
|
4588
|
-
export declare namespace ListCuratedEnvironmentImagesOutput {
|
|
4589
|
-
/**
|
|
4590
|
-
* @internal
|
|
4591
|
-
*/
|
|
4592
|
-
const filterSensitiveLog: (obj: ListCuratedEnvironmentImagesOutput) => any;
|
|
4593
|
-
}
|
|
4594
3964
|
export declare enum ProjectSortByType {
|
|
4595
3965
|
CREATED_TIME = "CREATED_TIME",
|
|
4596
3966
|
LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
|
|
@@ -4645,12 +4015,6 @@ export interface ListProjectsInput {
|
|
|
4645
4015
|
*/
|
|
4646
4016
|
nextToken?: string;
|
|
4647
4017
|
}
|
|
4648
|
-
export declare namespace ListProjectsInput {
|
|
4649
|
-
/**
|
|
4650
|
-
* @internal
|
|
4651
|
-
*/
|
|
4652
|
-
const filterSensitiveLog: (obj: ListProjectsInput) => any;
|
|
4653
|
-
}
|
|
4654
4018
|
export interface ListProjectsOutput {
|
|
4655
4019
|
/**
|
|
4656
4020
|
* <p>If there are more than 100 items in the list, only the first 100 items are returned,
|
|
@@ -4665,12 +4029,6 @@ export interface ListProjectsOutput {
|
|
|
4665
4029
|
*/
|
|
4666
4030
|
projects?: string[];
|
|
4667
4031
|
}
|
|
4668
|
-
export declare namespace ListProjectsOutput {
|
|
4669
|
-
/**
|
|
4670
|
-
* @internal
|
|
4671
|
-
*/
|
|
4672
|
-
const filterSensitiveLog: (obj: ListProjectsOutput) => any;
|
|
4673
|
-
}
|
|
4674
4032
|
export declare enum ReportGroupSortByType {
|
|
4675
4033
|
CREATED_TIME = "CREATED_TIME",
|
|
4676
4034
|
LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
|
|
@@ -4723,12 +4081,6 @@ export interface ListReportGroupsInput {
|
|
|
4723
4081
|
*/
|
|
4724
4082
|
maxResults?: number;
|
|
4725
4083
|
}
|
|
4726
|
-
export declare namespace ListReportGroupsInput {
|
|
4727
|
-
/**
|
|
4728
|
-
* @internal
|
|
4729
|
-
*/
|
|
4730
|
-
const filterSensitiveLog: (obj: ListReportGroupsInput) => any;
|
|
4731
|
-
}
|
|
4732
4084
|
export interface ListReportGroupsOutput {
|
|
4733
4085
|
/**
|
|
4734
4086
|
* <p>
|
|
@@ -4747,12 +4099,6 @@ export interface ListReportGroupsOutput {
|
|
|
4747
4099
|
*/
|
|
4748
4100
|
reportGroups?: string[];
|
|
4749
4101
|
}
|
|
4750
|
-
export declare namespace ListReportGroupsOutput {
|
|
4751
|
-
/**
|
|
4752
|
-
* @internal
|
|
4753
|
-
*/
|
|
4754
|
-
const filterSensitiveLog: (obj: ListReportGroupsOutput) => any;
|
|
4755
|
-
}
|
|
4756
4102
|
/**
|
|
4757
4103
|
* <p> A filter used to return reports with the status specified by the input
|
|
4758
4104
|
* <code>status</code> parameter. </p>
|
|
@@ -4763,12 +4109,6 @@ export interface ReportFilter {
|
|
|
4763
4109
|
*/
|
|
4764
4110
|
status?: ReportStatusType | string;
|
|
4765
4111
|
}
|
|
4766
|
-
export declare namespace ReportFilter {
|
|
4767
|
-
/**
|
|
4768
|
-
* @internal
|
|
4769
|
-
*/
|
|
4770
|
-
const filterSensitiveLog: (obj: ReportFilter) => any;
|
|
4771
|
-
}
|
|
4772
4112
|
export interface ListReportsInput {
|
|
4773
4113
|
/**
|
|
4774
4114
|
* <p>
|
|
@@ -4812,12 +4152,6 @@ export interface ListReportsInput {
|
|
|
4812
4152
|
*/
|
|
4813
4153
|
filter?: ReportFilter;
|
|
4814
4154
|
}
|
|
4815
|
-
export declare namespace ListReportsInput {
|
|
4816
|
-
/**
|
|
4817
|
-
* @internal
|
|
4818
|
-
*/
|
|
4819
|
-
const filterSensitiveLog: (obj: ListReportsInput) => any;
|
|
4820
|
-
}
|
|
4821
4155
|
export interface ListReportsOutput {
|
|
4822
4156
|
/**
|
|
4823
4157
|
* <p>
|
|
@@ -4836,12 +4170,6 @@ export interface ListReportsOutput {
|
|
|
4836
4170
|
*/
|
|
4837
4171
|
reports?: string[];
|
|
4838
4172
|
}
|
|
4839
|
-
export declare namespace ListReportsOutput {
|
|
4840
|
-
/**
|
|
4841
|
-
* @internal
|
|
4842
|
-
*/
|
|
4843
|
-
const filterSensitiveLog: (obj: ListReportsOutput) => any;
|
|
4844
|
-
}
|
|
4845
4173
|
export interface ListReportsForReportGroupInput {
|
|
4846
4174
|
/**
|
|
4847
4175
|
* <p>
|
|
@@ -4879,12 +4207,6 @@ export interface ListReportsForReportGroupInput {
|
|
|
4879
4207
|
*/
|
|
4880
4208
|
filter?: ReportFilter;
|
|
4881
4209
|
}
|
|
4882
|
-
export declare namespace ListReportsForReportGroupInput {
|
|
4883
|
-
/**
|
|
4884
|
-
* @internal
|
|
4885
|
-
*/
|
|
4886
|
-
const filterSensitiveLog: (obj: ListReportsForReportGroupInput) => any;
|
|
4887
|
-
}
|
|
4888
4210
|
export interface ListReportsForReportGroupOutput {
|
|
4889
4211
|
/**
|
|
4890
4212
|
* <p>
|
|
@@ -4903,12 +4225,6 @@ export interface ListReportsForReportGroupOutput {
|
|
|
4903
4225
|
*/
|
|
4904
4226
|
reports?: string[];
|
|
4905
4227
|
}
|
|
4906
|
-
export declare namespace ListReportsForReportGroupOutput {
|
|
4907
|
-
/**
|
|
4908
|
-
* @internal
|
|
4909
|
-
*/
|
|
4910
|
-
const filterSensitiveLog: (obj: ListReportsForReportGroupOutput) => any;
|
|
4911
|
-
}
|
|
4912
4228
|
export declare enum SharedResourceSortByType {
|
|
4913
4229
|
ARN = "ARN",
|
|
4914
4230
|
MODIFIED_TIME = "MODIFIED_TIME"
|
|
@@ -4960,12 +4276,6 @@ export interface ListSharedProjectsInput {
|
|
|
4960
4276
|
*/
|
|
4961
4277
|
nextToken?: string;
|
|
4962
4278
|
}
|
|
4963
|
-
export declare namespace ListSharedProjectsInput {
|
|
4964
|
-
/**
|
|
4965
|
-
* @internal
|
|
4966
|
-
*/
|
|
4967
|
-
const filterSensitiveLog: (obj: ListSharedProjectsInput) => any;
|
|
4968
|
-
}
|
|
4969
4279
|
export interface ListSharedProjectsOutput {
|
|
4970
4280
|
/**
|
|
4971
4281
|
* <p> During a previous call, the maximum number of items that can be returned is the value
|
|
@@ -4982,12 +4292,6 @@ export interface ListSharedProjectsOutput {
|
|
|
4982
4292
|
*/
|
|
4983
4293
|
projects?: string[];
|
|
4984
4294
|
}
|
|
4985
|
-
export declare namespace ListSharedProjectsOutput {
|
|
4986
|
-
/**
|
|
4987
|
-
* @internal
|
|
4988
|
-
*/
|
|
4989
|
-
const filterSensitiveLog: (obj: ListSharedProjectsOutput) => any;
|
|
4990
|
-
}
|
|
4991
4295
|
export interface ListSharedReportGroupsInput {
|
|
4992
4296
|
/**
|
|
4993
4297
|
* <p>The order in which to list shared report groups. Valid values include:</p>
|
|
@@ -5035,12 +4339,6 @@ export interface ListSharedReportGroupsInput {
|
|
|
5035
4339
|
*/
|
|
5036
4340
|
maxResults?: number;
|
|
5037
4341
|
}
|
|
5038
|
-
export declare namespace ListSharedReportGroupsInput {
|
|
5039
|
-
/**
|
|
5040
|
-
* @internal
|
|
5041
|
-
*/
|
|
5042
|
-
const filterSensitiveLog: (obj: ListSharedReportGroupsInput) => any;
|
|
5043
|
-
}
|
|
5044
4342
|
export interface ListSharedReportGroupsOutput {
|
|
5045
4343
|
/**
|
|
5046
4344
|
* <p> During a previous call, the maximum number of items that can be returned is the value
|
|
@@ -5057,20 +4355,8 @@ export interface ListSharedReportGroupsOutput {
|
|
|
5057
4355
|
*/
|
|
5058
4356
|
reportGroups?: string[];
|
|
5059
4357
|
}
|
|
5060
|
-
export declare namespace ListSharedReportGroupsOutput {
|
|
5061
|
-
/**
|
|
5062
|
-
* @internal
|
|
5063
|
-
*/
|
|
5064
|
-
const filterSensitiveLog: (obj: ListSharedReportGroupsOutput) => any;
|
|
5065
|
-
}
|
|
5066
4358
|
export interface ListSourceCredentialsInput {
|
|
5067
4359
|
}
|
|
5068
|
-
export declare namespace ListSourceCredentialsInput {
|
|
5069
|
-
/**
|
|
5070
|
-
* @internal
|
|
5071
|
-
*/
|
|
5072
|
-
const filterSensitiveLog: (obj: ListSourceCredentialsInput) => any;
|
|
5073
|
-
}
|
|
5074
4360
|
/**
|
|
5075
4361
|
* <p> Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket
|
|
5076
4362
|
* repository. </p>
|
|
@@ -5091,12 +4377,6 @@ export interface SourceCredentialsInfo {
|
|
|
5091
4377
|
*/
|
|
5092
4378
|
authType?: AuthType | string;
|
|
5093
4379
|
}
|
|
5094
|
-
export declare namespace SourceCredentialsInfo {
|
|
5095
|
-
/**
|
|
5096
|
-
* @internal
|
|
5097
|
-
*/
|
|
5098
|
-
const filterSensitiveLog: (obj: SourceCredentialsInfo) => any;
|
|
5099
|
-
}
|
|
5100
4380
|
export interface ListSourceCredentialsOutput {
|
|
5101
4381
|
/**
|
|
5102
4382
|
* <p> A list of <code>SourceCredentialsInfo</code> objects. Each
|
|
@@ -5105,12 +4385,6 @@ export interface ListSourceCredentialsOutput {
|
|
|
5105
4385
|
*/
|
|
5106
4386
|
sourceCredentialsInfos?: SourceCredentialsInfo[];
|
|
5107
4387
|
}
|
|
5108
|
-
export declare namespace ListSourceCredentialsOutput {
|
|
5109
|
-
/**
|
|
5110
|
-
* @internal
|
|
5111
|
-
*/
|
|
5112
|
-
const filterSensitiveLog: (obj: ListSourceCredentialsOutput) => any;
|
|
5113
|
-
}
|
|
5114
4388
|
export interface PutResourcePolicyInput {
|
|
5115
4389
|
/**
|
|
5116
4390
|
* <p> A JSON-formatted resource policy. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/project-sharing.html#project-sharing-share">Sharing
|
|
@@ -5124,12 +4398,6 @@ export interface PutResourcePolicyInput {
|
|
|
5124
4398
|
*/
|
|
5125
4399
|
resourceArn: string | undefined;
|
|
5126
4400
|
}
|
|
5127
|
-
export declare namespace PutResourcePolicyInput {
|
|
5128
|
-
/**
|
|
5129
|
-
* @internal
|
|
5130
|
-
*/
|
|
5131
|
-
const filterSensitiveLog: (obj: PutResourcePolicyInput) => any;
|
|
5132
|
-
}
|
|
5133
4401
|
export interface PutResourcePolicyOutput {
|
|
5134
4402
|
/**
|
|
5135
4403
|
* <p> The ARN of the <code>Project</code> or <code>ReportGroup</code> resource that is
|
|
@@ -5137,12 +4405,6 @@ export interface PutResourcePolicyOutput {
|
|
|
5137
4405
|
*/
|
|
5138
4406
|
resourceArn?: string;
|
|
5139
4407
|
}
|
|
5140
|
-
export declare namespace PutResourcePolicyOutput {
|
|
5141
|
-
/**
|
|
5142
|
-
* @internal
|
|
5143
|
-
*/
|
|
5144
|
-
const filterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
|
|
5145
|
-
}
|
|
5146
4408
|
export interface RetryBuildInput {
|
|
5147
4409
|
/**
|
|
5148
4410
|
* <p>Specifies the identifier of the build to restart.</p>
|
|
@@ -5157,24 +4419,12 @@ export interface RetryBuildInput {
|
|
|
5157
4419
|
*/
|
|
5158
4420
|
idempotencyToken?: string;
|
|
5159
4421
|
}
|
|
5160
|
-
export declare namespace RetryBuildInput {
|
|
5161
|
-
/**
|
|
5162
|
-
* @internal
|
|
5163
|
-
*/
|
|
5164
|
-
const filterSensitiveLog: (obj: RetryBuildInput) => any;
|
|
5165
|
-
}
|
|
5166
4422
|
export interface RetryBuildOutput {
|
|
5167
4423
|
/**
|
|
5168
4424
|
* <p>Information about a build.</p>
|
|
5169
4425
|
*/
|
|
5170
4426
|
build?: Build;
|
|
5171
4427
|
}
|
|
5172
|
-
export declare namespace RetryBuildOutput {
|
|
5173
|
-
/**
|
|
5174
|
-
* @internal
|
|
5175
|
-
*/
|
|
5176
|
-
const filterSensitiveLog: (obj: RetryBuildOutput) => any;
|
|
5177
|
-
}
|
|
5178
4428
|
export declare enum RetryBuildBatchType {
|
|
5179
4429
|
RETRY_ALL_BUILDS = "RETRY_ALL_BUILDS",
|
|
5180
4430
|
RETRY_FAILED_BUILDS = "RETRY_FAILED_BUILDS"
|
|
@@ -5197,24 +4447,12 @@ export interface RetryBuildBatchInput {
|
|
|
5197
4447
|
*/
|
|
5198
4448
|
retryType?: RetryBuildBatchType | string;
|
|
5199
4449
|
}
|
|
5200
|
-
export declare namespace RetryBuildBatchInput {
|
|
5201
|
-
/**
|
|
5202
|
-
* @internal
|
|
5203
|
-
*/
|
|
5204
|
-
const filterSensitiveLog: (obj: RetryBuildBatchInput) => any;
|
|
5205
|
-
}
|
|
5206
4450
|
export interface RetryBuildBatchOutput {
|
|
5207
4451
|
/**
|
|
5208
4452
|
* <p>Contains information about a batch build.</p>
|
|
5209
4453
|
*/
|
|
5210
4454
|
buildBatch?: BuildBatch;
|
|
5211
4455
|
}
|
|
5212
|
-
export declare namespace RetryBuildBatchOutput {
|
|
5213
|
-
/**
|
|
5214
|
-
* @internal
|
|
5215
|
-
*/
|
|
5216
|
-
const filterSensitiveLog: (obj: RetryBuildBatchOutput) => any;
|
|
5217
|
-
}
|
|
5218
4456
|
export interface StartBuildInput {
|
|
5219
4457
|
/**
|
|
5220
4458
|
* <p>The name of the CodeBuild build project to start running a build.</p>
|
|
@@ -5440,24 +4678,12 @@ export interface StartBuildInput {
|
|
|
5440
4678
|
*/
|
|
5441
4679
|
debugSessionEnabled?: boolean;
|
|
5442
4680
|
}
|
|
5443
|
-
export declare namespace StartBuildInput {
|
|
5444
|
-
/**
|
|
5445
|
-
* @internal
|
|
5446
|
-
*/
|
|
5447
|
-
const filterSensitiveLog: (obj: StartBuildInput) => any;
|
|
5448
|
-
}
|
|
5449
4681
|
export interface StartBuildOutput {
|
|
5450
4682
|
/**
|
|
5451
4683
|
* <p>Information about the build to be run.</p>
|
|
5452
4684
|
*/
|
|
5453
4685
|
build?: Build;
|
|
5454
4686
|
}
|
|
5455
|
-
export declare namespace StartBuildOutput {
|
|
5456
|
-
/**
|
|
5457
|
-
* @internal
|
|
5458
|
-
*/
|
|
5459
|
-
const filterSensitiveLog: (obj: StartBuildOutput) => any;
|
|
5460
|
-
}
|
|
5461
4687
|
export interface StartBuildBatchInput {
|
|
5462
4688
|
/**
|
|
5463
4689
|
* <p>The name of the project.</p>
|
|
@@ -5681,72 +4907,36 @@ export interface StartBuildBatchInput {
|
|
|
5681
4907
|
*/
|
|
5682
4908
|
debugSessionEnabled?: boolean;
|
|
5683
4909
|
}
|
|
5684
|
-
export declare namespace StartBuildBatchInput {
|
|
5685
|
-
/**
|
|
5686
|
-
* @internal
|
|
5687
|
-
*/
|
|
5688
|
-
const filterSensitiveLog: (obj: StartBuildBatchInput) => any;
|
|
5689
|
-
}
|
|
5690
4910
|
export interface StartBuildBatchOutput {
|
|
5691
4911
|
/**
|
|
5692
4912
|
* <p>A <code>BuildBatch</code> object that contains information about the batch build.</p>
|
|
5693
4913
|
*/
|
|
5694
4914
|
buildBatch?: BuildBatch;
|
|
5695
4915
|
}
|
|
5696
|
-
export declare namespace StartBuildBatchOutput {
|
|
5697
|
-
/**
|
|
5698
|
-
* @internal
|
|
5699
|
-
*/
|
|
5700
|
-
const filterSensitiveLog: (obj: StartBuildBatchOutput) => any;
|
|
5701
|
-
}
|
|
5702
4916
|
export interface StopBuildInput {
|
|
5703
4917
|
/**
|
|
5704
4918
|
* <p>The ID of the build.</p>
|
|
5705
4919
|
*/
|
|
5706
4920
|
id: string | undefined;
|
|
5707
4921
|
}
|
|
5708
|
-
export declare namespace StopBuildInput {
|
|
5709
|
-
/**
|
|
5710
|
-
* @internal
|
|
5711
|
-
*/
|
|
5712
|
-
const filterSensitiveLog: (obj: StopBuildInput) => any;
|
|
5713
|
-
}
|
|
5714
4922
|
export interface StopBuildOutput {
|
|
5715
4923
|
/**
|
|
5716
4924
|
* <p>Information about the build.</p>
|
|
5717
4925
|
*/
|
|
5718
4926
|
build?: Build;
|
|
5719
4927
|
}
|
|
5720
|
-
export declare namespace StopBuildOutput {
|
|
5721
|
-
/**
|
|
5722
|
-
* @internal
|
|
5723
|
-
*/
|
|
5724
|
-
const filterSensitiveLog: (obj: StopBuildOutput) => any;
|
|
5725
|
-
}
|
|
5726
4928
|
export interface StopBuildBatchInput {
|
|
5727
4929
|
/**
|
|
5728
4930
|
* <p>The identifier of the batch build to stop.</p>
|
|
5729
4931
|
*/
|
|
5730
4932
|
id: string | undefined;
|
|
5731
4933
|
}
|
|
5732
|
-
export declare namespace StopBuildBatchInput {
|
|
5733
|
-
/**
|
|
5734
|
-
* @internal
|
|
5735
|
-
*/
|
|
5736
|
-
const filterSensitiveLog: (obj: StopBuildBatchInput) => any;
|
|
5737
|
-
}
|
|
5738
4934
|
export interface StopBuildBatchOutput {
|
|
5739
4935
|
/**
|
|
5740
4936
|
* <p>Contains information about a batch build.</p>
|
|
5741
4937
|
*/
|
|
5742
4938
|
buildBatch?: BuildBatch;
|
|
5743
4939
|
}
|
|
5744
|
-
export declare namespace StopBuildBatchOutput {
|
|
5745
|
-
/**
|
|
5746
|
-
* @internal
|
|
5747
|
-
*/
|
|
5748
|
-
const filterSensitiveLog: (obj: StopBuildBatchOutput) => any;
|
|
5749
|
-
}
|
|
5750
4940
|
export interface UpdateProjectInput {
|
|
5751
4941
|
/**
|
|
5752
4942
|
* <p>The name of the build project.</p>
|
|
@@ -5891,24 +5081,12 @@ export interface UpdateProjectInput {
|
|
|
5891
5081
|
*/
|
|
5892
5082
|
concurrentBuildLimit?: number;
|
|
5893
5083
|
}
|
|
5894
|
-
export declare namespace UpdateProjectInput {
|
|
5895
|
-
/**
|
|
5896
|
-
* @internal
|
|
5897
|
-
*/
|
|
5898
|
-
const filterSensitiveLog: (obj: UpdateProjectInput) => any;
|
|
5899
|
-
}
|
|
5900
5084
|
export interface UpdateProjectOutput {
|
|
5901
5085
|
/**
|
|
5902
5086
|
* <p>Information about the build project that was changed.</p>
|
|
5903
5087
|
*/
|
|
5904
5088
|
project?: Project;
|
|
5905
5089
|
}
|
|
5906
|
-
export declare namespace UpdateProjectOutput {
|
|
5907
|
-
/**
|
|
5908
|
-
* @internal
|
|
5909
|
-
*/
|
|
5910
|
-
const filterSensitiveLog: (obj: UpdateProjectOutput) => any;
|
|
5911
|
-
}
|
|
5912
5090
|
export interface UpdateProjectVisibilityInput {
|
|
5913
5091
|
/**
|
|
5914
5092
|
* <p>The Amazon Resource Name (ARN) of the build project.</p>
|
|
@@ -5935,12 +5113,6 @@ export interface UpdateProjectVisibilityInput {
|
|
|
5935
5113
|
*/
|
|
5936
5114
|
resourceAccessRole?: string;
|
|
5937
5115
|
}
|
|
5938
|
-
export declare namespace UpdateProjectVisibilityInput {
|
|
5939
|
-
/**
|
|
5940
|
-
* @internal
|
|
5941
|
-
*/
|
|
5942
|
-
const filterSensitiveLog: (obj: UpdateProjectVisibilityInput) => any;
|
|
5943
|
-
}
|
|
5944
5116
|
export interface UpdateProjectVisibilityOutput {
|
|
5945
5117
|
/**
|
|
5946
5118
|
* <p>The Amazon Resource Name (ARN) of the build project.</p>
|
|
@@ -5966,12 +5138,6 @@ export interface UpdateProjectVisibilityOutput {
|
|
|
5966
5138
|
*/
|
|
5967
5139
|
projectVisibility?: ProjectVisibilityType | string;
|
|
5968
5140
|
}
|
|
5969
|
-
export declare namespace UpdateProjectVisibilityOutput {
|
|
5970
|
-
/**
|
|
5971
|
-
* @internal
|
|
5972
|
-
*/
|
|
5973
|
-
const filterSensitiveLog: (obj: UpdateProjectVisibilityOutput) => any;
|
|
5974
|
-
}
|
|
5975
5141
|
export interface UpdateReportGroupInput {
|
|
5976
5142
|
/**
|
|
5977
5143
|
* <p>
|
|
@@ -6006,12 +5172,6 @@ export interface UpdateReportGroupInput {
|
|
|
6006
5172
|
*/
|
|
6007
5173
|
tags?: Tag[];
|
|
6008
5174
|
}
|
|
6009
|
-
export declare namespace UpdateReportGroupInput {
|
|
6010
|
-
/**
|
|
6011
|
-
* @internal
|
|
6012
|
-
*/
|
|
6013
|
-
const filterSensitiveLog: (obj: UpdateReportGroupInput) => any;
|
|
6014
|
-
}
|
|
6015
5175
|
export interface UpdateReportGroupOutput {
|
|
6016
5176
|
/**
|
|
6017
5177
|
* <p>
|
|
@@ -6020,12 +5180,6 @@ export interface UpdateReportGroupOutput {
|
|
|
6020
5180
|
*/
|
|
6021
5181
|
reportGroup?: ReportGroup;
|
|
6022
5182
|
}
|
|
6023
|
-
export declare namespace UpdateReportGroupOutput {
|
|
6024
|
-
/**
|
|
6025
|
-
* @internal
|
|
6026
|
-
*/
|
|
6027
|
-
const filterSensitiveLog: (obj: UpdateReportGroupOutput) => any;
|
|
6028
|
-
}
|
|
6029
5183
|
export interface UpdateWebhookInput {
|
|
6030
5184
|
/**
|
|
6031
5185
|
* <p>The name of the CodeBuild project.</p>
|
|
@@ -6059,12 +5213,6 @@ export interface UpdateWebhookInput {
|
|
|
6059
5213
|
*/
|
|
6060
5214
|
buildType?: WebhookBuildType | string;
|
|
6061
5215
|
}
|
|
6062
|
-
export declare namespace UpdateWebhookInput {
|
|
6063
|
-
/**
|
|
6064
|
-
* @internal
|
|
6065
|
-
*/
|
|
6066
|
-
const filterSensitiveLog: (obj: UpdateWebhookInput) => any;
|
|
6067
|
-
}
|
|
6068
5216
|
export interface UpdateWebhookOutput {
|
|
6069
5217
|
/**
|
|
6070
5218
|
* <p> Information about a repository's webhook that is associated with a project in CodeBuild.
|
|
@@ -6072,9 +5220,575 @@ export interface UpdateWebhookOutput {
|
|
|
6072
5220
|
*/
|
|
6073
5221
|
webhook?: Webhook;
|
|
6074
5222
|
}
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
5223
|
+
/**
|
|
5224
|
+
* @internal
|
|
5225
|
+
*/
|
|
5226
|
+
export declare const BatchDeleteBuildsInputFilterSensitiveLog: (obj: BatchDeleteBuildsInput) => any;
|
|
5227
|
+
/**
|
|
5228
|
+
* @internal
|
|
5229
|
+
*/
|
|
5230
|
+
export declare const BuildNotDeletedFilterSensitiveLog: (obj: BuildNotDeleted) => any;
|
|
5231
|
+
/**
|
|
5232
|
+
* @internal
|
|
5233
|
+
*/
|
|
5234
|
+
export declare const BatchDeleteBuildsOutputFilterSensitiveLog: (obj: BatchDeleteBuildsOutput) => any;
|
|
5235
|
+
/**
|
|
5236
|
+
* @internal
|
|
5237
|
+
*/
|
|
5238
|
+
export declare const BatchGetBuildBatchesInputFilterSensitiveLog: (obj: BatchGetBuildBatchesInput) => any;
|
|
5239
|
+
/**
|
|
5240
|
+
* @internal
|
|
5241
|
+
*/
|
|
5242
|
+
export declare const BuildArtifactsFilterSensitiveLog: (obj: BuildArtifacts) => any;
|
|
5243
|
+
/**
|
|
5244
|
+
* @internal
|
|
5245
|
+
*/
|
|
5246
|
+
export declare const BatchRestrictionsFilterSensitiveLog: (obj: BatchRestrictions) => any;
|
|
5247
|
+
/**
|
|
5248
|
+
* @internal
|
|
5249
|
+
*/
|
|
5250
|
+
export declare const ProjectBuildBatchConfigFilterSensitiveLog: (obj: ProjectBuildBatchConfig) => any;
|
|
5251
|
+
/**
|
|
5252
|
+
* @internal
|
|
5253
|
+
*/
|
|
5254
|
+
export declare const ResolvedArtifactFilterSensitiveLog: (obj: ResolvedArtifact) => any;
|
|
5255
|
+
/**
|
|
5256
|
+
* @internal
|
|
5257
|
+
*/
|
|
5258
|
+
export declare const BuildSummaryFilterSensitiveLog: (obj: BuildSummary) => any;
|
|
5259
|
+
/**
|
|
5260
|
+
* @internal
|
|
5261
|
+
*/
|
|
5262
|
+
export declare const BuildGroupFilterSensitiveLog: (obj: BuildGroup) => any;
|
|
5263
|
+
/**
|
|
5264
|
+
* @internal
|
|
5265
|
+
*/
|
|
5266
|
+
export declare const ProjectCacheFilterSensitiveLog: (obj: ProjectCache) => any;
|
|
5267
|
+
/**
|
|
5268
|
+
* @internal
|
|
5269
|
+
*/
|
|
5270
|
+
export declare const EnvironmentVariableFilterSensitiveLog: (obj: EnvironmentVariable) => any;
|
|
5271
|
+
/**
|
|
5272
|
+
* @internal
|
|
5273
|
+
*/
|
|
5274
|
+
export declare const RegistryCredentialFilterSensitiveLog: (obj: RegistryCredential) => any;
|
|
5275
|
+
/**
|
|
5276
|
+
* @internal
|
|
5277
|
+
*/
|
|
5278
|
+
export declare const ProjectEnvironmentFilterSensitiveLog: (obj: ProjectEnvironment) => any;
|
|
5279
|
+
/**
|
|
5280
|
+
* @internal
|
|
5281
|
+
*/
|
|
5282
|
+
export declare const ProjectFileSystemLocationFilterSensitiveLog: (obj: ProjectFileSystemLocation) => any;
|
|
5283
|
+
/**
|
|
5284
|
+
* @internal
|
|
5285
|
+
*/
|
|
5286
|
+
export declare const CloudWatchLogsConfigFilterSensitiveLog: (obj: CloudWatchLogsConfig) => any;
|
|
5287
|
+
/**
|
|
5288
|
+
* @internal
|
|
5289
|
+
*/
|
|
5290
|
+
export declare const S3LogsConfigFilterSensitiveLog: (obj: S3LogsConfig) => any;
|
|
5291
|
+
/**
|
|
5292
|
+
* @internal
|
|
5293
|
+
*/
|
|
5294
|
+
export declare const LogsConfigFilterSensitiveLog: (obj: LogsConfig) => any;
|
|
5295
|
+
/**
|
|
5296
|
+
* @internal
|
|
5297
|
+
*/
|
|
5298
|
+
export declare const PhaseContextFilterSensitiveLog: (obj: PhaseContext) => any;
|
|
5299
|
+
/**
|
|
5300
|
+
* @internal
|
|
5301
|
+
*/
|
|
5302
|
+
export declare const BuildBatchPhaseFilterSensitiveLog: (obj: BuildBatchPhase) => any;
|
|
5303
|
+
/**
|
|
5304
|
+
* @internal
|
|
5305
|
+
*/
|
|
5306
|
+
export declare const SourceAuthFilterSensitiveLog: (obj: SourceAuth) => any;
|
|
5307
|
+
/**
|
|
5308
|
+
* @internal
|
|
5309
|
+
*/
|
|
5310
|
+
export declare const BuildStatusConfigFilterSensitiveLog: (obj: BuildStatusConfig) => any;
|
|
5311
|
+
/**
|
|
5312
|
+
* @internal
|
|
5313
|
+
*/
|
|
5314
|
+
export declare const GitSubmodulesConfigFilterSensitiveLog: (obj: GitSubmodulesConfig) => any;
|
|
5315
|
+
/**
|
|
5316
|
+
* @internal
|
|
5317
|
+
*/
|
|
5318
|
+
export declare const ProjectSourceFilterSensitiveLog: (obj: ProjectSource) => any;
|
|
5319
|
+
/**
|
|
5320
|
+
* @internal
|
|
5321
|
+
*/
|
|
5322
|
+
export declare const ProjectSourceVersionFilterSensitiveLog: (obj: ProjectSourceVersion) => any;
|
|
5323
|
+
/**
|
|
5324
|
+
* @internal
|
|
5325
|
+
*/
|
|
5326
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
5327
|
+
/**
|
|
5328
|
+
* @internal
|
|
5329
|
+
*/
|
|
5330
|
+
export declare const BuildBatchFilterSensitiveLog: (obj: BuildBatch) => any;
|
|
5331
|
+
/**
|
|
5332
|
+
* @internal
|
|
5333
|
+
*/
|
|
5334
|
+
export declare const BatchGetBuildBatchesOutputFilterSensitiveLog: (obj: BatchGetBuildBatchesOutput) => any;
|
|
5335
|
+
/**
|
|
5336
|
+
* @internal
|
|
5337
|
+
*/
|
|
5338
|
+
export declare const BatchGetBuildsInputFilterSensitiveLog: (obj: BatchGetBuildsInput) => any;
|
|
5339
|
+
/**
|
|
5340
|
+
* @internal
|
|
5341
|
+
*/
|
|
5342
|
+
export declare const DebugSessionFilterSensitiveLog: (obj: DebugSession) => any;
|
|
5343
|
+
/**
|
|
5344
|
+
* @internal
|
|
5345
|
+
*/
|
|
5346
|
+
export declare const ExportedEnvironmentVariableFilterSensitiveLog: (obj: ExportedEnvironmentVariable) => any;
|
|
5347
|
+
/**
|
|
5348
|
+
* @internal
|
|
5349
|
+
*/
|
|
5350
|
+
export declare const LogsLocationFilterSensitiveLog: (obj: LogsLocation) => any;
|
|
5351
|
+
/**
|
|
5352
|
+
* @internal
|
|
5353
|
+
*/
|
|
5354
|
+
export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
|
|
5355
|
+
/**
|
|
5356
|
+
* @internal
|
|
5357
|
+
*/
|
|
5358
|
+
export declare const BuildPhaseFilterSensitiveLog: (obj: BuildPhase) => any;
|
|
5359
|
+
/**
|
|
5360
|
+
* @internal
|
|
5361
|
+
*/
|
|
5362
|
+
export declare const BuildFilterSensitiveLog: (obj: Build) => any;
|
|
5363
|
+
/**
|
|
5364
|
+
* @internal
|
|
5365
|
+
*/
|
|
5366
|
+
export declare const BatchGetBuildsOutputFilterSensitiveLog: (obj: BatchGetBuildsOutput) => any;
|
|
5367
|
+
/**
|
|
5368
|
+
* @internal
|
|
5369
|
+
*/
|
|
5370
|
+
export declare const BatchGetProjectsInputFilterSensitiveLog: (obj: BatchGetProjectsInput) => any;
|
|
5371
|
+
/**
|
|
5372
|
+
* @internal
|
|
5373
|
+
*/
|
|
5374
|
+
export declare const ProjectArtifactsFilterSensitiveLog: (obj: ProjectArtifacts) => any;
|
|
5375
|
+
/**
|
|
5376
|
+
* @internal
|
|
5377
|
+
*/
|
|
5378
|
+
export declare const ProjectBadgeFilterSensitiveLog: (obj: ProjectBadge) => any;
|
|
5379
|
+
/**
|
|
5380
|
+
* @internal
|
|
5381
|
+
*/
|
|
5382
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
5383
|
+
/**
|
|
5384
|
+
* @internal
|
|
5385
|
+
*/
|
|
5386
|
+
export declare const WebhookFilterFilterSensitiveLog: (obj: WebhookFilter) => any;
|
|
5387
|
+
/**
|
|
5388
|
+
* @internal
|
|
5389
|
+
*/
|
|
5390
|
+
export declare const WebhookFilterSensitiveLog: (obj: Webhook) => any;
|
|
5391
|
+
/**
|
|
5392
|
+
* @internal
|
|
5393
|
+
*/
|
|
5394
|
+
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
5395
|
+
/**
|
|
5396
|
+
* @internal
|
|
5397
|
+
*/
|
|
5398
|
+
export declare const BatchGetProjectsOutputFilterSensitiveLog: (obj: BatchGetProjectsOutput) => any;
|
|
5399
|
+
/**
|
|
5400
|
+
* @internal
|
|
5401
|
+
*/
|
|
5402
|
+
export declare const BatchGetReportGroupsInputFilterSensitiveLog: (obj: BatchGetReportGroupsInput) => any;
|
|
5403
|
+
/**
|
|
5404
|
+
* @internal
|
|
5405
|
+
*/
|
|
5406
|
+
export declare const S3ReportExportConfigFilterSensitiveLog: (obj: S3ReportExportConfig) => any;
|
|
5407
|
+
/**
|
|
5408
|
+
* @internal
|
|
5409
|
+
*/
|
|
5410
|
+
export declare const ReportExportConfigFilterSensitiveLog: (obj: ReportExportConfig) => any;
|
|
5411
|
+
/**
|
|
5412
|
+
* @internal
|
|
5413
|
+
*/
|
|
5414
|
+
export declare const ReportGroupFilterSensitiveLog: (obj: ReportGroup) => any;
|
|
5415
|
+
/**
|
|
5416
|
+
* @internal
|
|
5417
|
+
*/
|
|
5418
|
+
export declare const BatchGetReportGroupsOutputFilterSensitiveLog: (obj: BatchGetReportGroupsOutput) => any;
|
|
5419
|
+
/**
|
|
5420
|
+
* @internal
|
|
5421
|
+
*/
|
|
5422
|
+
export declare const BatchGetReportsInputFilterSensitiveLog: (obj: BatchGetReportsInput) => any;
|
|
5423
|
+
/**
|
|
5424
|
+
* @internal
|
|
5425
|
+
*/
|
|
5426
|
+
export declare const CodeCoverageReportSummaryFilterSensitiveLog: (obj: CodeCoverageReportSummary) => any;
|
|
5427
|
+
/**
|
|
5428
|
+
* @internal
|
|
5429
|
+
*/
|
|
5430
|
+
export declare const TestReportSummaryFilterSensitiveLog: (obj: TestReportSummary) => any;
|
|
5431
|
+
/**
|
|
5432
|
+
* @internal
|
|
5433
|
+
*/
|
|
5434
|
+
export declare const ReportFilterSensitiveLog: (obj: Report) => any;
|
|
5435
|
+
/**
|
|
5436
|
+
* @internal
|
|
5437
|
+
*/
|
|
5438
|
+
export declare const BatchGetReportsOutputFilterSensitiveLog: (obj: BatchGetReportsOutput) => any;
|
|
5439
|
+
/**
|
|
5440
|
+
* @internal
|
|
5441
|
+
*/
|
|
5442
|
+
export declare const BuildBatchFilterFilterSensitiveLog: (obj: BuildBatchFilter) => any;
|
|
5443
|
+
/**
|
|
5444
|
+
* @internal
|
|
5445
|
+
*/
|
|
5446
|
+
export declare const CreateProjectInputFilterSensitiveLog: (obj: CreateProjectInput) => any;
|
|
5447
|
+
/**
|
|
5448
|
+
* @internal
|
|
5449
|
+
*/
|
|
5450
|
+
export declare const CreateProjectOutputFilterSensitiveLog: (obj: CreateProjectOutput) => any;
|
|
5451
|
+
/**
|
|
5452
|
+
* @internal
|
|
5453
|
+
*/
|
|
5454
|
+
export declare const CreateReportGroupInputFilterSensitiveLog: (obj: CreateReportGroupInput) => any;
|
|
5455
|
+
/**
|
|
5456
|
+
* @internal
|
|
5457
|
+
*/
|
|
5458
|
+
export declare const CreateReportGroupOutputFilterSensitiveLog: (obj: CreateReportGroupOutput) => any;
|
|
5459
|
+
/**
|
|
5460
|
+
* @internal
|
|
5461
|
+
*/
|
|
5462
|
+
export declare const CreateWebhookInputFilterSensitiveLog: (obj: CreateWebhookInput) => any;
|
|
5463
|
+
/**
|
|
5464
|
+
* @internal
|
|
5465
|
+
*/
|
|
5466
|
+
export declare const CreateWebhookOutputFilterSensitiveLog: (obj: CreateWebhookOutput) => any;
|
|
5467
|
+
/**
|
|
5468
|
+
* @internal
|
|
5469
|
+
*/
|
|
5470
|
+
export declare const DeleteBuildBatchInputFilterSensitiveLog: (obj: DeleteBuildBatchInput) => any;
|
|
5471
|
+
/**
|
|
5472
|
+
* @internal
|
|
5473
|
+
*/
|
|
5474
|
+
export declare const DeleteBuildBatchOutputFilterSensitiveLog: (obj: DeleteBuildBatchOutput) => any;
|
|
5475
|
+
/**
|
|
5476
|
+
* @internal
|
|
5477
|
+
*/
|
|
5478
|
+
export declare const DeleteProjectInputFilterSensitiveLog: (obj: DeleteProjectInput) => any;
|
|
5479
|
+
/**
|
|
5480
|
+
* @internal
|
|
5481
|
+
*/
|
|
5482
|
+
export declare const DeleteProjectOutputFilterSensitiveLog: (obj: DeleteProjectOutput) => any;
|
|
5483
|
+
/**
|
|
5484
|
+
* @internal
|
|
5485
|
+
*/
|
|
5486
|
+
export declare const DeleteReportInputFilterSensitiveLog: (obj: DeleteReportInput) => any;
|
|
5487
|
+
/**
|
|
5488
|
+
* @internal
|
|
5489
|
+
*/
|
|
5490
|
+
export declare const DeleteReportOutputFilterSensitiveLog: (obj: DeleteReportOutput) => any;
|
|
5491
|
+
/**
|
|
5492
|
+
* @internal
|
|
5493
|
+
*/
|
|
5494
|
+
export declare const DeleteReportGroupInputFilterSensitiveLog: (obj: DeleteReportGroupInput) => any;
|
|
5495
|
+
/**
|
|
5496
|
+
* @internal
|
|
5497
|
+
*/
|
|
5498
|
+
export declare const DeleteReportGroupOutputFilterSensitiveLog: (obj: DeleteReportGroupOutput) => any;
|
|
5499
|
+
/**
|
|
5500
|
+
* @internal
|
|
5501
|
+
*/
|
|
5502
|
+
export declare const DeleteResourcePolicyInputFilterSensitiveLog: (obj: DeleteResourcePolicyInput) => any;
|
|
5503
|
+
/**
|
|
5504
|
+
* @internal
|
|
5505
|
+
*/
|
|
5506
|
+
export declare const DeleteResourcePolicyOutputFilterSensitiveLog: (obj: DeleteResourcePolicyOutput) => any;
|
|
5507
|
+
/**
|
|
5508
|
+
* @internal
|
|
5509
|
+
*/
|
|
5510
|
+
export declare const DeleteSourceCredentialsInputFilterSensitiveLog: (obj: DeleteSourceCredentialsInput) => any;
|
|
5511
|
+
/**
|
|
5512
|
+
* @internal
|
|
5513
|
+
*/
|
|
5514
|
+
export declare const DeleteSourceCredentialsOutputFilterSensitiveLog: (obj: DeleteSourceCredentialsOutput) => any;
|
|
5515
|
+
/**
|
|
5516
|
+
* @internal
|
|
5517
|
+
*/
|
|
5518
|
+
export declare const DeleteWebhookInputFilterSensitiveLog: (obj: DeleteWebhookInput) => any;
|
|
5519
|
+
/**
|
|
5520
|
+
* @internal
|
|
5521
|
+
*/
|
|
5522
|
+
export declare const DeleteWebhookOutputFilterSensitiveLog: (obj: DeleteWebhookOutput) => any;
|
|
5523
|
+
/**
|
|
5524
|
+
* @internal
|
|
5525
|
+
*/
|
|
5526
|
+
export declare const DescribeCodeCoveragesInputFilterSensitiveLog: (obj: DescribeCodeCoveragesInput) => any;
|
|
5527
|
+
/**
|
|
5528
|
+
* @internal
|
|
5529
|
+
*/
|
|
5530
|
+
export declare const CodeCoverageFilterSensitiveLog: (obj: CodeCoverage) => any;
|
|
5531
|
+
/**
|
|
5532
|
+
* @internal
|
|
5533
|
+
*/
|
|
5534
|
+
export declare const DescribeCodeCoveragesOutputFilterSensitiveLog: (obj: DescribeCodeCoveragesOutput) => any;
|
|
5535
|
+
/**
|
|
5536
|
+
* @internal
|
|
5537
|
+
*/
|
|
5538
|
+
export declare const TestCaseFilterFilterSensitiveLog: (obj: TestCaseFilter) => any;
|
|
5539
|
+
/**
|
|
5540
|
+
* @internal
|
|
5541
|
+
*/
|
|
5542
|
+
export declare const DescribeTestCasesInputFilterSensitiveLog: (obj: DescribeTestCasesInput) => any;
|
|
5543
|
+
/**
|
|
5544
|
+
* @internal
|
|
5545
|
+
*/
|
|
5546
|
+
export declare const TestCaseFilterSensitiveLog: (obj: TestCase) => any;
|
|
5547
|
+
/**
|
|
5548
|
+
* @internal
|
|
5549
|
+
*/
|
|
5550
|
+
export declare const DescribeTestCasesOutputFilterSensitiveLog: (obj: DescribeTestCasesOutput) => any;
|
|
5551
|
+
/**
|
|
5552
|
+
* @internal
|
|
5553
|
+
*/
|
|
5554
|
+
export declare const GetReportGroupTrendInputFilterSensitiveLog: (obj: GetReportGroupTrendInput) => any;
|
|
5555
|
+
/**
|
|
5556
|
+
* @internal
|
|
5557
|
+
*/
|
|
5558
|
+
export declare const ReportWithRawDataFilterSensitiveLog: (obj: ReportWithRawData) => any;
|
|
5559
|
+
/**
|
|
5560
|
+
* @internal
|
|
5561
|
+
*/
|
|
5562
|
+
export declare const ReportGroupTrendStatsFilterSensitiveLog: (obj: ReportGroupTrendStats) => any;
|
|
5563
|
+
/**
|
|
5564
|
+
* @internal
|
|
5565
|
+
*/
|
|
5566
|
+
export declare const GetReportGroupTrendOutputFilterSensitiveLog: (obj: GetReportGroupTrendOutput) => any;
|
|
5567
|
+
/**
|
|
5568
|
+
* @internal
|
|
5569
|
+
*/
|
|
5570
|
+
export declare const GetResourcePolicyInputFilterSensitiveLog: (obj: GetResourcePolicyInput) => any;
|
|
5571
|
+
/**
|
|
5572
|
+
* @internal
|
|
5573
|
+
*/
|
|
5574
|
+
export declare const GetResourcePolicyOutputFilterSensitiveLog: (obj: GetResourcePolicyOutput) => any;
|
|
5575
|
+
/**
|
|
5576
|
+
* @internal
|
|
5577
|
+
*/
|
|
5578
|
+
export declare const ImportSourceCredentialsInputFilterSensitiveLog: (obj: ImportSourceCredentialsInput) => any;
|
|
5579
|
+
/**
|
|
5580
|
+
* @internal
|
|
5581
|
+
*/
|
|
5582
|
+
export declare const ImportSourceCredentialsOutputFilterSensitiveLog: (obj: ImportSourceCredentialsOutput) => any;
|
|
5583
|
+
/**
|
|
5584
|
+
* @internal
|
|
5585
|
+
*/
|
|
5586
|
+
export declare const InvalidateProjectCacheInputFilterSensitiveLog: (obj: InvalidateProjectCacheInput) => any;
|
|
5587
|
+
/**
|
|
5588
|
+
* @internal
|
|
5589
|
+
*/
|
|
5590
|
+
export declare const InvalidateProjectCacheOutputFilterSensitiveLog: (obj: InvalidateProjectCacheOutput) => any;
|
|
5591
|
+
/**
|
|
5592
|
+
* @internal
|
|
5593
|
+
*/
|
|
5594
|
+
export declare const ListBuildBatchesInputFilterSensitiveLog: (obj: ListBuildBatchesInput) => any;
|
|
5595
|
+
/**
|
|
5596
|
+
* @internal
|
|
5597
|
+
*/
|
|
5598
|
+
export declare const ListBuildBatchesOutputFilterSensitiveLog: (obj: ListBuildBatchesOutput) => any;
|
|
5599
|
+
/**
|
|
5600
|
+
* @internal
|
|
5601
|
+
*/
|
|
5602
|
+
export declare const ListBuildBatchesForProjectInputFilterSensitiveLog: (obj: ListBuildBatchesForProjectInput) => any;
|
|
5603
|
+
/**
|
|
5604
|
+
* @internal
|
|
5605
|
+
*/
|
|
5606
|
+
export declare const ListBuildBatchesForProjectOutputFilterSensitiveLog: (obj: ListBuildBatchesForProjectOutput) => any;
|
|
5607
|
+
/**
|
|
5608
|
+
* @internal
|
|
5609
|
+
*/
|
|
5610
|
+
export declare const ListBuildsInputFilterSensitiveLog: (obj: ListBuildsInput) => any;
|
|
5611
|
+
/**
|
|
5612
|
+
* @internal
|
|
5613
|
+
*/
|
|
5614
|
+
export declare const ListBuildsOutputFilterSensitiveLog: (obj: ListBuildsOutput) => any;
|
|
5615
|
+
/**
|
|
5616
|
+
* @internal
|
|
5617
|
+
*/
|
|
5618
|
+
export declare const ListBuildsForProjectInputFilterSensitiveLog: (obj: ListBuildsForProjectInput) => any;
|
|
5619
|
+
/**
|
|
5620
|
+
* @internal
|
|
5621
|
+
*/
|
|
5622
|
+
export declare const ListBuildsForProjectOutputFilterSensitiveLog: (obj: ListBuildsForProjectOutput) => any;
|
|
5623
|
+
/**
|
|
5624
|
+
* @internal
|
|
5625
|
+
*/
|
|
5626
|
+
export declare const ListCuratedEnvironmentImagesInputFilterSensitiveLog: (obj: ListCuratedEnvironmentImagesInput) => any;
|
|
5627
|
+
/**
|
|
5628
|
+
* @internal
|
|
5629
|
+
*/
|
|
5630
|
+
export declare const EnvironmentImageFilterSensitiveLog: (obj: EnvironmentImage) => any;
|
|
5631
|
+
/**
|
|
5632
|
+
* @internal
|
|
5633
|
+
*/
|
|
5634
|
+
export declare const EnvironmentLanguageFilterSensitiveLog: (obj: EnvironmentLanguage) => any;
|
|
5635
|
+
/**
|
|
5636
|
+
* @internal
|
|
5637
|
+
*/
|
|
5638
|
+
export declare const EnvironmentPlatformFilterSensitiveLog: (obj: EnvironmentPlatform) => any;
|
|
5639
|
+
/**
|
|
5640
|
+
* @internal
|
|
5641
|
+
*/
|
|
5642
|
+
export declare const ListCuratedEnvironmentImagesOutputFilterSensitiveLog: (obj: ListCuratedEnvironmentImagesOutput) => any;
|
|
5643
|
+
/**
|
|
5644
|
+
* @internal
|
|
5645
|
+
*/
|
|
5646
|
+
export declare const ListProjectsInputFilterSensitiveLog: (obj: ListProjectsInput) => any;
|
|
5647
|
+
/**
|
|
5648
|
+
* @internal
|
|
5649
|
+
*/
|
|
5650
|
+
export declare const ListProjectsOutputFilterSensitiveLog: (obj: ListProjectsOutput) => any;
|
|
5651
|
+
/**
|
|
5652
|
+
* @internal
|
|
5653
|
+
*/
|
|
5654
|
+
export declare const ListReportGroupsInputFilterSensitiveLog: (obj: ListReportGroupsInput) => any;
|
|
5655
|
+
/**
|
|
5656
|
+
* @internal
|
|
5657
|
+
*/
|
|
5658
|
+
export declare const ListReportGroupsOutputFilterSensitiveLog: (obj: ListReportGroupsOutput) => any;
|
|
5659
|
+
/**
|
|
5660
|
+
* @internal
|
|
5661
|
+
*/
|
|
5662
|
+
export declare const ReportFilterFilterSensitiveLog: (obj: ReportFilter) => any;
|
|
5663
|
+
/**
|
|
5664
|
+
* @internal
|
|
5665
|
+
*/
|
|
5666
|
+
export declare const ListReportsInputFilterSensitiveLog: (obj: ListReportsInput) => any;
|
|
5667
|
+
/**
|
|
5668
|
+
* @internal
|
|
5669
|
+
*/
|
|
5670
|
+
export declare const ListReportsOutputFilterSensitiveLog: (obj: ListReportsOutput) => any;
|
|
5671
|
+
/**
|
|
5672
|
+
* @internal
|
|
5673
|
+
*/
|
|
5674
|
+
export declare const ListReportsForReportGroupInputFilterSensitiveLog: (obj: ListReportsForReportGroupInput) => any;
|
|
5675
|
+
/**
|
|
5676
|
+
* @internal
|
|
5677
|
+
*/
|
|
5678
|
+
export declare const ListReportsForReportGroupOutputFilterSensitiveLog: (obj: ListReportsForReportGroupOutput) => any;
|
|
5679
|
+
/**
|
|
5680
|
+
* @internal
|
|
5681
|
+
*/
|
|
5682
|
+
export declare const ListSharedProjectsInputFilterSensitiveLog: (obj: ListSharedProjectsInput) => any;
|
|
5683
|
+
/**
|
|
5684
|
+
* @internal
|
|
5685
|
+
*/
|
|
5686
|
+
export declare const ListSharedProjectsOutputFilterSensitiveLog: (obj: ListSharedProjectsOutput) => any;
|
|
5687
|
+
/**
|
|
5688
|
+
* @internal
|
|
5689
|
+
*/
|
|
5690
|
+
export declare const ListSharedReportGroupsInputFilterSensitiveLog: (obj: ListSharedReportGroupsInput) => any;
|
|
5691
|
+
/**
|
|
5692
|
+
* @internal
|
|
5693
|
+
*/
|
|
5694
|
+
export declare const ListSharedReportGroupsOutputFilterSensitiveLog: (obj: ListSharedReportGroupsOutput) => any;
|
|
5695
|
+
/**
|
|
5696
|
+
* @internal
|
|
5697
|
+
*/
|
|
5698
|
+
export declare const ListSourceCredentialsInputFilterSensitiveLog: (obj: ListSourceCredentialsInput) => any;
|
|
5699
|
+
/**
|
|
5700
|
+
* @internal
|
|
5701
|
+
*/
|
|
5702
|
+
export declare const SourceCredentialsInfoFilterSensitiveLog: (obj: SourceCredentialsInfo) => any;
|
|
5703
|
+
/**
|
|
5704
|
+
* @internal
|
|
5705
|
+
*/
|
|
5706
|
+
export declare const ListSourceCredentialsOutputFilterSensitiveLog: (obj: ListSourceCredentialsOutput) => any;
|
|
5707
|
+
/**
|
|
5708
|
+
* @internal
|
|
5709
|
+
*/
|
|
5710
|
+
export declare const PutResourcePolicyInputFilterSensitiveLog: (obj: PutResourcePolicyInput) => any;
|
|
5711
|
+
/**
|
|
5712
|
+
* @internal
|
|
5713
|
+
*/
|
|
5714
|
+
export declare const PutResourcePolicyOutputFilterSensitiveLog: (obj: PutResourcePolicyOutput) => any;
|
|
5715
|
+
/**
|
|
5716
|
+
* @internal
|
|
5717
|
+
*/
|
|
5718
|
+
export declare const RetryBuildInputFilterSensitiveLog: (obj: RetryBuildInput) => any;
|
|
5719
|
+
/**
|
|
5720
|
+
* @internal
|
|
5721
|
+
*/
|
|
5722
|
+
export declare const RetryBuildOutputFilterSensitiveLog: (obj: RetryBuildOutput) => any;
|
|
5723
|
+
/**
|
|
5724
|
+
* @internal
|
|
5725
|
+
*/
|
|
5726
|
+
export declare const RetryBuildBatchInputFilterSensitiveLog: (obj: RetryBuildBatchInput) => any;
|
|
5727
|
+
/**
|
|
5728
|
+
* @internal
|
|
5729
|
+
*/
|
|
5730
|
+
export declare const RetryBuildBatchOutputFilterSensitiveLog: (obj: RetryBuildBatchOutput) => any;
|
|
5731
|
+
/**
|
|
5732
|
+
* @internal
|
|
5733
|
+
*/
|
|
5734
|
+
export declare const StartBuildInputFilterSensitiveLog: (obj: StartBuildInput) => any;
|
|
5735
|
+
/**
|
|
5736
|
+
* @internal
|
|
5737
|
+
*/
|
|
5738
|
+
export declare const StartBuildOutputFilterSensitiveLog: (obj: StartBuildOutput) => any;
|
|
5739
|
+
/**
|
|
5740
|
+
* @internal
|
|
5741
|
+
*/
|
|
5742
|
+
export declare const StartBuildBatchInputFilterSensitiveLog: (obj: StartBuildBatchInput) => any;
|
|
5743
|
+
/**
|
|
5744
|
+
* @internal
|
|
5745
|
+
*/
|
|
5746
|
+
export declare const StartBuildBatchOutputFilterSensitiveLog: (obj: StartBuildBatchOutput) => any;
|
|
5747
|
+
/**
|
|
5748
|
+
* @internal
|
|
5749
|
+
*/
|
|
5750
|
+
export declare const StopBuildInputFilterSensitiveLog: (obj: StopBuildInput) => any;
|
|
5751
|
+
/**
|
|
5752
|
+
* @internal
|
|
5753
|
+
*/
|
|
5754
|
+
export declare const StopBuildOutputFilterSensitiveLog: (obj: StopBuildOutput) => any;
|
|
5755
|
+
/**
|
|
5756
|
+
* @internal
|
|
5757
|
+
*/
|
|
5758
|
+
export declare const StopBuildBatchInputFilterSensitiveLog: (obj: StopBuildBatchInput) => any;
|
|
5759
|
+
/**
|
|
5760
|
+
* @internal
|
|
5761
|
+
*/
|
|
5762
|
+
export declare const StopBuildBatchOutputFilterSensitiveLog: (obj: StopBuildBatchOutput) => any;
|
|
5763
|
+
/**
|
|
5764
|
+
* @internal
|
|
5765
|
+
*/
|
|
5766
|
+
export declare const UpdateProjectInputFilterSensitiveLog: (obj: UpdateProjectInput) => any;
|
|
5767
|
+
/**
|
|
5768
|
+
* @internal
|
|
5769
|
+
*/
|
|
5770
|
+
export declare const UpdateProjectOutputFilterSensitiveLog: (obj: UpdateProjectOutput) => any;
|
|
5771
|
+
/**
|
|
5772
|
+
* @internal
|
|
5773
|
+
*/
|
|
5774
|
+
export declare const UpdateProjectVisibilityInputFilterSensitiveLog: (obj: UpdateProjectVisibilityInput) => any;
|
|
5775
|
+
/**
|
|
5776
|
+
* @internal
|
|
5777
|
+
*/
|
|
5778
|
+
export declare const UpdateProjectVisibilityOutputFilterSensitiveLog: (obj: UpdateProjectVisibilityOutput) => any;
|
|
5779
|
+
/**
|
|
5780
|
+
* @internal
|
|
5781
|
+
*/
|
|
5782
|
+
export declare const UpdateReportGroupInputFilterSensitiveLog: (obj: UpdateReportGroupInput) => any;
|
|
5783
|
+
/**
|
|
5784
|
+
* @internal
|
|
5785
|
+
*/
|
|
5786
|
+
export declare const UpdateReportGroupOutputFilterSensitiveLog: (obj: UpdateReportGroupOutput) => any;
|
|
5787
|
+
/**
|
|
5788
|
+
* @internal
|
|
5789
|
+
*/
|
|
5790
|
+
export declare const UpdateWebhookInputFilterSensitiveLog: (obj: UpdateWebhookInput) => any;
|
|
5791
|
+
/**
|
|
5792
|
+
* @internal
|
|
5793
|
+
*/
|
|
5794
|
+
export declare const UpdateWebhookOutputFilterSensitiveLog: (obj: UpdateWebhookOutput) => any;
|