aws-sdk-codebuild 1.55.0 → 1.60.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-codebuild.rb +2 -2
- data/lib/aws-sdk-codebuild/client.rb +1578 -126
- data/lib/aws-sdk-codebuild/client_api.rb +378 -0
- data/lib/aws-sdk-codebuild/types.rb +1912 -281
- metadata +2 -2
@@ -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,11 +499,24 @@ 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
|
|
@@ -387,6 +548,19 @@ module Aws::CodeBuild
|
|
387
548
|
|
388
549
|
DeleteWebhookOutput.struct_class = Types::DeleteWebhookOutput
|
389
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
|
+
|
390
564
|
DescribeTestCasesInput.add_member(:report_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "reportArn"))
|
391
565
|
DescribeTestCasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
392
566
|
DescribeTestCasesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
|
@@ -442,6 +616,8 @@ module Aws::CodeBuild
|
|
442
616
|
GitSubmodulesConfig.add_member(:fetch_submodules, Shapes::ShapeRef.new(shape: WrapperBoolean, required: true, location_name: "fetchSubmodules"))
|
443
617
|
GitSubmodulesConfig.struct_class = Types::GitSubmodulesConfig
|
444
618
|
|
619
|
+
Identifiers.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
620
|
+
|
445
621
|
ImageVersions.member = Shapes::ShapeRef.new(shape: String)
|
446
622
|
|
447
623
|
ImportSourceCredentialsInput.add_member(:username, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "username"))
|
@@ -461,6 +637,27 @@ module Aws::CodeBuild
|
|
461
637
|
|
462
638
|
InvalidateProjectCacheOutput.struct_class = Types::InvalidateProjectCacheOutput
|
463
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
|
+
|
464
661
|
ListBuildsForProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
|
465
662
|
ListBuildsForProjectInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
|
466
663
|
ListBuildsForProjectInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
@@ -597,6 +794,7 @@ module Aws::CodeBuild
|
|
597
794
|
Project.add_member(:badge, Shapes::ShapeRef.new(shape: ProjectBadge, location_name: "badge"))
|
598
795
|
Project.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
|
599
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"))
|
600
798
|
Project.struct_class = Types::Project
|
601
799
|
|
602
800
|
ProjectArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
@@ -618,6 +816,12 @@ module Aws::CodeBuild
|
|
618
816
|
ProjectBadge.add_member(:badge_request_url, Shapes::ShapeRef.new(shape: String, location_name: "badgeRequestUrl"))
|
619
817
|
ProjectBadge.struct_class = Types::ProjectBadge
|
620
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
|
+
|
621
825
|
ProjectCache.add_member(:type, Shapes::ShapeRef.new(shape: CacheType, required: true, location_name: "type"))
|
622
826
|
ProjectCache.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
|
623
827
|
ProjectCache.add_member(:modes, Shapes::ShapeRef.new(shape: ProjectCacheModes, location_name: "modes"))
|
@@ -690,6 +894,7 @@ module Aws::CodeBuild
|
|
690
894
|
Report.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
|
691
895
|
Report.add_member(:truncated, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "truncated"))
|
692
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"))
|
693
898
|
Report.struct_class = Types::Report
|
694
899
|
|
695
900
|
ReportArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
@@ -719,10 +924,32 @@ module Aws::CodeBuild
|
|
719
924
|
|
720
925
|
Reports.member = Shapes::ShapeRef.new(shape: Report)
|
721
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
|
+
|
722
934
|
ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
|
723
935
|
|
724
936
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
725
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
|
+
|
726
953
|
S3LogsConfig.add_member(:status, Shapes::ShapeRef.new(shape: LogsConfigStatusType, required: true, location_name: "status"))
|
727
954
|
S3LogsConfig.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
|
728
955
|
S3LogsConfig.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
@@ -748,6 +975,41 @@ module Aws::CodeBuild
|
|
748
975
|
|
749
976
|
SourceCredentialsInfos.member = Shapes::ShapeRef.new(shape: SourceCredentialsInfo)
|
750
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
|
+
|
751
1013
|
StartBuildInput.add_member(:project_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "projectName"))
|
752
1014
|
StartBuildInput.add_member(:secondary_sources_override, Shapes::ShapeRef.new(shape: ProjectSources, location_name: "secondarySourcesOverride"))
|
753
1015
|
StartBuildInput.add_member(:secondary_sources_version_override, Shapes::ShapeRef.new(shape: ProjectSecondarySourceVersions, location_name: "secondarySourcesVersionOverride"))
|
@@ -778,11 +1040,18 @@ module Aws::CodeBuild
|
|
778
1040
|
StartBuildInput.add_member(:logs_config_override, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfigOverride"))
|
779
1041
|
StartBuildInput.add_member(:registry_credential_override, Shapes::ShapeRef.new(shape: RegistryCredential, location_name: "registryCredentialOverride"))
|
780
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"))
|
781
1044
|
StartBuildInput.struct_class = Types::StartBuildInput
|
782
1045
|
|
783
1046
|
StartBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "build"))
|
784
1047
|
StartBuildOutput.struct_class = Types::StartBuildOutput
|
785
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
|
+
|
786
1055
|
StopBuildInput.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "id"))
|
787
1056
|
StopBuildInput.struct_class = Types::StopBuildInput
|
788
1057
|
|
@@ -836,6 +1105,7 @@ module Aws::CodeBuild
|
|
836
1105
|
UpdateProjectInput.add_member(:badge_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "badgeEnabled"))
|
837
1106
|
UpdateProjectInput.add_member(:logs_config, Shapes::ShapeRef.new(shape: LogsConfig, location_name: "logsConfig"))
|
838
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"))
|
839
1109
|
UpdateProjectInput.struct_class = Types::UpdateProjectInput
|
840
1110
|
|
841
1111
|
UpdateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
|
@@ -853,6 +1123,7 @@ module Aws::CodeBuild
|
|
853
1123
|
UpdateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
|
854
1124
|
UpdateWebhookInput.add_member(:rotate_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "rotateSecret"))
|
855
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"))
|
856
1127
|
UpdateWebhookInput.struct_class = Types::UpdateWebhookInput
|
857
1128
|
|
858
1129
|
UpdateWebhookOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: Webhook, location_name: "webhook"))
|
@@ -868,6 +1139,7 @@ module Aws::CodeBuild
|
|
868
1139
|
Webhook.add_member(:secret, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "secret"))
|
869
1140
|
Webhook.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
|
870
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"))
|
871
1143
|
Webhook.add_member(:last_modified_secret, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedSecret"))
|
872
1144
|
Webhook.struct_class = Types::Webhook
|
873
1145
|
|
@@ -903,6 +1175,15 @@ module Aws::CodeBuild
|
|
903
1175
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
904
1176
|
end)
|
905
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
|
+
|
906
1187
|
api.add_operation(:batch_get_builds, Seahorse::Model::Operation.new.tap do |o|
|
907
1188
|
o.name = "BatchGetBuilds"
|
908
1189
|
o.http_method = "POST"
|
@@ -973,6 +1254,15 @@ module Aws::CodeBuild
|
|
973
1254
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
974
1255
|
end)
|
975
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
|
+
|
976
1266
|
api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
|
977
1267
|
o.name = "DeleteProject"
|
978
1268
|
o.http_method = "POST"
|
@@ -1030,6 +1320,21 @@ module Aws::CodeBuild
|
|
1030
1320
|
o.errors << Shapes::ShapeRef.new(shape: OAuthProviderException)
|
1031
1321
|
end)
|
1032
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
|
+
|
1033
1338
|
api.add_operation(:describe_test_cases, Seahorse::Model::Operation.new.tap do |o|
|
1034
1339
|
o.name = "DescribeTestCases"
|
1035
1340
|
o.http_method = "POST"
|
@@ -1077,6 +1382,37 @@ module Aws::CodeBuild
|
|
1077
1382
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1078
1383
|
end)
|
1079
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
|
+
|
1080
1416
|
api.add_operation(:list_builds, Seahorse::Model::Operation.new.tap do |o|
|
1081
1417
|
o.name = "ListBuilds"
|
1082
1418
|
o.http_method = "POST"
|
@@ -1210,6 +1546,7 @@ module Aws::CodeBuild
|
|
1210
1546
|
o.http_request_uri = "/"
|
1211
1547
|
o.input = Shapes::ShapeRef.new(shape: ListSourceCredentialsInput)
|
1212
1548
|
o.output = Shapes::ShapeRef.new(shape: ListSourceCredentialsOutput)
|
1549
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1213
1550
|
end)
|
1214
1551
|
|
1215
1552
|
api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1222,6 +1559,27 @@ module Aws::CodeBuild
|
|
1222
1559
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1223
1560
|
end)
|
1224
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
|
+
|
1225
1583
|
api.add_operation(:start_build, Seahorse::Model::Operation.new.tap do |o|
|
1226
1584
|
o.name = "StartBuild"
|
1227
1585
|
o.http_method = "POST"
|
@@ -1233,6 +1591,16 @@ module Aws::CodeBuild
|
|
1233
1591
|
o.errors << Shapes::ShapeRef.new(shape: AccountLimitExceededException)
|
1234
1592
|
end)
|
1235
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
|
+
|
1236
1604
|
api.add_operation(:stop_build, Seahorse::Model::Operation.new.tap do |o|
|
1237
1605
|
o.name = "StopBuild"
|
1238
1606
|
o.http_method = "POST"
|
@@ -1243,6 +1611,16 @@ module Aws::CodeBuild
|
|
1243
1611
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1244
1612
|
end)
|
1245
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
|
+
|
1246
1624
|
api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
|
1247
1625
|
o.name = "UpdateProject"
|
1248
1626
|
o.http_method = "POST"
|