aws-sdk-codebuild 1.147.0 → 1.148.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +8 -8
- data/lib/aws-sdk-codebuild/types.rb +14 -44
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +1 -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: a4a807aa46956715f137c96af1bfb6f0eba0db2e85bbcaa40ec3cd93b5d0d986
|
4
|
+
data.tar.gz: d6b8c3bd98cc797fd97400c0fb2c8c068b8759d665fb76100d43a9aa37273208
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4b8be8960425a541b4fb3a3a0ee23f08328749705fd54f9954accc1cc8dcf8271d87ec1747420798a2dfef37404898f02383176783f52c388cd3a43794a1447
|
7
|
+
data.tar.gz: df42c413865c45a9381490aa39df539a45913ec248645bda728ef4de9f971ff517808f06215eec65766f29f96b397313c39c4c71049e5f8df90fdace19fceb57
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.148.0
|
@@ -1023,7 +1023,7 @@ module Aws::CodeBuild
|
|
1023
1023
|
# resp.projects[0].webhook.branch_filter #=> String
|
1024
1024
|
# resp.projects[0].webhook.filter_groups #=> Array
|
1025
1025
|
# resp.projects[0].webhook.filter_groups[0] #=> Array
|
1026
|
-
# 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"
|
1026
|
+
# 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", "ORGANIZATION_NAME"
|
1027
1027
|
# resp.projects[0].webhook.filter_groups[0][0].pattern #=> String
|
1028
1028
|
# resp.projects[0].webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
1029
1029
|
# resp.projects[0].webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
@@ -1896,7 +1896,7 @@ module Aws::CodeBuild
|
|
1896
1896
|
# resp.project.webhook.branch_filter #=> String
|
1897
1897
|
# resp.project.webhook.filter_groups #=> Array
|
1898
1898
|
# resp.project.webhook.filter_groups[0] #=> Array
|
1899
|
-
# 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"
|
1899
|
+
# 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", "ORGANIZATION_NAME"
|
1900
1900
|
# resp.project.webhook.filter_groups[0][0].pattern #=> String
|
1901
1901
|
# resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
1902
1902
|
# resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
@@ -2112,7 +2112,7 @@ module Aws::CodeBuild
|
|
2112
2112
|
# filter_groups: [
|
2113
2113
|
# [
|
2114
2114
|
# {
|
2115
|
-
# type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME
|
2115
|
+
# type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME, ORGANIZATION_NAME
|
2116
2116
|
# pattern: "String", # required
|
2117
2117
|
# exclude_matched_pattern: false,
|
2118
2118
|
# },
|
@@ -2135,7 +2135,7 @@ module Aws::CodeBuild
|
|
2135
2135
|
# resp.webhook.branch_filter #=> String
|
2136
2136
|
# resp.webhook.filter_groups #=> Array
|
2137
2137
|
# resp.webhook.filter_groups[0] #=> Array
|
2138
|
-
# 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"
|
2138
|
+
# 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", "ORGANIZATION_NAME"
|
2139
2139
|
# resp.webhook.filter_groups[0][0].pattern #=> String
|
2140
2140
|
# resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
2141
2141
|
# resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
@@ -5897,7 +5897,7 @@ module Aws::CodeBuild
|
|
5897
5897
|
# resp.project.webhook.branch_filter #=> String
|
5898
5898
|
# resp.project.webhook.filter_groups #=> Array
|
5899
5899
|
# resp.project.webhook.filter_groups[0] #=> Array
|
5900
|
-
# 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"
|
5900
|
+
# 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", "ORGANIZATION_NAME"
|
5901
5901
|
# resp.project.webhook.filter_groups[0][0].pattern #=> String
|
5902
5902
|
# resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
5903
5903
|
# resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
@@ -6168,7 +6168,7 @@ module Aws::CodeBuild
|
|
6168
6168
|
# filter_groups: [
|
6169
6169
|
# [
|
6170
6170
|
# {
|
6171
|
-
# type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME
|
6171
|
+
# type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME, ORGANIZATION_NAME
|
6172
6172
|
# pattern: "String", # required
|
6173
6173
|
# exclude_matched_pattern: false,
|
6174
6174
|
# },
|
@@ -6185,7 +6185,7 @@ module Aws::CodeBuild
|
|
6185
6185
|
# resp.webhook.branch_filter #=> String
|
6186
6186
|
# resp.webhook.filter_groups #=> Array
|
6187
6187
|
# resp.webhook.filter_groups[0] #=> Array
|
6188
|
-
# 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"
|
6188
|
+
# 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", "ORGANIZATION_NAME"
|
6189
6189
|
# resp.webhook.filter_groups[0][0].pattern #=> String
|
6190
6190
|
# resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
6191
6191
|
# resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH", "RUNNER_BUILDKITE_BUILD"
|
@@ -6224,7 +6224,7 @@ module Aws::CodeBuild
|
|
6224
6224
|
tracer: tracer
|
6225
6225
|
)
|
6226
6226
|
context[:gem_name] = 'aws-sdk-codebuild'
|
6227
|
-
context[:gem_version] = '1.
|
6227
|
+
context[:gem_version] = '1.148.0'
|
6228
6228
|
Seahorse::Client::Request.new(handlers, context)
|
6229
6229
|
end
|
6230
6230
|
|
@@ -4577,41 +4577,6 @@ module Aws::CodeBuild
|
|
4577
4577
|
# @!attribute [rw] type
|
4578
4578
|
# The type of build environment to use for related builds.
|
4579
4579
|
#
|
4580
|
-
# * The environment type `ARM_CONTAINER` is available only in regions
|
4581
|
-
# US East (N. Virginia), US East (Ohio), US West (Oregon), EU
|
4582
|
-
# (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia
|
4583
|
-
# Pacific (Sydney), and EU (Frankfurt).
|
4584
|
-
#
|
4585
|
-
# * The environment type `LINUX_CONTAINER` is available only in
|
4586
|
-
# regions US East (N. Virginia), US East (Ohio), US West (Oregon),
|
4587
|
-
# Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia
|
4588
|
-
# Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore),
|
4589
|
-
# Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
|
4590
|
-
#
|
4591
|
-
# * The environment type `LINUX_GPU_CONTAINER` is available only in
|
4592
|
-
# regions US East (N. Virginia), US East (Ohio), US West (Oregon),
|
4593
|
-
# Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia
|
4594
|
-
# Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore),
|
4595
|
-
# Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
|
4596
|
-
# ^
|
4597
|
-
#
|
4598
|
-
# * The environment types `ARM_LAMBDA_CONTAINER` and
|
4599
|
-
# `LINUX_LAMBDA_CONTAINER` are available only in regions US East (N.
|
4600
|
-
# Virginia), US East (Ohio), US West (Oregon), Asia Pacific
|
4601
|
-
# (Mumbai), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia
|
4602
|
-
# Pacific (Tokyo), EU (Frankfurt), EU (Ireland), and South America
|
4603
|
-
# (São Paulo).
|
4604
|
-
#
|
4605
|
-
# ^
|
4606
|
-
# ^
|
4607
|
-
#
|
4608
|
-
# * The environment types `WINDOWS_CONTAINER` and
|
4609
|
-
# `WINDOWS_SERVER_2019_CONTAINER` are available only in regions US
|
4610
|
-
# East (N. Virginia), US East (Ohio), US West (Oregon), and EU
|
4611
|
-
# (Ireland).
|
4612
|
-
#
|
4613
|
-
# ^
|
4614
|
-
#
|
4615
4580
|
# <note markdown="1"> If you're using compute fleets during project creation, `type` will
|
4616
4581
|
# be ignored.
|
4617
4582
|
#
|
@@ -7484,9 +7449,10 @@ module Aws::CodeBuild
|
|
7484
7449
|
# A filter used to determine which webhooks trigger a build.
|
7485
7450
|
#
|
7486
7451
|
# @!attribute [rw] type
|
7487
|
-
# The type of webhook filter. There are
|
7452
|
+
# The type of webhook filter. There are 11 webhook filter types:
|
7488
7453
|
# `EVENT`, `ACTOR_ACCOUNT_ID`, `HEAD_REF`, `BASE_REF`, `FILE_PATH`,
|
7489
|
-
# `COMMIT_MESSAGE`, `TAG_NAME`, `RELEASE_NAME`,
|
7454
|
+
# `COMMIT_MESSAGE`, `TAG_NAME`, `RELEASE_NAME`, `REPOSITORY_NAME`,
|
7455
|
+
# `ORGANIZATION_NAME`, and `WORKFLOW_NAME`.
|
7490
7456
|
#
|
7491
7457
|
# * EVENT
|
7492
7458
|
#
|
@@ -7536,9 +7502,7 @@ module Aws::CodeBuild
|
|
7536
7502
|
# * A webhook triggers a build when the path of a changed file
|
7537
7503
|
# matches the regular expression `pattern`.
|
7538
7504
|
#
|
7539
|
-
# <note markdown="1"> Works with
|
7540
|
-
# events. Also works with GitHub Enterprise push events, but does
|
7541
|
-
# not work with GitHub Enterprise pull request events.
|
7505
|
+
# <note markdown="1"> Works with push and pull request events only.
|
7542
7506
|
#
|
7543
7507
|
# </note>
|
7544
7508
|
# * COMMIT\_MESSAGE
|
@@ -7546,9 +7510,7 @@ module Aws::CodeBuild
|
|
7546
7510
|
# * A webhook triggers a build when the head commit message matches
|
7547
7511
|
# the regular expression `pattern`.
|
7548
7512
|
#
|
7549
|
-
# <note markdown="1"> Works with
|
7550
|
-
# events. Also works with GitHub Enterprise push events, but does
|
7551
|
-
# not work with GitHub Enterprise pull request events.
|
7513
|
+
# <note markdown="1"> Works with push and pull request events only.
|
7552
7514
|
#
|
7553
7515
|
# </note>
|
7554
7516
|
# * TAG\_NAME
|
@@ -7570,11 +7532,19 @@ module Aws::CodeBuild
|
|
7570
7532
|
# * REPOSITORY\_NAME
|
7571
7533
|
#
|
7572
7534
|
# * A webhook triggers a build when the repository name matches the
|
7573
|
-
# regular expression pattern
|
7535
|
+
# regular expression `pattern`.
|
7574
7536
|
#
|
7575
7537
|
# <note markdown="1"> Works with GitHub global or organization webhooks only.
|
7576
7538
|
#
|
7577
7539
|
# </note>
|
7540
|
+
# * ORGANIZATION\_NAME
|
7541
|
+
#
|
7542
|
+
# * A webhook triggers a build when the organization name matches
|
7543
|
+
# the regular expression `pattern`.
|
7544
|
+
#
|
7545
|
+
# <note markdown="1"> Works with GitHub global webhooks only.
|
7546
|
+
#
|
7547
|
+
# </note>
|
7578
7548
|
# * WORKFLOW\_NAME
|
7579
7549
|
#
|
7580
7550
|
# * A webhook triggers a build when the workflow name matches the
|
data/lib/aws-sdk-codebuild.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -417,7 +417,7 @@ module Aws
|
|
417
417
|
?filter_groups: Array[
|
418
418
|
Array[
|
419
419
|
{
|
420
|
-
type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME"),
|
420
|
+
type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME" | "ORGANIZATION_NAME"),
|
421
421
|
pattern: ::String,
|
422
422
|
exclude_matched_pattern: bool?
|
423
423
|
},
|
@@ -1355,7 +1355,7 @@ module Aws
|
|
1355
1355
|
?filter_groups: Array[
|
1356
1356
|
Array[
|
1357
1357
|
{
|
1358
|
-
type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME"),
|
1358
|
+
type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME" | "ORGANIZATION_NAME"),
|
1359
1359
|
pattern: ::String,
|
1360
1360
|
exclude_matched_pattern: bool?
|
1361
1361
|
},
|
data/sig/types.rbs
CHANGED
@@ -1326,7 +1326,7 @@ module Aws::CodeBuild
|
|
1326
1326
|
end
|
1327
1327
|
|
1328
1328
|
class WebhookFilter
|
1329
|
-
attr_accessor type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME")
|
1329
|
+
attr_accessor type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME" | "REPOSITORY_NAME" | "ORGANIZATION_NAME")
|
1330
1330
|
attr_accessor pattern: ::String
|
1331
1331
|
attr_accessor exclude_matched_pattern: bool
|
1332
1332
|
SENSITIVE: []
|
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.148.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-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|