aws-sdk-cloudfront 1.97.0 → 1.99.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: 31b51ab2cec9043b5d7c73ef09a84137ef6a4b7e8037bde2e8538c7ea37c1747
4
+ data.tar.gz: eba7ff0382d862cfc9e38f2d5778be19a7a4a0708208115183a1164c7aa00b65
5
5
  SHA512:
6
- metadata.gz: 6e7a65f3c67839a55629b30f3e7dddb5e81efb299924f1422afbb167c3b9993cae6614672c083ffa4105ff6ea2ba8381c59878d6a5e73fec0f56f8ca4e39f3f0
7
- data.tar.gz: e00af95b3e4982b7fbf2b6a859ab4b6006adf086c140b8caeccf9abc142a3a3e32b774f768c4a8517c7c960c7d434333fce47704bc65a1c78cd666391b8cfb8f
6
+ metadata.gz: 23725f95130ce5db341d04d655e61bbed653561501a8b619f1961c469ad91b29927196ba334259395c5a5fd192fac6e5498b2a8e3fb572c6b683d19faec7b59f
7
+ data.tar.gz: 75fa6a87673bf6afca98243ddeaa01c01d81195eaf8f639b4e22b306b9c6118f193b2d798d7aa8d97ecefef40eaf27707bd25b3036fa2c24fcced74e19066cdb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2024-09-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.98.0 (2024-09-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.97.0 (2024-09-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.99.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.99.0'
9478
9484
  Seahorse::Client::Request.new(handlers, context)
9479
9485
  end
9480
9486