aws-sdk-route53domains 1.20.0 → 1.21.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: 5492c56fca5bdf86e871bfe9202de85cb0eb508653ec92648fd2b05c4810f323
4
- data.tar.gz: 066300ec148f1c0ebe42dc26b11aa7e73f98292c37cc2d16effbc535cd7f7ffe
3
+ metadata.gz: 1dacbcb0cdeda6ed3207c40b04984be7808102cf3289c54a79b41caa1e94b148
4
+ data.tar.gz: d0df59b95baece1f61a02d25bfda7471cb44b3811c0f1b4445db803f053c834e
5
5
  SHA512:
6
- metadata.gz: c724c73ff1f9de8a47731ef7f71e51a4f6938983f4c90dac0b3715ec4524b251638919cb97861889341558fc621e4b98114cb6a202c910387e11a662ea3fa2f5
7
- data.tar.gz: 061ca53d952f3d916a8469df26fb4893db54672d9e44e69b7b231b218b2cc4d7b784edafa59458e361c77008107e8a979a7f2c2402a3618a9b864a10c1f1051b
6
+ metadata.gz: ef0ed385d5eb49570636898dbc09f428131be3679b38b4fa60df2538361fc2f17d8ee41d8b59426b98961d57c9b1d2c57a059b252260d3105391948a7d12b8f7
7
+ data.tar.gz: d1c28ec5327a116c3f60d8d7450ddf1ee4c69af4f2b60a8ec7dfe69ef5b49c59eee76e9420c42515550be50d171f8a8d8f02004ca7d06e1d001a43b12d7bf0e0
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-route53domains/customizations'
45
45
  # @service
46
46
  module Aws::Route53Domains
47
47
 
48
- GEM_VERSION = '1.20.0'
48
+ GEM_VERSION = '1.21.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Route53Domains
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::Route53Domains
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
@@ -2149,7 +2149,7 @@ module Aws::Route53Domains
2149
2149
  params: params,
2150
2150
  config: config)
2151
2151
  context[:gem_name] = 'aws-sdk-route53domains'
2152
- context[:gem_version] = '1.20.0'
2152
+ context[:gem_version] = '1.21.0'
2153
2153
  Seahorse::Client::Request.new(handlers, context)
2154
2154
  end
2155
2155
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53domains
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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-21 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