aws-sdk-redshiftserverless 1.34.0 → 1.35.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: a777792f95a80f1f3da9c758a59481422b2d3c61350c9c3ed225472934baf931
4
- data.tar.gz: 41beb6b8489e57cca5d32f38e4d366c3da58c9f020ee3f5da770cc140fd97287
3
+ metadata.gz: b0796ab6fbb3b2035107d263a48a1283757423fe8798df250cf580bdd9c500bc
4
+ data.tar.gz: 682cf9e63f7a7dd79e38ac845ff82dbf3da4a8a60335eac61e58431e81d10705
5
5
  SHA512:
6
- metadata.gz: bd85a0d5b4e0e469bddb44b6911033f2f61e2bd28741e8a87e0928a0c193700d822455033e277c8a51d3f2e8ee99413e15d8e7d6a44b05b42318345dd01b60d5
7
- data.tar.gz: bb97af32c70167c285bf7ad79a9074ac8e762bf3d759291fcb966fa7e4e335a58d4b6f2a4d4ee756e11fd4f007bf2f721b9a899b2c70887b0976906539d0c685
6
+ metadata.gz: 3f7ff7f84b87f24452f9513165080db4c04e77a84566f6524387ccf8d8bd08d9b7a713bad4aaec3278cc2fce21bb406c10e60a33cff531254c41e7de238bb6a7
7
+ data.tar.gz: a1db1fc04415b79327a9d5c2d9804178e7425456d4a5194ed40c4048ba6348247375d2630baa4cc2f065767dc29a4cdfd3e7b6507f46c0d1511f6200d1b1ceee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.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.34.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -432,6 +432,12 @@ module Aws::RedshiftServerless
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
  #
@@ -3727,7 +3733,7 @@ module Aws::RedshiftServerless
3727
3733
  tracer: tracer
3728
3734
  )
3729
3735
  context[:gem_name] = 'aws-sdk-redshiftserverless'
3730
- context[:gem_version] = '1.34.0'
3736
+ context[:gem_version] = '1.35.0'
3731
3737
  Seahorse::Client::Request.new(handlers, context)
3732
3738
  end
3733
3739
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-redshiftserverless/customizations'
52
52
  # @!group service
53
53
  module Aws::RedshiftServerless
54
54
 
55
- GEM_VERSION = '1.34.0'
55
+ GEM_VERSION = '1.35.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshiftserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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