aws-sdk-finspace 1.40.0 → 1.41.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: fa01e2fce4ec7628f826a7711d5918ce47d7b4c2513b95ef0b56d74e45f52690
4
- data.tar.gz: 2b5569007aa3e991f00df7d8c3df819a8c3d5b144ef4df15c1108c9bcb006b27
3
+ metadata.gz: bdfcb69825cacb51df4ffdd83de8ab86e73cee075e90a9348bfcc9c379f7ba9c
4
+ data.tar.gz: c66099bf94890d1df054bfa8445cebd8665301b0e922ed436ad1df6b00fa799d
5
5
  SHA512:
6
- metadata.gz: dea3d6853a213eae3af3c19acb0d384bc158b3f633a478607c5e89e3d22cb1efb86145928806a0ba6a46696c4bed5017f3e54bcdbdb94de6663f83e729f0b8d9
7
- data.tar.gz: 70cec1a84bc7b5d1b35eed0feb40e7185ee27bb463bfa48595a847c76ecb9fdc65bcba0862f45a09688ec51b6675bd58a7e4ed065b669f76215c9cd39bd961ef
6
+ metadata.gz: 3214b8751968032f9eb40ffb1360654d3f15bed31d1879438ee23928356aec4edfb72c3650a9f756cbab4f643f38c2a95b742a20c961fca20ec3d007642a43e2
7
+ data.tar.gz: '050085bcc73d4530bd6bbc2db000cbc562b2778f07d345af56fa07add00748bf9cc551a8884c8cb22548549b47ed42971d2b51b1f8cba8a6235304348ec1ecca'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.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.40.0 (2024-09-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -427,6 +427,12 @@ module Aws::Finspace
427
427
  # @option options [String] :ssl_ca_store
428
428
  # Sets the X509::Store to verify peer certificate.
429
429
  #
430
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
431
+ # Sets a client certificate when creating http connections.
432
+ #
433
+ # @option options [OpenSSL::PKey] :ssl_key
434
+ # Sets a client key when creating http connections.
435
+ #
430
436
  # @option options [Float] :ssl_timeout
431
437
  # Sets the SSL timeout in seconds
432
438
  #
@@ -3785,7 +3791,7 @@ module Aws::Finspace
3785
3791
  tracer: tracer
3786
3792
  )
3787
3793
  context[:gem_name] = 'aws-sdk-finspace'
3788
- context[:gem_version] = '1.40.0'
3794
+ context[:gem_version] = '1.41.0'
3789
3795
  Seahorse::Client::Request.new(handlers, context)
3790
3796
  end
3791
3797
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-finspace/customizations'
52
52
  # @!group service
53
53
  module Aws::Finspace
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-finspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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-04 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