aws-sdk-mainframemodernization 1.23.0 → 1.24.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: 05ea8bacde42994fed1a169fbfe3a32ef2972f98a96394e1d7efd37a844b904d
4
- data.tar.gz: fb72bb59283d8a1c7bad4c12b5489d4895106d627c5e450cb923c10d1574c5c8
3
+ metadata.gz: 49b7ca92513ecd4096ff37d144538abfc1652757e35bf7d52ec0303197150089
4
+ data.tar.gz: d59bb33a19d4026dffec8b28487f978a3bbb0f8d6789fbeed3c5b710eb4531e8
5
5
  SHA512:
6
- metadata.gz: ead5aaf3269f9c116757a97bda43d570670a1d633f50018f99163b7da39449f05fdd81864a38d68c42e558e7b530910f183a69770ae4aae8565f2ab266faee20
7
- data.tar.gz: 78784157ff2b482a0bc9435bd9cac5d5f878fa8f1c3dd8b8706e5733e93c59aff7387559e80f9c157760d84c5aae58ea762ed4b62e498a90c2d159808ce08d7a
6
+ metadata.gz: 39b40944a7b4feecfaf7749492a4f4cdc2ddecdf594c84cb139f8e53e61baf16dd91a6ec49befa3eb760fb41b34fc76dad9604c7816b38d3a39708bfe49d0719
7
+ data.tar.gz: 5f340cd30003bf722a60529a99489e6bb55eb542c92d244ee4613dff82cad67e9a84aa78b6b986490d662b73593e764a58206a09328ada51f90d4c9a76ce7f6c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -425,6 +425,12 @@ module Aws::MainframeModernization
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
  #
@@ -2215,7 +2221,7 @@ module Aws::MainframeModernization
2215
2221
  tracer: tracer
2216
2222
  )
2217
2223
  context[:gem_name] = 'aws-sdk-mainframemodernization'
2218
- context[:gem_version] = '1.23.0'
2224
+ context[:gem_version] = '1.24.0'
2219
2225
  Seahorse::Client::Request.new(handlers, context)
2220
2226
  end
2221
2227
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mainframemodernization/customizations'
52
52
  # @!group service
53
53
  module Aws::MainframeModernization
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mainframemodernization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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