aws-sdk-lightsail 1.97.0 → 1.98.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-lightsail/client.rb +7 -1
- data/lib/aws-sdk-lightsail.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: 211f3471bcb8c680091ab25b1e1d365181137522a2104bce12cb8d50fdd44f8a
|
4
|
+
data.tar.gz: 869bebb1dcb02b50280c7a6547c891db44c11e33bf00d3f3536741ae161b6187
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73b82907028cf8b808336187eff459aeeb6bdcd27e9f2f57f9dfdc2b291545f4a0f3532e1ae92c2a137a12e32811f7b59f2bab2f4e8d5ab782f4238e8cd1cc81
|
7
|
+
data.tar.gz: 22f451575e92e8f7fb4bbecb0b9c7a0faf7e52a744e760992d2ad4d627a5659ba53701e758d2f5f8b8e65077123fc79d5ad8ddf5fe270b6007662ea72970ffad
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.98.0
|
@@ -432,6 +432,12 @@ module Aws::Lightsail
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -12438,7 +12444,7 @@ module Aws::Lightsail
|
|
12438
12444
|
tracer: tracer
|
12439
12445
|
)
|
12440
12446
|
context[:gem_name] = 'aws-sdk-lightsail'
|
12441
|
-
context[:gem_version] = '1.
|
12447
|
+
context[:gem_version] = '1.98.0'
|
12442
12448
|
Seahorse::Client::Request.new(handlers, context)
|
12443
12449
|
end
|
12444
12450
|
|
data/lib/aws-sdk-lightsail.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lightsail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.98.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
|