aws-sdk-servicediscovery 1.21.0 → 1.22.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: 4e64ff7ce50ce56d23b15d666811fc167ea242e18c89c9a74514d1405f9d746e
4
- data.tar.gz: 5cf8488e8935bc78f98ed8ddf44e0247bfa70bb7d35d881514bbc3a4cb19d8e2
3
+ metadata.gz: 58aa190a387c30a293a49dc246b5f0d4115308a265e3c4b6425f73ae86a57040
4
+ data.tar.gz: 97a95e7608b185e0b104b92d89a280c3a2689d07bf1fa269a02754c961b3e579
5
5
  SHA512:
6
- metadata.gz: b4450d7cb912a3a16406c392052bff114878644d998a6145ccf30b0699e611c461a114136f31c03268a796b3f2d3d8eab47ef8d9bc4f9057d625ac9a7c1704db
7
- data.tar.gz: dfd907bed860d514c492732e031d6a2cafb930bee0aed93891d78c567d4aac5301795b7065b2173a2954ab9b3962f2bad90281ddeea58767cd52210e525286a3
6
+ metadata.gz: 2225c0e48c17f8c9c3146879455a25d334e894fe031473178c575af1e9f83b42a68a1aa859493dcd76d7db44492c34f1fce8220b0a80f87524461f305ae615a0
7
+ data.tar.gz: 13d84ceb7a2da5fbd132fe549613eb55f1d5e07d4174556933408b215c7122769367dfd9ff595ec981f722403d00de6a0ff92d99cfdb138f85c67a8a163472ce
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-servicediscovery/customizations'
45
45
  # @service
46
46
  module Aws::ServiceDiscovery
47
47
 
48
- GEM_VERSION = '1.21.0'
48
+ GEM_VERSION = '1.22.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ServiceDiscovery
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::ServiceDiscovery
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
@@ -1918,7 +1918,7 @@ module Aws::ServiceDiscovery
1918
1918
  params: params,
1919
1919
  config: config)
1920
1920
  context[:gem_name] = 'aws-sdk-servicediscovery'
1921
- context[:gem_version] = '1.21.0'
1921
+ context[:gem_version] = '1.22.0'
1922
1922
  Seahorse::Client::Request.new(handlers, context)
1923
1923
  end
1924
1924
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicediscovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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-29 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