aws-sdk-codebuild 1.108.0 → 1.110.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +9 -9
- data/lib/aws-sdk-codebuild/types.rb +29 -21
- 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: b3be7aa176ee1030616e76b16af33eee673cadb2574e5749fb942962ac3102c2
|
4
|
+
data.tar.gz: 4eeab2adb6952adbf77ce44a850d3691c63de99061bbcb2487a6ada8fb2f8e7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78efad797ebbf5ff26f5009ae8ae97d4cb70e9fe98c4d9d835013598806c442da0952e4928093b5d64390a6519921b6c8439818e2feb597875aa64641d0200bf
|
7
|
+
data.tar.gz: 545421d6537daf07d27e3618b48ef25713d38a5eddcb0f35b2f77a9a416bac93e96623dff934d1d77e1bfcc8fb57d58e98ffb959de891cb62efa23b848632e79
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.110.0 (2024-04-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Support access tokens for Bitbucket sources
|
8
|
+
|
9
|
+
1.109.0 (2024-04-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add new webhook filter types for GitHub webhooks
|
13
|
+
|
4
14
|
1.108.0 (2024-03-29)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.0
|
@@ -907,7 +907,7 @@ module Aws::CodeBuild
|
|
907
907
|
# resp.projects[0].webhook.branch_filter #=> String
|
908
908
|
# resp.projects[0].webhook.filter_groups #=> Array
|
909
909
|
# resp.projects[0].webhook.filter_groups[0] #=> Array
|
910
|
-
# resp.projects[0].webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE"
|
910
|
+
# 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"
|
911
911
|
# resp.projects[0].webhook.filter_groups[0][0].pattern #=> String
|
912
912
|
# resp.projects[0].webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
913
913
|
# resp.projects[0].webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
@@ -1613,7 +1613,7 @@ module Aws::CodeBuild
|
|
1613
1613
|
# resp.project.webhook.branch_filter #=> String
|
1614
1614
|
# resp.project.webhook.filter_groups #=> Array
|
1615
1615
|
# resp.project.webhook.filter_groups[0] #=> Array
|
1616
|
-
# resp.project.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE"
|
1616
|
+
# 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"
|
1617
1617
|
# resp.project.webhook.filter_groups[0][0].pattern #=> String
|
1618
1618
|
# resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
1619
1619
|
# resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
@@ -1790,7 +1790,7 @@ module Aws::CodeBuild
|
|
1790
1790
|
# filter_groups: [
|
1791
1791
|
# [
|
1792
1792
|
# {
|
1793
|
-
# type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE
|
1793
|
+
# type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME
|
1794
1794
|
# pattern: "String", # required
|
1795
1795
|
# exclude_matched_pattern: false,
|
1796
1796
|
# },
|
@@ -1807,7 +1807,7 @@ module Aws::CodeBuild
|
|
1807
1807
|
# resp.webhook.branch_filter #=> String
|
1808
1808
|
# resp.webhook.filter_groups #=> Array
|
1809
1809
|
# resp.webhook.filter_groups[0] #=> Array
|
1810
|
-
# resp.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE"
|
1810
|
+
# 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"
|
1811
1811
|
# resp.webhook.filter_groups[0][0].pattern #=> String
|
1812
1812
|
# resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
1813
1813
|
# resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
@@ -2313,7 +2313,7 @@ module Aws::CodeBuild
|
|
2313
2313
|
#
|
2314
2314
|
# @option params [required, String] :token
|
2315
2315
|
# For GitHub or GitHub Enterprise, this is the personal access token.
|
2316
|
-
# For Bitbucket, this is the app password.
|
2316
|
+
# For Bitbucket, this is either the access token or the app password.
|
2317
2317
|
#
|
2318
2318
|
# @option params [required, String] :server_type
|
2319
2319
|
# The source provider used for this project.
|
@@ -5346,7 +5346,7 @@ module Aws::CodeBuild
|
|
5346
5346
|
# resp.project.webhook.branch_filter #=> String
|
5347
5347
|
# resp.project.webhook.filter_groups #=> Array
|
5348
5348
|
# resp.project.webhook.filter_groups[0] #=> Array
|
5349
|
-
# resp.project.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE"
|
5349
|
+
# 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"
|
5350
5350
|
# resp.project.webhook.filter_groups[0][0].pattern #=> String
|
5351
5351
|
# resp.project.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
5352
5352
|
# resp.project.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
@@ -5597,7 +5597,7 @@ module Aws::CodeBuild
|
|
5597
5597
|
# filter_groups: [
|
5598
5598
|
# [
|
5599
5599
|
# {
|
5600
|
-
# type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE
|
5600
|
+
# type: "EVENT", # required, accepts EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME
|
5601
5601
|
# pattern: "String", # required
|
5602
5602
|
# exclude_matched_pattern: false,
|
5603
5603
|
# },
|
@@ -5614,7 +5614,7 @@ module Aws::CodeBuild
|
|
5614
5614
|
# resp.webhook.branch_filter #=> String
|
5615
5615
|
# resp.webhook.filter_groups #=> Array
|
5616
5616
|
# resp.webhook.filter_groups[0] #=> Array
|
5617
|
-
# resp.webhook.filter_groups[0][0].type #=> String, one of "EVENT", "BASE_REF", "HEAD_REF", "ACTOR_ACCOUNT_ID", "FILE_PATH", "COMMIT_MESSAGE"
|
5617
|
+
# 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"
|
5618
5618
|
# resp.webhook.filter_groups[0][0].pattern #=> String
|
5619
5619
|
# resp.webhook.filter_groups[0][0].exclude_matched_pattern #=> Boolean
|
5620
5620
|
# resp.webhook.build_type #=> String, one of "BUILD", "BUILD_BATCH"
|
@@ -5642,7 +5642,7 @@ module Aws::CodeBuild
|
|
5642
5642
|
params: params,
|
5643
5643
|
config: config)
|
5644
5644
|
context[:gem_name] = 'aws-sdk-codebuild'
|
5645
|
-
context[:gem_version] = '1.
|
5645
|
+
context[:gem_version] = '1.110.0'
|
5646
5646
|
Seahorse::Client::Request.new(handlers, context)
|
5647
5647
|
end
|
5648
5648
|
|
@@ -2661,7 +2661,7 @@ module Aws::CodeBuild
|
|
2661
2661
|
#
|
2662
2662
|
# @!attribute [rw] token
|
2663
2663
|
# For GitHub or GitHub Enterprise, this is the personal access token.
|
2664
|
-
# For Bitbucket, this is the app password.
|
2664
|
+
# For Bitbucket, this is either the access token or the app password.
|
2665
2665
|
# @return [String]
|
2666
2666
|
#
|
2667
2667
|
# @!attribute [rw] server_type
|
@@ -4577,14 +4577,14 @@ module Aws::CodeBuild
|
|
4577
4577
|
# account to your GitLab account. Use the CodeBuild console to start
|
4578
4578
|
# creating a build project. When you use the console to connect (or
|
4579
4579
|
# reconnect) with GitLab, on the Connections **Authorize
|
4580
|
-
# application** page, choose **Authorize**. Then on the
|
4581
|
-
#
|
4582
|
-
# GitLab**. (After you have connected to your GitLab
|
4583
|
-
# not need to finish creating the build project. You
|
4584
|
-
# CodeBuild console.) To instruct CodeBuild to
|
4585
|
-
# connection and use this connection instead,
|
4586
|
-
# object's `type` value to `CODECONNECTIONS` in the
|
4587
|
-
# object.
|
4580
|
+
# application** page, choose **Authorize**. Then on the
|
4581
|
+
# CodeConnections **Create GitLab connection** page, choose
|
4582
|
+
# **Connect to GitLab**. (After you have connected to your GitLab
|
4583
|
+
# account, you do not need to finish creating the build project. You
|
4584
|
+
# can leave the CodeBuild console.) To instruct CodeBuild to
|
4585
|
+
# override the default connection and use this connection instead,
|
4586
|
+
# set the `auth` object's `type` value to `CODECONNECTIONS` in the
|
4587
|
+
# `source` object.
|
4588
4588
|
#
|
4589
4589
|
# * For source code in a Bitbucket repository, the HTTPS clone URL to
|
4590
4590
|
# the repository that contains the source and the buildspec file.
|
@@ -6847,25 +6847,24 @@ module Aws::CodeBuild
|
|
6847
6847
|
# A filter used to determine which webhooks trigger a build.
|
6848
6848
|
#
|
6849
6849
|
# @!attribute [rw] type
|
6850
|
-
# The type of webhook filter. There are
|
6850
|
+
# The type of webhook filter. There are nine webhook filter types:
|
6851
6851
|
# `EVENT`, `ACTOR_ACCOUNT_ID`, `HEAD_REF`, `BASE_REF`, `FILE_PATH`,
|
6852
|
-
# `COMMIT_MESSAGE`, `TAG_NAME`, and `
|
6852
|
+
# `COMMIT_MESSAGE`, `TAG_NAME`, `RELEASE_NAME`, and `WORKFLOW_NAME`.
|
6853
6853
|
#
|
6854
6854
|
# * EVENT
|
6855
6855
|
#
|
6856
6856
|
# * A webhook event triggers a build when the provided `pattern`
|
6857
|
-
# matches one of
|
6858
|
-
# `
|
6859
|
-
# `
|
6860
|
-
# `
|
6861
|
-
#
|
6862
|
-
#
|
6863
|
-
#
|
6864
|
-
# events.
|
6857
|
+
# matches one of nine event types: `PUSH`, `PULL_REQUEST_CREATED`,
|
6858
|
+
# `PULL_REQUEST_UPDATED`, `PULL_REQUEST_CLOSED`,
|
6859
|
+
# `PULL_REQUEST_REOPENED`, `PULL_REQUEST_MERGED`, `RELEASED`,
|
6860
|
+
# `PRERELEASED`, and `WORKFLOW_JOB_QUEUED`. The `EVENT` patterns
|
6861
|
+
# are specified as a comma-separated string. For example, `PUSH,
|
6862
|
+
# PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED` filters all push,
|
6863
|
+
# pull request created, and pull request updated events.
|
6865
6864
|
#
|
6866
6865
|
# <note markdown="1"> The `PULL_REQUEST_REOPENED` works with GitHub and GitHub
|
6867
|
-
# Enterprise only. The `RELEASED
|
6868
|
-
# GitHub only.
|
6866
|
+
# Enterprise only. The `RELEASED`, `PRERELEASED`, and
|
6867
|
+
# `WORKFLOW_JOB_QUEUED` work with GitHub only.
|
6869
6868
|
#
|
6870
6869
|
# </note>
|
6871
6870
|
#
|
@@ -6938,6 +6937,15 @@ module Aws::CodeBuild
|
|
6938
6937
|
# <note markdown="1"> Works with `RELEASED` and `PRERELEASED` events only.
|
6939
6938
|
#
|
6940
6939
|
# </note>
|
6940
|
+
#
|
6941
|
+
# * WORKFLOW\_NAME
|
6942
|
+
#
|
6943
|
+
# * A webhook triggers a build when the workflow name matches the
|
6944
|
+
# regular expression `pattern`.
|
6945
|
+
#
|
6946
|
+
# <note markdown="1"> Works with `WORKFLOW_JOB_QUEUED` events only.
|
6947
|
+
#
|
6948
|
+
# </note>
|
6941
6949
|
# @return [String]
|
6942
6950
|
#
|
6943
6951
|
# @!attribute [rw] pattern
|
data/lib/aws-sdk-codebuild.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -381,7 +381,7 @@ module Aws
|
|
381
381
|
?filter_groups: Array[
|
382
382
|
Array[
|
383
383
|
{
|
384
|
-
type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE"),
|
384
|
+
type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME"),
|
385
385
|
pattern: ::String,
|
386
386
|
exclude_matched_pattern: bool?
|
387
387
|
},
|
@@ -1280,7 +1280,7 @@ module Aws
|
|
1280
1280
|
?filter_groups: Array[
|
1281
1281
|
Array[
|
1282
1282
|
{
|
1283
|
-
type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE"),
|
1283
|
+
type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME"),
|
1284
1284
|
pattern: ::String,
|
1285
1285
|
exclude_matched_pattern: bool?
|
1286
1286
|
},
|
data/sig/types.rbs
CHANGED
@@ -1260,7 +1260,7 @@ module Aws::CodeBuild
|
|
1260
1260
|
end
|
1261
1261
|
|
1262
1262
|
class WebhookFilter
|
1263
|
-
attr_accessor type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE")
|
1263
|
+
attr_accessor type: ("EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | "WORKFLOW_NAME" | "TAG_NAME" | "RELEASE_NAME")
|
1264
1264
|
attr_accessor pattern: ::String
|
1265
1265
|
attr_accessor exclude_matched_pattern: bool
|
1266
1266
|
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.110.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: 2024-
|
11
|
+
date: 2024-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|