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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e032d5fc9e98d788ec408bca3824d7ddb61e62a51d0c8ff1f3ab3bfa2184a90
4
- data.tar.gz: c77763bfcede171fffda89021ffa7913be240e5cf13b811a55d35ea7a30f6e59
3
+ metadata.gz: 8bb432ba64a373703f4a87a123ffbdfdb7804e120355948bb4faa2a45b913e60
4
+ data.tar.gz: fd62b17d1c1c37e723f71476cbd73ed402106a80ffe4c2ac5571411fab365d34
5
5
  SHA512:
6
- metadata.gz: 33009beee9b0a95cfcff1f2a5726a9750b212f413222cac5c1e8543a5647fd4868cda5febf489178ace25069e7c0e16836c054c707cf2c3316664344d9803e4f
7
- data.tar.gz: 10fd418b7d5acd65f38ce93766bc68160063f0f48b865ede4a75779ab6f1ccb6d254d336e6cf12a3d67ad8b9396ff1b702bcbe93bab066e01ebb2bd69b31502a
6
+ metadata.gz: ef89e2915dd13a9ce02481cd5a8fb0d510def4baa4acb4d8d2e9fb862f3acea4e1894917310cd4ebf4578174951751c152cd402169721c7ba986fbef1db7cb31
7
+ data.tar.gz: 31bc230cd920fb5758b4ba90a52c31d126a152e403722c5c0aecde7c523912cc06062c69f5422c45f9798bef709e23ad7731ce726aa62f8ecdbe26c27c8b6bcb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2024-07-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
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.54.0'
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-locationservice/customizations'
52
52
  # @!group service
53
53
  module Aws::LocationService
54
54
 
55
- GEM_VERSION = '1.54.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
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.54.0
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-02 00:00:00.000000000 Z
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