aws-sdk-codebuild 1.56.0 → 1.61.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')
@@ -52,6 +70,9 @@ module Aws::CodeBuild
52
70
  CreateWebhookInput = Shapes::StructureShape.new(name: 'CreateWebhookInput')
53
71
  CreateWebhookOutput = Shapes::StructureShape.new(name: 'CreateWebhookOutput')
54
72
  CredentialProviderType = Shapes::StringShape.new(name: 'CredentialProviderType')
73
+ DebugSession = Shapes::StructureShape.new(name: 'DebugSession')
74
+ DeleteBuildBatchInput = Shapes::StructureShape.new(name: 'DeleteBuildBatchInput')
75
+ DeleteBuildBatchOutput = Shapes::StructureShape.new(name: 'DeleteBuildBatchOutput')
55
76
  DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
56
77
  DeleteProjectOutput = Shapes::StructureShape.new(name: 'DeleteProjectOutput')
57
78
  DeleteReportGroupInput = Shapes::StructureShape.new(name: 'DeleteReportGroupInput')
@@ -64,6 +85,8 @@ module Aws::CodeBuild
64
85
  DeleteSourceCredentialsOutput = Shapes::StructureShape.new(name: 'DeleteSourceCredentialsOutput')
65
86
  DeleteWebhookInput = Shapes::StructureShape.new(name: 'DeleteWebhookInput')
66
87
  DeleteWebhookOutput = Shapes::StructureShape.new(name: 'DeleteWebhookOutput')
88
+ DescribeCodeCoveragesInput = Shapes::StructureShape.new(name: 'DescribeCodeCoveragesInput')
89
+ DescribeCodeCoveragesOutput = Shapes::StructureShape.new(name: 'DescribeCodeCoveragesOutput')
67
90
  DescribeTestCasesInput = Shapes::StructureShape.new(name: 'DescribeTestCasesInput')
68
91
  DescribeTestCasesOutput = Shapes::StructureShape.new(name: 'DescribeTestCasesOutput')
69
92
  EnvironmentImage = Shapes::StructureShape.new(name: 'EnvironmentImage')
@@ -85,6 +108,7 @@ module Aws::CodeBuild
85
108
  GetResourcePolicyOutput = Shapes::StructureShape.new(name: 'GetResourcePolicyOutput')
86
109
  GitCloneDepth = Shapes::IntegerShape.new(name: 'GitCloneDepth')
87
110
  GitSubmodulesConfig = Shapes::StructureShape.new(name: 'GitSubmodulesConfig')
111
+ Identifiers = Shapes::ListShape.new(name: 'Identifiers')
88
112
  ImagePullCredentialsType = Shapes::StringShape.new(name: 'ImagePullCredentialsType')
89
113
  ImageVersions = Shapes::ListShape.new(name: 'ImageVersions')
90
114
  ImportSourceCredentialsInput = Shapes::StructureShape.new(name: 'ImportSourceCredentialsInput')
@@ -94,6 +118,10 @@ module Aws::CodeBuild
94
118
  InvalidateProjectCacheOutput = Shapes::StructureShape.new(name: 'InvalidateProjectCacheOutput')
95
119
  KeyInput = Shapes::StringShape.new(name: 'KeyInput')
96
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')
97
125
  ListBuildsForProjectInput = Shapes::StructureShape.new(name: 'ListBuildsForProjectInput')
98
126
  ListBuildsForProjectOutput = Shapes::StructureShape.new(name: 'ListBuildsForProjectOutput')
99
127
  ListBuildsInput = Shapes::StructureShape.new(name: 'ListBuildsInput')
@@ -119,8 +147,10 @@ module Aws::CodeBuild
119
147
  LogsLocation = Shapes::StructureShape.new(name: 'LogsLocation')
120
148
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
121
149
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
150
+ NonNegativeInt = Shapes::IntegerShape.new(name: 'NonNegativeInt')
122
151
  OAuthProviderException = Shapes::StructureShape.new(name: 'OAuthProviderException')
123
152
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
153
+ Percentage = Shapes::FloatShape.new(name: 'Percentage')
124
154
  PhaseContext = Shapes::StructureShape.new(name: 'PhaseContext')
125
155
  PhaseContexts = Shapes::ListShape.new(name: 'PhaseContexts')
126
156
  PlatformType = Shapes::StringShape.new(name: 'PlatformType')
@@ -129,6 +159,7 @@ module Aws::CodeBuild
129
159
  ProjectArtifacts = Shapes::StructureShape.new(name: 'ProjectArtifacts')
130
160
  ProjectArtifactsList = Shapes::ListShape.new(name: 'ProjectArtifactsList')
131
161
  ProjectBadge = Shapes::StructureShape.new(name: 'ProjectBadge')
162
+ ProjectBuildBatchConfig = Shapes::StructureShape.new(name: 'ProjectBuildBatchConfig')
132
163
  ProjectCache = Shapes::StructureShape.new(name: 'ProjectCache')
133
164
  ProjectCacheModes = Shapes::ListShape.new(name: 'ProjectCacheModes')
134
165
  ProjectDescription = Shapes::StringShape.new(name: 'ProjectDescription')
@@ -148,6 +179,7 @@ module Aws::CodeBuild
148
179
  RegistryCredential = Shapes::StructureShape.new(name: 'RegistryCredential')
149
180
  Report = Shapes::StructureShape.new(name: 'Report')
150
181
  ReportArns = Shapes::ListShape.new(name: 'ReportArns')
182
+ ReportCodeCoverageSortByType = Shapes::StringShape.new(name: 'ReportCodeCoverageSortByType')
151
183
  ReportExportConfig = Shapes::StructureShape.new(name: 'ReportExportConfig')
152
184
  ReportExportConfigType = Shapes::StringShape.new(name: 'ReportExportConfigType')
153
185
  ReportFilter = Shapes::StructureShape.new(name: 'ReportFilter')
@@ -161,8 +193,15 @@ module Aws::CodeBuild
161
193
  ReportStatusType = Shapes::StringShape.new(name: 'ReportStatusType')
162
194
  ReportType = Shapes::StringShape.new(name: 'ReportType')
163
195
  Reports = Shapes::ListShape.new(name: 'Reports')
196
+ ResolvedArtifact = Shapes::StructureShape.new(name: 'ResolvedArtifact')
197
+ ResolvedSecondaryArtifacts = Shapes::ListShape.new(name: 'ResolvedSecondaryArtifacts')
164
198
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
165
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')
166
205
  S3LogsConfig = Shapes::StructureShape.new(name: 'S3LogsConfig')
167
206
  S3ReportExportConfig = Shapes::StructureShape.new(name: 'S3ReportExportConfig')
168
207
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
@@ -175,9 +214,13 @@ module Aws::CodeBuild
175
214
  SourceCredentialsInfo = Shapes::StructureShape.new(name: 'SourceCredentialsInfo')
176
215
  SourceCredentialsInfos = Shapes::ListShape.new(name: 'SourceCredentialsInfos')
177
216
  SourceType = Shapes::StringShape.new(name: 'SourceType')
217
+ StartBuildBatchInput = Shapes::StructureShape.new(name: 'StartBuildBatchInput')
218
+ StartBuildBatchOutput = Shapes::StructureShape.new(name: 'StartBuildBatchOutput')
178
219
  StartBuildInput = Shapes::StructureShape.new(name: 'StartBuildInput')
179
220
  StartBuildOutput = Shapes::StructureShape.new(name: 'StartBuildOutput')
180
221
  StatusType = Shapes::StringShape.new(name: 'StatusType')
222
+ StopBuildBatchInput = Shapes::StructureShape.new(name: 'StopBuildBatchInput')
223
+ StopBuildBatchOutput = Shapes::StructureShape.new(name: 'StopBuildBatchOutput')
181
224
  StopBuildInput = Shapes::StructureShape.new(name: 'StopBuildInput')
182
225
  StopBuildOutput = Shapes::StructureShape.new(name: 'StopBuildOutput')
183
226
  String = Shapes::StringShape.new(name: 'String')
@@ -199,6 +242,7 @@ module Aws::CodeBuild
199
242
  ValueInput = Shapes::StringShape.new(name: 'ValueInput')
200
243
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
201
244
  Webhook = Shapes::StructureShape.new(name: 'Webhook')
245
+ WebhookBuildType = Shapes::StringShape.new(name: 'WebhookBuildType')
202
246
  WebhookFilter = Shapes::StructureShape.new(name: 'WebhookFilter')
203
247
  WebhookFilterType = Shapes::StringShape.new(name: 'WebhookFilterType')
204
248
  WrapperBoolean = Shapes::BooleanShape.new(name: 'WrapperBoolean')
@@ -214,6 +258,13 @@ module Aws::CodeBuild
214
258
  BatchDeleteBuildsOutput.add_member(:builds_not_deleted, Shapes::ShapeRef.new(shape: BuildsNotDeleted, location_name: "buildsNotDeleted"))
215
259
  BatchDeleteBuildsOutput.struct_class = Types::BatchDeleteBuildsOutput
216
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
+
217
268
  BatchGetBuildsInput.add_member(:ids, Shapes::ShapeRef.new(shape: BuildIds, required: true, location_name: "ids"))
218
269
  BatchGetBuildsInput.struct_class = Types::BatchGetBuildsInput
219
270
 
@@ -242,6 +293,10 @@ module Aws::CodeBuild
242
293
  BatchGetReportsOutput.add_member(:reports_not_found, Shapes::ShapeRef.new(shape: ReportArns, location_name: "reportsNotFound"))
243
294
  BatchGetReportsOutput.struct_class = Types::BatchGetReportsOutput
244
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
+
245
300
  Build.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
246
301
  Build.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
247
302
  Build.add_member(:build_number, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "buildNumber"))
@@ -272,6 +327,8 @@ module Aws::CodeBuild
272
327
  Build.add_member(:exported_environment_variables, Shapes::ShapeRef.new(shape: ExportedEnvironmentVariables, location_name: "exportedEnvironmentVariables"))
273
328
  Build.add_member(:report_arns, Shapes::ShapeRef.new(shape: BuildReportArns, location_name: "reportArns"))
274
329
  Build.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
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"))
275
332
  Build.struct_class = Types::Build
276
333
 
277
334
  BuildArtifacts.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
@@ -284,6 +341,63 @@ module Aws::CodeBuild
284
341
 
285
342
  BuildArtifactsList.member = Shapes::ShapeRef.new(shape: BuildArtifacts)
286
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
+
287
401
  BuildIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
288
402
 
289
403
  BuildNotDeleted.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
@@ -306,6 +420,15 @@ module Aws::CodeBuild
306
420
  BuildStatusConfig.add_member(:target_url, Shapes::ShapeRef.new(shape: String, location_name: "targetUrl"))
307
421
  BuildStatusConfig.struct_class = Types::BuildStatusConfig
308
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
+
309
432
  Builds.member = Shapes::ShapeRef.new(shape: Build)
310
433
 
311
434
  BuildsNotDeleted.member = Shapes::ShapeRef.new(shape: BuildNotDeleted)
@@ -315,6 +438,30 @@ module Aws::CodeBuild
315
438
  CloudWatchLogsConfig.add_member(:stream_name, Shapes::ShapeRef.new(shape: String, location_name: "streamName"))
316
439
  CloudWatchLogsConfig.struct_class = Types::CloudWatchLogsConfig
317
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
+
318
465
  CreateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
319
466
  CreateProjectInput.add_member(:description, Shapes::ShapeRef.new(shape: ProjectDescription, location_name: "description"))
320
467
  CreateProjectInput.add_member(:source, Shapes::ShapeRef.new(shape: ProjectSource, required: true, location_name: "source"))
@@ -334,6 +481,7 @@ module Aws::CodeBuild
334
481
  CreateProjectInput.add_member(:badge_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "badgeEnabled"))
335
482
  CreateProjectInput.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
336
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"))
337
485
  CreateProjectInput.struct_class = Types::CreateProjectInput
338
486
 
339
487
  CreateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
@@ -351,17 +499,31 @@ module Aws::CodeBuild
351
499
  CreateWebhookInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "projectName"))
352
500
  CreateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
353
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"))
354
503
  CreateWebhookInput.struct_class = Types::CreateWebhookInput
355
504
 
356
505
  CreateWebhookOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: Webhook, location_name: "webhook"))
357
506
  CreateWebhookOutput.struct_class = Types::CreateWebhookOutput
358
507
 
508
+ DebugSession.add_member(:session_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "sessionEnabled"))
509
+ DebugSession.add_member(:session_target, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "sessionTarget"))
510
+ DebugSession.struct_class = Types::DebugSession
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
+
359
520
  DeleteProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "name"))
360
521
  DeleteProjectInput.struct_class = Types::DeleteProjectInput
361
522
 
362
523
  DeleteProjectOutput.struct_class = Types::DeleteProjectOutput
363
524
 
364
525
  DeleteReportGroupInput.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "arn"))
526
+ DeleteReportGroupInput.add_member(:delete_reports, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteReports"))
365
527
  DeleteReportGroupInput.struct_class = Types::DeleteReportGroupInput
366
528
 
367
529
  DeleteReportGroupOutput.struct_class = Types::DeleteReportGroupOutput
@@ -387,6 +549,19 @@ module Aws::CodeBuild
387
549
 
388
550
  DeleteWebhookOutput.struct_class = Types::DeleteWebhookOutput
389
551
 
552
+ DescribeCodeCoveragesInput.add_member(:report_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "reportArn"))
553
+ DescribeCodeCoveragesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
554
+ DescribeCodeCoveragesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
555
+ DescribeCodeCoveragesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
556
+ DescribeCodeCoveragesInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ReportCodeCoverageSortByType, location_name: "sortBy"))
557
+ DescribeCodeCoveragesInput.add_member(:min_line_coverage_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "minLineCoveragePercentage"))
558
+ DescribeCodeCoveragesInput.add_member(:max_line_coverage_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "maxLineCoveragePercentage"))
559
+ DescribeCodeCoveragesInput.struct_class = Types::DescribeCodeCoveragesInput
560
+
561
+ DescribeCodeCoveragesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
562
+ DescribeCodeCoveragesOutput.add_member(:code_coverages, Shapes::ShapeRef.new(shape: CodeCoverages, location_name: "codeCoverages"))
563
+ DescribeCodeCoveragesOutput.struct_class = Types::DescribeCodeCoveragesOutput
564
+
390
565
  DescribeTestCasesInput.add_member(:report_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "reportArn"))
391
566
  DescribeTestCasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
392
567
  DescribeTestCasesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
@@ -442,6 +617,8 @@ module Aws::CodeBuild
442
617
  GitSubmodulesConfig.add_member(:fetch_submodules, Shapes::ShapeRef.new(shape: WrapperBoolean, required: true, location_name: "fetchSubmodules"))
443
618
  GitSubmodulesConfig.struct_class = Types::GitSubmodulesConfig
444
619
 
620
+ Identifiers.member = Shapes::ShapeRef.new(shape: NonEmptyString)
621
+
445
622
  ImageVersions.member = Shapes::ShapeRef.new(shape: String)
446
623
 
447
624
  ImportSourceCredentialsInput.add_member(:username, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "username"))
@@ -461,6 +638,27 @@ module Aws::CodeBuild
461
638
 
462
639
  InvalidateProjectCacheOutput.struct_class = Types::InvalidateProjectCacheOutput
463
640
 
641
+ ListBuildBatchesForProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "projectName"))
642
+ ListBuildBatchesForProjectInput.add_member(:filter, Shapes::ShapeRef.new(shape: BuildBatchFilter, location_name: "filter"))
643
+ ListBuildBatchesForProjectInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
644
+ ListBuildBatchesForProjectInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
645
+ ListBuildBatchesForProjectInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
646
+ ListBuildBatchesForProjectInput.struct_class = Types::ListBuildBatchesForProjectInput
647
+
648
+ ListBuildBatchesForProjectOutput.add_member(:ids, Shapes::ShapeRef.new(shape: BuildBatchIds, location_name: "ids"))
649
+ ListBuildBatchesForProjectOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
650
+ ListBuildBatchesForProjectOutput.struct_class = Types::ListBuildBatchesForProjectOutput
651
+
652
+ ListBuildBatchesInput.add_member(:filter, Shapes::ShapeRef.new(shape: BuildBatchFilter, location_name: "filter"))
653
+ ListBuildBatchesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
654
+ ListBuildBatchesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
655
+ ListBuildBatchesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
656
+ ListBuildBatchesInput.struct_class = Types::ListBuildBatchesInput
657
+
658
+ ListBuildBatchesOutput.add_member(:ids, Shapes::ShapeRef.new(shape: BuildBatchIds, location_name: "ids"))
659
+ ListBuildBatchesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
660
+ ListBuildBatchesOutput.struct_class = Types::ListBuildBatchesOutput
661
+
464
662
  ListBuildsForProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
465
663
  ListBuildsForProjectInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
466
664
  ListBuildsForProjectInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
@@ -597,6 +795,7 @@ module Aws::CodeBuild
597
795
  Project.add_member(:badge, Shapes::ShapeRef.new(shape: ProjectBadge, location_name: "badge"))
598
796
  Project.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
599
797
  Project.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
798
+ Project.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
600
799
  Project.struct_class = Types::Project
601
800
 
602
801
  ProjectArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
@@ -618,6 +817,12 @@ module Aws::CodeBuild
618
817
  ProjectBadge.add_member(:badge_request_url, Shapes::ShapeRef.new(shape: String, location_name: "badgeRequestUrl"))
619
818
  ProjectBadge.struct_class = Types::ProjectBadge
620
819
 
820
+ ProjectBuildBatchConfig.add_member(:service_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "serviceRole"))
821
+ ProjectBuildBatchConfig.add_member(:combine_artifacts, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "combineArtifacts"))
822
+ ProjectBuildBatchConfig.add_member(:restrictions, Shapes::ShapeRef.new(shape: BatchRestrictions, location_name: "restrictions"))
823
+ ProjectBuildBatchConfig.add_member(:timeout_in_mins, Shapes::ShapeRef.new(shape: WrapperInt, location_name: "timeoutInMins"))
824
+ ProjectBuildBatchConfig.struct_class = Types::ProjectBuildBatchConfig
825
+
621
826
  ProjectCache.add_member(:type, Shapes::ShapeRef.new(shape: CacheType, required: true, location_name: "type"))
622
827
  ProjectCache.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
623
828
  ProjectCache.add_member(:modes, Shapes::ShapeRef.new(shape: ProjectCacheModes, location_name: "modes"))
@@ -690,6 +895,7 @@ module Aws::CodeBuild
690
895
  Report.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
691
896
  Report.add_member(:truncated, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "truncated"))
692
897
  Report.add_member(:test_summary, Shapes::ShapeRef.new(shape: TestReportSummary, location_name: "testSummary"))
898
+ Report.add_member(:code_coverage_summary, Shapes::ShapeRef.new(shape: CodeCoverageReportSummary, location_name: "codeCoverageSummary"))
693
899
  Report.struct_class = Types::Report
694
900
 
695
901
  ReportArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
@@ -719,10 +925,32 @@ module Aws::CodeBuild
719
925
 
720
926
  Reports.member = Shapes::ShapeRef.new(shape: Report)
721
927
 
928
+ ResolvedArtifact.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactsType, location_name: "type"))
929
+ ResolvedArtifact.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
930
+ ResolvedArtifact.add_member(:identifier, Shapes::ShapeRef.new(shape: String, location_name: "identifier"))
931
+ ResolvedArtifact.struct_class = Types::ResolvedArtifact
932
+
933
+ ResolvedSecondaryArtifacts.member = Shapes::ShapeRef.new(shape: ResolvedArtifact)
934
+
722
935
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
723
936
 
724
937
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
725
938
 
939
+ RetryBuildBatchInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
940
+ RetryBuildBatchInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: String, location_name: "idempotencyToken"))
941
+ RetryBuildBatchInput.add_member(:retry_type, Shapes::ShapeRef.new(shape: RetryBuildBatchType, location_name: "retryType"))
942
+ RetryBuildBatchInput.struct_class = Types::RetryBuildBatchInput
943
+
944
+ RetryBuildBatchOutput.add_member(:build_batch, Shapes::ShapeRef.new(shape: BuildBatch, location_name: "buildBatch"))
945
+ RetryBuildBatchOutput.struct_class = Types::RetryBuildBatchOutput
946
+
947
+ RetryBuildInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
948
+ RetryBuildInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: String, location_name: "idempotencyToken"))
949
+ RetryBuildInput.struct_class = Types::RetryBuildInput
950
+
951
+ RetryBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "build"))
952
+ RetryBuildOutput.struct_class = Types::RetryBuildOutput
953
+
726
954
  S3LogsConfig.add_member(:status, Shapes::ShapeRef.new(shape: LogsConfigStatusType, required: true, location_name: "status"))
727
955
  S3LogsConfig.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
728
956
  S3LogsConfig.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
@@ -748,6 +976,41 @@ module Aws::CodeBuild
748
976
 
749
977
  SourceCredentialsInfos.member = Shapes::ShapeRef.new(shape: SourceCredentialsInfo)
750
978
 
979
+ StartBuildBatchInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
980
+ StartBuildBatchInput.add_member(:secondary_sources_override, Shapes::ShapeRef.new(shape: ProjectSources, location_name: "secondarySourcesOverride"))
981
+ StartBuildBatchInput.add_member(:secondary_sources_version_override, Shapes::ShapeRef.new(shape: ProjectSecondarySourceVersions, location_name: "secondarySourcesVersionOverride"))
982
+ StartBuildBatchInput.add_member(:source_version, Shapes::ShapeRef.new(shape: String, location_name: "sourceVersion"))
983
+ StartBuildBatchInput.add_member(:artifacts_override, Shapes::ShapeRef.new(shape: ProjectArtifacts, location_name: "artifactsOverride"))
984
+ StartBuildBatchInput.add_member(:secondary_artifacts_override, Shapes::ShapeRef.new(shape: ProjectArtifactsList, location_name: "secondaryArtifactsOverride"))
985
+ StartBuildBatchInput.add_member(:environment_variables_override, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environmentVariablesOverride"))
986
+ StartBuildBatchInput.add_member(:source_type_override, Shapes::ShapeRef.new(shape: SourceType, location_name: "sourceTypeOverride"))
987
+ StartBuildBatchInput.add_member(:source_location_override, Shapes::ShapeRef.new(shape: String, location_name: "sourceLocationOverride"))
988
+ StartBuildBatchInput.add_member(:source_auth_override, Shapes::ShapeRef.new(shape: SourceAuth, location_name: "sourceAuthOverride"))
989
+ StartBuildBatchInput.add_member(:git_clone_depth_override, Shapes::ShapeRef.new(shape: GitCloneDepth, location_name: "gitCloneDepthOverride"))
990
+ StartBuildBatchInput.add_member(:git_submodules_config_override, Shapes::ShapeRef.new(shape: GitSubmodulesConfig, location_name: "gitSubmodulesConfigOverride"))
991
+ StartBuildBatchInput.add_member(:buildspec_override, Shapes::ShapeRef.new(shape: String, location_name: "buildspecOverride"))
992
+ StartBuildBatchInput.add_member(:insecure_ssl_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "insecureSslOverride"))
993
+ StartBuildBatchInput.add_member(:report_build_batch_status_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "reportBuildBatchStatusOverride"))
994
+ StartBuildBatchInput.add_member(:environment_type_override, Shapes::ShapeRef.new(shape: EnvironmentType, location_name: "environmentTypeOverride"))
995
+ StartBuildBatchInput.add_member(:image_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageOverride"))
996
+ StartBuildBatchInput.add_member(:compute_type_override, Shapes::ShapeRef.new(shape: ComputeType, location_name: "computeTypeOverride"))
997
+ StartBuildBatchInput.add_member(:certificate_override, Shapes::ShapeRef.new(shape: String, location_name: "certificateOverride"))
998
+ StartBuildBatchInput.add_member(:cache_override, Shapes::ShapeRef.new(shape: ProjectCache, location_name: "cacheOverride"))
999
+ StartBuildBatchInput.add_member(:service_role_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "serviceRoleOverride"))
1000
+ StartBuildBatchInput.add_member(:privileged_mode_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "privilegedModeOverride"))
1001
+ StartBuildBatchInput.add_member(:build_timeout_in_minutes_override, Shapes::ShapeRef.new(shape: TimeOut, location_name: "buildTimeoutInMinutesOverride"))
1002
+ StartBuildBatchInput.add_member(:queued_timeout_in_minutes_override, Shapes::ShapeRef.new(shape: TimeOut, location_name: "queuedTimeoutInMinutesOverride"))
1003
+ StartBuildBatchInput.add_member(:encryption_key_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "encryptionKeyOverride"))
1004
+ StartBuildBatchInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: String, location_name: "idempotencyToken"))
1005
+ StartBuildBatchInput.add_member(:logs_config_override, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfigOverride"))
1006
+ StartBuildBatchInput.add_member(:registry_credential_override, Shapes::ShapeRef.new(shape: RegistryCredential, location_name: "registryCredentialOverride"))
1007
+ StartBuildBatchInput.add_member(:image_pull_credentials_type_override, Shapes::ShapeRef.new(shape: ImagePullCredentialsType, location_name: "imagePullCredentialsTypeOverride"))
1008
+ StartBuildBatchInput.add_member(:build_batch_config_override, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfigOverride"))
1009
+ StartBuildBatchInput.struct_class = Types::StartBuildBatchInput
1010
+
1011
+ StartBuildBatchOutput.add_member(:build_batch, Shapes::ShapeRef.new(shape: BuildBatch, location_name: "buildBatch"))
1012
+ StartBuildBatchOutput.struct_class = Types::StartBuildBatchOutput
1013
+
751
1014
  StartBuildInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
752
1015
  StartBuildInput.add_member(:secondary_sources_override, Shapes::ShapeRef.new(shape: ProjectSources, location_name: "secondarySourcesOverride"))
753
1016
  StartBuildInput.add_member(:secondary_sources_version_override, Shapes::ShapeRef.new(shape: ProjectSecondarySourceVersions, location_name: "secondarySourcesVersionOverride"))
@@ -778,11 +1041,18 @@ module Aws::CodeBuild
778
1041
  StartBuildInput.add_member(:logs_config_override, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfigOverride"))
779
1042
  StartBuildInput.add_member(:registry_credential_override, Shapes::ShapeRef.new(shape: RegistryCredential, location_name: "registryCredentialOverride"))
780
1043
  StartBuildInput.add_member(:image_pull_credentials_type_override, Shapes::ShapeRef.new(shape: ImagePullCredentialsType, location_name: "imagePullCredentialsTypeOverride"))
1044
+ StartBuildInput.add_member(:debug_session_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "debugSessionEnabled"))
781
1045
  StartBuildInput.struct_class = Types::StartBuildInput
782
1046
 
783
1047
  StartBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "build"))
784
1048
  StartBuildOutput.struct_class = Types::StartBuildOutput
785
1049
 
1050
+ StopBuildBatchInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "id"))
1051
+ StopBuildBatchInput.struct_class = Types::StopBuildBatchInput
1052
+
1053
+ StopBuildBatchOutput.add_member(:build_batch, Shapes::ShapeRef.new(shape: BuildBatch, location_name: "buildBatch"))
1054
+ StopBuildBatchOutput.struct_class = Types::StopBuildBatchOutput
1055
+
786
1056
  StopBuildInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "id"))
787
1057
  StopBuildInput.struct_class = Types::StopBuildInput
788
1058
 
@@ -808,6 +1078,7 @@ module Aws::CodeBuild
808
1078
  TestCase.struct_class = Types::TestCase
809
1079
 
810
1080
  TestCaseFilter.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
1081
+ TestCaseFilter.add_member(:keyword, Shapes::ShapeRef.new(shape: String, location_name: "keyword"))
811
1082
  TestCaseFilter.struct_class = Types::TestCaseFilter
812
1083
 
813
1084
  TestCases.member = Shapes::ShapeRef.new(shape: TestCase)
@@ -836,6 +1107,7 @@ module Aws::CodeBuild
836
1107
  UpdateProjectInput.add_member(:badge_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "badgeEnabled"))
837
1108
  UpdateProjectInput.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
838
1109
  UpdateProjectInput.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
1110
+ UpdateProjectInput.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
839
1111
  UpdateProjectInput.struct_class = Types::UpdateProjectInput
840
1112
 
841
1113
  UpdateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
@@ -853,6 +1125,7 @@ module Aws::CodeBuild
853
1125
  UpdateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
854
1126
  UpdateWebhookInput.add_member(:rotate_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "rotateSecret"))
855
1127
  UpdateWebhookInput.add_member(:filter_groups, Shapes::ShapeRef.new(shape: FilterGroups, location_name: "filterGroups"))
1128
+ UpdateWebhookInput.add_member(:build_type, Shapes::ShapeRef.new(shape: WebhookBuildType, location_name: "buildType"))
856
1129
  UpdateWebhookInput.struct_class = Types::UpdateWebhookInput
857
1130
 
858
1131
  UpdateWebhookOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: Webhook, location_name: "webhook"))
@@ -868,6 +1141,7 @@ module Aws::CodeBuild
868
1141
  Webhook.add_member(:secret, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "secret"))
869
1142
  Webhook.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
870
1143
  Webhook.add_member(:filter_groups, Shapes::ShapeRef.new(shape: FilterGroups, location_name: "filterGroups"))
1144
+ Webhook.add_member(:build_type, Shapes::ShapeRef.new(shape: WebhookBuildType, location_name: "buildType"))
871
1145
  Webhook.add_member(:last_modified_secret, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedSecret"))
872
1146
  Webhook.struct_class = Types::Webhook
873
1147
 
@@ -903,6 +1177,15 @@ module Aws::CodeBuild
903
1177
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
904
1178
  end)
905
1179
 
1180
+ api.add_operation(:batch_get_build_batches, Seahorse::Model::Operation.new.tap do |o|
1181
+ o.name = "BatchGetBuildBatches"
1182
+ o.http_method = "POST"
1183
+ o.http_request_uri = "/"
1184
+ o.input = Shapes::ShapeRef.new(shape: BatchGetBuildBatchesInput)
1185
+ o.output = Shapes::ShapeRef.new(shape: BatchGetBuildBatchesOutput)
1186
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1187
+ end)
1188
+
906
1189
  api.add_operation(:batch_get_builds, Seahorse::Model::Operation.new.tap do |o|
907
1190
  o.name = "BatchGetBuilds"
908
1191
  o.http_method = "POST"
@@ -973,6 +1256,15 @@ module Aws::CodeBuild
973
1256
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
974
1257
  end)
975
1258
 
1259
+ api.add_operation(:delete_build_batch, Seahorse::Model::Operation.new.tap do |o|
1260
+ o.name = "DeleteBuildBatch"
1261
+ o.http_method = "POST"
1262
+ o.http_request_uri = "/"
1263
+ o.input = Shapes::ShapeRef.new(shape: DeleteBuildBatchInput)
1264
+ o.output = Shapes::ShapeRef.new(shape: DeleteBuildBatchOutput)
1265
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1266
+ end)
1267
+
976
1268
  api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
977
1269
  o.name = "DeleteProject"
978
1270
  o.http_method = "POST"
@@ -1030,6 +1322,21 @@ module Aws::CodeBuild
1030
1322
  o.errors << Shapes::ShapeRef.new(shape: OAuthProviderException)
1031
1323
  end)
1032
1324
 
1325
+ api.add_operation(:describe_code_coverages, Seahorse::Model::Operation.new.tap do |o|
1326
+ o.name = "DescribeCodeCoverages"
1327
+ o.http_method = "POST"
1328
+ o.http_request_uri = "/"
1329
+ o.input = Shapes::ShapeRef.new(shape: DescribeCodeCoveragesInput)
1330
+ o.output = Shapes::ShapeRef.new(shape: DescribeCodeCoveragesOutput)
1331
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1332
+ o[:pager] = Aws::Pager.new(
1333
+ limit_key: "max_results",
1334
+ tokens: {
1335
+ "next_token" => "next_token"
1336
+ }
1337
+ )
1338
+ end)
1339
+
1033
1340
  api.add_operation(:describe_test_cases, Seahorse::Model::Operation.new.tap do |o|
1034
1341
  o.name = "DescribeTestCases"
1035
1342
  o.http_method = "POST"
@@ -1077,6 +1384,37 @@ module Aws::CodeBuild
1077
1384
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1078
1385
  end)
1079
1386
 
1387
+ api.add_operation(:list_build_batches, Seahorse::Model::Operation.new.tap do |o|
1388
+ o.name = "ListBuildBatches"
1389
+ o.http_method = "POST"
1390
+ o.http_request_uri = "/"
1391
+ o.input = Shapes::ShapeRef.new(shape: ListBuildBatchesInput)
1392
+ o.output = Shapes::ShapeRef.new(shape: ListBuildBatchesOutput)
1393
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1394
+ o[:pager] = Aws::Pager.new(
1395
+ limit_key: "max_results",
1396
+ tokens: {
1397
+ "next_token" => "next_token"
1398
+ }
1399
+ )
1400
+ end)
1401
+
1402
+ api.add_operation(:list_build_batches_for_project, Seahorse::Model::Operation.new.tap do |o|
1403
+ o.name = "ListBuildBatchesForProject"
1404
+ o.http_method = "POST"
1405
+ o.http_request_uri = "/"
1406
+ o.input = Shapes::ShapeRef.new(shape: ListBuildBatchesForProjectInput)
1407
+ o.output = Shapes::ShapeRef.new(shape: ListBuildBatchesForProjectOutput)
1408
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1409
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1410
+ o[:pager] = Aws::Pager.new(
1411
+ limit_key: "max_results",
1412
+ tokens: {
1413
+ "next_token" => "next_token"
1414
+ }
1415
+ )
1416
+ end)
1417
+
1080
1418
  api.add_operation(:list_builds, Seahorse::Model::Operation.new.tap do |o|
1081
1419
  o.name = "ListBuilds"
1082
1420
  o.http_method = "POST"
@@ -1210,6 +1548,7 @@ module Aws::CodeBuild
1210
1548
  o.http_request_uri = "/"
1211
1549
  o.input = Shapes::ShapeRef.new(shape: ListSourceCredentialsInput)
1212
1550
  o.output = Shapes::ShapeRef.new(shape: ListSourceCredentialsOutput)
1551
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1213
1552
  end)
1214
1553
 
1215
1554
  api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -1222,6 +1561,27 @@ module Aws::CodeBuild
1222
1561
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1223
1562
  end)
1224
1563
 
1564
+ api.add_operation(:retry_build, Seahorse::Model::Operation.new.tap do |o|
1565
+ o.name = "RetryBuild"
1566
+ o.http_method = "POST"
1567
+ o.http_request_uri = "/"
1568
+ o.input = Shapes::ShapeRef.new(shape: RetryBuildInput)
1569
+ o.output = Shapes::ShapeRef.new(shape: RetryBuildOutput)
1570
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1572
+ o.errors << Shapes::ShapeRef.new(shape: AccountLimitExceededException)
1573
+ end)
1574
+
1575
+ api.add_operation(:retry_build_batch, Seahorse::Model::Operation.new.tap do |o|
1576
+ o.name = "RetryBuildBatch"
1577
+ o.http_method = "POST"
1578
+ o.http_request_uri = "/"
1579
+ o.input = Shapes::ShapeRef.new(shape: RetryBuildBatchInput)
1580
+ o.output = Shapes::ShapeRef.new(shape: RetryBuildBatchOutput)
1581
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1582
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1583
+ end)
1584
+
1225
1585
  api.add_operation(:start_build, Seahorse::Model::Operation.new.tap do |o|
1226
1586
  o.name = "StartBuild"
1227
1587
  o.http_method = "POST"
@@ -1233,6 +1593,16 @@ module Aws::CodeBuild
1233
1593
  o.errors << Shapes::ShapeRef.new(shape: AccountLimitExceededException)
1234
1594
  end)
1235
1595
 
1596
+ api.add_operation(:start_build_batch, Seahorse::Model::Operation.new.tap do |o|
1597
+ o.name = "StartBuildBatch"
1598
+ o.http_method = "POST"
1599
+ o.http_request_uri = "/"
1600
+ o.input = Shapes::ShapeRef.new(shape: StartBuildBatchInput)
1601
+ o.output = Shapes::ShapeRef.new(shape: StartBuildBatchOutput)
1602
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1604
+ end)
1605
+
1236
1606
  api.add_operation(:stop_build, Seahorse::Model::Operation.new.tap do |o|
1237
1607
  o.name = "StopBuild"
1238
1608
  o.http_method = "POST"
@@ -1243,6 +1613,16 @@ module Aws::CodeBuild
1243
1613
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1244
1614
  end)
1245
1615
 
1616
+ api.add_operation(:stop_build_batch, Seahorse::Model::Operation.new.tap do |o|
1617
+ o.name = "StopBuildBatch"
1618
+ o.http_method = "POST"
1619
+ o.http_request_uri = "/"
1620
+ o.input = Shapes::ShapeRef.new(shape: StopBuildBatchInput)
1621
+ o.output = Shapes::ShapeRef.new(shape: StopBuildBatchOutput)
1622
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1624
+ end)
1625
+
1246
1626
  api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
1247
1627
  o.name = "UpdateProject"
1248
1628
  o.http_method = "POST"