aws-sdk-cloudfront 1.97.0 → 1.99.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +7 -1
- data/lib/aws-sdk-cloudfront/endpoints.rb +111 -444
- data/lib/aws-sdk-cloudfront/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-cloudfront.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31b51ab2cec9043b5d7c73ef09a84137ef6a4b7e8037bde2e8538c7ea37c1747
|
4
|
+
data.tar.gz: eba7ff0382d862cfc9e38f2d5778be19a7a4a0708208115183a1164c7aa00b65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
9483
|
+
context[:gem_version] = '1.99.0'
|
9478
9484
|
Seahorse::Client::Request.new(handlers, context)
|
9479
9485
|
end
|
9480
9486
|
|