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