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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: daa12ec747b71b48baa5c7db3bf2c05efbe788d2159775c12a6a117856c6a804
4
- data.tar.gz: c68a8310735729cffa8c2f8d287cd90455415c5ed45789d1a903189b7a3440d3
3
+ metadata.gz: b9e38ebcac5d67241e306ca4c3746d1da8e9a5b8ec6bfdd9c90458a897074e56
4
+ data.tar.gz: 9723fc1e11ef26cb67edd5c7ce5e7a4677363106aafc9208efbd824818d489df
5
5
  SHA512:
6
- metadata.gz: 92e9135e5cb87d7c40cd13b604fecfea679e6cd0adc6a19cdf175b591698ed728b59968e4dfb54c5165014584d966211114e72621ec1d4b9a5fbcc450dbd3a64
7
- data.tar.gz: 5f27b5421fbb0b9ca56cf9dcf86e2dd4353c580407e6dfa7819963269247c99f67b41d1181fdbe849bc91c50c9b4ba958b2292de8d5b16671a5826d9d1180049
6
+ metadata.gz: 190e42850e8ffa5c838b4ddb045c45b03d80435449165ef5640a0d3a148ccf0c6bfd18e42b1b7a6a09de59dd8f4f1248b565725aa31be9e5c0c442cc248d395e
7
+ data.tar.gz: c25d249ce3222ad907e53fbf3b22fa9ddacf4211acfe6b39ccef2f056963264a49062024730c3a7478f2d2fe31fbd40236364ca3fb36d09eec985c65f2407ad0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.8.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
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.8.0'
1722
+ context[:gem_version] = '1.9.0'
1717
1723
  Seahorse::Client::Request.new(handlers, context)
1718
1724
  end
1719
1725
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codeconnections/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeConnections
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
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.8.0
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-03 00:00:00.000000000 Z
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