aws-sdk-artifact 1.8.0 → 1.9.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-artifact/client.rb +7 -1
- data/lib/aws-sdk-artifact.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: e1bc00f419acd2d4023674599c8147041a95c0bb7f69b568e47c0ba1700aec41
|
4
|
+
data.tar.gz: 03e4b06f5add90470ef48ca227a1508ab8d367d54b6beeebd0b8eb9f1fc413cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e038a1a350fbfb6360b19f9c37fc76746aef95cd53cf99f63c52b0b73b87c306e533a5bd1a432c011555c0fb4f11a72b1fd434fe5e624b4b76cef1548bde4f3a
|
7
|
+
data.tar.gz: db7b73abba3c36165732394a2054347787f3ea95da7d82301f7a972f6659cc05ebedafe0893758031e735ccbcc60a8006ea454041f126cd5eb5231e1c9798319
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.9.0
|
@@ -425,6 +425,12 @@ module Aws::Artifact
|
|
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
|
#
|
@@ -798,7 +804,7 @@ module Aws::Artifact
|
|
798
804
|
tracer: tracer
|
799
805
|
)
|
800
806
|
context[:gem_name] = 'aws-sdk-artifact'
|
801
|
-
context[:gem_version] = '1.
|
807
|
+
context[:gem_version] = '1.9.0'
|
802
808
|
Seahorse::Client::Request.new(handlers, context)
|
803
809
|
end
|
804
810
|
|
data/lib/aws-sdk-artifact.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-artifact
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.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
|