aws-sdk-supplychain 1.10.0 → 1.11.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-supplychain/client.rb +7 -1
- data/lib/aws-sdk-supplychain.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: 0b2242522618c0ca9d50be53022eb54b9b0b507274b91f5fd67009ca8de6491c
|
4
|
+
data.tar.gz: 49e2a7c29bf7ac7dcc6a81623b3df315184394329b7eb796700a1c872ba5a145
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1aacd249fe48dbdcfe02daab77529bfc76c1eef0ecbc096c4ef0e22a14c3de69d4cdddce187983da8f63aea1ddcaf2c1d5bb692d747b5a0baf5a79eb0f4e18a8
|
7
|
+
data.tar.gz: f4c4ca055c4704569632be2e91b2d3cbb07602e2f36feba331b48626c2941b5a1e29af6c67a54368ad4b25ef4f5a737b157553cc480e2b34756822218dc546a2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -425,6 +425,12 @@ module Aws::SupplyChain
|
|
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
|
#
|
@@ -875,7 +881,7 @@ module Aws::SupplyChain
|
|
875
881
|
tracer: tracer
|
876
882
|
)
|
877
883
|
context[:gem_name] = 'aws-sdk-supplychain'
|
878
|
-
context[:gem_version] = '1.
|
884
|
+
context[:gem_version] = '1.11.0'
|
879
885
|
Seahorse::Client::Request.new(handlers, context)
|
880
886
|
end
|
881
887
|
|
data/lib/aws-sdk-supplychain.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-supplychain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.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
|