aws-sdk-transfer 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: 817a17e5fcffdf0551b0c71dd1735c64abab55b680d288358132c50e14710bd4
4
- data.tar.gz: 69647344335c5ed1146cdde5e1e805f38ceb6be887e9c75bd0f93085c51b76a3
3
+ metadata.gz: dde682003e74678622f1fd6ae5dcd739d8b2478d5ae4c75c09ff4aa806628eb7
4
+ data.tar.gz: 66f9b6808e404b0519bf94d9ac2baafe942c4c3d9f960d3eabea060833b28566
5
5
  SHA512:
6
- metadata.gz: a5e08fc016c7955517c0d1807edb7a55fe24b19bac9c36324a1c5a26823fbe19b46e340dbe7fc15a65d1d0ab09b5b04f0426b6d3e220dc30124af6ab87472a7b
7
- data.tar.gz: c1e66815900dc1fba13250ac3b0197ce2fc245495df0069d97f37b9bf5c9ea6ece3f5255f902361ed3026461eef4bf143f90348a7d79ab43f6cce235b826773d
6
+ metadata.gz: 9f3f787a5aa0511e3bd882a082d19091c903c84a027612c8b7fcbd7f7f687e988daeb466d7f3f82d2974a7a80d914f7df33e1022fcf859d6c11fb490100a3a90
7
+ data.tar.gz: 5e7db0995baf2140beee3c5bd15d9b29397e2b30b60bd59d70af96abaeba21a0cc1a7bb80daddfb17976d78481e248211db4b7fe3f84806a0943f9804c3c8f52
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-transfer/customizations'
45
45
  # @service
46
46
  module Aws::Transfer
47
47
 
48
- GEM_VERSION = '1.18.0'
48
+ GEM_VERSION = '1.19.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Transfer
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::Transfer
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1444,7 +1444,7 @@ module Aws::Transfer
1444
1444
  params: params,
1445
1445
  config: config)
1446
1446
  context[:gem_name] = 'aws-sdk-transfer'
1447
- context[:gem_version] = '1.18.0'
1447
+ context[:gem_version] = '1.19.0'
1448
1448
  Seahorse::Client::Request.new(handlers, context)
1449
1449
  end
1450
1450
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
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-04-23 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core