aws-sdk-appfabric 1.15.0 → 1.16.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appfabric/client.rb +7 -1
- data/lib/aws-sdk-appfabric.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: be9a33deaca023410afc4dd3af123e16e1f3ed902be5cf7e9f61a5f8595ca650
|
|
4
|
+
data.tar.gz: 81afdd07eb232e7a4be9853168f7bf262305f01cbbfe77de873b2190c33c201a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea28afc96cc984c8f862539235474fbd84fa5e5298cb9560ec9d5a0735d6bf5dd68fcb35ebe25bef57ee0719bde927aaf74d0c3ab8d85c5ceae119d2f66e5c83
|
|
7
|
+
data.tar.gz: e7da41284e84457f414b05bafbf9a04986064a23c40b12366fc5dd2553c0180ac0495d60cc254e359e8d217dc325ddac138c95ecc5c7a5371865e17f63b67641
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|
|
@@ -425,6 +425,12 @@ module Aws::AppFabric
|
|
|
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
|
#
|
|
@@ -1797,7 +1803,7 @@ module Aws::AppFabric
|
|
|
1797
1803
|
tracer: tracer
|
|
1798
1804
|
)
|
|
1799
1805
|
context[:gem_name] = 'aws-sdk-appfabric'
|
|
1800
|
-
context[:gem_version] = '1.
|
|
1806
|
+
context[:gem_version] = '1.16.0'
|
|
1801
1807
|
Seahorse::Client::Request.new(handlers, context)
|
|
1802
1808
|
end
|
|
1803
1809
|
|
data/lib/aws-sdk-appfabric.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-appfabric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.16.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
|