@aws-sdk/client-codebuild 3.405.0 → 3.409.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/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/CodeBuild.d.ts +2 -2
- package/dist-types/CodeBuildClient.d.ts +2 -2
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +26 -26
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +20 -20
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +27 -27
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +4 -4
- package/dist-types/commands/BatchGetReportsCommand.d.ts +4 -4
- package/dist-types/commands/CreateProjectCommand.d.ts +51 -51
- package/dist-types/commands/CreateReportGroupCommand.d.ts +7 -7
- package/dist-types/commands/CreateWebhookCommand.d.ts +4 -4
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +2 -2
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +1 -1
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +2 -2
- 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/ListCuratedEnvironmentImagesCommand.d.ts +2 -2
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -2
- package/dist-types/commands/ListReportGroupsCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +2 -2
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +27 -27
- package/dist-types/commands/RetryBuildCommand.d.ts +20 -20
- package/dist-types/commands/StartBuildBatchCommand.d.ts +49 -49
- package/dist-types/commands/StartBuildCommand.d.ts +42 -42
- package/dist-types/commands/StopBuildBatchCommand.d.ts +26 -26
- package/dist-types/commands/StopBuildCommand.d.ts +20 -20
- package/dist-types/commands/UpdateProjectCommand.d.ts +51 -51
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +2 -2
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +6 -6
- package/dist-types/commands/UpdateWebhookCommand.d.ts +4 -4
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +486 -489
- package/package.json +12 -12
|
@@ -34,7 +34,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
34
34
|
* name: "STRING_VALUE", // required
|
|
35
35
|
* description: "STRING_VALUE",
|
|
36
36
|
* source: { // ProjectSource
|
|
37
|
-
* type: "
|
|
37
|
+
* type: "CODECOMMIT" || "CODEPIPELINE" || "GITHUB" || "S3" || "BITBUCKET" || "GITHUB_ENTERPRISE" || "NO_SOURCE", // required
|
|
38
38
|
* location: "STRING_VALUE",
|
|
39
39
|
* gitCloneDepth: Number("int"),
|
|
40
40
|
* gitSubmodulesConfig: { // GitSubmodulesConfig
|
|
@@ -42,7 +42,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
42
42
|
* },
|
|
43
43
|
* buildspec: "STRING_VALUE",
|
|
44
44
|
* auth: { // SourceAuth
|
|
45
|
-
* type: "
|
|
45
|
+
* type: "OAUTH", // required
|
|
46
46
|
* resource: "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
48
|
* reportBuildStatus: true || false,
|
|
@@ -55,7 +55,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
55
55
|
* },
|
|
56
56
|
* secondarySources: [ // ProjectSources
|
|
57
57
|
* {
|
|
58
|
-
* type: "
|
|
58
|
+
* type: "CODECOMMIT" || "CODEPIPELINE" || "GITHUB" || "S3" || "BITBUCKET" || "GITHUB_ENTERPRISE" || "NO_SOURCE", // required
|
|
59
59
|
* location: "STRING_VALUE",
|
|
60
60
|
* gitCloneDepth: Number("int"),
|
|
61
61
|
* gitSubmodulesConfig: {
|
|
@@ -63,7 +63,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
63
63
|
* },
|
|
64
64
|
* buildspec: "STRING_VALUE",
|
|
65
65
|
* auth: {
|
|
66
|
-
* type: "
|
|
66
|
+
* type: "OAUTH", // required
|
|
67
67
|
* resource: "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
69
|
* reportBuildStatus: true || false,
|
|
@@ -83,56 +83,56 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
83
83
|
* },
|
|
84
84
|
* ],
|
|
85
85
|
* artifacts: { // ProjectArtifacts
|
|
86
|
-
* type: "
|
|
86
|
+
* type: "CODEPIPELINE" || "S3" || "NO_ARTIFACTS", // required
|
|
87
87
|
* location: "STRING_VALUE",
|
|
88
88
|
* path: "STRING_VALUE",
|
|
89
|
-
* namespaceType: "
|
|
89
|
+
* namespaceType: "NONE" || "BUILD_ID",
|
|
90
90
|
* name: "STRING_VALUE",
|
|
91
|
-
* packaging: "
|
|
91
|
+
* packaging: "NONE" || "ZIP",
|
|
92
92
|
* overrideArtifactName: true || false,
|
|
93
93
|
* encryptionDisabled: true || false,
|
|
94
94
|
* artifactIdentifier: "STRING_VALUE",
|
|
95
|
-
* bucketOwnerAccess: "
|
|
95
|
+
* bucketOwnerAccess: "NONE" || "READ_ONLY" || "FULL",
|
|
96
96
|
* },
|
|
97
97
|
* secondaryArtifacts: [ // ProjectArtifactsList
|
|
98
98
|
* {
|
|
99
|
-
* type: "
|
|
99
|
+
* type: "CODEPIPELINE" || "S3" || "NO_ARTIFACTS", // required
|
|
100
100
|
* location: "STRING_VALUE",
|
|
101
101
|
* path: "STRING_VALUE",
|
|
102
|
-
* namespaceType: "
|
|
102
|
+
* namespaceType: "NONE" || "BUILD_ID",
|
|
103
103
|
* name: "STRING_VALUE",
|
|
104
|
-
* packaging: "
|
|
104
|
+
* packaging: "NONE" || "ZIP",
|
|
105
105
|
* overrideArtifactName: true || false,
|
|
106
106
|
* encryptionDisabled: true || false,
|
|
107
107
|
* artifactIdentifier: "STRING_VALUE",
|
|
108
|
-
* bucketOwnerAccess: "
|
|
108
|
+
* bucketOwnerAccess: "NONE" || "READ_ONLY" || "FULL",
|
|
109
109
|
* },
|
|
110
110
|
* ],
|
|
111
111
|
* cache: { // ProjectCache
|
|
112
|
-
* type: "
|
|
112
|
+
* type: "NO_CACHE" || "S3" || "LOCAL", // required
|
|
113
113
|
* location: "STRING_VALUE",
|
|
114
114
|
* modes: [ // ProjectCacheModes
|
|
115
|
-
* "
|
|
115
|
+
* "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
|
|
116
116
|
* ],
|
|
117
117
|
* },
|
|
118
118
|
* environment: { // ProjectEnvironment
|
|
119
|
-
* type: "
|
|
119
|
+
* type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER", // required
|
|
120
120
|
* image: "STRING_VALUE", // required
|
|
121
|
-
* computeType: "
|
|
121
|
+
* computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_2XLARGE", // required
|
|
122
122
|
* environmentVariables: [ // EnvironmentVariables
|
|
123
123
|
* { // EnvironmentVariable
|
|
124
124
|
* name: "STRING_VALUE", // required
|
|
125
125
|
* value: "STRING_VALUE", // required
|
|
126
|
-
* type: "
|
|
126
|
+
* type: "PLAINTEXT" || "PARAMETER_STORE" || "SECRETS_MANAGER",
|
|
127
127
|
* },
|
|
128
128
|
* ],
|
|
129
129
|
* privilegedMode: true || false,
|
|
130
130
|
* certificate: "STRING_VALUE",
|
|
131
131
|
* registryCredential: { // RegistryCredential
|
|
132
132
|
* credential: "STRING_VALUE", // required
|
|
133
|
-
* credentialProvider: "
|
|
133
|
+
* credentialProvider: "SECRETS_MANAGER", // required
|
|
134
134
|
* },
|
|
135
|
-
* imagePullCredentialsType: "
|
|
135
|
+
* imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
136
136
|
* },
|
|
137
137
|
* serviceRole: "STRING_VALUE",
|
|
138
138
|
* timeoutInMinutes: Number("int"),
|
|
@@ -156,20 +156,20 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
156
156
|
* badgeEnabled: true || false,
|
|
157
157
|
* logsConfig: { // LogsConfig
|
|
158
158
|
* cloudWatchLogs: { // CloudWatchLogsConfig
|
|
159
|
-
* status: "
|
|
159
|
+
* status: "ENABLED" || "DISABLED", // required
|
|
160
160
|
* groupName: "STRING_VALUE",
|
|
161
161
|
* streamName: "STRING_VALUE",
|
|
162
162
|
* },
|
|
163
163
|
* s3Logs: { // S3LogsConfig
|
|
164
|
-
* status: "
|
|
164
|
+
* status: "ENABLED" || "DISABLED", // required
|
|
165
165
|
* location: "STRING_VALUE",
|
|
166
166
|
* encryptionDisabled: true || false,
|
|
167
|
-
* bucketOwnerAccess: "
|
|
167
|
+
* bucketOwnerAccess: "NONE" || "READ_ONLY" || "FULL",
|
|
168
168
|
* },
|
|
169
169
|
* },
|
|
170
170
|
* fileSystemLocations: [ // ProjectFileSystemLocations
|
|
171
171
|
* { // ProjectFileSystemLocation
|
|
172
|
-
* type: "
|
|
172
|
+
* type: "EFS",
|
|
173
173
|
* location: "STRING_VALUE",
|
|
174
174
|
* mountPoint: "STRING_VALUE",
|
|
175
175
|
* identifier: "STRING_VALUE",
|
|
@@ -186,7 +186,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
186
186
|
* ],
|
|
187
187
|
* },
|
|
188
188
|
* timeoutInMins: Number("int"),
|
|
189
|
-
* batchReportMode: "
|
|
189
|
+
* batchReportMode: "REPORT_INDIVIDUAL_BUILDS" || "REPORT_AGGREGATED_BATCH",
|
|
190
190
|
* },
|
|
191
191
|
* concurrentBuildLimit: Number("int"),
|
|
192
192
|
* };
|
|
@@ -198,7 +198,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
198
198
|
* // arn: "STRING_VALUE",
|
|
199
199
|
* // description: "STRING_VALUE",
|
|
200
200
|
* // source: { // ProjectSource
|
|
201
|
-
* // type: "
|
|
201
|
+
* // type: "CODECOMMIT" || "CODEPIPELINE" || "GITHUB" || "S3" || "BITBUCKET" || "GITHUB_ENTERPRISE" || "NO_SOURCE", // required
|
|
202
202
|
* // location: "STRING_VALUE",
|
|
203
203
|
* // gitCloneDepth: Number("int"),
|
|
204
204
|
* // gitSubmodulesConfig: { // GitSubmodulesConfig
|
|
@@ -206,7 +206,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
206
206
|
* // },
|
|
207
207
|
* // buildspec: "STRING_VALUE",
|
|
208
208
|
* // auth: { // SourceAuth
|
|
209
|
-
* // type: "
|
|
209
|
+
* // type: "OAUTH", // required
|
|
210
210
|
* // resource: "STRING_VALUE",
|
|
211
211
|
* // },
|
|
212
212
|
* // reportBuildStatus: true || false,
|
|
@@ -219,7 +219,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
219
219
|
* // },
|
|
220
220
|
* // secondarySources: [ // ProjectSources
|
|
221
221
|
* // {
|
|
222
|
-
* // type: "
|
|
222
|
+
* // type: "CODECOMMIT" || "CODEPIPELINE" || "GITHUB" || "S3" || "BITBUCKET" || "GITHUB_ENTERPRISE" || "NO_SOURCE", // required
|
|
223
223
|
* // location: "STRING_VALUE",
|
|
224
224
|
* // gitCloneDepth: Number("int"),
|
|
225
225
|
* // gitSubmodulesConfig: {
|
|
@@ -227,7 +227,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
227
227
|
* // },
|
|
228
228
|
* // buildspec: "STRING_VALUE",
|
|
229
229
|
* // auth: {
|
|
230
|
-
* // type: "
|
|
230
|
+
* // type: "OAUTH", // required
|
|
231
231
|
* // resource: "STRING_VALUE",
|
|
232
232
|
* // },
|
|
233
233
|
* // reportBuildStatus: true || false,
|
|
@@ -247,56 +247,56 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
247
247
|
* // },
|
|
248
248
|
* // ],
|
|
249
249
|
* // artifacts: { // ProjectArtifacts
|
|
250
|
-
* // type: "
|
|
250
|
+
* // type: "CODEPIPELINE" || "S3" || "NO_ARTIFACTS", // required
|
|
251
251
|
* // location: "STRING_VALUE",
|
|
252
252
|
* // path: "STRING_VALUE",
|
|
253
|
-
* // namespaceType: "
|
|
253
|
+
* // namespaceType: "NONE" || "BUILD_ID",
|
|
254
254
|
* // name: "STRING_VALUE",
|
|
255
|
-
* // packaging: "
|
|
255
|
+
* // packaging: "NONE" || "ZIP",
|
|
256
256
|
* // overrideArtifactName: true || false,
|
|
257
257
|
* // encryptionDisabled: true || false,
|
|
258
258
|
* // artifactIdentifier: "STRING_VALUE",
|
|
259
|
-
* // bucketOwnerAccess: "
|
|
259
|
+
* // bucketOwnerAccess: "NONE" || "READ_ONLY" || "FULL",
|
|
260
260
|
* // },
|
|
261
261
|
* // secondaryArtifacts: [ // ProjectArtifactsList
|
|
262
262
|
* // {
|
|
263
|
-
* // type: "
|
|
263
|
+
* // type: "CODEPIPELINE" || "S3" || "NO_ARTIFACTS", // required
|
|
264
264
|
* // location: "STRING_VALUE",
|
|
265
265
|
* // path: "STRING_VALUE",
|
|
266
|
-
* // namespaceType: "
|
|
266
|
+
* // namespaceType: "NONE" || "BUILD_ID",
|
|
267
267
|
* // name: "STRING_VALUE",
|
|
268
|
-
* // packaging: "
|
|
268
|
+
* // packaging: "NONE" || "ZIP",
|
|
269
269
|
* // overrideArtifactName: true || false,
|
|
270
270
|
* // encryptionDisabled: true || false,
|
|
271
271
|
* // artifactIdentifier: "STRING_VALUE",
|
|
272
|
-
* // bucketOwnerAccess: "
|
|
272
|
+
* // bucketOwnerAccess: "NONE" || "READ_ONLY" || "FULL",
|
|
273
273
|
* // },
|
|
274
274
|
* // ],
|
|
275
275
|
* // cache: { // ProjectCache
|
|
276
|
-
* // type: "
|
|
276
|
+
* // type: "NO_CACHE" || "S3" || "LOCAL", // required
|
|
277
277
|
* // location: "STRING_VALUE",
|
|
278
278
|
* // modes: [ // ProjectCacheModes
|
|
279
|
-
* // "
|
|
279
|
+
* // "LOCAL_DOCKER_LAYER_CACHE" || "LOCAL_SOURCE_CACHE" || "LOCAL_CUSTOM_CACHE",
|
|
280
280
|
* // ],
|
|
281
281
|
* // },
|
|
282
282
|
* // environment: { // ProjectEnvironment
|
|
283
|
-
* // type: "
|
|
283
|
+
* // type: "WINDOWS_CONTAINER" || "LINUX_CONTAINER" || "LINUX_GPU_CONTAINER" || "ARM_CONTAINER" || "WINDOWS_SERVER_2019_CONTAINER", // required
|
|
284
284
|
* // image: "STRING_VALUE", // required
|
|
285
|
-
* // computeType: "
|
|
285
|
+
* // computeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE" || "BUILD_GENERAL1_2XLARGE", // required
|
|
286
286
|
* // environmentVariables: [ // EnvironmentVariables
|
|
287
287
|
* // { // EnvironmentVariable
|
|
288
288
|
* // name: "STRING_VALUE", // required
|
|
289
289
|
* // value: "STRING_VALUE", // required
|
|
290
|
-
* // type: "
|
|
290
|
+
* // type: "PLAINTEXT" || "PARAMETER_STORE" || "SECRETS_MANAGER",
|
|
291
291
|
* // },
|
|
292
292
|
* // ],
|
|
293
293
|
* // privilegedMode: true || false,
|
|
294
294
|
* // certificate: "STRING_VALUE",
|
|
295
295
|
* // registryCredential: { // RegistryCredential
|
|
296
296
|
* // credential: "STRING_VALUE", // required
|
|
297
|
-
* // credentialProvider: "
|
|
297
|
+
* // credentialProvider: "SECRETS_MANAGER", // required
|
|
298
298
|
* // },
|
|
299
|
-
* // imagePullCredentialsType: "
|
|
299
|
+
* // imagePullCredentialsType: "CODEBUILD" || "SERVICE_ROLE",
|
|
300
300
|
* // },
|
|
301
301
|
* // serviceRole: "STRING_VALUE",
|
|
302
302
|
* // timeoutInMinutes: Number("int"),
|
|
@@ -318,13 +318,13 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
318
318
|
* // filterGroups: [ // FilterGroups
|
|
319
319
|
* // [ // FilterGroup
|
|
320
320
|
* // { // WebhookFilter
|
|
321
|
-
* // type: "
|
|
321
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE", // required
|
|
322
322
|
* // pattern: "STRING_VALUE", // required
|
|
323
323
|
* // excludeMatchedPattern: true || false,
|
|
324
324
|
* // },
|
|
325
325
|
* // ],
|
|
326
326
|
* // ],
|
|
327
|
-
* // buildType: "
|
|
327
|
+
* // buildType: "BUILD" || "BUILD_BATCH",
|
|
328
328
|
* // lastModifiedSecret: new Date("TIMESTAMP"),
|
|
329
329
|
* // },
|
|
330
330
|
* // vpcConfig: { // VpcConfig
|
|
@@ -342,20 +342,20 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
342
342
|
* // },
|
|
343
343
|
* // logsConfig: { // LogsConfig
|
|
344
344
|
* // cloudWatchLogs: { // CloudWatchLogsConfig
|
|
345
|
-
* // status: "
|
|
345
|
+
* // status: "ENABLED" || "DISABLED", // required
|
|
346
346
|
* // groupName: "STRING_VALUE",
|
|
347
347
|
* // streamName: "STRING_VALUE",
|
|
348
348
|
* // },
|
|
349
349
|
* // s3Logs: { // S3LogsConfig
|
|
350
|
-
* // status: "
|
|
350
|
+
* // status: "ENABLED" || "DISABLED", // required
|
|
351
351
|
* // location: "STRING_VALUE",
|
|
352
352
|
* // encryptionDisabled: true || false,
|
|
353
|
-
* // bucketOwnerAccess: "
|
|
353
|
+
* // bucketOwnerAccess: "NONE" || "READ_ONLY" || "FULL",
|
|
354
354
|
* // },
|
|
355
355
|
* // },
|
|
356
356
|
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
357
357
|
* // { // ProjectFileSystemLocation
|
|
358
|
-
* // type: "
|
|
358
|
+
* // type: "EFS",
|
|
359
359
|
* // location: "STRING_VALUE",
|
|
360
360
|
* // mountPoint: "STRING_VALUE",
|
|
361
361
|
* // identifier: "STRING_VALUE",
|
|
@@ -372,10 +372,10 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
|
|
|
372
372
|
* // ],
|
|
373
373
|
* // },
|
|
374
374
|
* // timeoutInMins: Number("int"),
|
|
375
|
-
* // batchReportMode: "
|
|
375
|
+
* // batchReportMode: "REPORT_INDIVIDUAL_BUILDS" || "REPORT_AGGREGATED_BATCH",
|
|
376
376
|
* // },
|
|
377
377
|
* // concurrentBuildLimit: Number("int"),
|
|
378
|
-
* // projectVisibility: "
|
|
378
|
+
* // projectVisibility: "PUBLIC_READ" || "PRIVATE",
|
|
379
379
|
* // publicProjectAlias: "STRING_VALUE",
|
|
380
380
|
* // resourceAccessRole: "STRING_VALUE",
|
|
381
381
|
* // },
|
|
@@ -69,7 +69,7 @@ export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisib
|
|
|
69
69
|
* const client = new CodeBuildClient(config);
|
|
70
70
|
* const input = { // UpdateProjectVisibilityInput
|
|
71
71
|
* projectArn: "STRING_VALUE", // required
|
|
72
|
-
* projectVisibility: "
|
|
72
|
+
* projectVisibility: "PUBLIC_READ" || "PRIVATE", // required
|
|
73
73
|
* resourceAccessRole: "STRING_VALUE",
|
|
74
74
|
* };
|
|
75
75
|
* const command = new UpdateProjectVisibilityCommand(input);
|
|
@@ -77,7 +77,7 @@ export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisib
|
|
|
77
77
|
* // { // UpdateProjectVisibilityOutput
|
|
78
78
|
* // projectArn: "STRING_VALUE",
|
|
79
79
|
* // publicProjectAlias: "STRING_VALUE",
|
|
80
|
-
* // projectVisibility: "
|
|
80
|
+
* // projectVisibility: "PUBLIC_READ" || "PRIVATE",
|
|
81
81
|
* // };
|
|
82
82
|
*
|
|
83
83
|
* ```
|
|
@@ -35,12 +35,12 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
|
|
|
35
35
|
* const input = { // UpdateReportGroupInput
|
|
36
36
|
* arn: "STRING_VALUE", // required
|
|
37
37
|
* exportConfig: { // ReportExportConfig
|
|
38
|
-
* exportConfigType: "
|
|
38
|
+
* exportConfigType: "S3" || "NO_EXPORT",
|
|
39
39
|
* s3Destination: { // S3ReportExportConfig
|
|
40
40
|
* bucket: "STRING_VALUE",
|
|
41
41
|
* bucketOwner: "STRING_VALUE",
|
|
42
42
|
* path: "STRING_VALUE",
|
|
43
|
-
* packaging: "
|
|
43
|
+
* packaging: "ZIP" || "NONE",
|
|
44
44
|
* encryptionKey: "STRING_VALUE",
|
|
45
45
|
* encryptionDisabled: true || false,
|
|
46
46
|
* },
|
|
@@ -58,14 +58,14 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
|
|
|
58
58
|
* // reportGroup: { // ReportGroup
|
|
59
59
|
* // arn: "STRING_VALUE",
|
|
60
60
|
* // name: "STRING_VALUE",
|
|
61
|
-
* // type: "
|
|
61
|
+
* // type: "TEST" || "CODE_COVERAGE",
|
|
62
62
|
* // exportConfig: { // ReportExportConfig
|
|
63
|
-
* // exportConfigType: "
|
|
63
|
+
* // exportConfigType: "S3" || "NO_EXPORT",
|
|
64
64
|
* // s3Destination: { // S3ReportExportConfig
|
|
65
65
|
* // bucket: "STRING_VALUE",
|
|
66
66
|
* // bucketOwner: "STRING_VALUE",
|
|
67
67
|
* // path: "STRING_VALUE",
|
|
68
|
-
* // packaging: "
|
|
68
|
+
* // packaging: "ZIP" || "NONE",
|
|
69
69
|
* // encryptionKey: "STRING_VALUE",
|
|
70
70
|
* // encryptionDisabled: true || false,
|
|
71
71
|
* // },
|
|
@@ -78,7 +78,7 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
|
|
|
78
78
|
* // value: "STRING_VALUE",
|
|
79
79
|
* // },
|
|
80
80
|
* // ],
|
|
81
|
-
* // status: "
|
|
81
|
+
* // status: "ACTIVE" || "DELETING",
|
|
82
82
|
* // },
|
|
83
83
|
* // };
|
|
84
84
|
*
|
|
@@ -41,13 +41,13 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
|
|
|
41
41
|
* filterGroups: [ // FilterGroups
|
|
42
42
|
* [ // FilterGroup
|
|
43
43
|
* { // WebhookFilter
|
|
44
|
-
* type: "
|
|
44
|
+
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE", // required
|
|
45
45
|
* pattern: "STRING_VALUE", // required
|
|
46
46
|
* excludeMatchedPattern: true || false,
|
|
47
47
|
* },
|
|
48
48
|
* ],
|
|
49
49
|
* ],
|
|
50
|
-
* buildType: "
|
|
50
|
+
* buildType: "BUILD" || "BUILD_BATCH",
|
|
51
51
|
* };
|
|
52
52
|
* const command = new UpdateWebhookCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
@@ -60,13 +60,13 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
|
|
|
60
60
|
* // filterGroups: [ // FilterGroups
|
|
61
61
|
* // [ // FilterGroup
|
|
62
62
|
* // { // WebhookFilter
|
|
63
|
-
* // type: "
|
|
63
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE", // required
|
|
64
64
|
* // pattern: "STRING_VALUE", // required
|
|
65
65
|
* // excludeMatchedPattern: true || false,
|
|
66
66
|
* // },
|
|
67
67
|
* // ],
|
|
68
68
|
* // ],
|
|
69
|
-
* // buildType: "
|
|
69
|
+
* // buildType: "BUILD" || "BUILD_BATCH",
|
|
70
70
|
* // lastModifiedSecret: new Date("TIMESTAMP"),
|
|
71
71
|
* // },
|
|
72
72
|
* // };
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <fullname>CodeBuild</fullname>
|
|
3
|
-
*
|
|
3
|
+
* <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code,
|
|
4
4
|
* runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the
|
|
5
5
|
* need to provision, manage, and scale your own build servers. It provides prepackaged
|
|
6
6
|
* build environments for the most popular programming languages and build tools, such as
|
|
7
7
|
* Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild
|
|
8
8
|
* to use your own build tools. CodeBuild scales automatically to meet peak build requests. You
|
|
9
9
|
* pay only for the build time you consume. For more information about CodeBuild, see the <i>
|
|
10
|
-
*
|
|
10
|
+
* <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild User
|
|
11
11
|
* Guide</a>.</i>
|
|
12
12
|
* </p>
|
|
13
13
|
*
|