aws-sdk-route53 1.53.0 → 1.57.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: 30fe7f91218896fbdbfbf833c10dd31e9530e3309a6dd444072c00ce1dadf4f1
4
- data.tar.gz: bc4a7933458bad3b91795316665f97d849f34a5fc75bcd176a42faeb4ed34534
3
+ metadata.gz: 1f8b598e930b5e31a5b34fded21d223dfd8ab1b5da7fd3102a89080cfbf56e3f
4
+ data.tar.gz: dc2d2fb18b1bee91df47ecc6f25e70e291a60b4f6c8eef0d62a759bdb1514383
5
5
  SHA512:
6
- metadata.gz: e9c20e41633dc388d204eb6391b2d953e2b3177808a079ec389ffc649626ab121e9dc67f736ec3bad85a7d60291b04689438d322017552cc8e098cbfec7cbae0
7
- data.tar.gz: a96660459b10fffdb803e1512aae053c82c8182176684e18b1ba6528a3296f00519278746fb0cbfce838c12ea00500e2799bfd4683fb8e7851cc326562ae877e
6
+ metadata.gz: bda0508d4c4469023f5c8665d6faa6a48465fe99fedae3f6dd295f611648fdd6bd9d428232b6d260d2d8e527d8288000cc57c414a66b740d0faa5d40cc6c7588
7
+ data.tar.gz: 42f771eeb6fa3d81dada6109e64b2aa9395ed4db61facb0730d06266d6b37e3c50f2890289e2e44bf2e854a97e6d4b500fa55ec15837954a05a2029553796ad5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.55.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.54.0 (2021-08-18)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for route53
23
+
4
24
  1.53.0 (2021-08-11)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.57.0
@@ -277,6 +277,15 @@ module Aws::Route53
277
277
  # ** Please note ** When response stubbing is enabled, no HTTP
278
278
  # requests are made, and retries are disabled.
279
279
  #
280
+ # @option options [Boolean] :use_dualstack_endpoint
281
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
282
+ # will be used if available.
283
+ #
284
+ # @option options [Boolean] :use_fips_endpoint
285
+ # When set to `true`, fips compatible endpoints will be used if available.
286
+ # When a `fips` region is used, the region is normalized and this config
287
+ # is set to `true`.
288
+ #
280
289
  # @option options [Boolean] :validate_params (true)
281
290
  # When `true`, request parameters are validated before
282
291
  # sending the request.
@@ -5625,7 +5634,7 @@ module Aws::Route53
5625
5634
  params: params,
5626
5635
  config: config)
5627
5636
  context[:gem_name] = 'aws-sdk-route53'
5628
- context[:gem_version] = '1.53.0'
5637
+ context[:gem_version] = '1.57.0'
5629
5638
  Seahorse::Client::Request.new(handlers, context)
5630
5639
  end
5631
5640
 
@@ -3518,7 +3518,7 @@ module Aws::Route53
3518
3518
  # 53 substitutes the value of `IPAddress` in the `Host` header in each
3519
3519
  # of the preceding cases.
3520
3520
  #
3521
- # <b>If you don't specify a value for <code>IPAddress</code> </b>\:
3521
+ # **If you don't specify a value for** `IPAddress`\:
3522
3522
  #
3523
3523
  # Route 53 sends a DNS request to the domain that you specify for
3524
3524
  # `FullyQualifiedDomainName` at the interval that you specify for
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-route53/customizations'
49
49
  # @!group service
50
50
  module Aws::Route53
51
51
 
52
- GEM_VERSION = '1.53.0'
52
+ GEM_VERSION = '1.57.0'
53
53
 
54
54
  end
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.53.0
4
+ version: 1.57.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: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-11-04 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.119.0
22
+ version: 3.122.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.119.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
- version: '0'
81
+ version: '2.3'
82
82
  required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="