aws-sdk-s3control 1.89.0 → 1.90.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: cb1eb3d6b95b2c46fffa70d6a167d9f52bcf60e2da4f5586ae953c1726806c8a
4
- data.tar.gz: 5bf8ddc74a82c15621c8c114e3ff56e36158820cbf3ca4e5b75ec497076c6732
3
+ metadata.gz: a858813b3b4c39b9d0670e96cb0dfcb1fe46b6c2da8023ab5f5018f7b1bd81e8
4
+ data.tar.gz: 7db91414b76c93fe0ffa3396176d28a710e892eff1a27cf9ce903f3f01f8ff41
5
5
  SHA512:
6
- metadata.gz: 725febe15db004149d0f9cd9a3efc4e6b1a6ecfaab228c390edb98238bf60ceb4563a0418c2fb59a1372a8d204502552470a1ccca14f9b27bcc129a1ccc5ccc8
7
- data.tar.gz: ed381159d197cb129c597178ea4ed223158eaa61747248e13535be1dc1493672751fa9eb66ae49d542304ba532ca7b2195b3961508ecbea6efda4ed3abcc8b6b
6
+ metadata.gz: 1b1196e48cdc8bd6522015d0bf69c32d3d6993a639fc0bcc559f4305d6daf36d7493c41db3dcea0a5d87df8404c27973cbc6cacf5df5ebd965a76ff0a57fbfac
7
+ data.tar.gz: c1e3ee1327f51d62448619a4f6ee95c1a382e2c533d88c67877ed859131b623fdeea52124a75e24bf77d010e8bc6d7488ee5a76ee796c932123a26b50c28a18c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.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.89.0 (2024-09-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -437,6 +437,12 @@ module Aws::S3Control
437
437
  # @option options [String] :ssl_ca_store
438
438
  # Sets the X509::Store to verify peer certificate.
439
439
  #
440
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
441
+ # Sets a client certificate when creating http connections.
442
+ #
443
+ # @option options [OpenSSL::PKey] :ssl_key
444
+ # Sets a client key when creating http connections.
445
+ #
440
446
  # @option options [Float] :ssl_timeout
441
447
  # Sets the SSL timeout in seconds
442
448
  #
@@ -7713,7 +7719,7 @@ module Aws::S3Control
7713
7719
  tracer: tracer
7714
7720
  )
7715
7721
  context[:gem_name] = 'aws-sdk-s3control'
7716
- context[:gem_version] = '1.89.0'
7722
+ context[:gem_version] = '1.90.0'
7717
7723
  Seahorse::Client::Request.new(handlers, context)
7718
7724
  end
7719
7725
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-s3control/customizations'
52
52
  # @!group service
53
53
  module Aws::S3Control
54
54
 
55
- GEM_VERSION = '1.89.0'
55
+ GEM_VERSION = '1.90.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.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