aws-sdk-outposts 1.64.0 → 1.65.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-outposts/client.rb +7 -1
- data/lib/aws-sdk-outposts.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: d329ae0aa0a15310c2f7ba601e58d453ea35f4be8e6d5e51b7c8a6da5126c3a8
|
4
|
+
data.tar.gz: 41a4e00ac650fa0c08c9d0a0a63552d1c95e007a44a459385a3cc7a601391505
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e38667f0067bc9155de93240afab10267b1fdc300a33a34efbe38b088d0c2a452e53a221211a8f9318c173af83d03511828443d115ed73ab24a2fc474e080823
|
7
|
+
data.tar.gz: b575fb6e7a32080332741e4804711f516725ea282aa4129b400702f25a5cdec486d3e656fa5c220a82fc359a375f00f319ee236ceeed9b5dba6e8113a3b65e92
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -425,6 +425,12 @@ module Aws::Outposts
|
|
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
|
#
|
@@ -2146,7 +2152,7 @@ module Aws::Outposts
|
|
2146
2152
|
tracer: tracer
|
2147
2153
|
)
|
2148
2154
|
context[:gem_name] = 'aws-sdk-outposts'
|
2149
|
-
context[:gem_version] = '1.
|
2155
|
+
context[:gem_version] = '1.65.0'
|
2150
2156
|
Seahorse::Client::Request.new(handlers, context)
|
2151
2157
|
end
|
2152
2158
|
|
data/lib/aws-sdk-outposts.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-outposts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.65.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
|