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