aws-sdk-geoplaces 1.14.0 → 1.15.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: 419cdba6c8c849aedbc1b13851a43355a84a4078cf6f3e692549e53c569698b9
4
- data.tar.gz: 82e9aea78e030816e460162ad8866427b1e381d3329886f435c56a4809683b6e
3
+ metadata.gz: 1ae018a7ca4fb83c88101fe84036b36e4ff6e17f44ac3ff7689d100f851f315b
4
+ data.tar.gz: d37be4385160ba67e741328cc099639763c7b21c5eae5ee18a03274793398f8c
5
5
  SHA512:
6
- metadata.gz: 35bbf409e0b117d7445189ed2bb748869d4bcfec85a328e614124a36c98465b8f80fe5e1dfeb73ffc8025197f1973bc71a4a8d7feb1eaaf600e26d943c2462f4
7
- data.tar.gz: e316a08f7f322e9224618aff4118b22944fbc90ea27910592c54fb21bb97fb2fad4ab263f62dec13d3bdda28c1f9d3a7d2f4e37c5d232cd6bbbb9cea863984ad
6
+ metadata.gz: d2f24ed76ed713ac62491088161431c045cba1034bc9aecee897ee5a8e4cd7741a60e2cddcb3b018132d7b137b22d34f5dcc137f7b219ff3e793b4a2a8632fcf
7
+ data.tar.gz: 0d7483252e2e37f55ff3574a8c01ebdf9036957e4071c86d7661abab920c7450d079a6adaaa2d30c705c3fbab30b5fb317073f750b1c9fbfbeb5bd2b5b01a8bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.14.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -2437,7 +2437,7 @@ module Aws::GeoPlaces
2437
2437
  tracer: tracer
2438
2438
  )
2439
2439
  context[:gem_name] = 'aws-sdk-geoplaces'
2440
- context[:gem_version] = '1.14.0'
2440
+ context[:gem_version] = '1.15.0'
2441
2441
  Seahorse::Client::Request.new(handlers, context)
2442
2442
  end
2443
2443
 
@@ -13,22 +13,22 @@ module Aws::GeoPlaces
13
13
  # @!attribute use_dual_stack
14
14
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute use_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  # @!attribute region
29
29
  # The AWS region used to dispatch the request.
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :use_dual_stack,
@@ -54,7 +54,7 @@ module Aws::GeoPlaces
54
54
  autoload :EndpointProvider, 'aws-sdk-geoplaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-geoplaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.14.0'
57
+ GEM_VERSION = '1.15.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-geoplaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services