aws-sdk-migrationhub 1.22.0 → 1.23.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: 14aed068b3b18a650b79b2d3e0df98fb15a05f615396c3b12cf5d98ea01673d2
4
- data.tar.gz: de96790e1a27ebb6d2eee266bb8f0883be08a132fe490bb5accadeeb7d400654
3
+ metadata.gz: f24b76804b4b99bcb15d0484586212953fe3c3f335249f186cb503600e2beba5
4
+ data.tar.gz: cc01cbee64ee2c627ad066d427707148b64eb33e5559763d4cd8fa8fd1651a58
5
5
  SHA512:
6
- metadata.gz: 427d5e820906159b5d8b11075f95050be3c816fc0d65fd08cad26b6ff2e0c0242b9b5434a45e370004f181fad525bc50803b710d28404d577a2d179d1b488b73
7
- data.tar.gz: f4f96b3fe72a18e8bb4fd4353c20edf54e87fbeb52da3e5b6b045b5e1c982edd898acea2a1fe2d59a0471145432a2c9f16869fc1d7c9cccefecb126048c8a031
6
+ metadata.gz: eab8482ae2760d39c128d3a706e6b20106c63679a44dbc6880f07ba22d9c2817fa85ec216b567c2aaaacdbf7293ef1c9800d835da57361e91fbbb95fb1d517a3
7
+ data.tar.gz: 2f5b2b966e157f4dd6ed90b867f66d583df6cc89b1e2456357fc75f2589073374f0ea9c6c80a2464c910a433e189550dbcfbce0a5abab3f47bf04de52a2cb9d1
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-migrationhub/customizations'
45
45
  # @service
46
46
  module Aws::MigrationHub
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::MigrationHub
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::MigrationHub
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
@@ -1151,7 +1151,7 @@ module Aws::MigrationHub
1151
1151
  params: params,
1152
1152
  config: config)
1153
1153
  context[:gem_name] = 'aws-sdk-migrationhub'
1154
- context[:gem_version] = '1.22.0'
1154
+ context[:gem_version] = '1.23.0'
1155
1155
  Seahorse::Client::Request.new(handlers, context)
1156
1156
  end
1157
1157
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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-16 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