aws-sdk-codebuild 1.57.0 → 1.58.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.
@@ -20,6 +20,8 @@ module Aws::CodeBuild
20
20
  AuthType = Shapes::StringShape.new(name: 'AuthType')
21
21
  BatchDeleteBuildsInput = Shapes::StructureShape.new(name: 'BatchDeleteBuildsInput')
22
22
  BatchDeleteBuildsOutput = Shapes::StructureShape.new(name: 'BatchDeleteBuildsOutput')
23
+ BatchGetBuildBatchesInput = Shapes::StructureShape.new(name: 'BatchGetBuildBatchesInput')
24
+ BatchGetBuildBatchesOutput = Shapes::StructureShape.new(name: 'BatchGetBuildBatchesOutput')
23
25
  BatchGetBuildsInput = Shapes::StructureShape.new(name: 'BatchGetBuildsInput')
24
26
  BatchGetBuildsOutput = Shapes::StructureShape.new(name: 'BatchGetBuildsOutput')
25
27
  BatchGetProjectsInput = Shapes::StructureShape.new(name: 'BatchGetProjectsInput')
@@ -28,10 +30,20 @@ module Aws::CodeBuild
28
30
  BatchGetReportGroupsOutput = Shapes::StructureShape.new(name: 'BatchGetReportGroupsOutput')
29
31
  BatchGetReportsInput = Shapes::StructureShape.new(name: 'BatchGetReportsInput')
30
32
  BatchGetReportsOutput = Shapes::StructureShape.new(name: 'BatchGetReportsOutput')
33
+ BatchRestrictions = Shapes::StructureShape.new(name: 'BatchRestrictions')
31
34
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
32
35
  Build = Shapes::StructureShape.new(name: 'Build')
33
36
  BuildArtifacts = Shapes::StructureShape.new(name: 'BuildArtifacts')
34
37
  BuildArtifactsList = Shapes::ListShape.new(name: 'BuildArtifactsList')
38
+ BuildBatch = Shapes::StructureShape.new(name: 'BuildBatch')
39
+ BuildBatchFilter = Shapes::StructureShape.new(name: 'BuildBatchFilter')
40
+ BuildBatchIds = Shapes::ListShape.new(name: 'BuildBatchIds')
41
+ BuildBatchPhase = Shapes::StructureShape.new(name: 'BuildBatchPhase')
42
+ BuildBatchPhaseType = Shapes::StringShape.new(name: 'BuildBatchPhaseType')
43
+ BuildBatchPhases = Shapes::ListShape.new(name: 'BuildBatchPhases')
44
+ BuildBatches = Shapes::ListShape.new(name: 'BuildBatches')
45
+ BuildGroup = Shapes::StructureShape.new(name: 'BuildGroup')
46
+ BuildGroups = Shapes::ListShape.new(name: 'BuildGroups')
35
47
  BuildIds = Shapes::ListShape.new(name: 'BuildIds')
36
48
  BuildNotDeleted = Shapes::StructureShape.new(name: 'BuildNotDeleted')
37
49
  BuildPhase = Shapes::StructureShape.new(name: 'BuildPhase')
@@ -39,12 +51,18 @@ module Aws::CodeBuild
39
51
  BuildPhases = Shapes::ListShape.new(name: 'BuildPhases')
40
52
  BuildReportArns = Shapes::ListShape.new(name: 'BuildReportArns')
41
53
  BuildStatusConfig = Shapes::StructureShape.new(name: 'BuildStatusConfig')
54
+ BuildSummaries = Shapes::ListShape.new(name: 'BuildSummaries')
55
+ BuildSummary = Shapes::StructureShape.new(name: 'BuildSummary')
42
56
  Builds = Shapes::ListShape.new(name: 'Builds')
43
57
  BuildsNotDeleted = Shapes::ListShape.new(name: 'BuildsNotDeleted')
44
58
  CacheMode = Shapes::StringShape.new(name: 'CacheMode')
45
59
  CacheType = Shapes::StringShape.new(name: 'CacheType')
46
60
  CloudWatchLogsConfig = Shapes::StructureShape.new(name: 'CloudWatchLogsConfig')
61
+ CodeCoverage = Shapes::StructureShape.new(name: 'CodeCoverage')
62
+ CodeCoverageReportSummary = Shapes::StructureShape.new(name: 'CodeCoverageReportSummary')
63
+ CodeCoverages = Shapes::ListShape.new(name: 'CodeCoverages')
47
64
  ComputeType = Shapes::StringShape.new(name: 'ComputeType')
65
+ ComputeTypesAllowed = Shapes::ListShape.new(name: 'ComputeTypesAllowed')
48
66
  CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
49
67
  CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
50
68
  CreateReportGroupInput = Shapes::StructureShape.new(name: 'CreateReportGroupInput')
@@ -53,6 +71,8 @@ module Aws::CodeBuild
53
71
  CreateWebhookOutput = Shapes::StructureShape.new(name: 'CreateWebhookOutput')
54
72
  CredentialProviderType = Shapes::StringShape.new(name: 'CredentialProviderType')
55
73
  DebugSession = Shapes::StructureShape.new(name: 'DebugSession')
74
+ DeleteBuildBatchInput = Shapes::StructureShape.new(name: 'DeleteBuildBatchInput')
75
+ DeleteBuildBatchOutput = Shapes::StructureShape.new(name: 'DeleteBuildBatchOutput')
56
76
  DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
57
77
  DeleteProjectOutput = Shapes::StructureShape.new(name: 'DeleteProjectOutput')
58
78
  DeleteReportGroupInput = Shapes::StructureShape.new(name: 'DeleteReportGroupInput')
@@ -65,6 +85,8 @@ module Aws::CodeBuild
65
85
  DeleteSourceCredentialsOutput = Shapes::StructureShape.new(name: 'DeleteSourceCredentialsOutput')
66
86
  DeleteWebhookInput = Shapes::StructureShape.new(name: 'DeleteWebhookInput')
67
87
  DeleteWebhookOutput = Shapes::StructureShape.new(name: 'DeleteWebhookOutput')
88
+ DescribeCodeCoveragesInput = Shapes::StructureShape.new(name: 'DescribeCodeCoveragesInput')
89
+ DescribeCodeCoveragesOutput = Shapes::StructureShape.new(name: 'DescribeCodeCoveragesOutput')
68
90
  DescribeTestCasesInput = Shapes::StructureShape.new(name: 'DescribeTestCasesInput')
69
91
  DescribeTestCasesOutput = Shapes::StructureShape.new(name: 'DescribeTestCasesOutput')
70
92
  EnvironmentImage = Shapes::StructureShape.new(name: 'EnvironmentImage')
@@ -86,6 +108,7 @@ module Aws::CodeBuild
86
108
  GetResourcePolicyOutput = Shapes::StructureShape.new(name: 'GetResourcePolicyOutput')
87
109
  GitCloneDepth = Shapes::IntegerShape.new(name: 'GitCloneDepth')
88
110
  GitSubmodulesConfig = Shapes::StructureShape.new(name: 'GitSubmodulesConfig')
111
+ Identifiers = Shapes::ListShape.new(name: 'Identifiers')
89
112
  ImagePullCredentialsType = Shapes::StringShape.new(name: 'ImagePullCredentialsType')
90
113
  ImageVersions = Shapes::ListShape.new(name: 'ImageVersions')
91
114
  ImportSourceCredentialsInput = Shapes::StructureShape.new(name: 'ImportSourceCredentialsInput')
@@ -95,6 +118,10 @@ module Aws::CodeBuild
95
118
  InvalidateProjectCacheOutput = Shapes::StructureShape.new(name: 'InvalidateProjectCacheOutput')
96
119
  KeyInput = Shapes::StringShape.new(name: 'KeyInput')
97
120
  LanguageType = Shapes::StringShape.new(name: 'LanguageType')
121
+ ListBuildBatchesForProjectInput = Shapes::StructureShape.new(name: 'ListBuildBatchesForProjectInput')
122
+ ListBuildBatchesForProjectOutput = Shapes::StructureShape.new(name: 'ListBuildBatchesForProjectOutput')
123
+ ListBuildBatchesInput = Shapes::StructureShape.new(name: 'ListBuildBatchesInput')
124
+ ListBuildBatchesOutput = Shapes::StructureShape.new(name: 'ListBuildBatchesOutput')
98
125
  ListBuildsForProjectInput = Shapes::StructureShape.new(name: 'ListBuildsForProjectInput')
99
126
  ListBuildsForProjectOutput = Shapes::StructureShape.new(name: 'ListBuildsForProjectOutput')
100
127
  ListBuildsInput = Shapes::StructureShape.new(name: 'ListBuildsInput')
@@ -120,8 +147,10 @@ module Aws::CodeBuild
120
147
  LogsLocation = Shapes::StructureShape.new(name: 'LogsLocation')
121
148
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
122
149
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
150
+ NonNegativeInt = Shapes::IntegerShape.new(name: 'NonNegativeInt')
123
151
  OAuthProviderException = Shapes::StructureShape.new(name: 'OAuthProviderException')
124
152
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
153
+ Percentage = Shapes::FloatShape.new(name: 'Percentage')
125
154
  PhaseContext = Shapes::StructureShape.new(name: 'PhaseContext')
126
155
  PhaseContexts = Shapes::ListShape.new(name: 'PhaseContexts')
127
156
  PlatformType = Shapes::StringShape.new(name: 'PlatformType')
@@ -130,6 +159,7 @@ module Aws::CodeBuild
130
159
  ProjectArtifacts = Shapes::StructureShape.new(name: 'ProjectArtifacts')
131
160
  ProjectArtifactsList = Shapes::ListShape.new(name: 'ProjectArtifactsList')
132
161
  ProjectBadge = Shapes::StructureShape.new(name: 'ProjectBadge')
162
+ ProjectBuildBatchConfig = Shapes::StructureShape.new(name: 'ProjectBuildBatchConfig')
133
163
  ProjectCache = Shapes::StructureShape.new(name: 'ProjectCache')
134
164
  ProjectCacheModes = Shapes::ListShape.new(name: 'ProjectCacheModes')
135
165
  ProjectDescription = Shapes::StringShape.new(name: 'ProjectDescription')
@@ -149,6 +179,7 @@ module Aws::CodeBuild
149
179
  RegistryCredential = Shapes::StructureShape.new(name: 'RegistryCredential')
150
180
  Report = Shapes::StructureShape.new(name: 'Report')
151
181
  ReportArns = Shapes::ListShape.new(name: 'ReportArns')
182
+ ReportCodeCoverageSortByType = Shapes::StringShape.new(name: 'ReportCodeCoverageSortByType')
152
183
  ReportExportConfig = Shapes::StructureShape.new(name: 'ReportExportConfig')
153
184
  ReportExportConfigType = Shapes::StringShape.new(name: 'ReportExportConfigType')
154
185
  ReportFilter = Shapes::StructureShape.new(name: 'ReportFilter')
@@ -162,8 +193,15 @@ module Aws::CodeBuild
162
193
  ReportStatusType = Shapes::StringShape.new(name: 'ReportStatusType')
163
194
  ReportType = Shapes::StringShape.new(name: 'ReportType')
164
195
  Reports = Shapes::ListShape.new(name: 'Reports')
196
+ ResolvedArtifact = Shapes::StructureShape.new(name: 'ResolvedArtifact')
197
+ ResolvedSecondaryArtifacts = Shapes::ListShape.new(name: 'ResolvedSecondaryArtifacts')
165
198
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
166
199
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
200
+ RetryBuildBatchInput = Shapes::StructureShape.new(name: 'RetryBuildBatchInput')
201
+ RetryBuildBatchOutput = Shapes::StructureShape.new(name: 'RetryBuildBatchOutput')
202
+ RetryBuildBatchType = Shapes::StringShape.new(name: 'RetryBuildBatchType')
203
+ RetryBuildInput = Shapes::StructureShape.new(name: 'RetryBuildInput')
204
+ RetryBuildOutput = Shapes::StructureShape.new(name: 'RetryBuildOutput')
167
205
  S3LogsConfig = Shapes::StructureShape.new(name: 'S3LogsConfig')
168
206
  S3ReportExportConfig = Shapes::StructureShape.new(name: 'S3ReportExportConfig')
169
207
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
@@ -176,9 +214,13 @@ module Aws::CodeBuild
176
214
  SourceCredentialsInfo = Shapes::StructureShape.new(name: 'SourceCredentialsInfo')
177
215
  SourceCredentialsInfos = Shapes::ListShape.new(name: 'SourceCredentialsInfos')
178
216
  SourceType = Shapes::StringShape.new(name: 'SourceType')
217
+ StartBuildBatchInput = Shapes::StructureShape.new(name: 'StartBuildBatchInput')
218
+ StartBuildBatchOutput = Shapes::StructureShape.new(name: 'StartBuildBatchOutput')
179
219
  StartBuildInput = Shapes::StructureShape.new(name: 'StartBuildInput')
180
220
  StartBuildOutput = Shapes::StructureShape.new(name: 'StartBuildOutput')
181
221
  StatusType = Shapes::StringShape.new(name: 'StatusType')
222
+ StopBuildBatchInput = Shapes::StructureShape.new(name: 'StopBuildBatchInput')
223
+ StopBuildBatchOutput = Shapes::StructureShape.new(name: 'StopBuildBatchOutput')
182
224
  StopBuildInput = Shapes::StructureShape.new(name: 'StopBuildInput')
183
225
  StopBuildOutput = Shapes::StructureShape.new(name: 'StopBuildOutput')
184
226
  String = Shapes::StringShape.new(name: 'String')
@@ -200,6 +242,7 @@ module Aws::CodeBuild
200
242
  ValueInput = Shapes::StringShape.new(name: 'ValueInput')
201
243
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
202
244
  Webhook = Shapes::StructureShape.new(name: 'Webhook')
245
+ WebhookBuildType = Shapes::StringShape.new(name: 'WebhookBuildType')
203
246
  WebhookFilter = Shapes::StructureShape.new(name: 'WebhookFilter')
204
247
  WebhookFilterType = Shapes::StringShape.new(name: 'WebhookFilterType')
205
248
  WrapperBoolean = Shapes::BooleanShape.new(name: 'WrapperBoolean')
@@ -215,6 +258,13 @@ module Aws::CodeBuild
215
258
  BatchDeleteBuildsOutput.add_member(:builds_not_deleted, Shapes::ShapeRef.new(shape: BuildsNotDeleted, location_name: "buildsNotDeleted"))
216
259
  BatchDeleteBuildsOutput.struct_class = Types::BatchDeleteBuildsOutput
217
260
 
261
+ BatchGetBuildBatchesInput.add_member(:ids, Shapes::ShapeRef.new(shape: BuildBatchIds, required: true, location_name: "ids"))
262
+ BatchGetBuildBatchesInput.struct_class = Types::BatchGetBuildBatchesInput
263
+
264
+ BatchGetBuildBatchesOutput.add_member(:build_batches, Shapes::ShapeRef.new(shape: BuildBatches, location_name: "buildBatches"))
265
+ BatchGetBuildBatchesOutput.add_member(:build_batches_not_found, Shapes::ShapeRef.new(shape: BuildBatchIds, location_name: "buildBatchesNotFound"))
266
+ BatchGetBuildBatchesOutput.struct_class = Types::BatchGetBuildBatchesOutput
267
+
218
268
  BatchGetBuildsInput.add_member(:ids, Shapes::ShapeRef.new(shape: BuildIds, required: true, location_name: "ids"))
219
269
  BatchGetBuildsInput.struct_class = Types::BatchGetBuildsInput
220
270
 
@@ -243,6 +293,10 @@ module Aws::CodeBuild
243
293
  BatchGetReportsOutput.add_member(:reports_not_found, Shapes::ShapeRef.new(shape: ReportArns, location_name: "reportsNotFound"))
244
294
  BatchGetReportsOutput.struct_class = Types::BatchGetReportsOutput
245
295
 
296
+ BatchRestrictions.add_member(:maximum_builds_allowed, Shapes::ShapeRef.new(shape: WrapperInt, location_name: "maximumBuildsAllowed"))
297
+ BatchRestrictions.add_member(:compute_types_allowed, Shapes::ShapeRef.new(shape: ComputeTypesAllowed, location_name: "computeTypesAllowed"))
298
+ BatchRestrictions.struct_class = Types::BatchRestrictions
299
+
246
300
  Build.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
247
301
  Build.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
248
302
  Build.add_member(:build_number, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "buildNumber"))
@@ -274,6 +328,7 @@ module Aws::CodeBuild
274
328
  Build.add_member(:report_arns, Shapes::ShapeRef.new(shape: BuildReportArns, location_name: "reportArns"))
275
329
  Build.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
276
330
  Build.add_member(:debug_session, Shapes::ShapeRef.new(shape: DebugSession, location_name: "debugSession"))
331
+ Build.add_member(:build_batch_arn, Shapes::ShapeRef.new(shape: String, location_name: "buildBatchArn"))
277
332
  Build.struct_class = Types::Build
278
333
 
279
334
  BuildArtifacts.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
@@ -286,6 +341,63 @@ module Aws::CodeBuild
286
341
 
287
342
  BuildArtifactsList.member = Shapes::ShapeRef.new(shape: BuildArtifacts)
288
343
 
344
+ BuildBatch.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
345
+ BuildBatch.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
346
+ BuildBatch.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
347
+ BuildBatch.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
348
+ BuildBatch.add_member(:current_phase, Shapes::ShapeRef.new(shape: String, location_name: "currentPhase"))
349
+ BuildBatch.add_member(:build_batch_status, Shapes::ShapeRef.new(shape: StatusType, location_name: "buildBatchStatus"))
350
+ BuildBatch.add_member(:source_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "sourceVersion"))
351
+ BuildBatch.add_member(:resolved_source_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "resolvedSourceVersion"))
352
+ BuildBatch.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "projectName"))
353
+ BuildBatch.add_member(:phases, Shapes::ShapeRef.new(shape: BuildBatchPhases, location_name: "phases"))
354
+ BuildBatch.add_member(:source, Shapes::ShapeRef.new(shape: ProjectSource, location_name: "source"))
355
+ BuildBatch.add_member(:secondary_sources, Shapes::ShapeRef.new(shape: ProjectSources, location_name: "secondarySources"))
356
+ BuildBatch.add_member(:secondary_source_versions, Shapes::ShapeRef.new(shape: ProjectSecondarySourceVersions, location_name: "secondarySourceVersions"))
357
+ BuildBatch.add_member(:artifacts, Shapes::ShapeRef.new(shape: BuildArtifacts, location_name: "artifacts"))
358
+ BuildBatch.add_member(:secondary_artifacts, Shapes::ShapeRef.new(shape: BuildArtifactsList, location_name: "secondaryArtifacts"))
359
+ BuildBatch.add_member(:cache, Shapes::ShapeRef.new(shape: ProjectCache, location_name: "cache"))
360
+ BuildBatch.add_member(:environment, Shapes::ShapeRef.new(shape: ProjectEnvironment, location_name: "environment"))
361
+ BuildBatch.add_member(:service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "serviceRole"))
362
+ BuildBatch.add_member(:log_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logConfig"))
363
+ BuildBatch.add_member(:build_timeout_in_minutes, Shapes::ShapeRef.new(shape: WrapperInt, location_name: "buildTimeoutInMinutes"))
364
+ BuildBatch.add_member(:queued_timeout_in_minutes, Shapes::ShapeRef.new(shape: WrapperInt, location_name: "queuedTimeoutInMinutes"))
365
+ BuildBatch.add_member(:complete, Shapes::ShapeRef.new(shape: Boolean, location_name: "complete"))
366
+ BuildBatch.add_member(:initiator, Shapes::ShapeRef.new(shape: String, location_name: "initiator"))
367
+ BuildBatch.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
368
+ BuildBatch.add_member(:encryption_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "encryptionKey"))
369
+ BuildBatch.add_member(:build_batch_number, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "buildBatchNumber"))
370
+ BuildBatch.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
371
+ BuildBatch.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
372
+ BuildBatch.add_member(:build_groups, Shapes::ShapeRef.new(shape: BuildGroups, location_name: "buildGroups"))
373
+ BuildBatch.struct_class = Types::BuildBatch
374
+
375
+ BuildBatchFilter.add_member(:status, Shapes::ShapeRef.new(shape: StatusType, location_name: "status"))
376
+ BuildBatchFilter.struct_class = Types::BuildBatchFilter
377
+
378
+ BuildBatchIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
379
+
380
+ BuildBatchPhase.add_member(:phase_type, Shapes::ShapeRef.new(shape: BuildBatchPhaseType, location_name: "phaseType"))
381
+ BuildBatchPhase.add_member(:phase_status, Shapes::ShapeRef.new(shape: StatusType, location_name: "phaseStatus"))
382
+ BuildBatchPhase.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
383
+ BuildBatchPhase.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
384
+ BuildBatchPhase.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "durationInSeconds"))
385
+ BuildBatchPhase.add_member(:contexts, Shapes::ShapeRef.new(shape: PhaseContexts, location_name: "contexts"))
386
+ BuildBatchPhase.struct_class = Types::BuildBatchPhase
387
+
388
+ BuildBatchPhases.member = Shapes::ShapeRef.new(shape: BuildBatchPhase)
389
+
390
+ BuildBatches.member = Shapes::ShapeRef.new(shape: BuildBatch)
391
+
392
+ BuildGroup.add_member(:identifier, Shapes::ShapeRef.new(shape: String, location_name: "identifier"))
393
+ BuildGroup.add_member(:depends_on, Shapes::ShapeRef.new(shape: Identifiers, location_name: "dependsOn"))
394
+ BuildGroup.add_member(:ignore_failure, Shapes::ShapeRef.new(shape: Boolean, location_name: "ignoreFailure"))
395
+ BuildGroup.add_member(:current_build_summary, Shapes::ShapeRef.new(shape: BuildSummary, location_name: "currentBuildSummary"))
396
+ BuildGroup.add_member(:prior_build_summary_list, Shapes::ShapeRef.new(shape: BuildSummaries, location_name: "priorBuildSummaryList"))
397
+ BuildGroup.struct_class = Types::BuildGroup
398
+
399
+ BuildGroups.member = Shapes::ShapeRef.new(shape: BuildGroup)
400
+
289
401
  BuildIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
290
402
 
291
403
  BuildNotDeleted.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
@@ -308,6 +420,15 @@ module Aws::CodeBuild
308
420
  BuildStatusConfig.add_member(:target_url, Shapes::ShapeRef.new(shape: String, location_name: "targetUrl"))
309
421
  BuildStatusConfig.struct_class = Types::BuildStatusConfig
310
422
 
423
+ BuildSummaries.member = Shapes::ShapeRef.new(shape: BuildSummary)
424
+
425
+ BuildSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
426
+ BuildSummary.add_member(:requested_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "requestedOn"))
427
+ BuildSummary.add_member(:build_status, Shapes::ShapeRef.new(shape: StatusType, location_name: "buildStatus"))
428
+ BuildSummary.add_member(:primary_artifact, Shapes::ShapeRef.new(shape: ResolvedArtifact, location_name: "primaryArtifact"))
429
+ BuildSummary.add_member(:secondary_artifacts, Shapes::ShapeRef.new(shape: ResolvedSecondaryArtifacts, location_name: "secondaryArtifacts"))
430
+ BuildSummary.struct_class = Types::BuildSummary
431
+
311
432
  Builds.member = Shapes::ShapeRef.new(shape: Build)
312
433
 
313
434
  BuildsNotDeleted.member = Shapes::ShapeRef.new(shape: BuildNotDeleted)
@@ -317,6 +438,30 @@ module Aws::CodeBuild
317
438
  CloudWatchLogsConfig.add_member(:stream_name, Shapes::ShapeRef.new(shape: String, location_name: "streamName"))
318
439
  CloudWatchLogsConfig.struct_class = Types::CloudWatchLogsConfig
319
440
 
441
+ CodeCoverage.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
442
+ CodeCoverage.add_member(:report_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reportARN"))
443
+ CodeCoverage.add_member(:file_path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "filePath"))
444
+ CodeCoverage.add_member(:line_coverage_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "lineCoveragePercentage"))
445
+ CodeCoverage.add_member(:lines_covered, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "linesCovered"))
446
+ CodeCoverage.add_member(:lines_missed, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "linesMissed"))
447
+ CodeCoverage.add_member(:branch_coverage_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "branchCoveragePercentage"))
448
+ CodeCoverage.add_member(:branches_covered, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "branchesCovered"))
449
+ CodeCoverage.add_member(:branches_missed, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "branchesMissed"))
450
+ CodeCoverage.add_member(:expired, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expired"))
451
+ CodeCoverage.struct_class = Types::CodeCoverage
452
+
453
+ CodeCoverageReportSummary.add_member(:line_coverage_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "lineCoveragePercentage"))
454
+ CodeCoverageReportSummary.add_member(:lines_covered, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "linesCovered"))
455
+ CodeCoverageReportSummary.add_member(:lines_missed, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "linesMissed"))
456
+ CodeCoverageReportSummary.add_member(:branch_coverage_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "branchCoveragePercentage"))
457
+ CodeCoverageReportSummary.add_member(:branches_covered, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "branchesCovered"))
458
+ CodeCoverageReportSummary.add_member(:branches_missed, Shapes::ShapeRef.new(shape: NonNegativeInt, location_name: "branchesMissed"))
459
+ CodeCoverageReportSummary.struct_class = Types::CodeCoverageReportSummary
460
+
461
+ CodeCoverages.member = Shapes::ShapeRef.new(shape: CodeCoverage)
462
+
463
+ ComputeTypesAllowed.member = Shapes::ShapeRef.new(shape: NonEmptyString)
464
+
320
465
  CreateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
321
466
  CreateProjectInput.add_member(:description, Shapes::ShapeRef.new(shape: ProjectDescription, location_name: "description"))
322
467
  CreateProjectInput.add_member(:source, Shapes::ShapeRef.new(shape: ProjectSource, required: true, location_name: "source"))
@@ -336,6 +481,7 @@ module Aws::CodeBuild
336
481
  CreateProjectInput.add_member(:badge_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "badgeEnabled"))
337
482
  CreateProjectInput.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
338
483
  CreateProjectInput.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
484
+ CreateProjectInput.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
339
485
  CreateProjectInput.struct_class = Types::CreateProjectInput
340
486
 
341
487
  CreateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
@@ -353,6 +499,7 @@ module Aws::CodeBuild
353
499
  CreateWebhookInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "projectName"))
354
500
  CreateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
355
501
  CreateWebhookInput.add_member(:filter_groups, Shapes::ShapeRef.new(shape: FilterGroups, location_name: "filterGroups"))
502
+ CreateWebhookInput.add_member(:build_type, Shapes::ShapeRef.new(shape: WebhookBuildType, location_name: "buildType"))
356
503
  CreateWebhookInput.struct_class = Types::CreateWebhookInput
357
504
 
358
505
  CreateWebhookOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: Webhook, location_name: "webhook"))
@@ -362,6 +509,14 @@ module Aws::CodeBuild
362
509
  DebugSession.add_member(:session_target, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "sessionTarget"))
363
510
  DebugSession.struct_class = Types::DebugSession
364
511
 
512
+ DeleteBuildBatchInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "id"))
513
+ DeleteBuildBatchInput.struct_class = Types::DeleteBuildBatchInput
514
+
515
+ DeleteBuildBatchOutput.add_member(:status_code, Shapes::ShapeRef.new(shape: String, location_name: "statusCode"))
516
+ DeleteBuildBatchOutput.add_member(:builds_deleted, Shapes::ShapeRef.new(shape: BuildIds, location_name: "buildsDeleted"))
517
+ DeleteBuildBatchOutput.add_member(:builds_not_deleted, Shapes::ShapeRef.new(shape: BuildsNotDeleted, location_name: "buildsNotDeleted"))
518
+ DeleteBuildBatchOutput.struct_class = Types::DeleteBuildBatchOutput
519
+
365
520
  DeleteProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "name"))
366
521
  DeleteProjectInput.struct_class = Types::DeleteProjectInput
367
522
 
@@ -393,6 +548,19 @@ module Aws::CodeBuild
393
548
 
394
549
  DeleteWebhookOutput.struct_class = Types::DeleteWebhookOutput
395
550
 
551
+ DescribeCodeCoveragesInput.add_member(:report_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "reportArn"))
552
+ DescribeCodeCoveragesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
553
+ DescribeCodeCoveragesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
554
+ DescribeCodeCoveragesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
555
+ DescribeCodeCoveragesInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ReportCodeCoverageSortByType, location_name: "sortBy"))
556
+ DescribeCodeCoveragesInput.add_member(:min_line_coverage_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "minLineCoveragePercentage"))
557
+ DescribeCodeCoveragesInput.add_member(:max_line_coverage_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "maxLineCoveragePercentage"))
558
+ DescribeCodeCoveragesInput.struct_class = Types::DescribeCodeCoveragesInput
559
+
560
+ DescribeCodeCoveragesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
561
+ DescribeCodeCoveragesOutput.add_member(:code_coverages, Shapes::ShapeRef.new(shape: CodeCoverages, location_name: "codeCoverages"))
562
+ DescribeCodeCoveragesOutput.struct_class = Types::DescribeCodeCoveragesOutput
563
+
396
564
  DescribeTestCasesInput.add_member(:report_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "reportArn"))
397
565
  DescribeTestCasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
398
566
  DescribeTestCasesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
@@ -448,6 +616,8 @@ module Aws::CodeBuild
448
616
  GitSubmodulesConfig.add_member(:fetch_submodules, Shapes::ShapeRef.new(shape: WrapperBoolean, required: true, location_name: "fetchSubmodules"))
449
617
  GitSubmodulesConfig.struct_class = Types::GitSubmodulesConfig
450
618
 
619
+ Identifiers.member = Shapes::ShapeRef.new(shape: NonEmptyString)
620
+
451
621
  ImageVersions.member = Shapes::ShapeRef.new(shape: String)
452
622
 
453
623
  ImportSourceCredentialsInput.add_member(:username, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "username"))
@@ -467,6 +637,27 @@ module Aws::CodeBuild
467
637
 
468
638
  InvalidateProjectCacheOutput.struct_class = Types::InvalidateProjectCacheOutput
469
639
 
640
+ ListBuildBatchesForProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "projectName"))
641
+ ListBuildBatchesForProjectInput.add_member(:filter, Shapes::ShapeRef.new(shape: BuildBatchFilter, location_name: "filter"))
642
+ ListBuildBatchesForProjectInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
643
+ ListBuildBatchesForProjectInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
644
+ ListBuildBatchesForProjectInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
645
+ ListBuildBatchesForProjectInput.struct_class = Types::ListBuildBatchesForProjectInput
646
+
647
+ ListBuildBatchesForProjectOutput.add_member(:ids, Shapes::ShapeRef.new(shape: BuildBatchIds, location_name: "ids"))
648
+ ListBuildBatchesForProjectOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
649
+ ListBuildBatchesForProjectOutput.struct_class = Types::ListBuildBatchesForProjectOutput
650
+
651
+ ListBuildBatchesInput.add_member(:filter, Shapes::ShapeRef.new(shape: BuildBatchFilter, location_name: "filter"))
652
+ ListBuildBatchesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
653
+ ListBuildBatchesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
654
+ ListBuildBatchesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
655
+ ListBuildBatchesInput.struct_class = Types::ListBuildBatchesInput
656
+
657
+ ListBuildBatchesOutput.add_member(:ids, Shapes::ShapeRef.new(shape: BuildBatchIds, location_name: "ids"))
658
+ ListBuildBatchesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
659
+ ListBuildBatchesOutput.struct_class = Types::ListBuildBatchesOutput
660
+
470
661
  ListBuildsForProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
471
662
  ListBuildsForProjectInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
472
663
  ListBuildsForProjectInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
@@ -603,6 +794,7 @@ module Aws::CodeBuild
603
794
  Project.add_member(:badge, Shapes::ShapeRef.new(shape: ProjectBadge, location_name: "badge"))
604
795
  Project.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
605
796
  Project.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
797
+ Project.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
606
798
  Project.struct_class = Types::Project
607
799
 
608
800
  ProjectArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
@@ -624,6 +816,12 @@ module Aws::CodeBuild
624
816
  ProjectBadge.add_member(:badge_request_url, Shapes::ShapeRef.new(shape: String, location_name: "badgeRequestUrl"))
625
817
  ProjectBadge.struct_class = Types::ProjectBadge
626
818
 
819
+ ProjectBuildBatchConfig.add_member(:service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "serviceRole"))
820
+ ProjectBuildBatchConfig.add_member(:combine_artifacts, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "combineArtifacts"))
821
+ ProjectBuildBatchConfig.add_member(:restrictions, Shapes::ShapeRef.new(shape: BatchRestrictions, location_name: "restrictions"))
822
+ ProjectBuildBatchConfig.add_member(:timeout_in_mins, Shapes::ShapeRef.new(shape: WrapperInt, location_name: "timeoutInMins"))
823
+ ProjectBuildBatchConfig.struct_class = Types::ProjectBuildBatchConfig
824
+
627
825
  ProjectCache.add_member(:type, Shapes::ShapeRef.new(shape: CacheType, required: true, location_name: "type"))
628
826
  ProjectCache.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
629
827
  ProjectCache.add_member(:modes, Shapes::ShapeRef.new(shape: ProjectCacheModes, location_name: "modes"))
@@ -696,6 +894,7 @@ module Aws::CodeBuild
696
894
  Report.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
697
895
  Report.add_member(:truncated, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "truncated"))
698
896
  Report.add_member(:test_summary, Shapes::ShapeRef.new(shape: TestReportSummary, location_name: "testSummary"))
897
+ Report.add_member(:code_coverage_summary, Shapes::ShapeRef.new(shape: CodeCoverageReportSummary, location_name: "codeCoverageSummary"))
699
898
  Report.struct_class = Types::Report
700
899
 
701
900
  ReportArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
@@ -725,10 +924,32 @@ module Aws::CodeBuild
725
924
 
726
925
  Reports.member = Shapes::ShapeRef.new(shape: Report)
727
926
 
927
+ ResolvedArtifact.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactsType, location_name: "type"))
928
+ ResolvedArtifact.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
929
+ ResolvedArtifact.add_member(:identifier, Shapes::ShapeRef.new(shape: String, location_name: "identifier"))
930
+ ResolvedArtifact.struct_class = Types::ResolvedArtifact
931
+
932
+ ResolvedSecondaryArtifacts.member = Shapes::ShapeRef.new(shape: ResolvedArtifact)
933
+
728
934
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
729
935
 
730
936
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
731
937
 
938
+ RetryBuildBatchInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
939
+ RetryBuildBatchInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: String, location_name: "idempotencyToken"))
940
+ RetryBuildBatchInput.add_member(:retry_type, Shapes::ShapeRef.new(shape: RetryBuildBatchType, location_name: "retryType"))
941
+ RetryBuildBatchInput.struct_class = Types::RetryBuildBatchInput
942
+
943
+ RetryBuildBatchOutput.add_member(:build_batch, Shapes::ShapeRef.new(shape: BuildBatch, location_name: "buildBatch"))
944
+ RetryBuildBatchOutput.struct_class = Types::RetryBuildBatchOutput
945
+
946
+ RetryBuildInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
947
+ RetryBuildInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: String, location_name: "idempotencyToken"))
948
+ RetryBuildInput.struct_class = Types::RetryBuildInput
949
+
950
+ RetryBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "build"))
951
+ RetryBuildOutput.struct_class = Types::RetryBuildOutput
952
+
732
953
  S3LogsConfig.add_member(:status, Shapes::ShapeRef.new(shape: LogsConfigStatusType, required: true, location_name: "status"))
733
954
  S3LogsConfig.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
734
955
  S3LogsConfig.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
@@ -754,6 +975,41 @@ module Aws::CodeBuild
754
975
 
755
976
  SourceCredentialsInfos.member = Shapes::ShapeRef.new(shape: SourceCredentialsInfo)
756
977
 
978
+ StartBuildBatchInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
979
+ StartBuildBatchInput.add_member(:secondary_sources_override, Shapes::ShapeRef.new(shape: ProjectSources, location_name: "secondarySourcesOverride"))
980
+ StartBuildBatchInput.add_member(:secondary_sources_version_override, Shapes::ShapeRef.new(shape: ProjectSecondarySourceVersions, location_name: "secondarySourcesVersionOverride"))
981
+ StartBuildBatchInput.add_member(:source_version, Shapes::ShapeRef.new(shape: String, location_name: "sourceVersion"))
982
+ StartBuildBatchInput.add_member(:artifacts_override, Shapes::ShapeRef.new(shape: ProjectArtifacts, location_name: "artifactsOverride"))
983
+ StartBuildBatchInput.add_member(:secondary_artifacts_override, Shapes::ShapeRef.new(shape: ProjectArtifactsList, location_name: "secondaryArtifactsOverride"))
984
+ StartBuildBatchInput.add_member(:environment_variables_override, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environmentVariablesOverride"))
985
+ StartBuildBatchInput.add_member(:source_type_override, Shapes::ShapeRef.new(shape: SourceType, location_name: "sourceTypeOverride"))
986
+ StartBuildBatchInput.add_member(:source_location_override, Shapes::ShapeRef.new(shape: String, location_name: "sourceLocationOverride"))
987
+ StartBuildBatchInput.add_member(:source_auth_override, Shapes::ShapeRef.new(shape: SourceAuth, location_name: "sourceAuthOverride"))
988
+ StartBuildBatchInput.add_member(:git_clone_depth_override, Shapes::ShapeRef.new(shape: GitCloneDepth, location_name: "gitCloneDepthOverride"))
989
+ StartBuildBatchInput.add_member(:git_submodules_config_override, Shapes::ShapeRef.new(shape: GitSubmodulesConfig, location_name: "gitSubmodulesConfigOverride"))
990
+ StartBuildBatchInput.add_member(:buildspec_override, Shapes::ShapeRef.new(shape: String, location_name: "buildspecOverride"))
991
+ StartBuildBatchInput.add_member(:insecure_ssl_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "insecureSslOverride"))
992
+ StartBuildBatchInput.add_member(:report_build_batch_status_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "reportBuildBatchStatusOverride"))
993
+ StartBuildBatchInput.add_member(:environment_type_override, Shapes::ShapeRef.new(shape: EnvironmentType, location_name: "environmentTypeOverride"))
994
+ StartBuildBatchInput.add_member(:image_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageOverride"))
995
+ StartBuildBatchInput.add_member(:compute_type_override, Shapes::ShapeRef.new(shape: ComputeType, location_name: "computeTypeOverride"))
996
+ StartBuildBatchInput.add_member(:certificate_override, Shapes::ShapeRef.new(shape: String, location_name: "certificateOverride"))
997
+ StartBuildBatchInput.add_member(:cache_override, Shapes::ShapeRef.new(shape: ProjectCache, location_name: "cacheOverride"))
998
+ StartBuildBatchInput.add_member(:service_role_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "serviceRoleOverride"))
999
+ StartBuildBatchInput.add_member(:privileged_mode_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "privilegedModeOverride"))
1000
+ StartBuildBatchInput.add_member(:build_timeout_in_minutes_override, Shapes::ShapeRef.new(shape: TimeOut, location_name: "buildTimeoutInMinutesOverride"))
1001
+ StartBuildBatchInput.add_member(:queued_timeout_in_minutes_override, Shapes::ShapeRef.new(shape: TimeOut, location_name: "queuedTimeoutInMinutesOverride"))
1002
+ StartBuildBatchInput.add_member(:encryption_key_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "encryptionKeyOverride"))
1003
+ StartBuildBatchInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: String, location_name: "idempotencyToken"))
1004
+ StartBuildBatchInput.add_member(:logs_config_override, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfigOverride"))
1005
+ StartBuildBatchInput.add_member(:registry_credential_override, Shapes::ShapeRef.new(shape: RegistryCredential, location_name: "registryCredentialOverride"))
1006
+ StartBuildBatchInput.add_member(:image_pull_credentials_type_override, Shapes::ShapeRef.new(shape: ImagePullCredentialsType, location_name: "imagePullCredentialsTypeOverride"))
1007
+ StartBuildBatchInput.add_member(:build_batch_config_override, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfigOverride"))
1008
+ StartBuildBatchInput.struct_class = Types::StartBuildBatchInput
1009
+
1010
+ StartBuildBatchOutput.add_member(:build_batch, Shapes::ShapeRef.new(shape: BuildBatch, location_name: "buildBatch"))
1011
+ StartBuildBatchOutput.struct_class = Types::StartBuildBatchOutput
1012
+
757
1013
  StartBuildInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
758
1014
  StartBuildInput.add_member(:secondary_sources_override, Shapes::ShapeRef.new(shape: ProjectSources, location_name: "secondarySourcesOverride"))
759
1015
  StartBuildInput.add_member(:secondary_sources_version_override, Shapes::ShapeRef.new(shape: ProjectSecondarySourceVersions, location_name: "secondarySourcesVersionOverride"))
@@ -790,6 +1046,12 @@ module Aws::CodeBuild
790
1046
  StartBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "build"))
791
1047
  StartBuildOutput.struct_class = Types::StartBuildOutput
792
1048
 
1049
+ StopBuildBatchInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "id"))
1050
+ StopBuildBatchInput.struct_class = Types::StopBuildBatchInput
1051
+
1052
+ StopBuildBatchOutput.add_member(:build_batch, Shapes::ShapeRef.new(shape: BuildBatch, location_name: "buildBatch"))
1053
+ StopBuildBatchOutput.struct_class = Types::StopBuildBatchOutput
1054
+
793
1055
  StopBuildInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "id"))
794
1056
  StopBuildInput.struct_class = Types::StopBuildInput
795
1057
 
@@ -843,6 +1105,7 @@ module Aws::CodeBuild
843
1105
  UpdateProjectInput.add_member(:badge_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "badgeEnabled"))
844
1106
  UpdateProjectInput.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
845
1107
  UpdateProjectInput.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
1108
+ UpdateProjectInput.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
846
1109
  UpdateProjectInput.struct_class = Types::UpdateProjectInput
847
1110
 
848
1111
  UpdateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
@@ -860,6 +1123,7 @@ module Aws::CodeBuild
860
1123
  UpdateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
861
1124
  UpdateWebhookInput.add_member(:rotate_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "rotateSecret"))
862
1125
  UpdateWebhookInput.add_member(:filter_groups, Shapes::ShapeRef.new(shape: FilterGroups, location_name: "filterGroups"))
1126
+ UpdateWebhookInput.add_member(:build_type, Shapes::ShapeRef.new(shape: WebhookBuildType, location_name: "buildType"))
863
1127
  UpdateWebhookInput.struct_class = Types::UpdateWebhookInput
864
1128
 
865
1129
  UpdateWebhookOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: Webhook, location_name: "webhook"))
@@ -875,6 +1139,7 @@ module Aws::CodeBuild
875
1139
  Webhook.add_member(:secret, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "secret"))
876
1140
  Webhook.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
877
1141
  Webhook.add_member(:filter_groups, Shapes::ShapeRef.new(shape: FilterGroups, location_name: "filterGroups"))
1142
+ Webhook.add_member(:build_type, Shapes::ShapeRef.new(shape: WebhookBuildType, location_name: "buildType"))
878
1143
  Webhook.add_member(:last_modified_secret, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedSecret"))
879
1144
  Webhook.struct_class = Types::Webhook
880
1145
 
@@ -910,6 +1175,15 @@ module Aws::CodeBuild
910
1175
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
911
1176
  end)
912
1177
 
1178
+ api.add_operation(:batch_get_build_batches, Seahorse::Model::Operation.new.tap do |o|
1179
+ o.name = "BatchGetBuildBatches"
1180
+ o.http_method = "POST"
1181
+ o.http_request_uri = "/"
1182
+ o.input = Shapes::ShapeRef.new(shape: BatchGetBuildBatchesInput)
1183
+ o.output = Shapes::ShapeRef.new(shape: BatchGetBuildBatchesOutput)
1184
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1185
+ end)
1186
+
913
1187
  api.add_operation(:batch_get_builds, Seahorse::Model::Operation.new.tap do |o|
914
1188
  o.name = "BatchGetBuilds"
915
1189
  o.http_method = "POST"
@@ -980,6 +1254,15 @@ module Aws::CodeBuild
980
1254
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
981
1255
  end)
982
1256
 
1257
+ api.add_operation(:delete_build_batch, Seahorse::Model::Operation.new.tap do |o|
1258
+ o.name = "DeleteBuildBatch"
1259
+ o.http_method = "POST"
1260
+ o.http_request_uri = "/"
1261
+ o.input = Shapes::ShapeRef.new(shape: DeleteBuildBatchInput)
1262
+ o.output = Shapes::ShapeRef.new(shape: DeleteBuildBatchOutput)
1263
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1264
+ end)
1265
+
983
1266
  api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
984
1267
  o.name = "DeleteProject"
985
1268
  o.http_method = "POST"
@@ -1037,6 +1320,21 @@ module Aws::CodeBuild
1037
1320
  o.errors << Shapes::ShapeRef.new(shape: OAuthProviderException)
1038
1321
  end)
1039
1322
 
1323
+ api.add_operation(:describe_code_coverages, Seahorse::Model::Operation.new.tap do |o|
1324
+ o.name = "DescribeCodeCoverages"
1325
+ o.http_method = "POST"
1326
+ o.http_request_uri = "/"
1327
+ o.input = Shapes::ShapeRef.new(shape: DescribeCodeCoveragesInput)
1328
+ o.output = Shapes::ShapeRef.new(shape: DescribeCodeCoveragesOutput)
1329
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1330
+ o[:pager] = Aws::Pager.new(
1331
+ limit_key: "max_results",
1332
+ tokens: {
1333
+ "next_token" => "next_token"
1334
+ }
1335
+ )
1336
+ end)
1337
+
1040
1338
  api.add_operation(:describe_test_cases, Seahorse::Model::Operation.new.tap do |o|
1041
1339
  o.name = "DescribeTestCases"
1042
1340
  o.http_method = "POST"
@@ -1084,6 +1382,37 @@ module Aws::CodeBuild
1084
1382
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1085
1383
  end)
1086
1384
 
1385
+ api.add_operation(:list_build_batches, Seahorse::Model::Operation.new.tap do |o|
1386
+ o.name = "ListBuildBatches"
1387
+ o.http_method = "POST"
1388
+ o.http_request_uri = "/"
1389
+ o.input = Shapes::ShapeRef.new(shape: ListBuildBatchesInput)
1390
+ o.output = Shapes::ShapeRef.new(shape: ListBuildBatchesOutput)
1391
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1392
+ o[:pager] = Aws::Pager.new(
1393
+ limit_key: "max_results",
1394
+ tokens: {
1395
+ "next_token" => "next_token"
1396
+ }
1397
+ )
1398
+ end)
1399
+
1400
+ api.add_operation(:list_build_batches_for_project, Seahorse::Model::Operation.new.tap do |o|
1401
+ o.name = "ListBuildBatchesForProject"
1402
+ o.http_method = "POST"
1403
+ o.http_request_uri = "/"
1404
+ o.input = Shapes::ShapeRef.new(shape: ListBuildBatchesForProjectInput)
1405
+ o.output = Shapes::ShapeRef.new(shape: ListBuildBatchesForProjectOutput)
1406
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1407
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1408
+ o[:pager] = Aws::Pager.new(
1409
+ limit_key: "max_results",
1410
+ tokens: {
1411
+ "next_token" => "next_token"
1412
+ }
1413
+ )
1414
+ end)
1415
+
1087
1416
  api.add_operation(:list_builds, Seahorse::Model::Operation.new.tap do |o|
1088
1417
  o.name = "ListBuilds"
1089
1418
  o.http_method = "POST"
@@ -1217,6 +1546,7 @@ module Aws::CodeBuild
1217
1546
  o.http_request_uri = "/"
1218
1547
  o.input = Shapes::ShapeRef.new(shape: ListSourceCredentialsInput)
1219
1548
  o.output = Shapes::ShapeRef.new(shape: ListSourceCredentialsOutput)
1549
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1220
1550
  end)
1221
1551
 
1222
1552
  api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -1229,6 +1559,27 @@ module Aws::CodeBuild
1229
1559
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1230
1560
  end)
1231
1561
 
1562
+ api.add_operation(:retry_build, Seahorse::Model::Operation.new.tap do |o|
1563
+ o.name = "RetryBuild"
1564
+ o.http_method = "POST"
1565
+ o.http_request_uri = "/"
1566
+ o.input = Shapes::ShapeRef.new(shape: RetryBuildInput)
1567
+ o.output = Shapes::ShapeRef.new(shape: RetryBuildOutput)
1568
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1570
+ o.errors << Shapes::ShapeRef.new(shape: AccountLimitExceededException)
1571
+ end)
1572
+
1573
+ api.add_operation(:retry_build_batch, Seahorse::Model::Operation.new.tap do |o|
1574
+ o.name = "RetryBuildBatch"
1575
+ o.http_method = "POST"
1576
+ o.http_request_uri = "/"
1577
+ o.input = Shapes::ShapeRef.new(shape: RetryBuildBatchInput)
1578
+ o.output = Shapes::ShapeRef.new(shape: RetryBuildBatchOutput)
1579
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1580
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1581
+ end)
1582
+
1232
1583
  api.add_operation(:start_build, Seahorse::Model::Operation.new.tap do |o|
1233
1584
  o.name = "StartBuild"
1234
1585
  o.http_method = "POST"
@@ -1240,6 +1591,16 @@ module Aws::CodeBuild
1240
1591
  o.errors << Shapes::ShapeRef.new(shape: AccountLimitExceededException)
1241
1592
  end)
1242
1593
 
1594
+ api.add_operation(:start_build_batch, Seahorse::Model::Operation.new.tap do |o|
1595
+ o.name = "StartBuildBatch"
1596
+ o.http_method = "POST"
1597
+ o.http_request_uri = "/"
1598
+ o.input = Shapes::ShapeRef.new(shape: StartBuildBatchInput)
1599
+ o.output = Shapes::ShapeRef.new(shape: StartBuildBatchOutput)
1600
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1601
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1602
+ end)
1603
+
1243
1604
  api.add_operation(:stop_build, Seahorse::Model::Operation.new.tap do |o|
1244
1605
  o.name = "StopBuild"
1245
1606
  o.http_method = "POST"
@@ -1250,6 +1611,16 @@ module Aws::CodeBuild
1250
1611
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1251
1612
  end)
1252
1613
 
1614
+ api.add_operation(:stop_build_batch, Seahorse::Model::Operation.new.tap do |o|
1615
+ o.name = "StopBuildBatch"
1616
+ o.http_method = "POST"
1617
+ o.http_request_uri = "/"
1618
+ o.input = Shapes::ShapeRef.new(shape: StopBuildBatchInput)
1619
+ o.output = Shapes::ShapeRef.new(shape: StopBuildBatchOutput)
1620
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1621
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1622
+ end)
1623
+
1253
1624
  api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
1254
1625
  o.name = "UpdateProject"
1255
1626
  o.http_method = "POST"