aws-sdk-redshift 1.120.0 → 1.121.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: e99a59a3334c8a187bb18319a7f71ea0a5827c838d2c573b33a55b94b7dd2e00
4
- data.tar.gz: '011118150cedd120bec56ecd873980a48277ea4442c5a39731f5fa76bfd05f5a'
3
+ metadata.gz: aa7867bd7171375a093fdb33b6c9aaffcd8ff3d9b21b6591ba801147165359f1
4
+ data.tar.gz: 331d881210c42fc718b4559245af850e34a38446806ace1b6da584f0fbc3279e
5
5
  SHA512:
6
- metadata.gz: f18ff0228ac274ae406f5439dab1ee16c445f5fc8b90af432ea3c30bb5e16c1bb87208ccb2ebf81f27ed9cd900de1e65073fcc3c6b46c05da67f1a0d53cb5d0c
7
- data.tar.gz: 3db9ffaeb039d9156c6e695f6c4bd6f49c57b830409fb766aa026c37542b928bf46b121cd7d12001b06405ba18590846898d9916a0aab20e7db34c2893763dcb
6
+ metadata.gz: b14307be5800e427f17bd117fac835f7af6222bbb82f7e5f88eac6fd51af1fba7eba8411a61d7b790d3fb10abe4882e63cfb783a027437280b29d870ed13a1c5
7
+ data.tar.gz: 68514b4b72cc5ddf4eab937f158e87d4c15a716ab492dcecc2c2d9e24b3cd381feb7fb548bd3debeeee03948de41fb3c70075d461a7f393439367fa77ddd66fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.121.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.120.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.121.0
@@ -425,6 +425,12 @@ module Aws::Redshift
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
  #
@@ -12436,7 +12442,7 @@ module Aws::Redshift
12436
12442
  tracer: tracer
12437
12443
  )
12438
12444
  context[:gem_name] = 'aws-sdk-redshift'
12439
- context[:gem_version] = '1.120.0'
12445
+ context[:gem_version] = '1.121.0'
12440
12446
  Seahorse::Client::Request.new(handlers, context)
12441
12447
  end
12442
12448
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-redshift/customizations'
53
53
  # @!group service
54
54
  module Aws::Redshift
55
55
 
56
- GEM_VERSION = '1.120.0'
56
+ GEM_VERSION = '1.121.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.120.0
4
+ version: 1.121.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