aws-sdk-globalaccelerator 1.65.0 → 1.66.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-globalaccelerator/client.rb +7 -1
- data/lib/aws-sdk-globalaccelerator.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: 78ab88fcf4c853d68a0e6d5199d39704ef471b3add4bd292a5e68860b61e4600
|
4
|
+
data.tar.gz: 62720446d7ab448a61ce815e554735ebc8e89d8c878c5729c0599c0e9861bfb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eeef3a9165558951b5011f35f3e74ea3c8a0a7f0113501f18a75eaa6e681fcebefbe5ef486dfdb030da31c45a513448d30a58e430b5e57a42790c3fbae22d990
|
7
|
+
data.tar.gz: 208919dfa2c63cb0c58a71a1f4101b762ef29d9b8e0d77c8afcecffa9e6c5b51319c8977e28162909fc6c857d4847bd50b22b7a22ab55518a5d15f36ba43f0ea
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -432,6 +432,12 @@ module Aws::GlobalAccelerator
|
|
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
|
#
|
@@ -3638,7 +3644,7 @@ module Aws::GlobalAccelerator
|
|
3638
3644
|
tracer: tracer
|
3639
3645
|
)
|
3640
3646
|
context[:gem_name] = 'aws-sdk-globalaccelerator'
|
3641
|
-
context[:gem_version] = '1.
|
3647
|
+
context[:gem_version] = '1.66.0'
|
3642
3648
|
Seahorse::Client::Request.new(handlers, context)
|
3643
3649
|
end
|
3644
3650
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-globalaccelerator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.66.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
|