aws-sdk-codebuild 1.54.0 → 1.59.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,22 +30,39 @@ 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')
38
50
  BuildPhaseType = Shapes::StringShape.new(name: 'BuildPhaseType')
39
51
  BuildPhases = Shapes::ListShape.new(name: 'BuildPhases')
40
52
  BuildReportArns = Shapes::ListShape.new(name: 'BuildReportArns')
53
+ BuildStatusConfig = Shapes::StructureShape.new(name: 'BuildStatusConfig')
54
+ BuildSummaries = Shapes::ListShape.new(name: 'BuildSummaries')
55
+ BuildSummary = Shapes::StructureShape.new(name: 'BuildSummary')
41
56
  Builds = Shapes::ListShape.new(name: 'Builds')
42
57
  BuildsNotDeleted = Shapes::ListShape.new(name: 'BuildsNotDeleted')
43
58
  CacheMode = Shapes::StringShape.new(name: 'CacheMode')
44
59
  CacheType = Shapes::StringShape.new(name: 'CacheType')
45
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')
46
64
  ComputeType = Shapes::StringShape.new(name: 'ComputeType')
65
+ ComputeTypesAllowed = Shapes::ListShape.new(name: 'ComputeTypesAllowed')
47
66
  CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
48
67
  CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
49
68
  CreateReportGroupInput = Shapes::StructureShape.new(name: 'CreateReportGroupInput')
@@ -51,6 +70,9 @@ module Aws::CodeBuild
51
70
  CreateWebhookInput = Shapes::StructureShape.new(name: 'CreateWebhookInput')
52
71
  CreateWebhookOutput = Shapes::StructureShape.new(name: 'CreateWebhookOutput')
53
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')
54
76
  DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
55
77
  DeleteProjectOutput = Shapes::StructureShape.new(name: 'DeleteProjectOutput')
56
78
  DeleteReportGroupInput = Shapes::StructureShape.new(name: 'DeleteReportGroupInput')
@@ -63,6 +85,8 @@ module Aws::CodeBuild
63
85
  DeleteSourceCredentialsOutput = Shapes::StructureShape.new(name: 'DeleteSourceCredentialsOutput')
64
86
  DeleteWebhookInput = Shapes::StructureShape.new(name: 'DeleteWebhookInput')
65
87
  DeleteWebhookOutput = Shapes::StructureShape.new(name: 'DeleteWebhookOutput')
88
+ DescribeCodeCoveragesInput = Shapes::StructureShape.new(name: 'DescribeCodeCoveragesInput')
89
+ DescribeCodeCoveragesOutput = Shapes::StructureShape.new(name: 'DescribeCodeCoveragesOutput')
66
90
  DescribeTestCasesInput = Shapes::StructureShape.new(name: 'DescribeTestCasesInput')
67
91
  DescribeTestCasesOutput = Shapes::StructureShape.new(name: 'DescribeTestCasesOutput')
68
92
  EnvironmentImage = Shapes::StructureShape.new(name: 'EnvironmentImage')
@@ -84,6 +108,7 @@ module Aws::CodeBuild
84
108
  GetResourcePolicyOutput = Shapes::StructureShape.new(name: 'GetResourcePolicyOutput')
85
109
  GitCloneDepth = Shapes::IntegerShape.new(name: 'GitCloneDepth')
86
110
  GitSubmodulesConfig = Shapes::StructureShape.new(name: 'GitSubmodulesConfig')
111
+ Identifiers = Shapes::ListShape.new(name: 'Identifiers')
87
112
  ImagePullCredentialsType = Shapes::StringShape.new(name: 'ImagePullCredentialsType')
88
113
  ImageVersions = Shapes::ListShape.new(name: 'ImageVersions')
89
114
  ImportSourceCredentialsInput = Shapes::StructureShape.new(name: 'ImportSourceCredentialsInput')
@@ -93,6 +118,10 @@ module Aws::CodeBuild
93
118
  InvalidateProjectCacheOutput = Shapes::StructureShape.new(name: 'InvalidateProjectCacheOutput')
94
119
  KeyInput = Shapes::StringShape.new(name: 'KeyInput')
95
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')
96
125
  ListBuildsForProjectInput = Shapes::StructureShape.new(name: 'ListBuildsForProjectInput')
97
126
  ListBuildsForProjectOutput = Shapes::StructureShape.new(name: 'ListBuildsForProjectOutput')
98
127
  ListBuildsInput = Shapes::StructureShape.new(name: 'ListBuildsInput')
@@ -118,8 +147,10 @@ module Aws::CodeBuild
118
147
  LogsLocation = Shapes::StructureShape.new(name: 'LogsLocation')
119
148
  NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
120
149
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
150
+ NonNegativeInt = Shapes::IntegerShape.new(name: 'NonNegativeInt')
121
151
  OAuthProviderException = Shapes::StructureShape.new(name: 'OAuthProviderException')
122
152
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
153
+ Percentage = Shapes::FloatShape.new(name: 'Percentage')
123
154
  PhaseContext = Shapes::StructureShape.new(name: 'PhaseContext')
124
155
  PhaseContexts = Shapes::ListShape.new(name: 'PhaseContexts')
125
156
  PlatformType = Shapes::StringShape.new(name: 'PlatformType')
@@ -128,6 +159,7 @@ module Aws::CodeBuild
128
159
  ProjectArtifacts = Shapes::StructureShape.new(name: 'ProjectArtifacts')
129
160
  ProjectArtifactsList = Shapes::ListShape.new(name: 'ProjectArtifactsList')
130
161
  ProjectBadge = Shapes::StructureShape.new(name: 'ProjectBadge')
162
+ ProjectBuildBatchConfig = Shapes::StructureShape.new(name: 'ProjectBuildBatchConfig')
131
163
  ProjectCache = Shapes::StructureShape.new(name: 'ProjectCache')
132
164
  ProjectCacheModes = Shapes::ListShape.new(name: 'ProjectCacheModes')
133
165
  ProjectDescription = Shapes::StringShape.new(name: 'ProjectDescription')
@@ -147,6 +179,7 @@ module Aws::CodeBuild
147
179
  RegistryCredential = Shapes::StructureShape.new(name: 'RegistryCredential')
148
180
  Report = Shapes::StructureShape.new(name: 'Report')
149
181
  ReportArns = Shapes::ListShape.new(name: 'ReportArns')
182
+ ReportCodeCoverageSortByType = Shapes::StringShape.new(name: 'ReportCodeCoverageSortByType')
150
183
  ReportExportConfig = Shapes::StructureShape.new(name: 'ReportExportConfig')
151
184
  ReportExportConfigType = Shapes::StringShape.new(name: 'ReportExportConfigType')
152
185
  ReportFilter = Shapes::StructureShape.new(name: 'ReportFilter')
@@ -160,8 +193,15 @@ module Aws::CodeBuild
160
193
  ReportStatusType = Shapes::StringShape.new(name: 'ReportStatusType')
161
194
  ReportType = Shapes::StringShape.new(name: 'ReportType')
162
195
  Reports = Shapes::ListShape.new(name: 'Reports')
196
+ ResolvedArtifact = Shapes::StructureShape.new(name: 'ResolvedArtifact')
197
+ ResolvedSecondaryArtifacts = Shapes::ListShape.new(name: 'ResolvedSecondaryArtifacts')
163
198
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
164
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')
165
205
  S3LogsConfig = Shapes::StructureShape.new(name: 'S3LogsConfig')
166
206
  S3ReportExportConfig = Shapes::StructureShape.new(name: 'S3ReportExportConfig')
167
207
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
@@ -174,9 +214,13 @@ module Aws::CodeBuild
174
214
  SourceCredentialsInfo = Shapes::StructureShape.new(name: 'SourceCredentialsInfo')
175
215
  SourceCredentialsInfos = Shapes::ListShape.new(name: 'SourceCredentialsInfos')
176
216
  SourceType = Shapes::StringShape.new(name: 'SourceType')
217
+ StartBuildBatchInput = Shapes::StructureShape.new(name: 'StartBuildBatchInput')
218
+ StartBuildBatchOutput = Shapes::StructureShape.new(name: 'StartBuildBatchOutput')
177
219
  StartBuildInput = Shapes::StructureShape.new(name: 'StartBuildInput')
178
220
  StartBuildOutput = Shapes::StructureShape.new(name: 'StartBuildOutput')
179
221
  StatusType = Shapes::StringShape.new(name: 'StatusType')
222
+ StopBuildBatchInput = Shapes::StructureShape.new(name: 'StopBuildBatchInput')
223
+ StopBuildBatchOutput = Shapes::StructureShape.new(name: 'StopBuildBatchOutput')
180
224
  StopBuildInput = Shapes::StructureShape.new(name: 'StopBuildInput')
181
225
  StopBuildOutput = Shapes::StructureShape.new(name: 'StopBuildOutput')
182
226
  String = Shapes::StringShape.new(name: 'String')
@@ -198,6 +242,7 @@ module Aws::CodeBuild
198
242
  ValueInput = Shapes::StringShape.new(name: 'ValueInput')
199
243
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
200
244
  Webhook = Shapes::StructureShape.new(name: 'Webhook')
245
+ WebhookBuildType = Shapes::StringShape.new(name: 'WebhookBuildType')
201
246
  WebhookFilter = Shapes::StructureShape.new(name: 'WebhookFilter')
202
247
  WebhookFilterType = Shapes::StringShape.new(name: 'WebhookFilterType')
203
248
  WrapperBoolean = Shapes::BooleanShape.new(name: 'WrapperBoolean')
@@ -213,6 +258,13 @@ module Aws::CodeBuild
213
258
  BatchDeleteBuildsOutput.add_member(:builds_not_deleted, Shapes::ShapeRef.new(shape: BuildsNotDeleted, location_name: "buildsNotDeleted"))
214
259
  BatchDeleteBuildsOutput.struct_class = Types::BatchDeleteBuildsOutput
215
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
+
216
268
  BatchGetBuildsInput.add_member(:ids, Shapes::ShapeRef.new(shape: BuildIds, required: true, location_name: "ids"))
217
269
  BatchGetBuildsInput.struct_class = Types::BatchGetBuildsInput
218
270
 
@@ -241,6 +293,10 @@ module Aws::CodeBuild
241
293
  BatchGetReportsOutput.add_member(:reports_not_found, Shapes::ShapeRef.new(shape: ReportArns, location_name: "reportsNotFound"))
242
294
  BatchGetReportsOutput.struct_class = Types::BatchGetReportsOutput
243
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
+
244
300
  Build.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
245
301
  Build.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
246
302
  Build.add_member(:build_number, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "buildNumber"))
@@ -271,6 +327,8 @@ module Aws::CodeBuild
271
327
  Build.add_member(:exported_environment_variables, Shapes::ShapeRef.new(shape: ExportedEnvironmentVariables, location_name: "exportedEnvironmentVariables"))
272
328
  Build.add_member(:report_arns, Shapes::ShapeRef.new(shape: BuildReportArns, location_name: "reportArns"))
273
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"))
274
332
  Build.struct_class = Types::Build
275
333
 
276
334
  BuildArtifacts.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
@@ -283,6 +341,63 @@ module Aws::CodeBuild
283
341
 
284
342
  BuildArtifactsList.member = Shapes::ShapeRef.new(shape: BuildArtifacts)
285
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
+
286
401
  BuildIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
287
402
 
288
403
  BuildNotDeleted.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
@@ -301,6 +416,19 @@ module Aws::CodeBuild
301
416
 
302
417
  BuildReportArns.member = Shapes::ShapeRef.new(shape: String)
303
418
 
419
+ BuildStatusConfig.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "context"))
420
+ BuildStatusConfig.add_member(:target_url, Shapes::ShapeRef.new(shape: String, location_name: "targetUrl"))
421
+ BuildStatusConfig.struct_class = Types::BuildStatusConfig
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
+
304
432
  Builds.member = Shapes::ShapeRef.new(shape: Build)
305
433
 
306
434
  BuildsNotDeleted.member = Shapes::ShapeRef.new(shape: BuildNotDeleted)
@@ -310,6 +438,30 @@ module Aws::CodeBuild
310
438
  CloudWatchLogsConfig.add_member(:stream_name, Shapes::ShapeRef.new(shape: String, location_name: "streamName"))
311
439
  CloudWatchLogsConfig.struct_class = Types::CloudWatchLogsConfig
312
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
+
313
465
  CreateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
314
466
  CreateProjectInput.add_member(:description, Shapes::ShapeRef.new(shape: ProjectDescription, location_name: "description"))
315
467
  CreateProjectInput.add_member(:source, Shapes::ShapeRef.new(shape: ProjectSource, required: true, location_name: "source"))
@@ -329,6 +481,7 @@ module Aws::CodeBuild
329
481
  CreateProjectInput.add_member(:badge_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "badgeEnabled"))
330
482
  CreateProjectInput.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
331
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"))
332
485
  CreateProjectInput.struct_class = Types::CreateProjectInput
333
486
 
334
487
  CreateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
@@ -346,11 +499,24 @@ module Aws::CodeBuild
346
499
  CreateWebhookInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "projectName"))
347
500
  CreateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
348
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"))
349
503
  CreateWebhookInput.struct_class = Types::CreateWebhookInput
350
504
 
351
505
  CreateWebhookOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: Webhook, location_name: "webhook"))
352
506
  CreateWebhookOutput.struct_class = Types::CreateWebhookOutput
353
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
+
354
520
  DeleteProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "name"))
355
521
  DeleteProjectInput.struct_class = Types::DeleteProjectInput
356
522
 
@@ -382,6 +548,19 @@ module Aws::CodeBuild
382
548
 
383
549
  DeleteWebhookOutput.struct_class = Types::DeleteWebhookOutput
384
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
+
385
564
  DescribeTestCasesInput.add_member(:report_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "reportArn"))
386
565
  DescribeTestCasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
387
566
  DescribeTestCasesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
@@ -437,6 +616,8 @@ module Aws::CodeBuild
437
616
  GitSubmodulesConfig.add_member(:fetch_submodules, Shapes::ShapeRef.new(shape: WrapperBoolean, required: true, location_name: "fetchSubmodules"))
438
617
  GitSubmodulesConfig.struct_class = Types::GitSubmodulesConfig
439
618
 
619
+ Identifiers.member = Shapes::ShapeRef.new(shape: NonEmptyString)
620
+
440
621
  ImageVersions.member = Shapes::ShapeRef.new(shape: String)
441
622
 
442
623
  ImportSourceCredentialsInput.add_member(:username, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "username"))
@@ -456,6 +637,27 @@ module Aws::CodeBuild
456
637
 
457
638
  InvalidateProjectCacheOutput.struct_class = Types::InvalidateProjectCacheOutput
458
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
+
459
661
  ListBuildsForProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
460
662
  ListBuildsForProjectInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
461
663
  ListBuildsForProjectInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
@@ -592,6 +794,7 @@ module Aws::CodeBuild
592
794
  Project.add_member(:badge, Shapes::ShapeRef.new(shape: ProjectBadge, location_name: "badge"))
593
795
  Project.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
594
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"))
595
798
  Project.struct_class = Types::Project
596
799
 
597
800
  ProjectArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
@@ -613,6 +816,12 @@ module Aws::CodeBuild
613
816
  ProjectBadge.add_member(:badge_request_url, Shapes::ShapeRef.new(shape: String, location_name: "badgeRequestUrl"))
614
817
  ProjectBadge.struct_class = Types::ProjectBadge
615
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
+
616
825
  ProjectCache.add_member(:type, Shapes::ShapeRef.new(shape: CacheType, required: true, location_name: "type"))
617
826
  ProjectCache.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
618
827
  ProjectCache.add_member(:modes, Shapes::ShapeRef.new(shape: ProjectCacheModes, location_name: "modes"))
@@ -650,6 +859,7 @@ module Aws::CodeBuild
650
859
  ProjectSource.add_member(:buildspec, Shapes::ShapeRef.new(shape: String, location_name: "buildspec"))
651
860
  ProjectSource.add_member(:auth, Shapes::ShapeRef.new(shape: SourceAuth, location_name: "auth"))
652
861
  ProjectSource.add_member(:report_build_status, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "reportBuildStatus"))
862
+ ProjectSource.add_member(:build_status_config, Shapes::ShapeRef.new(shape: BuildStatusConfig, location_name: "buildStatusConfig"))
653
863
  ProjectSource.add_member(:insecure_ssl, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "insecureSsl"))
654
864
  ProjectSource.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "sourceIdentifier"))
655
865
  ProjectSource.struct_class = Types::ProjectSource
@@ -684,6 +894,7 @@ module Aws::CodeBuild
684
894
  Report.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
685
895
  Report.add_member(:truncated, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "truncated"))
686
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"))
687
898
  Report.struct_class = Types::Report
688
899
 
689
900
  ReportArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
@@ -713,10 +924,32 @@ module Aws::CodeBuild
713
924
 
714
925
  Reports.member = Shapes::ShapeRef.new(shape: Report)
715
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
+
716
934
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
717
935
 
718
936
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
719
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
+
720
953
  S3LogsConfig.add_member(:status, Shapes::ShapeRef.new(shape: LogsConfigStatusType, required: true, location_name: "status"))
721
954
  S3LogsConfig.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
722
955
  S3LogsConfig.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
@@ -742,6 +975,41 @@ module Aws::CodeBuild
742
975
 
743
976
  SourceCredentialsInfos.member = Shapes::ShapeRef.new(shape: SourceCredentialsInfo)
744
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
+
745
1013
  StartBuildInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
746
1014
  StartBuildInput.add_member(:secondary_sources_override, Shapes::ShapeRef.new(shape: ProjectSources, location_name: "secondarySourcesOverride"))
747
1015
  StartBuildInput.add_member(:secondary_sources_version_override, Shapes::ShapeRef.new(shape: ProjectSecondarySourceVersions, location_name: "secondarySourcesVersionOverride"))
@@ -757,6 +1025,7 @@ module Aws::CodeBuild
757
1025
  StartBuildInput.add_member(:buildspec_override, Shapes::ShapeRef.new(shape: String, location_name: "buildspecOverride"))
758
1026
  StartBuildInput.add_member(:insecure_ssl_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "insecureSslOverride"))
759
1027
  StartBuildInput.add_member(:report_build_status_override, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "reportBuildStatusOverride"))
1028
+ StartBuildInput.add_member(:build_status_config_override, Shapes::ShapeRef.new(shape: BuildStatusConfig, location_name: "buildStatusConfigOverride"))
760
1029
  StartBuildInput.add_member(:environment_type_override, Shapes::ShapeRef.new(shape: EnvironmentType, location_name: "environmentTypeOverride"))
761
1030
  StartBuildInput.add_member(:image_override, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageOverride"))
762
1031
  StartBuildInput.add_member(:compute_type_override, Shapes::ShapeRef.new(shape: ComputeType, location_name: "computeTypeOverride"))
@@ -771,11 +1040,18 @@ module Aws::CodeBuild
771
1040
  StartBuildInput.add_member(:logs_config_override, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfigOverride"))
772
1041
  StartBuildInput.add_member(:registry_credential_override, Shapes::ShapeRef.new(shape: RegistryCredential, location_name: "registryCredentialOverride"))
773
1042
  StartBuildInput.add_member(:image_pull_credentials_type_override, Shapes::ShapeRef.new(shape: ImagePullCredentialsType, location_name: "imagePullCredentialsTypeOverride"))
1043
+ StartBuildInput.add_member(:debug_session_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "debugSessionEnabled"))
774
1044
  StartBuildInput.struct_class = Types::StartBuildInput
775
1045
 
776
1046
  StartBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "build"))
777
1047
  StartBuildOutput.struct_class = Types::StartBuildOutput
778
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
+
779
1055
  StopBuildInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "id"))
780
1056
  StopBuildInput.struct_class = Types::StopBuildInput
781
1057
 
@@ -829,6 +1105,7 @@ module Aws::CodeBuild
829
1105
  UpdateProjectInput.add_member(:badge_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "badgeEnabled"))
830
1106
  UpdateProjectInput.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
831
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"))
832
1109
  UpdateProjectInput.struct_class = Types::UpdateProjectInput
833
1110
 
834
1111
  UpdateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
@@ -846,6 +1123,7 @@ module Aws::CodeBuild
846
1123
  UpdateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
847
1124
  UpdateWebhookInput.add_member(:rotate_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "rotateSecret"))
848
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"))
849
1127
  UpdateWebhookInput.struct_class = Types::UpdateWebhookInput
850
1128
 
851
1129
  UpdateWebhookOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: Webhook, location_name: "webhook"))
@@ -861,6 +1139,7 @@ module Aws::CodeBuild
861
1139
  Webhook.add_member(:secret, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "secret"))
862
1140
  Webhook.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
863
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"))
864
1143
  Webhook.add_member(:last_modified_secret, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedSecret"))
865
1144
  Webhook.struct_class = Types::Webhook
866
1145
 
@@ -896,6 +1175,15 @@ module Aws::CodeBuild
896
1175
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
897
1176
  end)
898
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
+
899
1187
  api.add_operation(:batch_get_builds, Seahorse::Model::Operation.new.tap do |o|
900
1188
  o.name = "BatchGetBuilds"
901
1189
  o.http_method = "POST"
@@ -966,6 +1254,15 @@ module Aws::CodeBuild
966
1254
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
967
1255
  end)
968
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
+
969
1266
  api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
970
1267
  o.name = "DeleteProject"
971
1268
  o.http_method = "POST"
@@ -1023,6 +1320,21 @@ module Aws::CodeBuild
1023
1320
  o.errors << Shapes::ShapeRef.new(shape: OAuthProviderException)
1024
1321
  end)
1025
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
+
1026
1338
  api.add_operation(:describe_test_cases, Seahorse::Model::Operation.new.tap do |o|
1027
1339
  o.name = "DescribeTestCases"
1028
1340
  o.http_method = "POST"
@@ -1070,6 +1382,37 @@ module Aws::CodeBuild
1070
1382
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1071
1383
  end)
1072
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
+
1073
1416
  api.add_operation(:list_builds, Seahorse::Model::Operation.new.tap do |o|
1074
1417
  o.name = "ListBuilds"
1075
1418
  o.http_method = "POST"
@@ -1203,6 +1546,7 @@ module Aws::CodeBuild
1203
1546
  o.http_request_uri = "/"
1204
1547
  o.input = Shapes::ShapeRef.new(shape: ListSourceCredentialsInput)
1205
1548
  o.output = Shapes::ShapeRef.new(shape: ListSourceCredentialsOutput)
1549
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1206
1550
  end)
1207
1551
 
1208
1552
  api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -1215,6 +1559,27 @@ module Aws::CodeBuild
1215
1559
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1216
1560
  end)
1217
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
+
1218
1583
  api.add_operation(:start_build, Seahorse::Model::Operation.new.tap do |o|
1219
1584
  o.name = "StartBuild"
1220
1585
  o.http_method = "POST"
@@ -1226,6 +1591,16 @@ module Aws::CodeBuild
1226
1591
  o.errors << Shapes::ShapeRef.new(shape: AccountLimitExceededException)
1227
1592
  end)
1228
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
+
1229
1604
  api.add_operation(:stop_build, Seahorse::Model::Operation.new.tap do |o|
1230
1605
  o.name = "StopBuild"
1231
1606
  o.http_method = "POST"
@@ -1236,6 +1611,16 @@ module Aws::CodeBuild
1236
1611
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1237
1612
  end)
1238
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
+
1239
1624
  api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
1240
1625
  o.name = "UpdateProject"
1241
1626
  o.http_method = "POST"