aws-sdk-locationservice 1.62.0 → 1.63.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: f91961414f62e6223005c0857dd8534058060a8441b34a2d6c79672cbae4d03f
4
- data.tar.gz: 9b7838ebb5e4bdf006c9c3699d27a30029e22532a7b201c7e792632ea7410900
3
+ metadata.gz: 49b2f5b56dad03642f801fd200bda3dd544a2ad2b91e2fa22586cd2f0cdf0aec
4
+ data.tar.gz: 539208367a4b9490c442adc8a90ae741aa9103896c4c2b71645fb233fbb1358b
5
5
  SHA512:
6
- metadata.gz: fb9d0235e140f57c1015d1f9ab7a2357ced842e50061cdeaed0f94f2b2c2352b67d46945686f263d4836b938538f28075cf04b1a84dbaf28ae0a3fe9bbebbf18
7
- data.tar.gz: a7f35d0b7c5e9aacc6022be33d07377440eed55e83fa358849aec4e4c47c82c7b7d1d28e7e3fb2545908746a203f04a159a8f6bb5f38ecf71e5ce577d214e6ab
6
+ metadata.gz: aa738364202e3c38a0138e508905b6538503e15039e6456619326b0bcad21d255ef58c8901fccf8d09f903aa1e9d3160d79e7f6adc32670cb371c514ac97d21d
7
+ data.tar.gz: af5aa63d33783646639d2bf4c339caab90bfb27ac3202a13e63f3f8f0c20f4ac2aae7e8105c33b555e797f630843a04310e351ca37a07072f43860540693bb26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -783,8 +783,8 @@ module Aws::LocationService
783
783
  # if two consecutive updates from a device have a horizontal accuracy of
784
784
  # 5 m and 10 m, the second update is neither stored or evaluated if the
785
785
  # device has moved less than 15 m. If `PositionFiltering` is set to
786
- # `AccuracyBased` filtering, Amazon Location uses the default value `\{
787
- # "Horizontal": 0\}` when accuracy is not provided on a
786
+ # `AccuracyBased` filtering, Amazon Location uses the default value `{
787
+ # "Horizontal": 0}` when accuracy is not provided on a
788
788
  # `DevicePositionUpdate`.
789
789
  #
790
790
  # </note>
@@ -1888,7 +1888,7 @@ module Aws::LocationService
1888
1888
  # key-value pair helps manage, identify, search, and filter your
1889
1889
  # resources by labelling them.
1890
1890
  #
1891
- # * For example: \\\{ `"tag1" : "value1"`, `"tag2" : "value2"`\\}
1891
+ # * For example: \{ `"tag1" : "value1"`, `"tag2" : "value2"`}
1892
1892
  #
1893
1893
  # ^
1894
1894
  #
@@ -4891,7 +4891,7 @@ module Aws::LocationService
4891
4891
  tracer: tracer
4892
4892
  )
4893
4893
  context[:gem_name] = 'aws-sdk-locationservice'
4894
- context[:gem_version] = '1.62.0'
4894
+ context[:gem_version] = '1.63.0'
4895
4895
  Seahorse::Client::Request.new(handlers, context)
4896
4896
  end
4897
4897
 
@@ -1835,7 +1835,7 @@ module Aws::LocationService
1835
1835
  # a key-value pair helps manage, identify, search, and filter your
1836
1836
  # resources by labelling them.
1837
1837
  #
1838
- # * For example: \\\{ `"tag1" : "value1"`, `"tag2" : "value2"`\\}
1838
+ # * For example: \{ `"tag1" : "value1"`, `"tag2" : "value2"`}
1839
1839
  #
1840
1840
  # ^
1841
1841
  #
@@ -4711,7 +4711,7 @@ module Aws::LocationService
4711
4711
  # Tags that have been applied to the specified resource. Tags are
4712
4712
  # mapped from the tag key to the tag value: `"TagKey" : "TagValue"`.
4713
4713
  #
4714
- # * Format example: `\{"tag1" : "value1", "tag2" : "value2"\} `
4714
+ # * Format example: `{"tag1" : "value1", "tag2" : "value2"} `
4715
4715
  #
4716
4716
  # ^
4717
4717
  # @return [Hash<String,String>]
@@ -54,7 +54,7 @@ module Aws::LocationService
54
54
  autoload :EndpointProvider, 'aws-sdk-locationservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-locationservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.62.0'
57
+ GEM_VERSION = '1.63.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-locationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core