aws-sdk-georoutes 1.12.0 → 1.13.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: 7787edd250a5c3e6697bcfc0d4f2e59a951d9ffe938dce998dcd199eee255108
4
- data.tar.gz: 25103e25a4104e2416e240d8360f3e1bb6b5b2967f7a9d26c68c53f9240c40b5
3
+ metadata.gz: 0275c99d476f6febef4d041b3cdadc0dc6ae511ad8d27929c9a5b689b3565d37
4
+ data.tar.gz: 8cb78a553d6cf52c14102477e83a1632ee329c3e2174ef858d3e235152d73b6f
5
5
  SHA512:
6
- metadata.gz: 1e6b9a5d78bea38eba62e9f67e03658d73e18ea37ba485a36a3dc93431a761533679983c854e1bec2e46db9e9d0a3ef31ddb005a352cd52086274ff0ce978e21
7
- data.tar.gz: 031be3b908234dc73716006c8f8b22fc4a5d312057664c2d870dc040214891900e688125416ff0c3e07f5d5a6183a6f54be118d79b4e50576d3aae293f9932cc
6
+ metadata.gz: d294a8135fbcace98cc639a4b2bba7629564031cbfcf8541b75e3339180cc95fea1f31ec09a6fb4190be6dec670b09c902cf63f77644778bbb1f744638418b78
7
+ data.tar.gz: b67bd3f63579e54a8cb1da06da981e39ee594912ca3bfd0cef3de9c1901876772510269de8ad0152388830c9904c7ff6f962f3a492082f208adb608dab062361
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.12.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -2279,7 +2279,7 @@ module Aws::GeoRoutes
2279
2279
  tracer: tracer
2280
2280
  )
2281
2281
  context[:gem_name] = 'aws-sdk-georoutes'
2282
- context[:gem_version] = '1.12.0'
2282
+ context[:gem_version] = '1.13.0'
2283
2283
  Seahorse::Client::Request.new(handlers, context)
2284
2284
  end
2285
2285
 
@@ -13,22 +13,22 @@ module Aws::GeoRoutes
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::GeoRoutes
54
54
  autoload :EndpointProvider, 'aws-sdk-georoutes/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-georoutes/endpoints'
56
56
 
57
- GEM_VERSION = '1.12.0'
57
+ GEM_VERSION = '1.13.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-georoutes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services