aws-sdk-codeconnections 1.8.0 → 1.9.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-codeconnections/client.rb +7 -1
- data/lib/aws-sdk-codeconnections.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: b9e38ebcac5d67241e306ca4c3746d1da8e9a5b8ec6bfdd9c90458a897074e56
|
|
4
|
+
data.tar.gz: 9723fc1e11ef26cb67edd5c7ce5e7a4677363106aafc9208efbd824818d489df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 190e42850e8ffa5c838b4ddb045c45b03d80435449165ef5640a0d3a148ccf0c6bfd18e42b1b7a6a09de59dd8f4f1248b565725aa31be9e5c0c442cc248d395e
|
|
7
|
+
data.tar.gz: c25d249ce3222ad907e53fbf3b22fa9ddacf4211acfe6b39ccef2f056963264a49062024730c3a7478f2d2fe31fbd40236364ca3fb36d09eec985c65f2407ad0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.9.0
|
|
@@ -432,6 +432,12 @@ module Aws::CodeConnections
|
|
|
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
|
#
|
|
@@ -1713,7 +1719,7 @@ module Aws::CodeConnections
|
|
|
1713
1719
|
tracer: tracer
|
|
1714
1720
|
)
|
|
1715
1721
|
context[:gem_name] = 'aws-sdk-codeconnections'
|
|
1716
|
-
context[:gem_version] = '1.
|
|
1722
|
+
context[:gem_version] = '1.9.0'
|
|
1717
1723
|
Seahorse::Client::Request.new(handlers, context)
|
|
1718
1724
|
end
|
|
1719
1725
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-codeconnections
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.9.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
|