aws-sdk-cloudfrontkeyvaluestore 1.11.0 → 1.12.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfrontkeyvaluestore/client.rb +7 -1
- data/lib/aws-sdk-cloudfrontkeyvaluestore.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: 9d68c5ba497e8d09e8cbf214db5dc287882cf2960c095f06b7fe1e80afb06138
|
4
|
+
data.tar.gz: 03dbeb87c3884d186cd6bad00e0bd4b39967b9d03f1fedb5c829df46949c5679
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c2d55cf733d7beddf6776ddda27d5bf8f5aee4ac339459a1dfb6171c8b676e35a6611a248124b3f8bb7fefb140c0ff1b324d089e7be5c379d3c9b469ac89bf6
|
7
|
+
data.tar.gz: 9847d442e5a3c738b9ded95016c7431e1a296203c6d92c220806bcdd0a1afc624bf378c7d821a05f477575a143d64746fa156f33112e774ddf40d02ee9c621e8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|
@@ -425,6 +425,12 @@ module Aws::CloudFrontKeyValueStore
|
|
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
|
#
|
@@ -721,7 +727,7 @@ module Aws::CloudFrontKeyValueStore
|
|
721
727
|
tracer: tracer
|
722
728
|
)
|
723
729
|
context[:gem_name] = 'aws-sdk-cloudfrontkeyvaluestore'
|
724
|
-
context[:gem_version] = '1.
|
730
|
+
context[:gem_version] = '1.12.0'
|
725
731
|
Seahorse::Client::Request.new(handlers, context)
|
726
732
|
end
|
727
733
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudfrontkeyvaluestore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.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
|