aws-sdk-dlm 1.26.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55a40bf26ef2307a1d6883727ab55857d71e16d9d4d7b4163c0e937319792501
4
- data.tar.gz: 9cdd24583fa9339afb09dbd3f519c222a2463fd62e116a7af465e5a6108758a6
3
+ metadata.gz: d969278fc289c5b2774230fff6d98f386f07f6f7ca030ca247504f90a4779630
4
+ data.tar.gz: 9f0f6841f2ca756ba495d0efb56bb1c8560689fc3592959be4285298b59469bd
5
5
  SHA512:
6
- metadata.gz: 1a3a8f60f103f7834fadec766a40969b27fc33023f3c46576535e04f0f47be19c0cf4b6a5fda50d5bccd7b62167e8823d0242d965b06dcaa61e5b48aae51b663
7
- data.tar.gz: 3187661e85b3a47c759966394f36e82aeb7165d1a516bae849a0b27265e44d6eefe72cb6b1d95ef71169f95b234550f41419ca52ea10dc754f35307063b6139c
6
+ metadata.gz: f22d5a3f3c3c0497da2a1f89b714b4c55fe41c6d70ff6ceb40398ed928d94ba4788563d83f894645fb2754add1b04ddb504d93da7c45999283a12b8d14073ead
7
+ data.tar.gz: a6fdcead875013b96f125201f6ed81befd3879233fd74c5101d088532b54f91f1e3127591f2216f05a1f1733d89d97f60103520ec093890c8cd013e27392bc35
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-dlm/customizations'
45
45
  # @service
46
46
  module Aws::DLM
47
47
 
48
- GEM_VERSION = '1.26.0'
48
+ GEM_VERSION = '1.27.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::DLM
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::DLM
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
@@ -763,7 +763,7 @@ module Aws::DLM
763
763
  params: params,
764
764
  config: config)
765
765
  context[:gem_name] = 'aws-sdk-dlm'
766
- context[:gem_version] = '1.26.0'
766
+ context[:gem_version] = '1.27.0'
767
767
  Seahorse::Client::Request.new(handlers, context)
768
768
  end
769
769
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dlm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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-24 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