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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52b085b43f2a282bf16f85c9ea748f534072b0ad5d7a76d71b3e04d3e51ad5f8
4
- data.tar.gz: 8b2aed7e3e8684fa5421ac2d407d3a41724a0a86202f4e7113bf057c6abfd959
3
+ metadata.gz: 3cbc866934abeee5b0b3d9feccd9c1007a806719c89297eb9bcd0e0461221af0
4
+ data.tar.gz: 7c5132c039b856661e0dbd21e841a1ed641d297572f6b707a065b9d6c1f06b74
5
5
  SHA512:
6
- metadata.gz: 967587ec3d7d55caa574ca1d28ca1ad92167e4976594be2f80364ed798ab23e0d33bbeb298ee89b419c4231715dbabaf0f9352b5b38f064e04fd7cec341df94f
7
- data.tar.gz: 3932bd870ea90a286a71b8f70cec6fa81184f65f89e1c5ff68be27c1ba5084361c00500a1e64158558ae2de0ca418070d5f25922e970f7835642eb8582b573da
6
+ metadata.gz: 907c6a48fcc8ecb72d7efd0c7fdfe6b682e0616746c460d2b32816bfb02697c96ce71966e00156350dd5fa656d984e5cab81b9059e151cb2360fa7c2c23cf9aa
7
+ data.tar.gz: 0b7341bcf509df4729f7b5cecff1cc7642342abc17bf6e1bf7360a1977eae2cc4e2a41b4275c287910305e7a02cc687f163c4ebeb1dc054b33fd2f6a0c17c196
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.116.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.115.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.115.0
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.115.0'
4804
+ context[:gem_version] = '1.116.0'
4799
4805
  Seahorse::Client::Request.new(handlers, context)
4800
4806
  end
4801
4807
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpaces
54
54
 
55
- GEM_VERSION = '1.115.0'
55
+ GEM_VERSION = '1.116.0'
56
56
 
57
57
  end
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.115.0
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-03 00:00:00.000000000 Z
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