aws-sdk-locationservice 1.39.0 → 1.40.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/endpoint_provider.rb +1 -1
- 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: 00ac31d1d89842d51e1358524759c2cf3f5e96b88eeabfbde6dd657a984fa074
|
4
|
+
data.tar.gz: 472b89440b11a4f7cfc5dcd96b3a924d11dff430ef62a34a48fe1efef10d152a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9567721495d1e39384b9331c2784b0e95175e9d399762c48f730ac33d65a748380b07313d57f17d385bd9edbf17a6bc801213ecddc910e6a58222f5f39b776a6
|
7
|
+
data.tar.gz: fc5ead752e521795a17e459f017652b691e5528aaf0fa8f8659c953bd2cc21b3d3fdfb7bab890eced06e0c6c1f3d22038fef2a956f93bc00d91fde9a34982d5d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
@@ -4590,7 +4590,7 @@ module Aws::LocationService
|
|
4590
4590
|
params: params,
|
4591
4591
|
config: config)
|
4592
4592
|
context[:gem_name] = 'aws-sdk-locationservice'
|
4593
|
-
context[:gem_version] = '1.
|
4593
|
+
context[:gem_version] = '1.40.0'
|
4594
4594
|
Seahorse::Client::Request.new(handlers, context)
|
4595
4595
|
end
|
4596
4596
|
|
@@ -32,7 +32,7 @@ module Aws::LocationService
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://geo-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
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.40.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: 2023-
|
11
|
+
date: 2023-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|