@aws-sdk/client-codebuild 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +210 -248
- package/dist-es/models/models_0.js +210 -248
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetReportsCommand.d.ts +2 -2
- package/dist-types/commands/CreateProjectCommand.d.ts +29 -29
- package/dist-types/commands/CreateReportGroupCommand.d.ts +5 -5
- package/dist-types/commands/CreateWebhookCommand.d.ts +4 -4
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWebhookCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +2 -2
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +1 -1
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +2 -2
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +2 -2
- package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListReportGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListReportsCommand.d.ts +2 -2
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +2 -2
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +1 -1
- package/dist-types/commands/RetryBuildCommand.d.ts +1 -1
- package/dist-types/commands/StartBuildBatchCommand.d.ts +21 -21
- package/dist-types/commands/StartBuildCommand.d.ts +18 -18
- package/dist-types/commands/StopBuildBatchCommand.d.ts +1 -1
- package/dist-types/commands/StopBuildCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +29 -29
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +5 -5
- package/dist-types/commands/UpdateWebhookCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +400 -210
- package/dist-types/ts3.4/models/models_0.d.ts +274 -210
- package/package.json +34 -34
|
@@ -12,28 +12,24 @@ export class AccountLimitExceededException extends __BaseException {
|
|
|
12
12
|
Object.setPrototypeOf(this, AccountLimitExceededException.prototype);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
AuthType["BASIC_AUTH"] = "BASIC_AUTH";
|
|
34
|
-
AuthType["OAUTH"] = "OAUTH";
|
|
35
|
-
AuthType["PERSONAL_ACCESS_TOKEN"] = "PERSONAL_ACCESS_TOKEN";
|
|
36
|
-
})(AuthType || (AuthType = {}));
|
|
15
|
+
export const ArtifactNamespace = {
|
|
16
|
+
BUILD_ID: "BUILD_ID",
|
|
17
|
+
NONE: "NONE",
|
|
18
|
+
};
|
|
19
|
+
export const ArtifactPackaging = {
|
|
20
|
+
NONE: "NONE",
|
|
21
|
+
ZIP: "ZIP",
|
|
22
|
+
};
|
|
23
|
+
export const ArtifactsType = {
|
|
24
|
+
CODEPIPELINE: "CODEPIPELINE",
|
|
25
|
+
NO_ARTIFACTS: "NO_ARTIFACTS",
|
|
26
|
+
S3: "S3",
|
|
27
|
+
};
|
|
28
|
+
export const AuthType = {
|
|
29
|
+
BASIC_AUTH: "BASIC_AUTH",
|
|
30
|
+
OAUTH: "OAUTH",
|
|
31
|
+
PERSONAL_ACCESS_TOKEN: "PERSONAL_ACCESS_TOKEN",
|
|
32
|
+
};
|
|
37
33
|
export class InvalidInputException extends __BaseException {
|
|
38
34
|
constructor(opts) {
|
|
39
35
|
super({
|
|
@@ -46,162 +42,138 @@ export class InvalidInputException extends __BaseException {
|
|
|
46
42
|
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
47
43
|
}
|
|
48
44
|
}
|
|
49
|
-
export
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
}
|
|
94
|
-
export
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
120
|
-
export
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
export
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
})(ReportExportConfigType || (ReportExportConfigType = {}));
|
|
182
|
-
export var ReportPackagingType;
|
|
183
|
-
(function (ReportPackagingType) {
|
|
184
|
-
ReportPackagingType["NONE"] = "NONE";
|
|
185
|
-
ReportPackagingType["ZIP"] = "ZIP";
|
|
186
|
-
})(ReportPackagingType || (ReportPackagingType = {}));
|
|
187
|
-
export var ReportGroupStatusType;
|
|
188
|
-
(function (ReportGroupStatusType) {
|
|
189
|
-
ReportGroupStatusType["ACTIVE"] = "ACTIVE";
|
|
190
|
-
ReportGroupStatusType["DELETING"] = "DELETING";
|
|
191
|
-
})(ReportGroupStatusType || (ReportGroupStatusType = {}));
|
|
192
|
-
export var ReportType;
|
|
193
|
-
(function (ReportType) {
|
|
194
|
-
ReportType["CODE_COVERAGE"] = "CODE_COVERAGE";
|
|
195
|
-
ReportType["TEST"] = "TEST";
|
|
196
|
-
})(ReportType || (ReportType = {}));
|
|
197
|
-
export var ReportStatusType;
|
|
198
|
-
(function (ReportStatusType) {
|
|
199
|
-
ReportStatusType["DELETING"] = "DELETING";
|
|
200
|
-
ReportStatusType["FAILED"] = "FAILED";
|
|
201
|
-
ReportStatusType["GENERATING"] = "GENERATING";
|
|
202
|
-
ReportStatusType["INCOMPLETE"] = "INCOMPLETE";
|
|
203
|
-
ReportStatusType["SUCCEEDED"] = "SUCCEEDED";
|
|
204
|
-
})(ReportStatusType || (ReportStatusType = {}));
|
|
45
|
+
export const BucketOwnerAccess = {
|
|
46
|
+
FULL: "FULL",
|
|
47
|
+
NONE: "NONE",
|
|
48
|
+
READ_ONLY: "READ_ONLY",
|
|
49
|
+
};
|
|
50
|
+
export const BatchReportModeType = {
|
|
51
|
+
REPORT_AGGREGATED_BATCH: "REPORT_AGGREGATED_BATCH",
|
|
52
|
+
REPORT_INDIVIDUAL_BUILDS: "REPORT_INDIVIDUAL_BUILDS",
|
|
53
|
+
};
|
|
54
|
+
export const StatusType = {
|
|
55
|
+
FAILED: "FAILED",
|
|
56
|
+
FAULT: "FAULT",
|
|
57
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
58
|
+
STOPPED: "STOPPED",
|
|
59
|
+
SUCCEEDED: "SUCCEEDED",
|
|
60
|
+
TIMED_OUT: "TIMED_OUT",
|
|
61
|
+
};
|
|
62
|
+
export const CacheMode = {
|
|
63
|
+
LOCAL_CUSTOM_CACHE: "LOCAL_CUSTOM_CACHE",
|
|
64
|
+
LOCAL_DOCKER_LAYER_CACHE: "LOCAL_DOCKER_LAYER_CACHE",
|
|
65
|
+
LOCAL_SOURCE_CACHE: "LOCAL_SOURCE_CACHE",
|
|
66
|
+
};
|
|
67
|
+
export const CacheType = {
|
|
68
|
+
LOCAL: "LOCAL",
|
|
69
|
+
NO_CACHE: "NO_CACHE",
|
|
70
|
+
S3: "S3",
|
|
71
|
+
};
|
|
72
|
+
export const ComputeType = {
|
|
73
|
+
BUILD_GENERAL1_2XLARGE: "BUILD_GENERAL1_2XLARGE",
|
|
74
|
+
BUILD_GENERAL1_LARGE: "BUILD_GENERAL1_LARGE",
|
|
75
|
+
BUILD_GENERAL1_MEDIUM: "BUILD_GENERAL1_MEDIUM",
|
|
76
|
+
BUILD_GENERAL1_SMALL: "BUILD_GENERAL1_SMALL",
|
|
77
|
+
};
|
|
78
|
+
export const EnvironmentVariableType = {
|
|
79
|
+
PARAMETER_STORE: "PARAMETER_STORE",
|
|
80
|
+
PLAINTEXT: "PLAINTEXT",
|
|
81
|
+
SECRETS_MANAGER: "SECRETS_MANAGER",
|
|
82
|
+
};
|
|
83
|
+
export const ImagePullCredentialsType = {
|
|
84
|
+
CODEBUILD: "CODEBUILD",
|
|
85
|
+
SERVICE_ROLE: "SERVICE_ROLE",
|
|
86
|
+
};
|
|
87
|
+
export const CredentialProviderType = {
|
|
88
|
+
SECRETS_MANAGER: "SECRETS_MANAGER",
|
|
89
|
+
};
|
|
90
|
+
export const EnvironmentType = {
|
|
91
|
+
ARM_CONTAINER: "ARM_CONTAINER",
|
|
92
|
+
LINUX_CONTAINER: "LINUX_CONTAINER",
|
|
93
|
+
LINUX_GPU_CONTAINER: "LINUX_GPU_CONTAINER",
|
|
94
|
+
WINDOWS_CONTAINER: "WINDOWS_CONTAINER",
|
|
95
|
+
WINDOWS_SERVER_2019_CONTAINER: "WINDOWS_SERVER_2019_CONTAINER",
|
|
96
|
+
};
|
|
97
|
+
export const FileSystemType = {
|
|
98
|
+
EFS: "EFS",
|
|
99
|
+
};
|
|
100
|
+
export const LogsConfigStatusType = {
|
|
101
|
+
DISABLED: "DISABLED",
|
|
102
|
+
ENABLED: "ENABLED",
|
|
103
|
+
};
|
|
104
|
+
export const BuildBatchPhaseType = {
|
|
105
|
+
COMBINE_ARTIFACTS: "COMBINE_ARTIFACTS",
|
|
106
|
+
DOWNLOAD_BATCHSPEC: "DOWNLOAD_BATCHSPEC",
|
|
107
|
+
FAILED: "FAILED",
|
|
108
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
109
|
+
STOPPED: "STOPPED",
|
|
110
|
+
SUBMITTED: "SUBMITTED",
|
|
111
|
+
SUCCEEDED: "SUCCEEDED",
|
|
112
|
+
};
|
|
113
|
+
export const SourceAuthType = {
|
|
114
|
+
OAUTH: "OAUTH",
|
|
115
|
+
};
|
|
116
|
+
export const SourceType = {
|
|
117
|
+
BITBUCKET: "BITBUCKET",
|
|
118
|
+
CODECOMMIT: "CODECOMMIT",
|
|
119
|
+
CODEPIPELINE: "CODEPIPELINE",
|
|
120
|
+
GITHUB: "GITHUB",
|
|
121
|
+
GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE",
|
|
122
|
+
NO_SOURCE: "NO_SOURCE",
|
|
123
|
+
S3: "S3",
|
|
124
|
+
};
|
|
125
|
+
export const BuildPhaseType = {
|
|
126
|
+
BUILD: "BUILD",
|
|
127
|
+
COMPLETED: "COMPLETED",
|
|
128
|
+
DOWNLOAD_SOURCE: "DOWNLOAD_SOURCE",
|
|
129
|
+
FINALIZING: "FINALIZING",
|
|
130
|
+
INSTALL: "INSTALL",
|
|
131
|
+
POST_BUILD: "POST_BUILD",
|
|
132
|
+
PRE_BUILD: "PRE_BUILD",
|
|
133
|
+
PROVISIONING: "PROVISIONING",
|
|
134
|
+
QUEUED: "QUEUED",
|
|
135
|
+
SUBMITTED: "SUBMITTED",
|
|
136
|
+
UPLOAD_ARTIFACTS: "UPLOAD_ARTIFACTS",
|
|
137
|
+
};
|
|
138
|
+
export const ProjectVisibilityType = {
|
|
139
|
+
PRIVATE: "PRIVATE",
|
|
140
|
+
PUBLIC_READ: "PUBLIC_READ",
|
|
141
|
+
};
|
|
142
|
+
export const WebhookBuildType = {
|
|
143
|
+
BUILD: "BUILD",
|
|
144
|
+
BUILD_BATCH: "BUILD_BATCH",
|
|
145
|
+
};
|
|
146
|
+
export const WebhookFilterType = {
|
|
147
|
+
ACTOR_ACCOUNT_ID: "ACTOR_ACCOUNT_ID",
|
|
148
|
+
BASE_REF: "BASE_REF",
|
|
149
|
+
COMMIT_MESSAGE: "COMMIT_MESSAGE",
|
|
150
|
+
EVENT: "EVENT",
|
|
151
|
+
FILE_PATH: "FILE_PATH",
|
|
152
|
+
HEAD_REF: "HEAD_REF",
|
|
153
|
+
};
|
|
154
|
+
export const ReportExportConfigType = {
|
|
155
|
+
NO_EXPORT: "NO_EXPORT",
|
|
156
|
+
S3: "S3",
|
|
157
|
+
};
|
|
158
|
+
export const ReportPackagingType = {
|
|
159
|
+
NONE: "NONE",
|
|
160
|
+
ZIP: "ZIP",
|
|
161
|
+
};
|
|
162
|
+
export const ReportGroupStatusType = {
|
|
163
|
+
ACTIVE: "ACTIVE",
|
|
164
|
+
DELETING: "DELETING",
|
|
165
|
+
};
|
|
166
|
+
export const ReportType = {
|
|
167
|
+
CODE_COVERAGE: "CODE_COVERAGE",
|
|
168
|
+
TEST: "TEST",
|
|
169
|
+
};
|
|
170
|
+
export const ReportStatusType = {
|
|
171
|
+
DELETING: "DELETING",
|
|
172
|
+
FAILED: "FAILED",
|
|
173
|
+
GENERATING: "GENERATING",
|
|
174
|
+
INCOMPLETE: "INCOMPLETE",
|
|
175
|
+
SUCCEEDED: "SUCCEEDED",
|
|
176
|
+
};
|
|
205
177
|
export class ResourceAlreadyExistsException extends __BaseException {
|
|
206
178
|
constructor(opts) {
|
|
207
179
|
super({
|
|
@@ -238,76 +210,66 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
238
210
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
239
211
|
}
|
|
240
212
|
}
|
|
241
|
-
export
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
export var SharedResourceSortByType;
|
|
302
|
-
(function (SharedResourceSortByType) {
|
|
303
|
-
SharedResourceSortByType["ARN"] = "ARN";
|
|
304
|
-
SharedResourceSortByType["MODIFIED_TIME"] = "MODIFIED_TIME";
|
|
305
|
-
})(SharedResourceSortByType || (SharedResourceSortByType = {}));
|
|
306
|
-
export var RetryBuildBatchType;
|
|
307
|
-
(function (RetryBuildBatchType) {
|
|
308
|
-
RetryBuildBatchType["RETRY_ALL_BUILDS"] = "RETRY_ALL_BUILDS";
|
|
309
|
-
RetryBuildBatchType["RETRY_FAILED_BUILDS"] = "RETRY_FAILED_BUILDS";
|
|
310
|
-
})(RetryBuildBatchType || (RetryBuildBatchType = {}));
|
|
213
|
+
export const ReportCodeCoverageSortByType = {
|
|
214
|
+
FILE_PATH: "FILE_PATH",
|
|
215
|
+
LINE_COVERAGE_PERCENTAGE: "LINE_COVERAGE_PERCENTAGE",
|
|
216
|
+
};
|
|
217
|
+
export const SortOrderType = {
|
|
218
|
+
ASCENDING: "ASCENDING",
|
|
219
|
+
DESCENDING: "DESCENDING",
|
|
220
|
+
};
|
|
221
|
+
export const ReportGroupTrendFieldType = {
|
|
222
|
+
BRANCHES_COVERED: "BRANCHES_COVERED",
|
|
223
|
+
BRANCHES_MISSED: "BRANCHES_MISSED",
|
|
224
|
+
BRANCH_COVERAGE: "BRANCH_COVERAGE",
|
|
225
|
+
DURATION: "DURATION",
|
|
226
|
+
LINES_COVERED: "LINES_COVERED",
|
|
227
|
+
LINES_MISSED: "LINES_MISSED",
|
|
228
|
+
LINE_COVERAGE: "LINE_COVERAGE",
|
|
229
|
+
PASS_RATE: "PASS_RATE",
|
|
230
|
+
TOTAL: "TOTAL",
|
|
231
|
+
};
|
|
232
|
+
export const ServerType = {
|
|
233
|
+
BITBUCKET: "BITBUCKET",
|
|
234
|
+
GITHUB: "GITHUB",
|
|
235
|
+
GITHUB_ENTERPRISE: "GITHUB_ENTERPRISE",
|
|
236
|
+
};
|
|
237
|
+
export const LanguageType = {
|
|
238
|
+
ANDROID: "ANDROID",
|
|
239
|
+
BASE: "BASE",
|
|
240
|
+
DOCKER: "DOCKER",
|
|
241
|
+
DOTNET: "DOTNET",
|
|
242
|
+
GOLANG: "GOLANG",
|
|
243
|
+
JAVA: "JAVA",
|
|
244
|
+
NODE_JS: "NODE_JS",
|
|
245
|
+
PHP: "PHP",
|
|
246
|
+
PYTHON: "PYTHON",
|
|
247
|
+
RUBY: "RUBY",
|
|
248
|
+
};
|
|
249
|
+
export const PlatformType = {
|
|
250
|
+
AMAZON_LINUX: "AMAZON_LINUX",
|
|
251
|
+
DEBIAN: "DEBIAN",
|
|
252
|
+
UBUNTU: "UBUNTU",
|
|
253
|
+
WINDOWS_SERVER: "WINDOWS_SERVER",
|
|
254
|
+
};
|
|
255
|
+
export const ProjectSortByType = {
|
|
256
|
+
CREATED_TIME: "CREATED_TIME",
|
|
257
|
+
LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME",
|
|
258
|
+
NAME: "NAME",
|
|
259
|
+
};
|
|
260
|
+
export const ReportGroupSortByType = {
|
|
261
|
+
CREATED_TIME: "CREATED_TIME",
|
|
262
|
+
LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME",
|
|
263
|
+
NAME: "NAME",
|
|
264
|
+
};
|
|
265
|
+
export const SharedResourceSortByType = {
|
|
266
|
+
ARN: "ARN",
|
|
267
|
+
MODIFIED_TIME: "MODIFIED_TIME",
|
|
268
|
+
};
|
|
269
|
+
export const RetryBuildBatchType = {
|
|
270
|
+
RETRY_ALL_BUILDS: "RETRY_ALL_BUILDS",
|
|
271
|
+
RETRY_FAILED_BUILDS: "RETRY_FAILED_BUILDS",
|
|
272
|
+
};
|
|
311
273
|
export const ImportSourceCredentialsInputFilterSensitiveLog = (obj) => ({
|
|
312
274
|
...obj,
|
|
313
275
|
...(obj.token && { token: SENSITIVE_STRING }),
|
|
@@ -26,8 +26,8 @@ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput,
|
|
|
26
26
|
* import { CodeBuildClient, BatchDeleteBuildsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
27
27
|
* // const { CodeBuildClient, BatchDeleteBuildsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
28
28
|
* const client = new CodeBuildClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ids: [ // required
|
|
29
|
+
* const input = { // BatchDeleteBuildsInput
|
|
30
|
+
* ids: [ // BuildIds // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -26,8 +26,8 @@ export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesO
|
|
|
26
26
|
* import { CodeBuildClient, BatchGetBuildBatchesCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
27
27
|
* // const { CodeBuildClient, BatchGetBuildBatchesCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
28
28
|
* const client = new CodeBuildClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ids: [ // required
|
|
29
|
+
* const input = { // BatchGetBuildBatchesInput
|
|
30
|
+
* ids: [ // BuildBatchIds // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -26,8 +26,8 @@ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __Met
|
|
|
26
26
|
* import { CodeBuildClient, BatchGetBuildsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
27
27
|
* // const { CodeBuildClient, BatchGetBuildsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
28
28
|
* const client = new CodeBuildClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ids: [ // required
|
|
29
|
+
* const input = { // BatchGetBuildsInput
|
|
30
|
+
* ids: [ // BuildIds // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -26,8 +26,8 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _
|
|
|
26
26
|
* import { CodeBuildClient, BatchGetProjectsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
27
27
|
* // const { CodeBuildClient, BatchGetProjectsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
28
28
|
* const client = new CodeBuildClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* names: [ // required
|
|
29
|
+
* const input = { // BatchGetProjectsInput
|
|
30
|
+
* names: [ // ProjectNames // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* };
|
|
@@ -28,8 +28,8 @@ export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsO
|
|
|
28
28
|
* import { CodeBuildClient, BatchGetReportGroupsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
29
29
|
* // const { CodeBuildClient, BatchGetReportGroupsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
30
30
|
* const client = new CodeBuildClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* reportGroupArns: [ // required
|
|
31
|
+
* const input = { // BatchGetReportGroupsInput
|
|
32
|
+
* reportGroupArns: [ // ReportGroupArns // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -28,8 +28,8 @@ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __M
|
|
|
28
28
|
* import { CodeBuildClient, BatchGetReportsCommand } from "@aws-sdk/client-codebuild"; // ES Modules import
|
|
29
29
|
* // const { CodeBuildClient, BatchGetReportsCommand } = require("@aws-sdk/client-codebuild"); // CommonJS import
|
|
30
30
|
* const client = new CodeBuildClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* reportArns: [ // required
|
|
31
|
+
* const input = { // BatchGetReportsInput
|
|
32
|
+
* reportArns: [ // ReportArns // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|