aws-sdk-support 1.65.0 → 1.66.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: c6c7a135b2df819b3dbae3b41db1390180c7bb6d512a1596ebc406f974ef9df1
4
- data.tar.gz: 6cf902e8e3fbfa13f51db7d309a3663c40b4284e7a6da6bb1144529ee26d9bb6
3
+ metadata.gz: e940f3add3753ef4e241ac7bb5a1731b2d94924a9e5890b8a45fe485c9328c96
4
+ data.tar.gz: 0ec135ba6cb3b3449ab6f06bbbe152ed8c6e242fc7b04f50e36f1aee2e782f44
5
5
  SHA512:
6
- metadata.gz: fa2f53d3a06799e8ff28f096c6e36c9fb04032a36bc9d1423c75eefae11fcf27031ce9ffbab555b7b42ebb28f7241fd4e2654536557913e9191446b2bec97e13
7
- data.tar.gz: 9997b37cfcb7dc79ad4e4e6108885feb39f1ff726788d30b862a386dfda836098f4479f84b017550b5b2246d24406cb6a14b36ba03b5357582d22afd6aca1e1f
6
+ metadata.gz: 68140c3acb086464e6149037175e35fa1af8fdcada473d0b96b2ef66f2bfa6f607d4f1c28ed188a80bab6bb3529203bc20e601b999b049df29853fe7e69f70ac
7
+ data.tar.gz: 54965baf069111a27584bc108e4d7e3e71a2c668f0be65610378553a058cacfcc32ad903506e209f9eba07148e98863fe1c29dc4987b7f3a29351a8816bec1db
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.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.65.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -432,6 +432,12 @@ module Aws::Support
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
  #
@@ -1717,7 +1723,7 @@ module Aws::Support
1717
1723
  tracer: tracer
1718
1724
  )
1719
1725
  context[:gem_name] = 'aws-sdk-support'
1720
- context[:gem_version] = '1.65.0'
1726
+ context[:gem_version] = '1.66.0'
1721
1727
  Seahorse::Client::Request.new(handlers, context)
1722
1728
  end
1723
1729
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-support/customizations'
52
52
  # @!group service
53
53
  module Aws::Support
54
54
 
55
- GEM_VERSION = '1.65.0'
55
+ GEM_VERSION = '1.66.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.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