aws-sdk-workspacesthinclient 1.12.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 666df4ae87e0375148a5ac3c1d627300fccc0d4f6189ed6741ffa60de36b86a0
4
- data.tar.gz: 7afede7a22af9c0f0c532f82fab73c051e21e8ebe854ab867d5168153a34a352
3
+ metadata.gz: 5c2c897516dd7bb3313c28ca00c2f84b81d41aec04678992ee6cbc5ccdf37cd4
4
+ data.tar.gz: 4ff5a59f6ff1635a7c48c67747ee5ee652c481d75f64e0f5c3f1d52f6a364635
5
5
  SHA512:
6
- metadata.gz: e4724868add89071a70392f9a801306f824510e5f07e98a771ff9630966ff9888d95b415e534e82a77534cafbc33ca9792be62a02b2af04f6c825728dcf13004
7
- data.tar.gz: d739c46ba477692081545b37eb899506d5c3b9465c6291bf4e014d988d551e82cdfd63add1791a42b7165a4a5d5be02605b57ee0541120038a30eda6368d6dad
6
+ metadata.gz: 525924ab2862ad1928237eee1d387f22601a2497597d6095142de74d28d356bf81d3f51b335e2b8f76fc9f5c7cd78f9e6f14846ff71e58d05675ff7f0d2ee971
7
+ data.tar.gz: 590061006e26d003596fc4f95832ea14923f11f8f98fac8829deed604f4a857174bd6ad0927ad2751baf265051b13cb2276f88d8aa10d03d26f67e3b3e271b7c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.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.12.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -425,6 +425,12 @@ module Aws::WorkSpacesThinClient
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
  #
@@ -1300,7 +1306,7 @@ module Aws::WorkSpacesThinClient
1300
1306
  tracer: tracer
1301
1307
  )
1302
1308
  context[:gem_name] = 'aws-sdk-workspacesthinclient'
1303
- context[:gem_version] = '1.12.0'
1309
+ context[:gem_version] = '1.13.0'
1304
1310
  Seahorse::Client::Request.new(handlers, context)
1305
1311
  end
1306
1312
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspacesthinclient/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpacesThinClient
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesthinclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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