aws-sdk-importexport 1.18.0 → 1.19.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: 10f2b03a50ffef92dea6b3cc6ff9193958fef2a40e88149a70ade98203f93541
4
- data.tar.gz: dc5972ab8b9ccff6c9588f7c8ff2034b9b11167e1cd6318429cbf95ca183ee6d
3
+ metadata.gz: b10088e8d83b6b14f46ca38fa8375d4420a21c6a921dbd68e2a206960939b985
4
+ data.tar.gz: c4826b26ef586af9d378a512327f7dfc9e48b60688049064551115586f2c8d3a
5
5
  SHA512:
6
- metadata.gz: b1563515a2e61c15f80e1d6231fb7bc48167a78beda2401fd9cc372952f9b9c7515c4103c09696a40da9718133bac34ad37f70e0678689caaf074e1a656d6420
7
- data.tar.gz: bd6e3d0eaef524823dca669e696c85a4e572f76d484a55b5100635987db399fd98622ef2ec1725f7d180bb8f2067fb735e4ecdd88bd877d7af38d81c7df852a8
6
+ metadata.gz: e791d68b1bf6760150fbba310d84f10c1f62c30c73479ba71791056228027c9c96ae0935a1f86cf83852e455f8e82bd3da034334dcd767c6a82575cd43905af4
7
+ data.tar.gz: 6eaabc7aa818d91e375ee8481d2a6c718c6850a93aceab946adb2ab0e4cbe5e19c06215a69ef971311881a1003d05601b97753b85750170a17650cdf8bc92b38
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-importexport/customizations'
45
45
  # @service
46
46
  module Aws::ImportExport
47
47
 
48
- GEM_VERSION = '1.18.0'
48
+ GEM_VERSION = '1.19.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::ImportExport
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -659,7 +659,7 @@ module Aws::ImportExport
659
659
  params: params,
660
660
  config: config)
661
661
  context[:gem_name] = 'aws-sdk-importexport'
662
- context[:gem_version] = '1.18.0'
662
+ context[:gem_version] = '1.19.0'
663
663
  Seahorse::Client::Request.new(handlers, context)
664
664
  end
665
665
 
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.18.0
4
+ version: 1.19.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core