aws-sdk-workspaces 1.115.0 → 1.117.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workspaces/client.rb +7 -1
- data/lib/aws-sdk-workspaces/endpoints.rb +88 -352
- data/lib/aws-sdk-workspaces/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-workspaces.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80c1b0b6930772c6ab07b367f864deb397a403e9802dab8c51730142dc85e7ef
|
4
|
+
data.tar.gz: 074f39417737e5bd62e826f601c6d34a84185deda749602d544fb7af7ca96ba1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c55bd27d4b75f225ac7f8e46d552e1963cec4a40df77fd85921eab90e4d160eae2bc4bd8e6d95c2104763a1266d3be33c5b531184372e124d6c4b9282572d334
|
7
|
+
data.tar.gz: 15291da284c7fbf50032eb78df92a873576d837e5ec25023b2665762a715e45e437210c376fb1147321f8e1828459a86b924d260950a171a4acfe2396206d037
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.117.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.116.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.115.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.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.117.0'
|
4799
4805
|
Seahorse::Client::Request.new(handlers, context)
|
4800
4806
|
end
|
4801
4807
|
|