aws-sdk-migrationhubconfig 1.41.0 → 1.42.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: 8e02384173c2fd20d161e844c5f25257657c5ceace8d670137176ec0967164e7
4
- data.tar.gz: 8479e8e6a96513769b0bfa7ac248be80dd3bdedec8c9feb922eb77f0387eafd6
3
+ metadata.gz: 5c87821d8beeabc09d015dfbf6035c027b63fb53c6b67379542b7682c946f557
4
+ data.tar.gz: 01554705df6c57d862e83f06efc81da0b9b6f9b16fa9ec7f66f34bc2c85caa29
5
5
  SHA512:
6
- metadata.gz: 315cad72fc5354e09f08ca802e7b07877c89630da1c88409bf546b4f3cae17a0f2ae80c28678ba81b1993cebd4da0c40eaa70f6ff1b273a5cfd3ff0b4098fcef
7
- data.tar.gz: d4b12df967e77512c8af706423886b7e02e601a4732f48307c21a35e72167f3567771dac85be7a1568aef19de4b25e0c76dc1e2105e40230c160fc944577a897
6
+ metadata.gz: 93728caf8e5a44eacc424ad4199f05b40a8fd085d086b8987bb948f88059aca9b070274ed630fab9620ae77e427be1b87400cf3128d70077aff3fdc84fbe5242
7
+ data.tar.gz: 10f63a7d95a5cb78532adccd0c83cbfca6d653be6f66a9d426c49373daf475c2d23cdbc2e48f6fc635ae2fab9e3e18e4aaff559a9f8af6701460e26399d141be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.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.41.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -432,6 +432,12 @@ module Aws::MigrationHubConfig
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
  #
@@ -618,7 +624,7 @@ module Aws::MigrationHubConfig
618
624
  tracer: tracer
619
625
  )
620
626
  context[:gem_name] = 'aws-sdk-migrationhubconfig'
621
- context[:gem_version] = '1.41.0'
627
+ context[:gem_version] = '1.42.0'
622
628
  Seahorse::Client::Request.new(handlers, context)
623
629
  end
624
630
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-migrationhubconfig/customizations'
52
52
  # @!group service
53
53
  module Aws::MigrationHubConfig
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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