aws-sdk-databasemigrationservice 1.32.0 → 1.33.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: bbddd985a0e449090db1fc001f88ce108a12def7fae282eb041a692774ce543e
4
- data.tar.gz: a21e7f5dca278ae0e8b96dca992476add11643f92782e1333ff54c46e64be362
3
+ metadata.gz: fb2c8fefe5718ad309d09a802ccd80b7c2d323188d8325ef888a3de96ea688d1
4
+ data.tar.gz: 75aac5f0d8e11541e36b75a5e91a055ed24b10ae72c1240f8c084be575fc79f1
5
5
  SHA512:
6
- metadata.gz: 331d2a6f47b88b83ff11f23d8b09c9cafceac982bd89b751ad141b76ddb024d7eb11594634489b69be1f7385350828c3447e6adb44c9617fecee87b4829ad52e
7
- data.tar.gz: 05ad4a06e1f0c0cea4a38b46550c51027b9b6f367e1d960b7851e78c108326cf46c930ca7f443bbd7eea5d3f0c8d969217f1cdc5dd68842f7d971981a0c1c8d4
6
+ metadata.gz: 90df70dd8b331da30aaa7af5eb208f699868582b3bc7ed0954e3a0a7b3bf7641f14c2bcc1d6c3136545384002399aa428c16ba8c30235650ee44811414a4f264
7
+ data.tar.gz: 416cfcc8f5a5c81a59aa00d5458f6b96a015042611cadffd3cb8381a0a09d94f99997959eb737b7c908d6fe14035e4a4266bd696340c9dc751940e298082045a
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
46
46
  # @service
47
47
  module Aws::DatabaseMigrationService
48
48
 
49
- GEM_VERSION = '1.32.0'
49
+ GEM_VERSION = '1.33.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::DatabaseMigrationService
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::DatabaseMigrationService
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
@@ -5267,7 +5267,7 @@ module Aws::DatabaseMigrationService
5267
5267
  params: params,
5268
5268
  config: config)
5269
5269
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
5270
- context[:gem_version] = '1.32.0'
5270
+ context[:gem_version] = '1.33.0'
5271
5271
  Seahorse::Client::Request.new(handlers, context)
5272
5272
  end
5273
5273
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-databasemigrationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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-27 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