aws-sdk-workspaces 1.115.0 → 1.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +7 -1
- data/lib/aws-sdk-workspaces.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: 3cbc866934abeee5b0b3d9feccd9c1007a806719c89297eb9bcd0e0461221af0
|
|
4
|
+
data.tar.gz: 7c5132c039b856661e0dbd21e841a1ed641d297572f6b707a065b9d6c1f06b74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 907c6a48fcc8ecb72d7efd0c7fdfe6b682e0616746c460d2b32816bfb02697c96ce71966e00156350dd5fa656d984e5cab81b9059e151cb2360fa7c2c23cf9aa
|
|
7
|
+
data.tar.gz: 0b7341bcf509df4729f7b5cecff1cc7642342abc17bf6e1bf7360a1977eae2cc4e2a41b4275c287910305e7a02cc687f163c4ebeb1dc054b33fd2f6a0c17c196
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.116.0
|
|
@@ -432,6 +432,12 @@ module Aws::WorkSpaces
|
|
|
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
|
#
|
|
@@ -4795,7 +4801,7 @@ module Aws::WorkSpaces
|
|
|
4795
4801
|
tracer: tracer
|
|
4796
4802
|
)
|
|
4797
4803
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
4798
|
-
context[:gem_version] = '1.
|
|
4804
|
+
context[:gem_version] = '1.116.0'
|
|
4799
4805
|
Seahorse::Client::Request.new(handlers, context)
|
|
4800
4806
|
end
|
|
4801
4807
|
|
data/lib/aws-sdk-workspaces.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workspaces
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.116.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
|