aws-sdk-codebuild 1.142.0 → 1.143.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd47b235610c11efaa43735347044099ce5a8e6f1b2feb2c047cfde71b7f6096
4
- data.tar.gz: 175eaadf64617e197b328884125f34e074084bfdeab3233df5d9fc408b37ad02
3
+ metadata.gz: 0c4e71debe0beaccf2c26e3308cb622a64df9d0ba672ae600471303677fa48f3
4
+ data.tar.gz: 326e23010fa3868f5f4288a3984238f68fd6321297227910c0ae4c54a7bd57c4
5
5
  SHA512:
6
- metadata.gz: 765bd81bf515678b4bffa52c69c2a24d472b366830cf09365c6bddacfade006f6b2e9e8024c692702223ac30b0ea2c8e07e12d2a05bf0e3f7d939ca2113dd9e5
7
- data.tar.gz: ccbd6fe441241eb3fa3a8c6e6c53812d5160c4c7f0a07f49eb79d518069d79634c8c7264cefc3428404014ad1c2cc2d433acb6172909bfd82898e7d67b01c4d3
6
+ metadata.gz: 2bda8db8b62b4e693eea0d8f514cd6e2ef018fe9414082dde6cd23d3837bb24056fb5fb193cec0769258be3f5e021ba3b2c8f1cced0e6c2312f42c1f5559a9c5
7
+ data.tar.gz: e3313bdcf7ba682c9e1faf5fe101327a99c3aed621fd0531bb7ca5ed9757cb4ce7b4da04bc76e658efddcd99a893962aa9192cbd7d34ce8f049c44bd86c3d9b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.143.0 (2025-02-12)
5
+ ------------------
6
+
7
+ * Feature - Add note for the RUNNER_BUILDKITE_BUILD buildType.
8
+
4
9
  1.142.0 (2025-02-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.142.0
1
+ 1.143.0
@@ -2064,6 +2064,18 @@ module Aws::CodeBuild
2064
2064
  # @option params [String] :build_type
2065
2065
  # Specifies the type of build this webhook will trigger.
2066
2066
  #
2067
+ # <note markdown="1"> `RUNNER_BUILDKITE_BUILD` is only available for `NO_SOURCE` source type
2068
+ # projects configured for Buildkite runner builds. For more information
2069
+ # about CodeBuild-hosted Buildkite runner builds, see [Tutorial:
2070
+ # Configure a CodeBuild-hosted Buildkite runner][1] in the *CodeBuild
2071
+ # user guide*.
2072
+ #
2073
+ # </note>
2074
+ #
2075
+ #
2076
+ #
2077
+ # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html
2078
+ #
2067
2079
  # @option params [Boolean] :manual_creation
2068
2080
  # If manualCreation is true, CodeBuild doesn't create a webhook in
2069
2081
  # GitHub and instead returns `payloadUrl` and `secret` values for the
@@ -6114,6 +6126,18 @@ module Aws::CodeBuild
6114
6126
  # @option params [String] :build_type
6115
6127
  # Specifies the type of build this webhook will trigger.
6116
6128
  #
6129
+ # <note markdown="1"> `RUNNER_BUILDKITE_BUILD` is only available for `NO_SOURCE` source type
6130
+ # projects configured for Buildkite runner builds. For more information
6131
+ # about CodeBuild-hosted Buildkite runner builds, see [Tutorial:
6132
+ # Configure a CodeBuild-hosted Buildkite runner][1] in the *CodeBuild
6133
+ # user guide*.
6134
+ #
6135
+ # </note>
6136
+ #
6137
+ #
6138
+ #
6139
+ # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html
6140
+ #
6117
6141
  # @return [Types::UpdateWebhookOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6118
6142
  #
6119
6143
  # * {Types::UpdateWebhookOutput#webhook #webhook} => Types::Webhook
@@ -6181,7 +6205,7 @@ module Aws::CodeBuild
6181
6205
  tracer: tracer
6182
6206
  )
6183
6207
  context[:gem_name] = 'aws-sdk-codebuild'
6184
- context[:gem_version] = '1.142.0'
6208
+ context[:gem_version] = '1.143.0'
6185
6209
  Seahorse::Client::Request.new(handlers, context)
6186
6210
  end
6187
6211
 
@@ -2005,6 +2005,18 @@ module Aws::CodeBuild
2005
2005
  #
2006
2006
  # @!attribute [rw] build_type
2007
2007
  # Specifies the type of build this webhook will trigger.
2008
+ #
2009
+ # <note markdown="1"> `RUNNER_BUILDKITE_BUILD` is only available for `NO_SOURCE` source
2010
+ # type projects configured for Buildkite runner builds. For more
2011
+ # information about CodeBuild-hosted Buildkite runner builds, see
2012
+ # [Tutorial: Configure a CodeBuild-hosted Buildkite runner][1] in the
2013
+ # *CodeBuild user guide*.
2014
+ #
2015
+ # </note>
2016
+ #
2017
+ #
2018
+ #
2019
+ # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html
2008
2020
  # @return [String]
2009
2021
  #
2010
2022
  # @!attribute [rw] manual_creation
@@ -7279,6 +7291,18 @@ module Aws::CodeBuild
7279
7291
  #
7280
7292
  # @!attribute [rw] build_type
7281
7293
  # Specifies the type of build this webhook will trigger.
7294
+ #
7295
+ # <note markdown="1"> `RUNNER_BUILDKITE_BUILD` is only available for `NO_SOURCE` source
7296
+ # type projects configured for Buildkite runner builds. For more
7297
+ # information about CodeBuild-hosted Buildkite runner builds, see
7298
+ # [Tutorial: Configure a CodeBuild-hosted Buildkite runner][1] in the
7299
+ # *CodeBuild user guide*.
7300
+ #
7301
+ # </note>
7302
+ #
7303
+ #
7304
+ #
7305
+ # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html
7282
7306
  # @return [String]
7283
7307
  #
7284
7308
  # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateWebhookInput AWS API Documentation
@@ -7373,6 +7397,18 @@ module Aws::CodeBuild
7373
7397
  #
7374
7398
  # @!attribute [rw] build_type
7375
7399
  # Specifies the type of build this webhook will trigger.
7400
+ #
7401
+ # <note markdown="1"> `RUNNER_BUILDKITE_BUILD` is only available for `NO_SOURCE` source
7402
+ # type projects configured for Buildkite runner builds. For more
7403
+ # information about CodeBuild-hosted Buildkite runner builds, see
7404
+ # [Tutorial: Configure a CodeBuild-hosted Buildkite runner][1] in the
7405
+ # *CodeBuild user guide*.
7406
+ #
7407
+ # </note>
7408
+ #
7409
+ #
7410
+ #
7411
+ # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html
7376
7412
  # @return [String]
7377
7413
  #
7378
7414
  # @!attribute [rw] manual_creation
@@ -54,7 +54,7 @@ module Aws::CodeBuild
54
54
  autoload :EndpointProvider, 'aws-sdk-codebuild/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codebuild/endpoints'
56
56
 
57
- GEM_VERSION = '1.142.0'
57
+ GEM_VERSION = '1.143.0'
58
58
 
59
59
  end
60
60
 
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.142.0
4
+ version: 1.143.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-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core