aws-sdk-codebuild 1.44.0 → 1.45.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 +1 -1
- data/lib/aws-sdk-codebuild/client.rb +508 -5
- data/lib/aws-sdk-codebuild/client_api.rb +286 -0
- data/lib/aws-sdk-codebuild/types.rb +857 -12
- metadata +2 -2
@@ -22,6 +22,10 @@ module Aws::CodeBuild
|
|
22
22
|
BatchGetBuildsOutput = Shapes::StructureShape.new(name: 'BatchGetBuildsOutput')
|
23
23
|
BatchGetProjectsInput = Shapes::StructureShape.new(name: 'BatchGetProjectsInput')
|
24
24
|
BatchGetProjectsOutput = Shapes::StructureShape.new(name: 'BatchGetProjectsOutput')
|
25
|
+
BatchGetReportGroupsInput = Shapes::StructureShape.new(name: 'BatchGetReportGroupsInput')
|
26
|
+
BatchGetReportGroupsOutput = Shapes::StructureShape.new(name: 'BatchGetReportGroupsOutput')
|
27
|
+
BatchGetReportsInput = Shapes::StructureShape.new(name: 'BatchGetReportsInput')
|
28
|
+
BatchGetReportsOutput = Shapes::StructureShape.new(name: 'BatchGetReportsOutput')
|
25
29
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
26
30
|
Build = Shapes::StructureShape.new(name: 'Build')
|
27
31
|
BuildArtifacts = Shapes::StructureShape.new(name: 'BuildArtifacts')
|
@@ -31,6 +35,7 @@ module Aws::CodeBuild
|
|
31
35
|
BuildPhase = Shapes::StructureShape.new(name: 'BuildPhase')
|
32
36
|
BuildPhaseType = Shapes::StringShape.new(name: 'BuildPhaseType')
|
33
37
|
BuildPhases = Shapes::ListShape.new(name: 'BuildPhases')
|
38
|
+
BuildReportArns = Shapes::ListShape.new(name: 'BuildReportArns')
|
34
39
|
Builds = Shapes::ListShape.new(name: 'Builds')
|
35
40
|
BuildsNotDeleted = Shapes::ListShape.new(name: 'BuildsNotDeleted')
|
36
41
|
CacheMode = Shapes::StringShape.new(name: 'CacheMode')
|
@@ -39,15 +44,23 @@ module Aws::CodeBuild
|
|
39
44
|
ComputeType = Shapes::StringShape.new(name: 'ComputeType')
|
40
45
|
CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
|
41
46
|
CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
|
47
|
+
CreateReportGroupInput = Shapes::StructureShape.new(name: 'CreateReportGroupInput')
|
48
|
+
CreateReportGroupOutput = Shapes::StructureShape.new(name: 'CreateReportGroupOutput')
|
42
49
|
CreateWebhookInput = Shapes::StructureShape.new(name: 'CreateWebhookInput')
|
43
50
|
CreateWebhookOutput = Shapes::StructureShape.new(name: 'CreateWebhookOutput')
|
44
51
|
CredentialProviderType = Shapes::StringShape.new(name: 'CredentialProviderType')
|
45
52
|
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
46
53
|
DeleteProjectOutput = Shapes::StructureShape.new(name: 'DeleteProjectOutput')
|
54
|
+
DeleteReportGroupInput = Shapes::StructureShape.new(name: 'DeleteReportGroupInput')
|
55
|
+
DeleteReportGroupOutput = Shapes::StructureShape.new(name: 'DeleteReportGroupOutput')
|
56
|
+
DeleteReportInput = Shapes::StructureShape.new(name: 'DeleteReportInput')
|
57
|
+
DeleteReportOutput = Shapes::StructureShape.new(name: 'DeleteReportOutput')
|
47
58
|
DeleteSourceCredentialsInput = Shapes::StructureShape.new(name: 'DeleteSourceCredentialsInput')
|
48
59
|
DeleteSourceCredentialsOutput = Shapes::StructureShape.new(name: 'DeleteSourceCredentialsOutput')
|
49
60
|
DeleteWebhookInput = Shapes::StructureShape.new(name: 'DeleteWebhookInput')
|
50
61
|
DeleteWebhookOutput = Shapes::StructureShape.new(name: 'DeleteWebhookOutput')
|
62
|
+
DescribeTestCasesInput = Shapes::StructureShape.new(name: 'DescribeTestCasesInput')
|
63
|
+
DescribeTestCasesOutput = Shapes::StructureShape.new(name: 'DescribeTestCasesOutput')
|
51
64
|
EnvironmentImage = Shapes::StructureShape.new(name: 'EnvironmentImage')
|
52
65
|
EnvironmentImages = Shapes::ListShape.new(name: 'EnvironmentImages')
|
53
66
|
EnvironmentLanguage = Shapes::StructureShape.new(name: 'EnvironmentLanguage')
|
@@ -81,6 +94,12 @@ module Aws::CodeBuild
|
|
81
94
|
ListCuratedEnvironmentImagesOutput = Shapes::StructureShape.new(name: 'ListCuratedEnvironmentImagesOutput')
|
82
95
|
ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
|
83
96
|
ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
|
97
|
+
ListReportGroupsInput = Shapes::StructureShape.new(name: 'ListReportGroupsInput')
|
98
|
+
ListReportGroupsOutput = Shapes::StructureShape.new(name: 'ListReportGroupsOutput')
|
99
|
+
ListReportsForReportGroupInput = Shapes::StructureShape.new(name: 'ListReportsForReportGroupInput')
|
100
|
+
ListReportsForReportGroupOutput = Shapes::StructureShape.new(name: 'ListReportsForReportGroupOutput')
|
101
|
+
ListReportsInput = Shapes::StructureShape.new(name: 'ListReportsInput')
|
102
|
+
ListReportsOutput = Shapes::StructureShape.new(name: 'ListReportsOutput')
|
84
103
|
ListSourceCredentialsInput = Shapes::StructureShape.new(name: 'ListSourceCredentialsInput')
|
85
104
|
ListSourceCredentialsOutput = Shapes::StructureShape.new(name: 'ListSourceCredentialsOutput')
|
86
105
|
LogsConfig = Shapes::StructureShape.new(name: 'LogsConfig')
|
@@ -89,6 +108,7 @@ module Aws::CodeBuild
|
|
89
108
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
90
109
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
91
110
|
OAuthProviderException = Shapes::StructureShape.new(name: 'OAuthProviderException')
|
111
|
+
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
92
112
|
PhaseContext = Shapes::StructureShape.new(name: 'PhaseContext')
|
93
113
|
PhaseContexts = Shapes::ListShape.new(name: 'PhaseContexts')
|
94
114
|
PlatformType = Shapes::StringShape.new(name: 'PlatformType')
|
@@ -109,9 +129,25 @@ module Aws::CodeBuild
|
|
109
129
|
ProjectSources = Shapes::ListShape.new(name: 'ProjectSources')
|
110
130
|
Projects = Shapes::ListShape.new(name: 'Projects')
|
111
131
|
RegistryCredential = Shapes::StructureShape.new(name: 'RegistryCredential')
|
132
|
+
Report = Shapes::StructureShape.new(name: 'Report')
|
133
|
+
ReportArns = Shapes::ListShape.new(name: 'ReportArns')
|
134
|
+
ReportExportConfig = Shapes::StructureShape.new(name: 'ReportExportConfig')
|
135
|
+
ReportExportConfigType = Shapes::StringShape.new(name: 'ReportExportConfigType')
|
136
|
+
ReportFilter = Shapes::StructureShape.new(name: 'ReportFilter')
|
137
|
+
ReportGroup = Shapes::StructureShape.new(name: 'ReportGroup')
|
138
|
+
ReportGroupArns = Shapes::ListShape.new(name: 'ReportGroupArns')
|
139
|
+
ReportGroupName = Shapes::StringShape.new(name: 'ReportGroupName')
|
140
|
+
ReportGroupSortByType = Shapes::StringShape.new(name: 'ReportGroupSortByType')
|
141
|
+
ReportGroups = Shapes::ListShape.new(name: 'ReportGroups')
|
142
|
+
ReportPackagingType = Shapes::StringShape.new(name: 'ReportPackagingType')
|
143
|
+
ReportStatusCounts = Shapes::MapShape.new(name: 'ReportStatusCounts')
|
144
|
+
ReportStatusType = Shapes::StringShape.new(name: 'ReportStatusType')
|
145
|
+
ReportType = Shapes::StringShape.new(name: 'ReportType')
|
146
|
+
Reports = Shapes::ListShape.new(name: 'Reports')
|
112
147
|
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
113
148
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
114
149
|
S3LogsConfig = Shapes::StructureShape.new(name: 'S3LogsConfig')
|
150
|
+
S3ReportExportConfig = Shapes::StructureShape.new(name: 'S3ReportExportConfig')
|
115
151
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
116
152
|
SensitiveNonEmptyString = Shapes::StringShape.new(name: 'SensitiveNonEmptyString')
|
117
153
|
ServerType = Shapes::StringShape.new(name: 'ServerType')
|
@@ -130,10 +166,16 @@ module Aws::CodeBuild
|
|
130
166
|
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
131
167
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
132
168
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
169
|
+
TestCase = Shapes::StructureShape.new(name: 'TestCase')
|
170
|
+
TestCaseFilter = Shapes::StructureShape.new(name: 'TestCaseFilter')
|
171
|
+
TestCases = Shapes::ListShape.new(name: 'TestCases')
|
172
|
+
TestReportSummary = Shapes::StructureShape.new(name: 'TestReportSummary')
|
133
173
|
TimeOut = Shapes::IntegerShape.new(name: 'TimeOut')
|
134
174
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
135
175
|
UpdateProjectInput = Shapes::StructureShape.new(name: 'UpdateProjectInput')
|
136
176
|
UpdateProjectOutput = Shapes::StructureShape.new(name: 'UpdateProjectOutput')
|
177
|
+
UpdateReportGroupInput = Shapes::StructureShape.new(name: 'UpdateReportGroupInput')
|
178
|
+
UpdateReportGroupOutput = Shapes::StructureShape.new(name: 'UpdateReportGroupOutput')
|
137
179
|
UpdateWebhookInput = Shapes::StructureShape.new(name: 'UpdateWebhookInput')
|
138
180
|
UpdateWebhookOutput = Shapes::StructureShape.new(name: 'UpdateWebhookOutput')
|
139
181
|
ValueInput = Shapes::StringShape.new(name: 'ValueInput')
|
@@ -166,6 +208,20 @@ module Aws::CodeBuild
|
|
166
208
|
BatchGetProjectsOutput.add_member(:projects_not_found, Shapes::ShapeRef.new(shape: ProjectNames, location_name: "projectsNotFound"))
|
167
209
|
BatchGetProjectsOutput.struct_class = Types::BatchGetProjectsOutput
|
168
210
|
|
211
|
+
BatchGetReportGroupsInput.add_member(:report_group_arns, Shapes::ShapeRef.new(shape: ReportGroupArns, required: true, location_name: "reportGroupArns"))
|
212
|
+
BatchGetReportGroupsInput.struct_class = Types::BatchGetReportGroupsInput
|
213
|
+
|
214
|
+
BatchGetReportGroupsOutput.add_member(:report_groups, Shapes::ShapeRef.new(shape: ReportGroups, location_name: "reportGroups"))
|
215
|
+
BatchGetReportGroupsOutput.add_member(:report_groups_not_found, Shapes::ShapeRef.new(shape: ReportGroupArns, location_name: "reportGroupsNotFound"))
|
216
|
+
BatchGetReportGroupsOutput.struct_class = Types::BatchGetReportGroupsOutput
|
217
|
+
|
218
|
+
BatchGetReportsInput.add_member(:report_arns, Shapes::ShapeRef.new(shape: ReportArns, required: true, location_name: "reportArns"))
|
219
|
+
BatchGetReportsInput.struct_class = Types::BatchGetReportsInput
|
220
|
+
|
221
|
+
BatchGetReportsOutput.add_member(:reports, Shapes::ShapeRef.new(shape: Reports, location_name: "reports"))
|
222
|
+
BatchGetReportsOutput.add_member(:reports_not_found, Shapes::ShapeRef.new(shape: ReportArns, location_name: "reportsNotFound"))
|
223
|
+
BatchGetReportsOutput.struct_class = Types::BatchGetReportsOutput
|
224
|
+
|
169
225
|
Build.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
|
170
226
|
Build.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
171
227
|
Build.add_member(:build_number, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "buildNumber"))
|
@@ -194,6 +250,7 @@ module Aws::CodeBuild
|
|
194
250
|
Build.add_member(:network_interface, Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "networkInterface"))
|
195
251
|
Build.add_member(:encryption_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "encryptionKey"))
|
196
252
|
Build.add_member(:exported_environment_variables, Shapes::ShapeRef.new(shape: ExportedEnvironmentVariables, location_name: "exportedEnvironmentVariables"))
|
253
|
+
Build.add_member(:report_arns, Shapes::ShapeRef.new(shape: BuildReportArns, location_name: "reportArns"))
|
197
254
|
Build.struct_class = Types::Build
|
198
255
|
|
199
256
|
BuildArtifacts.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
|
@@ -222,6 +279,8 @@ module Aws::CodeBuild
|
|
222
279
|
|
223
280
|
BuildPhases.member = Shapes::ShapeRef.new(shape: BuildPhase)
|
224
281
|
|
282
|
+
BuildReportArns.member = Shapes::ShapeRef.new(shape: String)
|
283
|
+
|
225
284
|
Builds.member = Shapes::ShapeRef.new(shape: Build)
|
226
285
|
|
227
286
|
BuildsNotDeleted.member = Shapes::ShapeRef.new(shape: BuildNotDeleted)
|
@@ -254,6 +313,14 @@ module Aws::CodeBuild
|
|
254
313
|
CreateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
|
255
314
|
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
256
315
|
|
316
|
+
CreateReportGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: ReportGroupName, required: true, location_name: "name"))
|
317
|
+
CreateReportGroupInput.add_member(:type, Shapes::ShapeRef.new(shape: ReportType, required: true, location_name: "type"))
|
318
|
+
CreateReportGroupInput.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, required: true, location_name: "exportConfig"))
|
319
|
+
CreateReportGroupInput.struct_class = Types::CreateReportGroupInput
|
320
|
+
|
321
|
+
CreateReportGroupOutput.add_member(:report_group, Shapes::ShapeRef.new(shape: ReportGroup, location_name: "reportGroup"))
|
322
|
+
CreateReportGroupOutput.struct_class = Types::CreateReportGroupOutput
|
323
|
+
|
257
324
|
CreateWebhookInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "projectName"))
|
258
325
|
CreateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
|
259
326
|
CreateWebhookInput.add_member(:filter_groups, Shapes::ShapeRef.new(shape: FilterGroups, location_name: "filterGroups"))
|
@@ -267,6 +334,16 @@ module Aws::CodeBuild
|
|
267
334
|
|
268
335
|
DeleteProjectOutput.struct_class = Types::DeleteProjectOutput
|
269
336
|
|
337
|
+
DeleteReportGroupInput.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "arn"))
|
338
|
+
DeleteReportGroupInput.struct_class = Types::DeleteReportGroupInput
|
339
|
+
|
340
|
+
DeleteReportGroupOutput.struct_class = Types::DeleteReportGroupOutput
|
341
|
+
|
342
|
+
DeleteReportInput.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "arn"))
|
343
|
+
DeleteReportInput.struct_class = Types::DeleteReportInput
|
344
|
+
|
345
|
+
DeleteReportOutput.struct_class = Types::DeleteReportOutput
|
346
|
+
|
270
347
|
DeleteSourceCredentialsInput.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "arn"))
|
271
348
|
DeleteSourceCredentialsInput.struct_class = Types::DeleteSourceCredentialsInput
|
272
349
|
|
@@ -278,6 +355,16 @@ module Aws::CodeBuild
|
|
278
355
|
|
279
356
|
DeleteWebhookOutput.struct_class = Types::DeleteWebhookOutput
|
280
357
|
|
358
|
+
DescribeTestCasesInput.add_member(:report_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "reportArn"))
|
359
|
+
DescribeTestCasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
360
|
+
DescribeTestCasesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
|
361
|
+
DescribeTestCasesInput.add_member(:filter, Shapes::ShapeRef.new(shape: TestCaseFilter, location_name: "filter"))
|
362
|
+
DescribeTestCasesInput.struct_class = Types::DescribeTestCasesInput
|
363
|
+
|
364
|
+
DescribeTestCasesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
365
|
+
DescribeTestCasesOutput.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCases, location_name: "testCases"))
|
366
|
+
DescribeTestCasesOutput.struct_class = Types::DescribeTestCasesOutput
|
367
|
+
|
281
368
|
EnvironmentImage.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
282
369
|
EnvironmentImage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
283
370
|
EnvironmentImage.add_member(:versions, Shapes::ShapeRef.new(shape: ImageVersions, location_name: "versions"))
|
@@ -365,6 +452,37 @@ module Aws::CodeBuild
|
|
365
452
|
ListProjectsOutput.add_member(:projects, Shapes::ShapeRef.new(shape: ProjectNames, location_name: "projects"))
|
366
453
|
ListProjectsOutput.struct_class = Types::ListProjectsOutput
|
367
454
|
|
455
|
+
ListReportGroupsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
|
456
|
+
ListReportGroupsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ReportGroupSortByType, location_name: "sortBy"))
|
457
|
+
ListReportGroupsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
458
|
+
ListReportGroupsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
|
459
|
+
ListReportGroupsInput.struct_class = Types::ListReportGroupsInput
|
460
|
+
|
461
|
+
ListReportGroupsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
462
|
+
ListReportGroupsOutput.add_member(:report_groups, Shapes::ShapeRef.new(shape: ReportGroupArns, location_name: "reportGroups"))
|
463
|
+
ListReportGroupsOutput.struct_class = Types::ListReportGroupsOutput
|
464
|
+
|
465
|
+
ListReportsForReportGroupInput.add_member(:report_group_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "reportGroupArn"))
|
466
|
+
ListReportsForReportGroupInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
467
|
+
ListReportsForReportGroupInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
|
468
|
+
ListReportsForReportGroupInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
|
469
|
+
ListReportsForReportGroupInput.add_member(:filter, Shapes::ShapeRef.new(shape: ReportFilter, location_name: "filter"))
|
470
|
+
ListReportsForReportGroupInput.struct_class = Types::ListReportsForReportGroupInput
|
471
|
+
|
472
|
+
ListReportsForReportGroupOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
473
|
+
ListReportsForReportGroupOutput.add_member(:reports, Shapes::ShapeRef.new(shape: ReportArns, location_name: "reports"))
|
474
|
+
ListReportsForReportGroupOutput.struct_class = Types::ListReportsForReportGroupOutput
|
475
|
+
|
476
|
+
ListReportsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrderType, location_name: "sortOrder"))
|
477
|
+
ListReportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
478
|
+
ListReportsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "maxResults"))
|
479
|
+
ListReportsInput.add_member(:filter, Shapes::ShapeRef.new(shape: ReportFilter, location_name: "filter"))
|
480
|
+
ListReportsInput.struct_class = Types::ListReportsInput
|
481
|
+
|
482
|
+
ListReportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
483
|
+
ListReportsOutput.add_member(:reports, Shapes::ShapeRef.new(shape: ReportArns, location_name: "reports"))
|
484
|
+
ListReportsOutput.struct_class = Types::ListReportsOutput
|
485
|
+
|
368
486
|
ListSourceCredentialsInput.struct_class = Types::ListSourceCredentialsInput
|
369
487
|
|
370
488
|
ListSourceCredentialsOutput.add_member(:source_credentials_infos, Shapes::ShapeRef.new(shape: SourceCredentialsInfos, location_name: "sourceCredentialsInfos"))
|
@@ -479,11 +597,57 @@ module Aws::CodeBuild
|
|
479
597
|
RegistryCredential.add_member(:credential_provider, Shapes::ShapeRef.new(shape: CredentialProviderType, required: true, location_name: "credentialProvider"))
|
480
598
|
RegistryCredential.struct_class = Types::RegistryCredential
|
481
599
|
|
600
|
+
Report.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
601
|
+
Report.add_member(:type, Shapes::ShapeRef.new(shape: ReportType, location_name: "type"))
|
602
|
+
Report.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
603
|
+
Report.add_member(:report_group_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reportGroupArn"))
|
604
|
+
Report.add_member(:execution_id, Shapes::ShapeRef.new(shape: String, location_name: "executionId"))
|
605
|
+
Report.add_member(:status, Shapes::ShapeRef.new(shape: ReportStatusType, location_name: "status"))
|
606
|
+
Report.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
|
607
|
+
Report.add_member(:expired, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expired"))
|
608
|
+
Report.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
|
609
|
+
Report.add_member(:truncated, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "truncated"))
|
610
|
+
Report.add_member(:test_summary, Shapes::ShapeRef.new(shape: TestReportSummary, location_name: "testSummary"))
|
611
|
+
Report.struct_class = Types::Report
|
612
|
+
|
613
|
+
ReportArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
614
|
+
|
615
|
+
ReportExportConfig.add_member(:export_config_type, Shapes::ShapeRef.new(shape: ReportExportConfigType, location_name: "exportConfigType"))
|
616
|
+
ReportExportConfig.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3ReportExportConfig, location_name: "s3Destination"))
|
617
|
+
ReportExportConfig.struct_class = Types::ReportExportConfig
|
618
|
+
|
619
|
+
ReportFilter.add_member(:status, Shapes::ShapeRef.new(shape: ReportStatusType, location_name: "status"))
|
620
|
+
ReportFilter.struct_class = Types::ReportFilter
|
621
|
+
|
622
|
+
ReportGroup.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
623
|
+
ReportGroup.add_member(:name, Shapes::ShapeRef.new(shape: ReportGroupName, location_name: "name"))
|
624
|
+
ReportGroup.add_member(:type, Shapes::ShapeRef.new(shape: ReportType, location_name: "type"))
|
625
|
+
ReportGroup.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
|
626
|
+
ReportGroup.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
|
627
|
+
ReportGroup.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModified"))
|
628
|
+
ReportGroup.struct_class = Types::ReportGroup
|
629
|
+
|
630
|
+
ReportGroupArns.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
631
|
+
|
632
|
+
ReportGroups.member = Shapes::ShapeRef.new(shape: ReportGroup)
|
633
|
+
|
634
|
+
ReportStatusCounts.key = Shapes::ShapeRef.new(shape: String)
|
635
|
+
ReportStatusCounts.value = Shapes::ShapeRef.new(shape: WrapperInt)
|
636
|
+
|
637
|
+
Reports.member = Shapes::ShapeRef.new(shape: Report)
|
638
|
+
|
482
639
|
S3LogsConfig.add_member(:status, Shapes::ShapeRef.new(shape: LogsConfigStatusType, required: true, location_name: "status"))
|
483
640
|
S3LogsConfig.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
|
484
641
|
S3LogsConfig.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
485
642
|
S3LogsConfig.struct_class = Types::S3LogsConfig
|
486
643
|
|
644
|
+
S3ReportExportConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "bucket"))
|
645
|
+
S3ReportExportConfig.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
|
646
|
+
S3ReportExportConfig.add_member(:packaging, Shapes::ShapeRef.new(shape: ReportPackagingType, location_name: "packaging"))
|
647
|
+
S3ReportExportConfig.add_member(:encryption_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "encryptionKey"))
|
648
|
+
S3ReportExportConfig.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
649
|
+
S3ReportExportConfig.struct_class = Types::S3ReportExportConfig
|
650
|
+
|
487
651
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
488
652
|
|
489
653
|
SourceAuth.add_member(:type, Shapes::ShapeRef.new(shape: SourceAuthType, required: true, location_name: "type"))
|
@@ -544,6 +708,26 @@ module Aws::CodeBuild
|
|
544
708
|
|
545
709
|
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
546
710
|
|
711
|
+
TestCase.add_member(:report_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reportArn"))
|
712
|
+
TestCase.add_member(:test_raw_data_path, Shapes::ShapeRef.new(shape: String, location_name: "testRawDataPath"))
|
713
|
+
TestCase.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location_name: "prefix"))
|
714
|
+
TestCase.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
715
|
+
TestCase.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
716
|
+
TestCase.add_member(:duration_in_nano_seconds, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "durationInNanoSeconds"))
|
717
|
+
TestCase.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
718
|
+
TestCase.add_member(:expired, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expired"))
|
719
|
+
TestCase.struct_class = Types::TestCase
|
720
|
+
|
721
|
+
TestCaseFilter.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
722
|
+
TestCaseFilter.struct_class = Types::TestCaseFilter
|
723
|
+
|
724
|
+
TestCases.member = Shapes::ShapeRef.new(shape: TestCase)
|
725
|
+
|
726
|
+
TestReportSummary.add_member(:total, Shapes::ShapeRef.new(shape: WrapperInt, required: true, location_name: "total"))
|
727
|
+
TestReportSummary.add_member(:status_counts, Shapes::ShapeRef.new(shape: ReportStatusCounts, required: true, location_name: "statusCounts"))
|
728
|
+
TestReportSummary.add_member(:duration_in_nano_seconds, Shapes::ShapeRef.new(shape: WrapperLong, required: true, location_name: "durationInNanoSeconds"))
|
729
|
+
TestReportSummary.struct_class = Types::TestReportSummary
|
730
|
+
|
547
731
|
UpdateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "name"))
|
548
732
|
UpdateProjectInput.add_member(:description, Shapes::ShapeRef.new(shape: ProjectDescription, location_name: "description"))
|
549
733
|
UpdateProjectInput.add_member(:source, Shapes::ShapeRef.new(shape: ProjectSource, location_name: "source"))
|
@@ -567,6 +751,13 @@ module Aws::CodeBuild
|
|
567
751
|
UpdateProjectOutput.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "project"))
|
568
752
|
UpdateProjectOutput.struct_class = Types::UpdateProjectOutput
|
569
753
|
|
754
|
+
UpdateReportGroupInput.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "arn"))
|
755
|
+
UpdateReportGroupInput.add_member(:export_config, Shapes::ShapeRef.new(shape: ReportExportConfig, location_name: "exportConfig"))
|
756
|
+
UpdateReportGroupInput.struct_class = Types::UpdateReportGroupInput
|
757
|
+
|
758
|
+
UpdateReportGroupOutput.add_member(:report_group, Shapes::ShapeRef.new(shape: ReportGroup, location_name: "reportGroup"))
|
759
|
+
UpdateReportGroupOutput.struct_class = Types::UpdateReportGroupOutput
|
760
|
+
|
570
761
|
UpdateWebhookInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "projectName"))
|
571
762
|
UpdateWebhookInput.add_member(:branch_filter, Shapes::ShapeRef.new(shape: String, location_name: "branchFilter"))
|
572
763
|
UpdateWebhookInput.add_member(:rotate_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "rotateSecret"))
|
@@ -639,6 +830,24 @@ module Aws::CodeBuild
|
|
639
830
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
640
831
|
end)
|
641
832
|
|
833
|
+
api.add_operation(:batch_get_report_groups, Seahorse::Model::Operation.new.tap do |o|
|
834
|
+
o.name = "BatchGetReportGroups"
|
835
|
+
o.http_method = "POST"
|
836
|
+
o.http_request_uri = "/"
|
837
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetReportGroupsInput)
|
838
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetReportGroupsOutput)
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
840
|
+
end)
|
841
|
+
|
842
|
+
api.add_operation(:batch_get_reports, Seahorse::Model::Operation.new.tap do |o|
|
843
|
+
o.name = "BatchGetReports"
|
844
|
+
o.http_method = "POST"
|
845
|
+
o.http_request_uri = "/"
|
846
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetReportsInput)
|
847
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetReportsOutput)
|
848
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
849
|
+
end)
|
850
|
+
|
642
851
|
api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
|
643
852
|
o.name = "CreateProject"
|
644
853
|
o.http_method = "POST"
|
@@ -650,6 +859,17 @@ module Aws::CodeBuild
|
|
650
859
|
o.errors << Shapes::ShapeRef.new(shape: AccountLimitExceededException)
|
651
860
|
end)
|
652
861
|
|
862
|
+
api.add_operation(:create_report_group, Seahorse::Model::Operation.new.tap do |o|
|
863
|
+
o.name = "CreateReportGroup"
|
864
|
+
o.http_method = "POST"
|
865
|
+
o.http_request_uri = "/"
|
866
|
+
o.input = Shapes::ShapeRef.new(shape: CreateReportGroupInput)
|
867
|
+
o.output = Shapes::ShapeRef.new(shape: CreateReportGroupOutput)
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountLimitExceededException)
|
871
|
+
end)
|
872
|
+
|
653
873
|
api.add_operation(:create_webhook, Seahorse::Model::Operation.new.tap do |o|
|
654
874
|
o.name = "CreateWebhook"
|
655
875
|
o.http_method = "POST"
|
@@ -671,6 +891,24 @@ module Aws::CodeBuild
|
|
671
891
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
672
892
|
end)
|
673
893
|
|
894
|
+
api.add_operation(:delete_report, Seahorse::Model::Operation.new.tap do |o|
|
895
|
+
o.name = "DeleteReport"
|
896
|
+
o.http_method = "POST"
|
897
|
+
o.http_request_uri = "/"
|
898
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteReportInput)
|
899
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteReportOutput)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
901
|
+
end)
|
902
|
+
|
903
|
+
api.add_operation(:delete_report_group, Seahorse::Model::Operation.new.tap do |o|
|
904
|
+
o.name = "DeleteReportGroup"
|
905
|
+
o.http_method = "POST"
|
906
|
+
o.http_request_uri = "/"
|
907
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteReportGroupInput)
|
908
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteReportGroupOutput)
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
910
|
+
end)
|
911
|
+
|
674
912
|
api.add_operation(:delete_source_credentials, Seahorse::Model::Operation.new.tap do |o|
|
675
913
|
o.name = "DeleteSourceCredentials"
|
676
914
|
o.http_method = "POST"
|
@@ -692,6 +930,16 @@ module Aws::CodeBuild
|
|
692
930
|
o.errors << Shapes::ShapeRef.new(shape: OAuthProviderException)
|
693
931
|
end)
|
694
932
|
|
933
|
+
api.add_operation(:describe_test_cases, Seahorse::Model::Operation.new.tap do |o|
|
934
|
+
o.name = "DescribeTestCases"
|
935
|
+
o.http_method = "POST"
|
936
|
+
o.http_request_uri = "/"
|
937
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTestCasesInput)
|
938
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTestCasesOutput)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
941
|
+
end)
|
942
|
+
|
695
943
|
api.add_operation(:import_source_credentials, Seahorse::Model::Operation.new.tap do |o|
|
696
944
|
o.name = "ImportSourceCredentials"
|
697
945
|
o.http_method = "POST"
|
@@ -749,6 +997,34 @@ module Aws::CodeBuild
|
|
749
997
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
750
998
|
end)
|
751
999
|
|
1000
|
+
api.add_operation(:list_report_groups, Seahorse::Model::Operation.new.tap do |o|
|
1001
|
+
o.name = "ListReportGroups"
|
1002
|
+
o.http_method = "POST"
|
1003
|
+
o.http_request_uri = "/"
|
1004
|
+
o.input = Shapes::ShapeRef.new(shape: ListReportGroupsInput)
|
1005
|
+
o.output = Shapes::ShapeRef.new(shape: ListReportGroupsOutput)
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1007
|
+
end)
|
1008
|
+
|
1009
|
+
api.add_operation(:list_reports, Seahorse::Model::Operation.new.tap do |o|
|
1010
|
+
o.name = "ListReports"
|
1011
|
+
o.http_method = "POST"
|
1012
|
+
o.http_request_uri = "/"
|
1013
|
+
o.input = Shapes::ShapeRef.new(shape: ListReportsInput)
|
1014
|
+
o.output = Shapes::ShapeRef.new(shape: ListReportsOutput)
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1016
|
+
end)
|
1017
|
+
|
1018
|
+
api.add_operation(:list_reports_for_report_group, Seahorse::Model::Operation.new.tap do |o|
|
1019
|
+
o.name = "ListReportsForReportGroup"
|
1020
|
+
o.http_method = "POST"
|
1021
|
+
o.http_request_uri = "/"
|
1022
|
+
o.input = Shapes::ShapeRef.new(shape: ListReportsForReportGroupInput)
|
1023
|
+
o.output = Shapes::ShapeRef.new(shape: ListReportsForReportGroupOutput)
|
1024
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1025
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1026
|
+
end)
|
1027
|
+
|
752
1028
|
api.add_operation(:list_source_credentials, Seahorse::Model::Operation.new.tap do |o|
|
753
1029
|
o.name = "ListSourceCredentials"
|
754
1030
|
o.http_method = "POST"
|
@@ -788,6 +1064,16 @@ module Aws::CodeBuild
|
|
788
1064
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
789
1065
|
end)
|
790
1066
|
|
1067
|
+
api.add_operation(:update_report_group, Seahorse::Model::Operation.new.tap do |o|
|
1068
|
+
o.name = "UpdateReportGroup"
|
1069
|
+
o.http_method = "POST"
|
1070
|
+
o.http_request_uri = "/"
|
1071
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateReportGroupInput)
|
1072
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateReportGroupOutput)
|
1073
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1074
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1075
|
+
end)
|
1076
|
+
|
791
1077
|
api.add_operation(:update_webhook, Seahorse::Model::Operation.new.tap do |o|
|
792
1078
|
o.name = "UpdateWebhook"
|
793
1079
|
o.http_method = "POST"
|