aws-sdk-importexport 1.50.0 → 1.51.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: dc9f7ac4ab9f25f923ded2aed7036768a2f1f2e4561af62a85fe89b4009545b7
4
- data.tar.gz: 9e85e7f770657ceec0befc1d61dd63f7bd778420d0ab04a97d7479d93983fe5b
3
+ metadata.gz: d0fab0a214d6e0fd3deb2eceb65787433f8b56e6b288e887827a3c3f66feb479
4
+ data.tar.gz: ca1bfd248a64fa7057c1df090c1f3d36237c67358204ec057e478132b19353e1
5
5
  SHA512:
6
- metadata.gz: 4af1e796834e30e1dfb1668da662f1ffdb10993fbcf538a2ccea1ab81df78a9ad88604af37eae86f394fd3508533f106c6307a1511c3d8a47700000d349c889c
7
- data.tar.gz: 0c05a8463ae42e8c802294bae7b706f603744ac8044154e17ea510e61de661f37bc6894ad7786a174452a1a52b03ffca80f2f8e6a9aa21eaf6b54bf560f9e2f3
6
+ metadata.gz: 52ca467eff113d85f6f06f75b8575cc256dfd0b63cc99ec8677e8b71336f2df8310054b0db819499e27159036edf076192dfea633ead7dd5b3d4566c512187a6
7
+ data.tar.gz: e0bab901fedf25fed5909dfe5c9b69a9474544604992c335e07f67fba54632aadafeddfc032e60b41928894183da7b6c6aa6fba444f2544399c1eb1949f6b6af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -421,6 +421,12 @@ module Aws::ImportExport
421
421
  # @option options [String] :ssl_ca_store
422
422
  # Sets the X509::Store to verify peer certificate.
423
423
  #
424
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
425
+ # Sets a client certificate when creating http connections.
426
+ #
427
+ # @option options [OpenSSL::PKey] :ssl_key
428
+ # Sets a client key when creating http connections.
429
+ #
424
430
  # @option options [Float] :ssl_timeout
425
431
  # Sets the SSL timeout in seconds
426
432
  #
@@ -789,7 +795,7 @@ module Aws::ImportExport
789
795
  tracer: tracer
790
796
  )
791
797
  context[:gem_name] = 'aws-sdk-importexport'
792
- context[:gem_version] = '1.50.0'
798
+ context[:gem_version] = '1.51.0'
793
799
  Seahorse::Client::Request.new(handlers, context)
794
800
  end
795
801
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-importexport/customizations'
48
48
  # @!group service
49
49
  module Aws::ImportExport
50
50
 
51
- GEM_VERSION = '1.50.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-importexport
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.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