aws-sdk-route53profiles 1.26.0 → 1.27.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: 8582e01635de5aee81e6ea8de61d03837d10be7c0e5362a1375eec92ffb79c7a
4
- data.tar.gz: 13276ab6b9afb74fc4cd36e4ad84fac1c76d319d8296af13bcd4f74eeb90657a
3
+ metadata.gz: 4cd7fb6cba7a66526c50e914c528a653961ae5d9e491803abeb16523f01a5367
4
+ data.tar.gz: 3f249f131e109fb82e3f0acac2b2e448b8fe9c47feb9106bbf337a9247055613
5
5
  SHA512:
6
- metadata.gz: b267612d53c6bbd690497b6927578fc800f14a48a69f8d0f3d58427a8afae131bcb85a7fcc4ed7aea595f57bb9e1a7407970804dc473a8e7e5fdd6149ccb26d5
7
- data.tar.gz: 2b77f1273c17a66d3e9506ab4bb073c2065e060e26894afb5c2139394dc9642df2ea2b95764297ae6bbe2355d443bd9aca6d614f9a7dd66336fa5478924850a8
6
+ metadata.gz: 8564ac5b07399094199d4cb22b7e6232622f3d85342f2e99b43587b38ca2a17b6bf209866eee8ca68a0a7c1732015ed78016a3504a0b0de66a02135b805fc9f4
7
+ data.tar.gz: f6b44b59a38d28c904b77ebd96809d3909f635ae41f368273e70cf4f66cbd735ce5ea7956957419e02409e39b8e0aac95eaff57d9820a25b9de4695290b4bfc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.26.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -1228,7 +1228,7 @@ module Aws::Route53Profiles
1228
1228
  tracer: tracer
1229
1229
  )
1230
1230
  context[:gem_name] = 'aws-sdk-route53profiles'
1231
- context[:gem_version] = '1.26.0'
1231
+ context[:gem_version] = '1.27.0'
1232
1232
  Seahorse::Client::Request.new(handlers, context)
1233
1233
  end
1234
1234
 
@@ -13,22 +13,22 @@ module Aws::Route53Profiles
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::Route53Profiles
54
54
  autoload :EndpointProvider, 'aws-sdk-route53profiles/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-route53profiles/endpoints'
56
56
 
57
- GEM_VERSION = '1.26.0'
57
+ GEM_VERSION = '1.27.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-route53profiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services