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 +4 -4
- data/lib/aws-sdk-migrationhubconfig.rb +1 -1
- data/lib/aws-sdk-migrationhubconfig/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a250b6b0903ed5aa1fc3ffaf70c9dfa212d5e12c354b7cf8e2656bfd025e9373
|
4
|
+
data.tar.gz: 80f4d43654872ed6a907d4b3b1e5d2c36c5e7c87f881384ce6aae2e976a0c2a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 165c58a4dfb3dc4c67b639a96cf12b7104c92f1a0c8c38057b93ab03e01338d6b78acc677c9d186a976f99f119c1c4e3b7dce29fd11b9179320e4e90bbd03c96
|
7
|
+
data.tar.gz: '05954c54be6efcd6e77d827e0d0b5849280fd74ae7dbcff98ccb5c31ed819759802706f2f2f60e62ee0957b150642ce51cac1e6bffed3e96cbb1b4f0fae4a791'
|
@@ -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
|
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
|
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.
|
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.
|
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-
|
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
|