aws-sdk-codebuild 1.126.0 → 1.127.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 +7 -1
- 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: 7be32a91a0a2078909e852e39b844da44fa1e02de8f2cb944cd0ccb15e62f91e
|
|
4
|
+
data.tar.gz: a5b8f65ebacf45fbf8ee7578f085e3c8220549aa79004a27c532ca198492fac6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf1a6f5a8dbe071fd921a8e466e3380efcc0b9e9e4b6eb58ea47807ff31e1b567a3a45004376122a83039b0f2500ce47337077efa407d3a9e15afbba0b4c498b
|
|
7
|
+
data.tar.gz: 17e9b7f2f4fc7febbd1383f112543680cd5def0c5587d56540465bb565fe1adf051e02856335b6aa76032856b79877c2e3a9ffd381120d7f4df573384292a364
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.127.0
|
|
@@ -432,6 +432,12 @@ module Aws::CodeBuild
|
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
|
434
434
|
#
|
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
436
|
+
# Sets a client certificate when creating http connections.
|
|
437
|
+
#
|
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
439
|
+
# Sets a client key when creating http connections.
|
|
440
|
+
#
|
|
435
441
|
# @option options [Float] :ssl_timeout
|
|
436
442
|
# Sets the SSL timeout in seconds
|
|
437
443
|
#
|
|
@@ -5860,7 +5866,7 @@ module Aws::CodeBuild
|
|
|
5860
5866
|
tracer: tracer
|
|
5861
5867
|
)
|
|
5862
5868
|
context[:gem_name] = 'aws-sdk-codebuild'
|
|
5863
|
-
context[:gem_version] = '1.
|
|
5869
|
+
context[:gem_version] = '1.127.0'
|
|
5864
5870
|
Seahorse::Client::Request.new(handlers, context)
|
|
5865
5871
|
end
|
|
5866
5872
|
|
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.127.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-09-
|
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|