aws-sdk-locationservice 1.54.0 → 1.55.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 +1 -1
- data/lib/aws-sdk-locationservice/types.rb +4 -4
- 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: 8bb432ba64a373703f4a87a123ffbdfdb7804e120355948bb4faa2a45b913e60
|
4
|
+
data.tar.gz: fd62b17d1c1c37e723f71476cbd73ed402106a80ffe4c2ac5571411fab365d34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef89e2915dd13a9ce02481cd5a8fb0d510def4baa4acb4d8d2e9fb862f3acea4e1894917310cd4ebf4578174951751c152cd402169721c7ba986fbef1db7cb31
|
7
|
+
data.tar.gz: 31bc230cd920fb5758b4ba90a52c31d126a152e403722c5c0aecde7c523912cc06062c69f5422c45f9798bef709e23ad7731ce726aa62f8ecdbe26c27c8b6bcb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -4864,7 +4864,7 @@ module Aws::LocationService
|
|
4864
4864
|
params: params,
|
4865
4865
|
config: config)
|
4866
4866
|
context[:gem_name] = 'aws-sdk-locationservice'
|
4867
|
-
context[:gem_version] = '1.
|
4867
|
+
context[:gem_version] = '1.55.0'
|
4868
4868
|
Seahorse::Client::Request.new(handlers, context)
|
4869
4869
|
end
|
4870
4870
|
|
@@ -802,7 +802,7 @@ module Aws::LocationService
|
|
802
802
|
:car_mode_options,
|
803
803
|
:truck_mode_options,
|
804
804
|
:key)
|
805
|
-
SENSITIVE = [:key]
|
805
|
+
SENSITIVE = [:departure_positions, :destination_positions, :key]
|
806
806
|
include Aws::Structure
|
807
807
|
end
|
808
808
|
|
@@ -840,7 +840,7 @@ module Aws::LocationService
|
|
840
840
|
:snapped_departure_positions,
|
841
841
|
:snapped_destination_positions,
|
842
842
|
:summary)
|
843
|
-
SENSITIVE = []
|
843
|
+
SENSITIVE = [:snapped_departure_positions, :snapped_destination_positions]
|
844
844
|
include Aws::Structure
|
845
845
|
end
|
846
846
|
|
@@ -1094,7 +1094,7 @@ module Aws::LocationService
|
|
1094
1094
|
:arrival_time,
|
1095
1095
|
:optimize_for,
|
1096
1096
|
:key)
|
1097
|
-
SENSITIVE = [:departure_position, :destination_position, :key]
|
1097
|
+
SENSITIVE = [:departure_position, :destination_position, :waypoint_positions, :key]
|
1098
1098
|
include Aws::Structure
|
1099
1099
|
end
|
1100
1100
|
|
@@ -3956,7 +3956,7 @@ module Aws::LocationService
|
|
3956
3956
|
#
|
3957
3957
|
class LegGeometry < Struct.new(
|
3958
3958
|
:line_string)
|
3959
|
-
SENSITIVE = []
|
3959
|
+
SENSITIVE = [:line_string]
|
3960
3960
|
include Aws::Structure
|
3961
3961
|
end
|
3962
3962
|
|
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.55.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-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|