aws-sdk-migrationhubconfig 1.2.0 → 1.3.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: 9da8d319720ea03bf5d8ff1484c85e971753c4b110a6da023d6045619d43d573
4
- data.tar.gz: d489895dd0fedaffd62a94ef7cdcd502461c84909537a05fd3eed29fb1cc630f
3
+ metadata.gz: a250b6b0903ed5aa1fc3ffaf70c9dfa212d5e12c354b7cf8e2656bfd025e9373
4
+ data.tar.gz: 80f4d43654872ed6a907d4b3b1e5d2c36c5e7c87f881384ce6aae2e976a0c2a6
5
5
  SHA512:
6
- metadata.gz: 3c7cb14b60766d8c2a7dad5cac56c9b6bb712dbd086ff9491757b8b1312d0629557c0e4d370c1890bf851188c3ec78eeaec5f6528c54f3e413b2fa00687e6bb0
7
- data.tar.gz: a14ee10a061ae6dd852bbf7bb5cb9fbe394278f9edc46d0e928f36eec3688c76e96e763da6cee4e8f2aacdfbc619f94b8f2628eb1be1e6dd45a8d5ef0006d0b3
6
+ metadata.gz: 165c58a4dfb3dc4c67b639a96cf12b7104c92f1a0c8c38057b93ab03e01338d6b78acc677c9d186a976f99f119c1c4e3b7dce29fd11b9179320e4e90bbd03c96
7
+ data.tar.gz: '05954c54be6efcd6e77d827e0d0b5849280fd74ae7dbcff98ccb5c31ed819759802706f2f2f60e62ee0957b150642ce51cac1e6bffed3e96cbb1b4f0fae4a791'
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-migrationhubconfig/customizations'
45
45
  # @service
46
46
  module Aws::MigrationHubConfig
47
47
 
48
- GEM_VERSION = '1.2.0'
48
+ GEM_VERSION = '1.3.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::MigrationHubConfig
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::MigrationHubConfig
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
@@ -461,7 +461,7 @@ module Aws::MigrationHubConfig
461
461
  params: params,
462
462
  config: config)
463
463
  context[:gem_name] = 'aws-sdk-migrationhubconfig'
464
- context[:gem_version] = '1.2.0'
464
+ context[:gem_version] = '1.3.0'
465
465
  Seahorse::Client::Request.new(handlers, context)
466
466
  end
467
467
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-08 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