aws-sdk-route53domains 1.86.0 → 1.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84936062e1ad4f2d26ef4cd0d7d44dc19db42a4d7842fb3dc5630527f9720cb7
4
- data.tar.gz: 41198bbb7c4b067a77ce3f8ee880b8fe653f7c3b1a18406d4fe80103b71282f4
3
+ metadata.gz: b656315debdf7c380c0e6b99101614f049300ab96acd7014ef1d210cf5f0eabf
4
+ data.tar.gz: 726d276ba3ab50750dbcf0ca5861ccf048e7ada84c500abeac85de4866c13e2f
5
5
  SHA512:
6
- metadata.gz: 658e7377f2c65fc09410c553016fe6f825f7c7726ebbdbd7795105bb8f993ac5e3963ad6cb113a7babf649a66d7f0dc004d083f17a02a93401840d2f2643b426
7
- data.tar.gz: 23a1af6e09db85df8f7358b3fd0a1523a2e62564bd826f3c259ece5ec17b475e3651787e1378b44b12b6eebd91b743212602f1eae3308f8a5beccfa6089476c7
6
+ metadata.gz: 8063a41e6a3d29542dc8fc2678a696ee69390aace324577f02d4c209bdbb38a6372d42368b62359c4b470cdbf31529517c34fa125e8946dce7b26771741b1c86
7
+ data.tar.gz: bd0feebf4ebc1822bdbf5a1537317bd7b93dec3d3a7eecd09e04c66c0011613574478d7cc5f9048c15ccb5fe47a2b5952fccd62c70e6edca5252c1701fc7c098
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.86.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -2860,7 +2860,7 @@ module Aws::Route53Domains
2860
2860
  tracer: tracer
2861
2861
  )
2862
2862
  context[:gem_name] = 'aws-sdk-route53domains'
2863
- context[:gem_version] = '1.86.0'
2863
+ context[:gem_version] = '1.87.0'
2864
2864
  Seahorse::Client::Request.new(handlers, context)
2865
2865
  end
2866
2866
 
@@ -13,22 +13,22 @@ module Aws::Route53Domains
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::Route53Domains
54
54
  autoload :EndpointProvider, 'aws-sdk-route53domains/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-route53domains/endpoints'
56
56
 
57
- GEM_VERSION = '1.86.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53domains
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services