aws-sdk-locationservice 1.39.0 → 1.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90f6148a2e125afaa3bc257f879399f25aaea90efb30981dd3c990d0ba0650d4
4
- data.tar.gz: d8c7e6bceb391a3774f2549176c364e8803f1e423a6756323778183c031eef84
3
+ metadata.gz: 00ac31d1d89842d51e1358524759c2cf3f5e96b88eeabfbde6dd657a984fa074
4
+ data.tar.gz: 472b89440b11a4f7cfc5dcd96b3a924d11dff430ef62a34a48fe1efef10d152a
5
5
  SHA512:
6
- metadata.gz: 6d6766fe572bbe84792ac46d7c71775dd476e6ff9ab8b13f0983559a6729ea51c011c6ecb3038aba0b7297613e4e38d5b001aea76de7a7937a96acf177b61535
7
- data.tar.gz: a048b27689ad3b7e6f0a862b97a68d05fddb88d09ce596147a467fae93bbed29e644c27161d0e0bdfd02e8d80666f0cbf35aef459e947ab01f908fb6f6834afa
6
+ metadata.gz: 9567721495d1e39384b9331c2784b0e95175e9d399762c48f730ac33d65a748380b07313d57f17d385bd9edbf17a6bc801213ecddc910e6a58222f5f39b776a6
7
+ data.tar.gz: fc5ead752e521795a17e459f017652b691e5528aaf0fa8f8659c953bd2cc21b3d3fdfb7bab890eced06e0c6c1f3d22038fef2a956f93bc00d91fde9a34982d5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2023-11-17)
5
+ ------------------
6
+
7
+ * Feature - Remove default value and allow nullable for request parameters having minimum value larger than zero.
8
+
4
9
  1.39.0 (2023-10-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
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.39.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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"
@@ -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.39.0'
55
+ GEM_VERSION = '1.40.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.39.0
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-10-12 00:00:00.000000000 Z
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