aws-sdk-cloudfront 1.97.0 → 1.98.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: c46607838adc891eee1de584699d4dc15f755d7adf39e842aa6d85637e58feae
4
- data.tar.gz: d92d81b3b25344fb0d2a3636d093525e6486a618caa0961c43fca9ac8d153a77
3
+ metadata.gz: 7f3a5b503dd939f86e6b9fc77667e222e6968ff481bd2c5aadc503b093b02b43
4
+ data.tar.gz: 8600bbc26e422a8b395a68fed4967e2e7c568435ed8566a2c636da7dd80e0d95
5
5
  SHA512:
6
- metadata.gz: 6e7a65f3c67839a55629b30f3e7dddb5e81efb299924f1422afbb167c3b9993cae6614672c083ffa4105ff6ea2ba8381c59878d6a5e73fec0f56f8ca4e39f3f0
7
- data.tar.gz: e00af95b3e4982b7fbf2b6a859ab4b6006adf086c140b8caeccf9abc142a3a3e32b774f768c4a8517c7c960c7d434333fce47704bc65a1c78cd666391b8cfb8f
6
+ metadata.gz: 94b39aeb9b0388f8680b2c0c792fb6a58afde47c548ba6a75e450a164f7d3ead70e84f62b50102002027c65992c988ec0cfd57d95204ee8c9f60ef430f5351b9
7
+ data.tar.gz: 99809f4aeecca6fc43c3dbff6673838766c5b996e40e4202f3e9e618a05a2634aa89440ec8421752afff1a565f5dfffde1a8c842213185479d1cfe276b122fff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.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.97.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.98.0
@@ -425,6 +425,12 @@ module Aws::CloudFront
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -9474,7 +9480,7 @@ module Aws::CloudFront
9474
9480
  tracer: tracer
9475
9481
  )
9476
9482
  context[:gem_name] = 'aws-sdk-cloudfront'
9477
- context[:gem_version] = '1.97.0'
9483
+ context[:gem_version] = '1.98.0'
9478
9484
  Seahorse::Client::Request.new(handlers, context)
9479
9485
  end
9480
9486
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudFront
55
55
 
56
- GEM_VERSION = '1.97.0'
56
+ GEM_VERSION = '1.98.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.97.0
4
+ version: 1.98.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