aws-sdk-codebuild 1.139.0 → 1.141.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +31 -8
- data/lib/aws-sdk-codebuild/types.rb +5 -0
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 710971402f1b72f30e54719f7bc46ef36333888b899d1c06175686f3dc065ef7
|
4
|
+
data.tar.gz: b1eb95524d27498685cc67d03c4c24a1c61a147d80543457778c11728776bdc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4342dfa95e2b328d55735aa1ec95c7bdf17d3ae74e68b5602026ceb46a53015a239fb2a17abbf032e6efc34840c5695b3e0f50fef08dd80e46aad4373588c47
|
7
|
+
data.tar.gz: cf0b9e41fdd8f81cf000d0d0f1031d4cb1d62dc819d1f4660f9e41714e336ef04323fe788b3800bf60672ad1f1bff6cf0acef3270805d37bb352976ba873c495
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.141.0 (2025-01-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for CodeBuild self-hosted Buildkite runner builds
|
8
|
+
|
9
|
+
1.140.0 (2025-01-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.139.0 (2025-01-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.141.0
|
@@ -257,11 +257,34 @@ module Aws::CodeBuild
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -1001,7 +1024,7 @@ module Aws::CodeBuild
|
|
1001
1024
|
# resp.projects[0].webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
|
1002
1025
|
# resp.projects[0].webhook.filter_groups[0][0].pattern #=> String
|
1003
1026
|
# resp.projects[0].webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
1004
|
-
# resp.projects[0].webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
1027
|
+
# resp.projects[0].webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
1005
1028
|
# resp.projects[0].webhook.manual_creation #=> Boolean
|
1006
1029
|
# resp.projects[0].webhook.last_modified_secret #=> Time
|
1007
1030
|
# resp.projects[0].webhook.scope_configuration.name #=> String
|
@@ -1872,7 +1895,7 @@ module Aws::CodeBuild
|
|
1872
1895
|
# resp.project.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
|
1873
1896
|
# resp.project.webhook.filter_groups[0][0].pattern #=> String
|
1874
1897
|
# resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
1875
|
-
# resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
1898
|
+
# resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
1876
1899
|
# resp.project.webhook.manual_creation #=> Boolean
|
1877
1900
|
# resp.project.webhook.last_modified_secret #=> Time
|
1878
1901
|
# resp.project.webhook.scope_configuration.name #=> String
|
@@ -2077,7 +2100,7 @@ module Aws::CodeBuild
|
|
2077
2100
|
# },
|
2078
2101
|
# ],
|
2079
2102
|
# ],
|
2080
|
-
# build_type: "BUILD", # accepts BUILD, BUILD_BATCH
|
2103
|
+
# build_type: "BUILD", # accepts BUILD, BUILD_BATCH, RUNNER_BUILDKITE_BUILD
|
2081
2104
|
# manual_creation: false,
|
2082
2105
|
# scope_configuration: {
|
2083
2106
|
# name: "String", # required
|
@@ -2097,7 +2120,7 @@ module Aws::CodeBuild
|
|
2097
2120
|
# resp.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
|
2098
2121
|
# resp.webhook.filter_groups[0][0].pattern #=> String
|
2099
2122
|
# resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
2100
|
-
# resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
2123
|
+
# resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
2101
2124
|
# resp.webhook.manual_creation #=> Boolean
|
2102
2125
|
# resp.webhook.last_modified_secret #=> Time
|
2103
2126
|
# resp.webhook.scope_configuration.name #=> String
|
@@ -5850,7 +5873,7 @@ module Aws::CodeBuild
|
|
5850
5873
|
# resp.project.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
|
5851
5874
|
# resp.project.webhook.filter_groups[0][0].pattern #=> String
|
5852
5875
|
# resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
5853
|
-
# resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
5876
|
+
# resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
5854
5877
|
# resp.project.webhook.manual_creation #=> Boolean
|
5855
5878
|
# resp.project.webhook.last_modified_secret #=> Time
|
5856
5879
|
# resp.project.webhook.scope_configuration.name #=> String
|
@@ -6110,7 +6133,7 @@ module Aws::CodeBuild
|
|
6110
6133
|
# },
|
6111
6134
|
# ],
|
6112
6135
|
# ],
|
6113
|
-
# build_type: "BUILD", # accepts BUILD, BUILD_BATCH
|
6136
|
+
# build_type: "BUILD", # accepts BUILD, BUILD_BATCH, RUNNER_BUILDKITE_BUILD
|
6114
6137
|
# })
|
6115
6138
|
#
|
6116
6139
|
# @example Response structure
|
@@ -6124,7 +6147,7 @@ module Aws::CodeBuild
|
|
6124
6147
|
# resp.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE", "WORKFLOW_NAME", "TAG_NAME", "RELEASE_NAME", "REPOSITORY_NAME"
|
6125
6148
|
# resp.webhook.filter_groups[0][0].pattern #=> String
|
6126
6149
|
# resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
6127
|
-
# resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
6150
|
+
# resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
6128
6151
|
# resp.webhook.manual_creation #=> Boolean
|
6129
6152
|
# resp.webhook.last_modified_secret #=> Time
|
6130
6153
|
# resp.webhook.scope_configuration.name #=> String
|
@@ -6158,7 +6181,7 @@ module Aws::CodeBuild
|
|
6158
6181
|
tracer: tracer
|
6159
6182
|
)
|
6160
6183
|
context[:gem_name] = 'aws-sdk-codebuild'
|
6161
|
-
context[:gem_version] = '1.
|
6184
|
+
context[:gem_version] = '1.141.0'
|
6162
6185
|
Seahorse::Client::Request.new(handlers, context)
|
6163
6186
|
end
|
6164
6187
|
|
@@ -7518,6 +7518,11 @@ module Aws::CodeBuild
|
|
7518
7518
|
# <note markdown="1"> Works with `WORKFLOW_JOB_QUEUED` events only.
|
7519
7519
|
#
|
7520
7520
|
# </note>
|
7521
|
+
#
|
7522
|
+
# <note markdown="1"> For CodeBuild-hosted Buildkite runner builds, WORKFLOW\_NAME
|
7523
|
+
# filters will filter by pipeline name.
|
7524
|
+
#
|
7525
|
+
# </note>
|
7521
7526
|
# @return [String]
|
7522
7527
|
#
|
7523
7528
|
# @!attribute [rw] pattern
|
data/lib/aws-sdk-codebuild.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -421,7 +423,7 @@ module Aws
|
|
421
423
|
},
|
422
424
|
],
|
423
425
|
],
|
424
|
-
?build_type: ("BUILD" | "BUILD_BATCH"),
|
426
|
+
?build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD"),
|
425
427
|
?manual_creation: bool,
|
426
428
|
?scope_configuration: {
|
427
429
|
name: ::String,
|
@@ -1359,7 +1361,7 @@ module Aws
|
|
1359
1361
|
},
|
1360
1362
|
],
|
1361
1363
|
],
|
1362
|
-
?build_type: ("BUILD" | "BUILD_BATCH")
|
1364
|
+
?build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD")
|
1363
1365
|
) -> _UpdateWebhookResponseSuccess
|
1364
1366
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebhookResponseSuccess
|
1365
1367
|
end
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
@@ -348,7 +348,7 @@ module Aws::CodeBuild
|
|
348
348
|
attr_accessor project_name: ::String
|
349
349
|
attr_accessor branch_filter: ::String
|
350
350
|
attr_accessor filter_groups: ::Array[::Array[Types::WebhookFilter]]
|
351
|
-
attr_accessor build_type: ("BUILD" | "BUILD_BATCH")
|
351
|
+
attr_accessor build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD")
|
352
352
|
attr_accessor manual_creation: bool
|
353
353
|
attr_accessor scope_configuration: Types::ScopeConfiguration
|
354
354
|
SENSITIVE: []
|
@@ -1292,7 +1292,7 @@ module Aws::CodeBuild
|
|
1292
1292
|
attr_accessor branch_filter: ::String
|
1293
1293
|
attr_accessor rotate_secret: bool
|
1294
1294
|
attr_accessor filter_groups: ::Array[::Array[Types::WebhookFilter]]
|
1295
|
-
attr_accessor build_type: ("BUILD" | "BUILD_BATCH")
|
1295
|
+
attr_accessor build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD")
|
1296
1296
|
SENSITIVE: []
|
1297
1297
|
end
|
1298
1298
|
|
@@ -1314,7 +1314,7 @@ module Aws::CodeBuild
|
|
1314
1314
|
attr_accessor secret: ::String
|
1315
1315
|
attr_accessor branch_filter: ::String
|
1316
1316
|
attr_accessor filter_groups: ::Array[::Array[Types::WebhookFilter]]
|
1317
|
-
attr_accessor build_type: ("BUILD" | "BUILD_BATCH")
|
1317
|
+
attr_accessor build_type: ("BUILD" | "BUILD_BATCH" | "RUNNER_BUILDKITE_BUILD")
|
1318
1318
|
attr_accessor manual_creation: bool
|
1319
1319
|
attr_accessor last_modified_secret: ::Time
|
1320
1320
|
attr_accessor scope_configuration: Types::ScopeConfiguration
|
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.141.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: 2025-01-
|
11
|
+
date: 2025-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|