aws-sdk-route53 1.35.0 → 1.36.1

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: fde95ff42504acf4c5abd3220e18cc4fa639c055be45f1d3358e0304a68632c7
4
- data.tar.gz: ce97971fd62fcaa26624365279a5fe9bc638faf67c15361bd412603ec7aa84ed
3
+ metadata.gz: 3ad98904479e11ccb039b64948d37725f5771d9340906afb170d0a4d5369c383
4
+ data.tar.gz: d036bb37ee3c17048170de65c489d18788946c1f275183743235497a730ea788
5
5
  SHA512:
6
- metadata.gz: 7b32d7c647d7ab8728d1b4d66edad6c2593a772c267529d3e121d7784329fe6a409e72ea62cd61dc4e21a4845f1f050c62d4e0e04c1708cfa2c99abbdc7f6498
7
- data.tar.gz: 68fa63aaaa3d548f07bebe2ce8264c2cecb331ff142fa7e42acc639dfbb88cde6c723d54a8d2bae928923e531abaee6d449f3c028a590109208cc9a687cf0037
6
+ metadata.gz: 9a3096cea8bda299f04bfd6352bd8dab7635b1affc8eeb6739024cc80f168ac11e7d8ad479a91f5c317417c39949a1ec6a555c3e16254664a427660e28bb1400
7
+ data.tar.gz: 10b444da2695627651f80a7f3229726c1b2c39de11a9bc6b9ca7d4a520eb9d11a5204690ac3ee9f80e7410ce4522481422ac8fdd3aceddff3fc886e08b00b108
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-route53/customizations'
46
46
  # @service
47
47
  module Aws::Route53
48
48
 
49
- GEM_VERSION = '1.35.0'
49
+ GEM_VERSION = '1.36.1'
50
50
 
51
51
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/rest_xml.rb'
29
30
  require 'aws-sdk-route53/plugins/id_fix.rb'
@@ -70,6 +71,7 @@ module Aws::Route53
70
71
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
71
72
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
72
73
  add_plugin(Aws::Plugins::TransferEncoding)
74
+ add_plugin(Aws::Plugins::HttpChecksum)
73
75
  add_plugin(Aws::Plugins::SignatureV4)
74
76
  add_plugin(Aws::Plugins::Protocols::RestXml)
75
77
  add_plugin(Aws::Route53::Plugins::IdFix)
@@ -163,7 +165,7 @@ module Aws::Route53
163
165
  # @option options [String] :endpoint
164
166
  # The client endpoint is normally constructed from the `:region`
165
167
  # option. You should only configure an `:endpoint` when connecting
166
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
167
169
  #
168
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
169
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -5134,7 +5136,7 @@ module Aws::Route53
5134
5136
  params: params,
5135
5137
  config: config)
5136
5138
  context[:gem_name] = 'aws-sdk-route53'
5137
- context[:gem_version] = '1.35.0'
5139
+ context[:gem_version] = '1.36.1'
5138
5140
  Seahorse::Client::Request.new(handlers, context)
5139
5141
  end
5140
5142
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.1
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-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement