aws-sdk-codebuild 1.77.0 → 1.78.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/lib/aws-sdk-codebuild/client.rb +11 -1
- data/lib/aws-sdk-codebuild/client_api.rb +2 -0
- data/lib/aws-sdk-codebuild/types.rb +23 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef796e3aee183ce381eea961c87933a20c1fd2c3488680a7ef2846a263e5b807
|
4
|
+
data.tar.gz: 9c041544a6d2f50c4ae2d91e80f785e202e8a45f81945a84426bf13cc102820e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 249d3c289dee53a0c4c7efea1401f51c78f73b161d7a4ffcf0ecde05b9ef6110488063ab7e1e7c5ffef72b39513b9f3f52a79c0f0c3568dd6f4d0442c0ba80f9
|
7
|
+
data.tar.gz: 06cd691b4dcc8afd01a486f1bd28d4af40081c6098736e31544e74faa5cdbb8cf0ae6c431d48d0eecba12da8c96e336984b5b451f54802705fc171dc00395f2b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.78.0
|
data/lib/aws-sdk-codebuild.rb
CHANGED
@@ -497,6 +497,7 @@ module Aws::CodeBuild
|
|
497
497
|
# resp.build_batches[0].build_batch_config.restrictions.compute_types_allowed #=> Array
|
498
498
|
# resp.build_batches[0].build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
499
499
|
# resp.build_batches[0].build_batch_config.timeout_in_mins #=> Integer
|
500
|
+
# resp.build_batches[0].build_batch_config.batch_report_mode #=> String, one of "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
|
500
501
|
# resp.build_batches[0].build_groups #=> Array
|
501
502
|
# resp.build_batches[0].build_groups[0].identifier #=> String
|
502
503
|
# resp.build_batches[0].build_groups[0].depends_on #=> Array
|
@@ -821,6 +822,7 @@ module Aws::CodeBuild
|
|
821
822
|
# resp.projects[0].build_batch_config.restrictions.compute_types_allowed #=> Array
|
822
823
|
# resp.projects[0].build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
823
824
|
# resp.projects[0].build_batch_config.timeout_in_mins #=> Integer
|
825
|
+
# resp.projects[0].build_batch_config.batch_report_mode #=> String, one of "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
|
824
826
|
# resp.projects[0].concurrent_build_limit #=> Integer
|
825
827
|
# resp.projects[0].project_visibility #=> String, one of "PUBLIC_READ", "PRIVATE"
|
826
828
|
# resp.projects[0].public_project_alias #=> String
|
@@ -1223,6 +1225,7 @@ module Aws::CodeBuild
|
|
1223
1225
|
# compute_types_allowed: ["NonEmptyString"],
|
1224
1226
|
# },
|
1225
1227
|
# timeout_in_mins: 1,
|
1228
|
+
# batch_report_mode: "REPORT_INDIVIDUAL_BUILDS", # accepts REPORT_INDIVIDUAL_BUILDS, REPORT_AGGREGATED_BATCH
|
1226
1229
|
# },
|
1227
1230
|
# concurrent_build_limit: 1,
|
1228
1231
|
# })
|
@@ -1344,6 +1347,7 @@ module Aws::CodeBuild
|
|
1344
1347
|
# resp.project.build_batch_config.restrictions.compute_types_allowed #=> Array
|
1345
1348
|
# resp.project.build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
1346
1349
|
# resp.project.build_batch_config.timeout_in_mins #=> Integer
|
1350
|
+
# resp.project.build_batch_config.batch_report_mode #=> String, one of "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
|
1347
1351
|
# resp.project.concurrent_build_limit #=> Integer
|
1348
1352
|
# resp.project.project_visibility #=> String, one of "PUBLIC_READ", "PRIVATE"
|
1349
1353
|
# resp.project.public_project_alias #=> String
|
@@ -3035,6 +3039,7 @@ module Aws::CodeBuild
|
|
3035
3039
|
# resp.build_batch.build_batch_config.restrictions.compute_types_allowed #=> Array
|
3036
3040
|
# resp.build_batch.build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
3037
3041
|
# resp.build_batch.build_batch_config.timeout_in_mins #=> Integer
|
3042
|
+
# resp.build_batch.build_batch_config.batch_report_mode #=> String, one of "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
|
3038
3043
|
# resp.build_batch.build_groups #=> Array
|
3039
3044
|
# resp.build_batch.build_groups[0].identifier #=> String
|
3040
3045
|
# resp.build_batch.build_groups[0].depends_on #=> Array
|
@@ -3893,6 +3898,7 @@ module Aws::CodeBuild
|
|
3893
3898
|
# compute_types_allowed: ["NonEmptyString"],
|
3894
3899
|
# },
|
3895
3900
|
# timeout_in_mins: 1,
|
3901
|
+
# batch_report_mode: "REPORT_INDIVIDUAL_BUILDS", # accepts REPORT_INDIVIDUAL_BUILDS, REPORT_AGGREGATED_BATCH
|
3896
3902
|
# },
|
3897
3903
|
# debug_session_enabled: false,
|
3898
3904
|
# })
|
@@ -4007,6 +4013,7 @@ module Aws::CodeBuild
|
|
4007
4013
|
# resp.build_batch.build_batch_config.restrictions.compute_types_allowed #=> Array
|
4008
4014
|
# resp.build_batch.build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
4009
4015
|
# resp.build_batch.build_batch_config.timeout_in_mins #=> Integer
|
4016
|
+
# resp.build_batch.build_batch_config.batch_report_mode #=> String, one of "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
|
4010
4017
|
# resp.build_batch.build_groups #=> Array
|
4011
4018
|
# resp.build_batch.build_groups[0].identifier #=> String
|
4012
4019
|
# resp.build_batch.build_groups[0].depends_on #=> Array
|
@@ -4314,6 +4321,7 @@ module Aws::CodeBuild
|
|
4314
4321
|
# resp.build_batch.build_batch_config.restrictions.compute_types_allowed #=> Array
|
4315
4322
|
# resp.build_batch.build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
4316
4323
|
# resp.build_batch.build_batch_config.timeout_in_mins #=> Integer
|
4324
|
+
# resp.build_batch.build_batch_config.batch_report_mode #=> String, one of "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
|
4317
4325
|
# resp.build_batch.build_groups #=> Array
|
4318
4326
|
# resp.build_batch.build_groups[0].identifier #=> String
|
4319
4327
|
# resp.build_batch.build_groups[0].depends_on #=> Array
|
@@ -4640,6 +4648,7 @@ module Aws::CodeBuild
|
|
4640
4648
|
# compute_types_allowed: ["NonEmptyString"],
|
4641
4649
|
# },
|
4642
4650
|
# timeout_in_mins: 1,
|
4651
|
+
# batch_report_mode: "REPORT_INDIVIDUAL_BUILDS", # accepts REPORT_INDIVIDUAL_BUILDS, REPORT_AGGREGATED_BATCH
|
4643
4652
|
# },
|
4644
4653
|
# concurrent_build_limit: 1,
|
4645
4654
|
# })
|
@@ -4761,6 +4770,7 @@ module Aws::CodeBuild
|
|
4761
4770
|
# resp.project.build_batch_config.restrictions.compute_types_allowed #=> Array
|
4762
4771
|
# resp.project.build_batch_config.restrictions.compute_types_allowed[0] #=> String
|
4763
4772
|
# resp.project.build_batch_config.timeout_in_mins #=> Integer
|
4773
|
+
# resp.project.build_batch_config.batch_report_mode #=> String, one of "REPORT_INDIVIDUAL_BUILDS", "REPORT_AGGREGATED_BATCH"
|
4764
4774
|
# resp.project.concurrent_build_limit #=> Integer
|
4765
4775
|
# resp.project.project_visibility #=> String, one of "PUBLIC_READ", "PRIVATE"
|
4766
4776
|
# resp.project.public_project_alias #=> String
|
@@ -5026,7 +5036,7 @@ module Aws::CodeBuild
|
|
5026
5036
|
params: params,
|
5027
5037
|
config: config)
|
5028
5038
|
context[:gem_name] = 'aws-sdk-codebuild'
|
5029
|
-
context[:gem_version] = '1.
|
5039
|
+
context[:gem_version] = '1.78.0'
|
5030
5040
|
Seahorse::Client::Request.new(handlers, context)
|
5031
5041
|
end
|
5032
5042
|
|
@@ -30,6 +30,7 @@ module Aws::CodeBuild
|
|
30
30
|
BatchGetReportGroupsOutput = Shapes::StructureShape.new(name: 'BatchGetReportGroupsOutput')
|
31
31
|
BatchGetReportsInput = Shapes::StructureShape.new(name: 'BatchGetReportsInput')
|
32
32
|
BatchGetReportsOutput = Shapes::StructureShape.new(name: 'BatchGetReportsOutput')
|
33
|
+
BatchReportModeType = Shapes::StringShape.new(name: 'BatchReportModeType')
|
33
34
|
BatchRestrictions = Shapes::StructureShape.new(name: 'BatchRestrictions')
|
34
35
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
35
36
|
BucketOwnerAccess = Shapes::StringShape.new(name: 'BucketOwnerAccess')
|
@@ -849,6 +850,7 @@ module Aws::CodeBuild
|
|
849
850
|
ProjectBuildBatchConfig.add_member(:combine_artifacts, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "combineArtifacts"))
|
850
851
|
ProjectBuildBatchConfig.add_member(:restrictions, Shapes::ShapeRef.new(shape: BatchRestrictions, location_name: "restrictions"))
|
851
852
|
ProjectBuildBatchConfig.add_member(:timeout_in_mins, Shapes::ShapeRef.new(shape: WrapperInt, location_name: "timeoutInMins"))
|
853
|
+
ProjectBuildBatchConfig.add_member(:batch_report_mode, Shapes::ShapeRef.new(shape: BatchReportModeType, location_name: "batchReportMode"))
|
852
854
|
ProjectBuildBatchConfig.struct_class = Types::ProjectBuildBatchConfig
|
853
855
|
|
854
856
|
ProjectCache.add_member(:type, Shapes::ShapeRef.new(shape: CacheType, required: true, location_name: "type"))
|
@@ -1586,6 +1586,7 @@ module Aws::CodeBuild
|
|
1586
1586
|
# compute_types_allowed: ["NonEmptyString"],
|
1587
1587
|
# },
|
1588
1588
|
# timeout_in_mins: 1,
|
1589
|
+
# batch_report_mode: "REPORT_INDIVIDUAL_BUILDS", # accepts REPORT_INDIVIDUAL_BUILDS, REPORT_AGGREGATED_BATCH
|
1589
1590
|
# },
|
1590
1591
|
# concurrent_build_limit: 1,
|
1591
1592
|
# }
|
@@ -4119,6 +4120,7 @@ module Aws::CodeBuild
|
|
4119
4120
|
# compute_types_allowed: ["NonEmptyString"],
|
4120
4121
|
# },
|
4121
4122
|
# timeout_in_mins: 1,
|
4123
|
+
# batch_report_mode: "REPORT_INDIVIDUAL_BUILDS", # accepts REPORT_INDIVIDUAL_BUILDS, REPORT_AGGREGATED_BATCH
|
4122
4124
|
# }
|
4123
4125
|
#
|
4124
4126
|
# @!attribute [rw] service_role
|
@@ -4140,13 +4142,31 @@ module Aws::CodeBuild
|
|
4140
4142
|
# build must be completed in.
|
4141
4143
|
# @return [Integer]
|
4142
4144
|
#
|
4145
|
+
# @!attribute [rw] batch_report_mode
|
4146
|
+
# Specifies how build status reports are sent to the source provider
|
4147
|
+
# for the batch build. This property is only used when the source
|
4148
|
+
# provider for your project is Bitbucket, GitHub, or GitHub
|
4149
|
+
# Enterprise, and your project is configured to report build statuses
|
4150
|
+
# to the source provider.
|
4151
|
+
#
|
4152
|
+
# REPORT\_AGGREGATED\_BATCH
|
4153
|
+
#
|
4154
|
+
# : (Default) Aggregate all of the build statuses into a single status
|
4155
|
+
# report.
|
4156
|
+
#
|
4157
|
+
# REPORT\_INDIVIDUAL\_BUILDS
|
4158
|
+
#
|
4159
|
+
# : Send a separate status report for each individual build.
|
4160
|
+
# @return [String]
|
4161
|
+
#
|
4143
4162
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ProjectBuildBatchConfig AWS API Documentation
|
4144
4163
|
#
|
4145
4164
|
class ProjectBuildBatchConfig < Struct.new(
|
4146
4165
|
:service_role,
|
4147
4166
|
:combine_artifacts,
|
4148
4167
|
:restrictions,
|
4149
|
-
:timeout_in_mins
|
4168
|
+
:timeout_in_mins,
|
4169
|
+
:batch_report_mode)
|
4150
4170
|
SENSITIVE = []
|
4151
4171
|
include Aws::Structure
|
4152
4172
|
end
|
@@ -5594,6 +5614,7 @@ module Aws::CodeBuild
|
|
5594
5614
|
# compute_types_allowed: ["NonEmptyString"],
|
5595
5615
|
# },
|
5596
5616
|
# timeout_in_mins: 1,
|
5617
|
+
# batch_report_mode: "REPORT_INDIVIDUAL_BUILDS", # accepts REPORT_INDIVIDUAL_BUILDS, REPORT_AGGREGATED_BATCH
|
5597
5618
|
# },
|
5598
5619
|
# debug_session_enabled: false,
|
5599
5620
|
# }
|
@@ -6693,6 +6714,7 @@ module Aws::CodeBuild
|
|
6693
6714
|
# compute_types_allowed: ["NonEmptyString"],
|
6694
6715
|
# },
|
6695
6716
|
# timeout_in_mins: 1,
|
6717
|
+
# batch_report_mode: "REPORT_INDIVIDUAL_BUILDS", # accepts REPORT_INDIVIDUAL_BUILDS, REPORT_AGGREGATED_BATCH
|
6696
6718
|
# },
|
6697
6719
|
# concurrent_build_limit: 1,
|
6698
6720
|
# }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codebuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.78.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|