aws-sdk-mainframemodernization 1.23.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mainframemodernization/client.rb +7 -1
- data/lib/aws-sdk-mainframemodernization.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49b7ca92513ecd4096ff37d144538abfc1652757e35bf7d52ec0303197150089
|
4
|
+
data.tar.gz: d59bb33a19d4026dffec8b28487f978a3bbb0f8d6789fbeed3c5b710eb4531e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39b40944a7b4feecfaf7749492a4f4cdc2ddecdf594c84cb139f8e53e61baf16dd91a6ec49befa3eb760fb41b34fc76dad9604c7816b38d3a39708bfe49d0719
|
7
|
+
data.tar.gz: 5f340cd30003bf722a60529a99489e6bb55eb542c92d244ee4613dff82cad67e9a84aa78b6b986490d662b73593e764a58206a09328ada51f90d4c9a76ce7f6c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
2224
|
+
context[:gem_version] = '1.24.0'
|
2219
2225
|
Seahorse::Client::Request.new(handlers, context)
|
2220
2226
|
end
|
2221
2227
|
|
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.
|
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-
|
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
|