aws-sdk-locationservice 1.53.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: a24502eb98f59d84ee049cd6daade7931b7be9681eb776aa8d7eb9d8784b4d16
4
- data.tar.gz: 562fcc6328633e59a67bc4b0b19d591abedef17d96231c35472bdfe04570b8fd
3
+ metadata.gz: 8bb432ba64a373703f4a87a123ffbdfdb7804e120355948bb4faa2a45b913e60
4
+ data.tar.gz: fd62b17d1c1c37e723f71476cbd73ed402106a80ffe4c2ac5571411fab365d34
5
5
  SHA512:
6
- metadata.gz: bcd2fd9b63b082bb83a133034c7620103fc9eb1c53a6dae8216b12d8915912e05b07d71834673bcff41bcf4315846a0b8990060f0bc00e848f8b1a8281dc5be1
7
- data.tar.gz: 2edf665fb6ad9fd5e2fb04b7c520388095577e1860e031d70c47bad93fbd42e58a007c3963c0e5613682a93ee5cc2c1a7c348e7cc028747efafe61f13f7d5afd
6
+ metadata.gz: ef89e2915dd13a9ce02481cd5a8fb0d510def4baa4acb4d8d2e9fb862f3acea4e1894917310cd4ebf4578174951751c152cd402169721c7ba986fbef1db7cb31
7
+ data.tar.gz: 31bc230cd920fb5758b4ba90a52c31d126a152e403722c5c0aecde7c523912cc06062c69f5422c45f9798bef709e23ad7731ce726aa62f8ecdbe26c27c8b6bcb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.54.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.53.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.55.0
@@ -312,6 +312,15 @@ module Aws::LocationService
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -4855,7 +4864,7 @@ module Aws::LocationService
4855
4864
  params: params,
4856
4865
  config: config)
4857
4866
  context[:gem_name] = 'aws-sdk-locationservice'
4858
- context[:gem_version] = '1.53.0'
4867
+ context[:gem_version] = '1.55.0'
4859
4868
  Seahorse::Client::Request.new(handlers, context)
4860
4869
  end
4861
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.53.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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.53.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-06-25 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement