aws-sdk-codebuild 1.141.0 → 1.143.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 +25 -1
- data/lib/aws-sdk-codebuild/endpoint_provider.rb +13 -17
- data/lib/aws-sdk-codebuild/types.rb +36 -0
- data/lib/aws-sdk-codebuild.rb +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: 0c4e71debe0beaccf2c26e3308cb622a64df9d0ba672ae600471303677fa48f3
|
4
|
+
data.tar.gz: 326e23010fa3868f5f4288a3984238f68fd6321297227910c0ae4c54a7bd57c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bda8db8b62b4e693eea0d8f514cd6e2ef018fe9414082dde6cd23d3837bb24056fb5fb193cec0769258be3f5e021ba3b2c8f1cced0e6c2312f42c1f5559a9c5
|
7
|
+
data.tar.gz: e3313bdcf7ba682c9e1faf5fe101327a99c3aed621fd0531bb7ca5ed9757cb4ce7b4da04bc76e658efddcd99a893962aa9192cbd7d34ce8f049c44bd86c3d9b3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.142.0 (2025-02-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.141.0 (2025-01-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
6208
|
+
context[:gem_version] = '1.143.0'
|
6185
6209
|
Seahorse::Client::Request.new(handlers, context)
|
6186
6210
|
end
|
6187
6211
|
|
@@ -10,40 +10,36 @@
|
|
10
10
|
module Aws::CodeBuild
|
11
11
|
class EndpointProvider
|
12
12
|
def resolve_endpoint(parameters)
|
13
|
-
|
14
|
-
|
15
|
-
use_fips = parameters.use_fips
|
16
|
-
endpoint = parameters.endpoint
|
17
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
13
|
+
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
14
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
19
15
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
20
16
|
end
|
21
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
17
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
22
18
|
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
19
|
end
|
24
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
20
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
|
25
21
|
end
|
26
|
-
if Aws::Endpoints::Matchers.set?(region)
|
27
|
-
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
22
|
+
if Aws::Endpoints::Matchers.set?(parameters.region)
|
23
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
24
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
29
25
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
-
return Aws::Endpoints::Endpoint.new(url: "https://codebuild-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
26
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codebuild-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
27
|
end
|
32
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
29
|
end
|
34
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
30
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
35
31
|
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
|
-
return Aws::Endpoints::Endpoint.new(url: "https://codebuild-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
32
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codebuild-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
33
|
end
|
38
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
39
35
|
end
|
40
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
36
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
41
37
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
42
|
-
return Aws::Endpoints::Endpoint.new(url: "https://codebuild.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
38
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codebuild.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
43
39
|
end
|
44
40
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
45
41
|
end
|
46
|
-
return Aws::Endpoints::Endpoint.new(url: "https://codebuild.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codebuild.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
47
43
|
end
|
48
44
|
end
|
49
45
|
raise ArgumentError, "Invalid Configuration: Missing Region"
|
@@ -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
|
data/lib/aws-sdk-codebuild.rb
CHANGED
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.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-
|
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
|