aws-sdk-locationservice 1.62.0 → 1.63.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-locationservice/client.rb +4 -4
- data/lib/aws-sdk-locationservice/types.rb +2 -2
- data/lib/aws-sdk-locationservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49b2f5b56dad03642f801fd200bda3dd544a2ad2b91e2fa22586cd2f0cdf0aec
|
4
|
+
data.tar.gz: 539208367a4b9490c442adc8a90ae741aa9103896c4c2b71645fb233fbb1358b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa738364202e3c38a0138e508905b6538503e15039e6456619326b0bcad21d255ef58c8901fccf8d09f903aa1e9d3160d79e7f6adc32670cb371c514ac97d21d
|
7
|
+
data.tar.gz: af5aa63d33783646639d2bf4c339caab90bfb27ac3202a13e63f3f8f0c20f4ac2aae7e8105c33b555e797f630843a04310e351ca37a07072f43860540693bb26
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
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:
|
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.
|
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:
|
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:
|
4714
|
+
# * Format example: `{"tag1" : "value1", "tag2" : "value2"} `
|
4715
4715
|
#
|
4716
4716
|
# ^
|
4717
4717
|
# @return [Hash<String,String>]
|
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.
|
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-
|
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
|