@aws-sdk/client-codebuild 3.325.0 → 3.326.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-types/commands/BatchDeleteBuildsCommand.d.ts +14 -0
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +222 -0
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +192 -0
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +196 -0
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +35 -0
- package/dist-types/commands/BatchGetReportsCommand.d.ts +47 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +191 -0
- package/dist-types/commands/CreateReportGroupCommand.d.ts +30 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +22 -0
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +15 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReportCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +18 -0
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +6 -0
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +4 -0
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +9 -0
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +9 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +9 -0
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +9 -0
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +24 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +9 -0
- package/dist-types/commands/ListReportGroupsCommand.d.ts +9 -0
- package/dist-types/commands/ListReportsCommand.d.ts +9 -0
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +9 -0
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +9 -0
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +9 -0
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +12 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +217 -0
- package/dist-types/commands/RetryBuildCommand.d.ts +187 -0
- package/dist-types/commands/StartBuildBatchCommand.d.ts +217 -0
- package/dist-types/commands/StartBuildCommand.d.ts +187 -0
- package/dist-types/commands/StopBuildBatchCommand.d.ts +217 -0
- package/dist-types/commands/StopBuildCommand.d.ts +187 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +191 -0
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +8 -0
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +30 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +22 -0
- package/package.json +3 -3
|
@@ -33,6 +33,200 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchGetProjectsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchGetProjectsOutput
|
|
37
|
+
* // projects: [ // Projects
|
|
38
|
+
* // { // Project
|
|
39
|
+
* // name: "STRING_VALUE",
|
|
40
|
+
* // arn: "STRING_VALUE",
|
|
41
|
+
* // description: "STRING_VALUE",
|
|
42
|
+
* // source: { // ProjectSource
|
|
43
|
+
* // type: "STRING_VALUE", // required
|
|
44
|
+
* // location: "STRING_VALUE",
|
|
45
|
+
* // gitCloneDepth: Number("int"),
|
|
46
|
+
* // gitSubmodulesConfig: { // GitSubmodulesConfig
|
|
47
|
+
* // fetchSubmodules: true || false, // required
|
|
48
|
+
* // },
|
|
49
|
+
* // buildspec: "STRING_VALUE",
|
|
50
|
+
* // auth: { // SourceAuth
|
|
51
|
+
* // type: "STRING_VALUE", // required
|
|
52
|
+
* // resource: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // reportBuildStatus: true || false,
|
|
55
|
+
* // buildStatusConfig: { // BuildStatusConfig
|
|
56
|
+
* // context: "STRING_VALUE",
|
|
57
|
+
* // targetUrl: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // insecureSsl: true || false,
|
|
60
|
+
* // sourceIdentifier: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // secondarySources: [ // ProjectSources
|
|
63
|
+
* // {
|
|
64
|
+
* // type: "STRING_VALUE", // required
|
|
65
|
+
* // location: "STRING_VALUE",
|
|
66
|
+
* // gitCloneDepth: Number("int"),
|
|
67
|
+
* // gitSubmodulesConfig: {
|
|
68
|
+
* // fetchSubmodules: true || false, // required
|
|
69
|
+
* // },
|
|
70
|
+
* // buildspec: "STRING_VALUE",
|
|
71
|
+
* // auth: {
|
|
72
|
+
* // type: "STRING_VALUE", // required
|
|
73
|
+
* // resource: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // reportBuildStatus: true || false,
|
|
76
|
+
* // buildStatusConfig: {
|
|
77
|
+
* // context: "STRING_VALUE",
|
|
78
|
+
* // targetUrl: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // insecureSsl: true || false,
|
|
81
|
+
* // sourceIdentifier: "STRING_VALUE",
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // sourceVersion: "STRING_VALUE",
|
|
85
|
+
* // secondarySourceVersions: [ // ProjectSecondarySourceVersions
|
|
86
|
+
* // { // ProjectSourceVersion
|
|
87
|
+
* // sourceIdentifier: "STRING_VALUE", // required
|
|
88
|
+
* // sourceVersion: "STRING_VALUE", // required
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // artifacts: { // ProjectArtifacts
|
|
92
|
+
* // type: "STRING_VALUE", // required
|
|
93
|
+
* // location: "STRING_VALUE",
|
|
94
|
+
* // path: "STRING_VALUE",
|
|
95
|
+
* // namespaceType: "STRING_VALUE",
|
|
96
|
+
* // name: "STRING_VALUE",
|
|
97
|
+
* // packaging: "STRING_VALUE",
|
|
98
|
+
* // overrideArtifactName: true || false,
|
|
99
|
+
* // encryptionDisabled: true || false,
|
|
100
|
+
* // artifactIdentifier: "STRING_VALUE",
|
|
101
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // secondaryArtifacts: [ // ProjectArtifactsList
|
|
104
|
+
* // {
|
|
105
|
+
* // type: "STRING_VALUE", // required
|
|
106
|
+
* // location: "STRING_VALUE",
|
|
107
|
+
* // path: "STRING_VALUE",
|
|
108
|
+
* // namespaceType: "STRING_VALUE",
|
|
109
|
+
* // name: "STRING_VALUE",
|
|
110
|
+
* // packaging: "STRING_VALUE",
|
|
111
|
+
* // overrideArtifactName: true || false,
|
|
112
|
+
* // encryptionDisabled: true || false,
|
|
113
|
+
* // artifactIdentifier: "STRING_VALUE",
|
|
114
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // ],
|
|
117
|
+
* // cache: { // ProjectCache
|
|
118
|
+
* // type: "STRING_VALUE", // required
|
|
119
|
+
* // location: "STRING_VALUE",
|
|
120
|
+
* // modes: [ // ProjectCacheModes
|
|
121
|
+
* // "STRING_VALUE",
|
|
122
|
+
* // ],
|
|
123
|
+
* // },
|
|
124
|
+
* // environment: { // ProjectEnvironment
|
|
125
|
+
* // type: "STRING_VALUE", // required
|
|
126
|
+
* // image: "STRING_VALUE", // required
|
|
127
|
+
* // computeType: "STRING_VALUE", // required
|
|
128
|
+
* // environmentVariables: [ // EnvironmentVariables
|
|
129
|
+
* // { // EnvironmentVariable
|
|
130
|
+
* // name: "STRING_VALUE", // required
|
|
131
|
+
* // value: "STRING_VALUE", // required
|
|
132
|
+
* // type: "STRING_VALUE",
|
|
133
|
+
* // },
|
|
134
|
+
* // ],
|
|
135
|
+
* // privilegedMode: true || false,
|
|
136
|
+
* // certificate: "STRING_VALUE",
|
|
137
|
+
* // registryCredential: { // RegistryCredential
|
|
138
|
+
* // credential: "STRING_VALUE", // required
|
|
139
|
+
* // credentialProvider: "STRING_VALUE", // required
|
|
140
|
+
* // },
|
|
141
|
+
* // imagePullCredentialsType: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // serviceRole: "STRING_VALUE",
|
|
144
|
+
* // timeoutInMinutes: Number("int"),
|
|
145
|
+
* // queuedTimeoutInMinutes: Number("int"),
|
|
146
|
+
* // encryptionKey: "STRING_VALUE",
|
|
147
|
+
* // tags: [ // TagList
|
|
148
|
+
* // { // Tag
|
|
149
|
+
* // key: "STRING_VALUE",
|
|
150
|
+
* // value: "STRING_VALUE",
|
|
151
|
+
* // },
|
|
152
|
+
* // ],
|
|
153
|
+
* // created: new Date("TIMESTAMP"),
|
|
154
|
+
* // lastModified: new Date("TIMESTAMP"),
|
|
155
|
+
* // webhook: { // Webhook
|
|
156
|
+
* // url: "STRING_VALUE",
|
|
157
|
+
* // payloadUrl: "STRING_VALUE",
|
|
158
|
+
* // secret: "STRING_VALUE",
|
|
159
|
+
* // branchFilter: "STRING_VALUE",
|
|
160
|
+
* // filterGroups: [ // FilterGroups
|
|
161
|
+
* // [ // FilterGroup
|
|
162
|
+
* // { // WebhookFilter
|
|
163
|
+
* // type: "STRING_VALUE", // required
|
|
164
|
+
* // pattern: "STRING_VALUE", // required
|
|
165
|
+
* // excludeMatchedPattern: true || false,
|
|
166
|
+
* // },
|
|
167
|
+
* // ],
|
|
168
|
+
* // ],
|
|
169
|
+
* // buildType: "STRING_VALUE",
|
|
170
|
+
* // lastModifiedSecret: new Date("TIMESTAMP"),
|
|
171
|
+
* // },
|
|
172
|
+
* // vpcConfig: { // VpcConfig
|
|
173
|
+
* // vpcId: "STRING_VALUE",
|
|
174
|
+
* // subnets: [ // Subnets
|
|
175
|
+
* // "STRING_VALUE",
|
|
176
|
+
* // ],
|
|
177
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
178
|
+
* // "STRING_VALUE",
|
|
179
|
+
* // ],
|
|
180
|
+
* // },
|
|
181
|
+
* // badge: { // ProjectBadge
|
|
182
|
+
* // badgeEnabled: true || false,
|
|
183
|
+
* // badgeRequestUrl: "STRING_VALUE",
|
|
184
|
+
* // },
|
|
185
|
+
* // logsConfig: { // LogsConfig
|
|
186
|
+
* // cloudWatchLogs: { // CloudWatchLogsConfig
|
|
187
|
+
* // status: "STRING_VALUE", // required
|
|
188
|
+
* // groupName: "STRING_VALUE",
|
|
189
|
+
* // streamName: "STRING_VALUE",
|
|
190
|
+
* // },
|
|
191
|
+
* // s3Logs: { // S3LogsConfig
|
|
192
|
+
* // status: "STRING_VALUE", // required
|
|
193
|
+
* // location: "STRING_VALUE",
|
|
194
|
+
* // encryptionDisabled: true || false,
|
|
195
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
196
|
+
* // },
|
|
197
|
+
* // },
|
|
198
|
+
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
199
|
+
* // { // ProjectFileSystemLocation
|
|
200
|
+
* // type: "STRING_VALUE",
|
|
201
|
+
* // location: "STRING_VALUE",
|
|
202
|
+
* // mountPoint: "STRING_VALUE",
|
|
203
|
+
* // identifier: "STRING_VALUE",
|
|
204
|
+
* // mountOptions: "STRING_VALUE",
|
|
205
|
+
* // },
|
|
206
|
+
* // ],
|
|
207
|
+
* // buildBatchConfig: { // ProjectBuildBatchConfig
|
|
208
|
+
* // serviceRole: "STRING_VALUE",
|
|
209
|
+
* // combineArtifacts: true || false,
|
|
210
|
+
* // restrictions: { // BatchRestrictions
|
|
211
|
+
* // maximumBuildsAllowed: Number("int"),
|
|
212
|
+
* // computeTypesAllowed: [ // ComputeTypesAllowed
|
|
213
|
+
* // "STRING_VALUE",
|
|
214
|
+
* // ],
|
|
215
|
+
* // },
|
|
216
|
+
* // timeoutInMins: Number("int"),
|
|
217
|
+
* // batchReportMode: "STRING_VALUE",
|
|
218
|
+
* // },
|
|
219
|
+
* // concurrentBuildLimit: Number("int"),
|
|
220
|
+
* // projectVisibility: "STRING_VALUE",
|
|
221
|
+
* // publicProjectAlias: "STRING_VALUE",
|
|
222
|
+
* // resourceAccessRole: "STRING_VALUE",
|
|
223
|
+
* // },
|
|
224
|
+
* // ],
|
|
225
|
+
* // projectsNotFound: [ // ProjectNames
|
|
226
|
+
* // "STRING_VALUE",
|
|
227
|
+
* // ],
|
|
228
|
+
* // };
|
|
229
|
+
*
|
|
36
230
|
* ```
|
|
37
231
|
*
|
|
38
232
|
* @param BatchGetProjectsCommandInput - {@link BatchGetProjectsCommandInput}
|
|
@@ -44,6 +238,8 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _
|
|
|
44
238
|
* @throws {@link InvalidInputException} (client fault)
|
|
45
239
|
* <p>The input value that was provided is not valid.</p>
|
|
46
240
|
*
|
|
241
|
+
* @throws {@link CodeBuildServiceException}
|
|
242
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
47
243
|
*
|
|
48
244
|
*/
|
|
49
245
|
export declare class BatchGetProjectsCommand extends $Command<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -35,6 +35,39 @@ export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsO
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new BatchGetReportGroupsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // BatchGetReportGroupsOutput
|
|
39
|
+
* // reportGroups: [ // ReportGroups
|
|
40
|
+
* // { // ReportGroup
|
|
41
|
+
* // arn: "STRING_VALUE",
|
|
42
|
+
* // name: "STRING_VALUE",
|
|
43
|
+
* // type: "STRING_VALUE",
|
|
44
|
+
* // exportConfig: { // ReportExportConfig
|
|
45
|
+
* // exportConfigType: "STRING_VALUE",
|
|
46
|
+
* // s3Destination: { // S3ReportExportConfig
|
|
47
|
+
* // bucket: "STRING_VALUE",
|
|
48
|
+
* // bucketOwner: "STRING_VALUE",
|
|
49
|
+
* // path: "STRING_VALUE",
|
|
50
|
+
* // packaging: "STRING_VALUE",
|
|
51
|
+
* // encryptionKey: "STRING_VALUE",
|
|
52
|
+
* // encryptionDisabled: true || false,
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // created: new Date("TIMESTAMP"),
|
|
56
|
+
* // lastModified: new Date("TIMESTAMP"),
|
|
57
|
+
* // tags: [ // TagList
|
|
58
|
+
* // { // Tag
|
|
59
|
+
* // key: "STRING_VALUE",
|
|
60
|
+
* // value: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // status: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // reportGroupsNotFound: [ // ReportGroupArns
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
38
71
|
* ```
|
|
39
72
|
*
|
|
40
73
|
* @param BatchGetReportGroupsCommandInput - {@link BatchGetReportGroupsCommandInput}
|
|
@@ -46,6 +79,8 @@ export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsO
|
|
|
46
79
|
* @throws {@link InvalidInputException} (client fault)
|
|
47
80
|
* <p>The input value that was provided is not valid.</p>
|
|
48
81
|
*
|
|
82
|
+
* @throws {@link CodeBuildServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
49
84
|
*
|
|
50
85
|
*/
|
|
51
86
|
export declare class BatchGetReportGroupsCommand extends $Command<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -35,6 +35,51 @@ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __M
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new BatchGetReportsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // BatchGetReportsOutput
|
|
39
|
+
* // reports: [ // Reports
|
|
40
|
+
* // { // Report
|
|
41
|
+
* // arn: "STRING_VALUE",
|
|
42
|
+
* // type: "STRING_VALUE",
|
|
43
|
+
* // name: "STRING_VALUE",
|
|
44
|
+
* // reportGroupArn: "STRING_VALUE",
|
|
45
|
+
* // executionId: "STRING_VALUE",
|
|
46
|
+
* // status: "STRING_VALUE",
|
|
47
|
+
* // created: new Date("TIMESTAMP"),
|
|
48
|
+
* // expired: new Date("TIMESTAMP"),
|
|
49
|
+
* // exportConfig: { // ReportExportConfig
|
|
50
|
+
* // exportConfigType: "STRING_VALUE",
|
|
51
|
+
* // s3Destination: { // S3ReportExportConfig
|
|
52
|
+
* // bucket: "STRING_VALUE",
|
|
53
|
+
* // bucketOwner: "STRING_VALUE",
|
|
54
|
+
* // path: "STRING_VALUE",
|
|
55
|
+
* // packaging: "STRING_VALUE",
|
|
56
|
+
* // encryptionKey: "STRING_VALUE",
|
|
57
|
+
* // encryptionDisabled: true || false,
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // truncated: true || false,
|
|
61
|
+
* // testSummary: { // TestReportSummary
|
|
62
|
+
* // total: Number("int"), // required
|
|
63
|
+
* // statusCounts: { // ReportStatusCounts // required
|
|
64
|
+
* // "<keys>": Number("int"),
|
|
65
|
+
* // },
|
|
66
|
+
* // durationInNanoSeconds: Number("long"), // required
|
|
67
|
+
* // },
|
|
68
|
+
* // codeCoverageSummary: { // CodeCoverageReportSummary
|
|
69
|
+
* // lineCoveragePercentage: Number("double"),
|
|
70
|
+
* // linesCovered: Number("int"),
|
|
71
|
+
* // linesMissed: Number("int"),
|
|
72
|
+
* // branchCoveragePercentage: Number("double"),
|
|
73
|
+
* // branchesCovered: Number("int"),
|
|
74
|
+
* // branchesMissed: Number("int"),
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // reportsNotFound: [ // ReportArns
|
|
79
|
+
* // "STRING_VALUE",
|
|
80
|
+
* // ],
|
|
81
|
+
* // };
|
|
82
|
+
*
|
|
38
83
|
* ```
|
|
39
84
|
*
|
|
40
85
|
* @param BatchGetReportsCommandInput - {@link BatchGetReportsCommandInput}
|
|
@@ -46,6 +91,8 @@ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __M
|
|
|
46
91
|
* @throws {@link InvalidInputException} (client fault)
|
|
47
92
|
* <p>The input value that was provided is not valid.</p>
|
|
48
93
|
*
|
|
94
|
+
* @throws {@link CodeBuildServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
49
96
|
*
|
|
50
97
|
*/
|
|
51
98
|
export declare class BatchGetReportsCommand extends $Command<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -188,6 +188,195 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
|
|
|
188
188
|
* };
|
|
189
189
|
* const command = new CreateProjectCommand(input);
|
|
190
190
|
* const response = await client.send(command);
|
|
191
|
+
* // { // CreateProjectOutput
|
|
192
|
+
* // project: { // Project
|
|
193
|
+
* // name: "STRING_VALUE",
|
|
194
|
+
* // arn: "STRING_VALUE",
|
|
195
|
+
* // description: "STRING_VALUE",
|
|
196
|
+
* // source: { // ProjectSource
|
|
197
|
+
* // type: "STRING_VALUE", // required
|
|
198
|
+
* // location: "STRING_VALUE",
|
|
199
|
+
* // gitCloneDepth: Number("int"),
|
|
200
|
+
* // gitSubmodulesConfig: { // GitSubmodulesConfig
|
|
201
|
+
* // fetchSubmodules: true || false, // required
|
|
202
|
+
* // },
|
|
203
|
+
* // buildspec: "STRING_VALUE",
|
|
204
|
+
* // auth: { // SourceAuth
|
|
205
|
+
* // type: "STRING_VALUE", // required
|
|
206
|
+
* // resource: "STRING_VALUE",
|
|
207
|
+
* // },
|
|
208
|
+
* // reportBuildStatus: true || false,
|
|
209
|
+
* // buildStatusConfig: { // BuildStatusConfig
|
|
210
|
+
* // context: "STRING_VALUE",
|
|
211
|
+
* // targetUrl: "STRING_VALUE",
|
|
212
|
+
* // },
|
|
213
|
+
* // insecureSsl: true || false,
|
|
214
|
+
* // sourceIdentifier: "STRING_VALUE",
|
|
215
|
+
* // },
|
|
216
|
+
* // secondarySources: [ // ProjectSources
|
|
217
|
+
* // {
|
|
218
|
+
* // type: "STRING_VALUE", // required
|
|
219
|
+
* // location: "STRING_VALUE",
|
|
220
|
+
* // gitCloneDepth: Number("int"),
|
|
221
|
+
* // gitSubmodulesConfig: {
|
|
222
|
+
* // fetchSubmodules: true || false, // required
|
|
223
|
+
* // },
|
|
224
|
+
* // buildspec: "STRING_VALUE",
|
|
225
|
+
* // auth: {
|
|
226
|
+
* // type: "STRING_VALUE", // required
|
|
227
|
+
* // resource: "STRING_VALUE",
|
|
228
|
+
* // },
|
|
229
|
+
* // reportBuildStatus: true || false,
|
|
230
|
+
* // buildStatusConfig: {
|
|
231
|
+
* // context: "STRING_VALUE",
|
|
232
|
+
* // targetUrl: "STRING_VALUE",
|
|
233
|
+
* // },
|
|
234
|
+
* // insecureSsl: true || false,
|
|
235
|
+
* // sourceIdentifier: "STRING_VALUE",
|
|
236
|
+
* // },
|
|
237
|
+
* // ],
|
|
238
|
+
* // sourceVersion: "STRING_VALUE",
|
|
239
|
+
* // secondarySourceVersions: [ // ProjectSecondarySourceVersions
|
|
240
|
+
* // { // ProjectSourceVersion
|
|
241
|
+
* // sourceIdentifier: "STRING_VALUE", // required
|
|
242
|
+
* // sourceVersion: "STRING_VALUE", // required
|
|
243
|
+
* // },
|
|
244
|
+
* // ],
|
|
245
|
+
* // artifacts: { // ProjectArtifacts
|
|
246
|
+
* // type: "STRING_VALUE", // required
|
|
247
|
+
* // location: "STRING_VALUE",
|
|
248
|
+
* // path: "STRING_VALUE",
|
|
249
|
+
* // namespaceType: "STRING_VALUE",
|
|
250
|
+
* // name: "STRING_VALUE",
|
|
251
|
+
* // packaging: "STRING_VALUE",
|
|
252
|
+
* // overrideArtifactName: true || false,
|
|
253
|
+
* // encryptionDisabled: true || false,
|
|
254
|
+
* // artifactIdentifier: "STRING_VALUE",
|
|
255
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
256
|
+
* // },
|
|
257
|
+
* // secondaryArtifacts: [ // ProjectArtifactsList
|
|
258
|
+
* // {
|
|
259
|
+
* // type: "STRING_VALUE", // required
|
|
260
|
+
* // location: "STRING_VALUE",
|
|
261
|
+
* // path: "STRING_VALUE",
|
|
262
|
+
* // namespaceType: "STRING_VALUE",
|
|
263
|
+
* // name: "STRING_VALUE",
|
|
264
|
+
* // packaging: "STRING_VALUE",
|
|
265
|
+
* // overrideArtifactName: true || false,
|
|
266
|
+
* // encryptionDisabled: true || false,
|
|
267
|
+
* // artifactIdentifier: "STRING_VALUE",
|
|
268
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
269
|
+
* // },
|
|
270
|
+
* // ],
|
|
271
|
+
* // cache: { // ProjectCache
|
|
272
|
+
* // type: "STRING_VALUE", // required
|
|
273
|
+
* // location: "STRING_VALUE",
|
|
274
|
+
* // modes: [ // ProjectCacheModes
|
|
275
|
+
* // "STRING_VALUE",
|
|
276
|
+
* // ],
|
|
277
|
+
* // },
|
|
278
|
+
* // environment: { // ProjectEnvironment
|
|
279
|
+
* // type: "STRING_VALUE", // required
|
|
280
|
+
* // image: "STRING_VALUE", // required
|
|
281
|
+
* // computeType: "STRING_VALUE", // required
|
|
282
|
+
* // environmentVariables: [ // EnvironmentVariables
|
|
283
|
+
* // { // EnvironmentVariable
|
|
284
|
+
* // name: "STRING_VALUE", // required
|
|
285
|
+
* // value: "STRING_VALUE", // required
|
|
286
|
+
* // type: "STRING_VALUE",
|
|
287
|
+
* // },
|
|
288
|
+
* // ],
|
|
289
|
+
* // privilegedMode: true || false,
|
|
290
|
+
* // certificate: "STRING_VALUE",
|
|
291
|
+
* // registryCredential: { // RegistryCredential
|
|
292
|
+
* // credential: "STRING_VALUE", // required
|
|
293
|
+
* // credentialProvider: "STRING_VALUE", // required
|
|
294
|
+
* // },
|
|
295
|
+
* // imagePullCredentialsType: "STRING_VALUE",
|
|
296
|
+
* // },
|
|
297
|
+
* // serviceRole: "STRING_VALUE",
|
|
298
|
+
* // timeoutInMinutes: Number("int"),
|
|
299
|
+
* // queuedTimeoutInMinutes: Number("int"),
|
|
300
|
+
* // encryptionKey: "STRING_VALUE",
|
|
301
|
+
* // tags: [ // TagList
|
|
302
|
+
* // { // Tag
|
|
303
|
+
* // key: "STRING_VALUE",
|
|
304
|
+
* // value: "STRING_VALUE",
|
|
305
|
+
* // },
|
|
306
|
+
* // ],
|
|
307
|
+
* // created: new Date("TIMESTAMP"),
|
|
308
|
+
* // lastModified: new Date("TIMESTAMP"),
|
|
309
|
+
* // webhook: { // Webhook
|
|
310
|
+
* // url: "STRING_VALUE",
|
|
311
|
+
* // payloadUrl: "STRING_VALUE",
|
|
312
|
+
* // secret: "STRING_VALUE",
|
|
313
|
+
* // branchFilter: "STRING_VALUE",
|
|
314
|
+
* // filterGroups: [ // FilterGroups
|
|
315
|
+
* // [ // FilterGroup
|
|
316
|
+
* // { // WebhookFilter
|
|
317
|
+
* // type: "STRING_VALUE", // required
|
|
318
|
+
* // pattern: "STRING_VALUE", // required
|
|
319
|
+
* // excludeMatchedPattern: true || false,
|
|
320
|
+
* // },
|
|
321
|
+
* // ],
|
|
322
|
+
* // ],
|
|
323
|
+
* // buildType: "STRING_VALUE",
|
|
324
|
+
* // lastModifiedSecret: new Date("TIMESTAMP"),
|
|
325
|
+
* // },
|
|
326
|
+
* // vpcConfig: { // VpcConfig
|
|
327
|
+
* // vpcId: "STRING_VALUE",
|
|
328
|
+
* // subnets: [ // Subnets
|
|
329
|
+
* // "STRING_VALUE",
|
|
330
|
+
* // ],
|
|
331
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
332
|
+
* // "STRING_VALUE",
|
|
333
|
+
* // ],
|
|
334
|
+
* // },
|
|
335
|
+
* // badge: { // ProjectBadge
|
|
336
|
+
* // badgeEnabled: true || false,
|
|
337
|
+
* // badgeRequestUrl: "STRING_VALUE",
|
|
338
|
+
* // },
|
|
339
|
+
* // logsConfig: { // LogsConfig
|
|
340
|
+
* // cloudWatchLogs: { // CloudWatchLogsConfig
|
|
341
|
+
* // status: "STRING_VALUE", // required
|
|
342
|
+
* // groupName: "STRING_VALUE",
|
|
343
|
+
* // streamName: "STRING_VALUE",
|
|
344
|
+
* // },
|
|
345
|
+
* // s3Logs: { // S3LogsConfig
|
|
346
|
+
* // status: "STRING_VALUE", // required
|
|
347
|
+
* // location: "STRING_VALUE",
|
|
348
|
+
* // encryptionDisabled: true || false,
|
|
349
|
+
* // bucketOwnerAccess: "STRING_VALUE",
|
|
350
|
+
* // },
|
|
351
|
+
* // },
|
|
352
|
+
* // fileSystemLocations: [ // ProjectFileSystemLocations
|
|
353
|
+
* // { // ProjectFileSystemLocation
|
|
354
|
+
* // type: "STRING_VALUE",
|
|
355
|
+
* // location: "STRING_VALUE",
|
|
356
|
+
* // mountPoint: "STRING_VALUE",
|
|
357
|
+
* // identifier: "STRING_VALUE",
|
|
358
|
+
* // mountOptions: "STRING_VALUE",
|
|
359
|
+
* // },
|
|
360
|
+
* // ],
|
|
361
|
+
* // buildBatchConfig: { // ProjectBuildBatchConfig
|
|
362
|
+
* // serviceRole: "STRING_VALUE",
|
|
363
|
+
* // combineArtifacts: true || false,
|
|
364
|
+
* // restrictions: { // BatchRestrictions
|
|
365
|
+
* // maximumBuildsAllowed: Number("int"),
|
|
366
|
+
* // computeTypesAllowed: [ // ComputeTypesAllowed
|
|
367
|
+
* // "STRING_VALUE",
|
|
368
|
+
* // ],
|
|
369
|
+
* // },
|
|
370
|
+
* // timeoutInMins: Number("int"),
|
|
371
|
+
* // batchReportMode: "STRING_VALUE",
|
|
372
|
+
* // },
|
|
373
|
+
* // concurrentBuildLimit: Number("int"),
|
|
374
|
+
* // projectVisibility: "STRING_VALUE",
|
|
375
|
+
* // publicProjectAlias: "STRING_VALUE",
|
|
376
|
+
* // resourceAccessRole: "STRING_VALUE",
|
|
377
|
+
* // },
|
|
378
|
+
* // };
|
|
379
|
+
*
|
|
191
380
|
* ```
|
|
192
381
|
*
|
|
193
382
|
* @param CreateProjectCommandInput - {@link CreateProjectCommandInput}
|
|
@@ -206,6 +395,8 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
|
|
|
206
395
|
* <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
|
|
207
396
|
* settings already exists.</p>
|
|
208
397
|
*
|
|
398
|
+
* @throws {@link CodeBuildServiceException}
|
|
399
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
209
400
|
*
|
|
210
401
|
*/
|
|
211
402
|
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -51,6 +51,34 @@ export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput,
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new CreateReportGroupCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // CreateReportGroupOutput
|
|
55
|
+
* // reportGroup: { // ReportGroup
|
|
56
|
+
* // arn: "STRING_VALUE",
|
|
57
|
+
* // name: "STRING_VALUE",
|
|
58
|
+
* // type: "STRING_VALUE",
|
|
59
|
+
* // exportConfig: { // ReportExportConfig
|
|
60
|
+
* // exportConfigType: "STRING_VALUE",
|
|
61
|
+
* // s3Destination: { // S3ReportExportConfig
|
|
62
|
+
* // bucket: "STRING_VALUE",
|
|
63
|
+
* // bucketOwner: "STRING_VALUE",
|
|
64
|
+
* // path: "STRING_VALUE",
|
|
65
|
+
* // packaging: "STRING_VALUE",
|
|
66
|
+
* // encryptionKey: "STRING_VALUE",
|
|
67
|
+
* // encryptionDisabled: true || false,
|
|
68
|
+
* // },
|
|
69
|
+
* // },
|
|
70
|
+
* // created: new Date("TIMESTAMP"),
|
|
71
|
+
* // lastModified: new Date("TIMESTAMP"),
|
|
72
|
+
* // tags: [ // TagList
|
|
73
|
+
* // { // Tag
|
|
74
|
+
* // key: "STRING_VALUE",
|
|
75
|
+
* // value: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // status: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
54
82
|
* ```
|
|
55
83
|
*
|
|
56
84
|
* @param CreateReportGroupCommandInput - {@link CreateReportGroupCommandInput}
|
|
@@ -69,6 +97,8 @@ export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput,
|
|
|
69
97
|
* <p>The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same
|
|
70
98
|
* settings already exists.</p>
|
|
71
99
|
*
|
|
100
|
+
* @throws {@link CodeBuildServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
72
102
|
*
|
|
73
103
|
*/
|
|
74
104
|
export declare class CreateReportGroupCommand extends $Command<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -52,6 +52,26 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad
|
|
|
52
52
|
* };
|
|
53
53
|
* const command = new CreateWebhookCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
|
+
* // { // CreateWebhookOutput
|
|
56
|
+
* // webhook: { // Webhook
|
|
57
|
+
* // url: "STRING_VALUE",
|
|
58
|
+
* // payloadUrl: "STRING_VALUE",
|
|
59
|
+
* // secret: "STRING_VALUE",
|
|
60
|
+
* // branchFilter: "STRING_VALUE",
|
|
61
|
+
* // filterGroups: [ // FilterGroups
|
|
62
|
+
* // [ // FilterGroup
|
|
63
|
+
* // { // WebhookFilter
|
|
64
|
+
* // type: "STRING_VALUE", // required
|
|
65
|
+
* // pattern: "STRING_VALUE", // required
|
|
66
|
+
* // excludeMatchedPattern: true || false,
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // ],
|
|
70
|
+
* // buildType: "STRING_VALUE",
|
|
71
|
+
* // lastModifiedSecret: new Date("TIMESTAMP"),
|
|
72
|
+
* // },
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
55
75
|
* ```
|
|
56
76
|
*
|
|
57
77
|
* @param CreateWebhookCommandInput - {@link CreateWebhookCommandInput}
|
|
@@ -73,6 +93,8 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad
|
|
|
73
93
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
94
|
* <p>The specified Amazon Web Services resource cannot be found.</p>
|
|
75
95
|
*
|
|
96
|
+
* @throws {@link CodeBuildServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
76
98
|
*
|
|
77
99
|
*/
|
|
78
100
|
export declare class CreateWebhookCommand extends $Command<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -31,6 +31,19 @@ export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, _
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteBuildBatchCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteBuildBatchOutput
|
|
35
|
+
* // statusCode: "STRING_VALUE",
|
|
36
|
+
* // buildsDeleted: [ // BuildIds
|
|
37
|
+
* // "STRING_VALUE",
|
|
38
|
+
* // ],
|
|
39
|
+
* // buildsNotDeleted: [ // BuildsNotDeleted
|
|
40
|
+
* // { // BuildNotDeleted
|
|
41
|
+
* // id: "STRING_VALUE",
|
|
42
|
+
* // statusCode: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
34
47
|
* ```
|
|
35
48
|
*
|
|
36
49
|
* @param DeleteBuildBatchCommandInput - {@link DeleteBuildBatchCommandInput}
|
|
@@ -42,6 +55,8 @@ export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, _
|
|
|
42
55
|
* @throws {@link InvalidInputException} (client fault)
|
|
43
56
|
* <p>The input value that was provided is not valid.</p>
|
|
44
57
|
*
|
|
58
|
+
* @throws {@link CodeBuildServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
45
60
|
*
|
|
46
61
|
*/
|
|
47
62
|
export declare class DeleteBuildBatchCommand extends $Command<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __Metad
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteProjectCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteProjectCommandInput - {@link DeleteProjectCommandInput}
|
|
@@ -43,6 +45,8 @@ export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __Metad
|
|
|
43
45
|
* @throws {@link InvalidInputException} (client fault)
|
|
44
46
|
* <p>The input value that was provided is not valid.</p>
|
|
45
47
|
*
|
|
48
|
+
* @throws {@link CodeBuildServiceException}
|
|
49
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
46
50
|
*
|
|
47
51
|
*/
|
|
48
52
|
export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteReportCommandOutput extends DeleteReportOutput, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteReportCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteReportCommandInput - {@link DeleteReportCommandInput}
|
|
@@ -44,6 +46,8 @@ export interface DeleteReportCommandOutput extends DeleteReportOutput, __Metadat
|
|
|
44
46
|
* @throws {@link InvalidInputException} (client fault)
|
|
45
47
|
* <p>The input value that was provided is not valid.</p>
|
|
46
48
|
*
|
|
49
|
+
* @throws {@link CodeBuildServiceException}
|
|
50
|
+
* <p>Base exception class for all service exceptions from CodeBuild service.</p>
|
|
47
51
|
*
|
|
48
52
|
*/
|
|
49
53
|
export declare class DeleteReportCommand extends $Command<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig> {
|