aws-sdk-locationservice 1.38.0 → 1.40.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: 6587b4eb510c7521af811fca68c447d3bd2abd58827ce7ed6e6ac97968724eb3
4
- data.tar.gz: 9024b01c13eb36af49fbd95ebc3b58b55ae2572785ffe75b2ccacd037b513b09
3
+ metadata.gz: 00ac31d1d89842d51e1358524759c2cf3f5e96b88eeabfbde6dd657a984fa074
4
+ data.tar.gz: 472b89440b11a4f7cfc5dcd96b3a924d11dff430ef62a34a48fe1efef10d152a
5
5
  SHA512:
6
- metadata.gz: d01477121d74ac1346453b891135ab8c9ed6c4189bb8e88e1166ea701e148973c14f37f65c7cb1408f6e99f2da5073ab05d051306afe1330b5e575389808a99e
7
- data.tar.gz: 95b9d626cb29122973ccec00c1505f55aca0b7c3cfa713d6301077fc565cdc6bb66d108e5981ae681bac54bb3fe2a90af73e299d2be4effbd98e4ba6e929d334
6
+ metadata.gz: 9567721495d1e39384b9331c2784b0e95175e9d399762c48f730ac33d65a748380b07313d57f17d385bd9edbf17a6bc801213ecddc910e6a58222f5f39b776a6
7
+ data.tar.gz: fc5ead752e521795a17e459f017652b691e5528aaf0fa8f8659c953bd2cc21b3d3fdfb7bab890eced06e0c6c1f3d22038fef2a956f93bc00d91fde9a34982d5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.39.0 (2023-10-12)
10
+ ------------------
11
+
12
+ * Feature - This release adds endpoint updates for all AWS Location resource operations.
13
+
4
14
  1.38.0 (2023-10-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.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.38.0'
4593
+ context[:gem_version] = '1.40.0'
4594
4594
  Seahorse::Client::Request.new(handlers, context)
4595
4595
  end
4596
4596
 
@@ -1351,7 +1351,7 @@ module Aws::LocationService
1351
1351
  o.http_method = "POST"
1352
1352
  o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/consumers"
1353
1353
  o.endpoint_pattern = {
1354
- "hostPrefix" => "tracking.",
1354
+ "hostPrefix" => "cp.tracking.",
1355
1355
  }
1356
1356
  o.input = Shapes::ShapeRef.new(shape: AssociateTrackerConsumerRequest)
1357
1357
  o.output = Shapes::ShapeRef.new(shape: AssociateTrackerConsumerResponse)
@@ -1497,7 +1497,7 @@ module Aws::LocationService
1497
1497
  o.http_method = "POST"
1498
1498
  o.http_request_uri = "/geofencing/v0/collections"
1499
1499
  o.endpoint_pattern = {
1500
- "hostPrefix" => "geofencing.",
1500
+ "hostPrefix" => "cp.geofencing.",
1501
1501
  }
1502
1502
  o.input = Shapes::ShapeRef.new(shape: CreateGeofenceCollectionRequest)
1503
1503
  o.output = Shapes::ShapeRef.new(shape: CreateGeofenceCollectionResponse)
@@ -1514,7 +1514,7 @@ module Aws::LocationService
1514
1514
  o.http_method = "POST"
1515
1515
  o.http_request_uri = "/metadata/v0/keys"
1516
1516
  o.endpoint_pattern = {
1517
- "hostPrefix" => "metadata.",
1517
+ "hostPrefix" => "cp.metadata.",
1518
1518
  }
1519
1519
  o.input = Shapes::ShapeRef.new(shape: CreateKeyRequest)
1520
1520
  o.output = Shapes::ShapeRef.new(shape: CreateKeyResponse)
@@ -1531,7 +1531,7 @@ module Aws::LocationService
1531
1531
  o.http_method = "POST"
1532
1532
  o.http_request_uri = "/maps/v0/maps"
1533
1533
  o.endpoint_pattern = {
1534
- "hostPrefix" => "maps.",
1534
+ "hostPrefix" => "cp.maps.",
1535
1535
  }
1536
1536
  o.input = Shapes::ShapeRef.new(shape: CreateMapRequest)
1537
1537
  o.output = Shapes::ShapeRef.new(shape: CreateMapResponse)
@@ -1548,7 +1548,7 @@ module Aws::LocationService
1548
1548
  o.http_method = "POST"
1549
1549
  o.http_request_uri = "/places/v0/indexes"
1550
1550
  o.endpoint_pattern = {
1551
- "hostPrefix" => "places.",
1551
+ "hostPrefix" => "cp.places.",
1552
1552
  }
1553
1553
  o.input = Shapes::ShapeRef.new(shape: CreatePlaceIndexRequest)
1554
1554
  o.output = Shapes::ShapeRef.new(shape: CreatePlaceIndexResponse)
@@ -1565,7 +1565,7 @@ module Aws::LocationService
1565
1565
  o.http_method = "POST"
1566
1566
  o.http_request_uri = "/routes/v0/calculators"
1567
1567
  o.endpoint_pattern = {
1568
- "hostPrefix" => "routes.",
1568
+ "hostPrefix" => "cp.routes.",
1569
1569
  }
1570
1570
  o.input = Shapes::ShapeRef.new(shape: CreateRouteCalculatorRequest)
1571
1571
  o.output = Shapes::ShapeRef.new(shape: CreateRouteCalculatorResponse)
@@ -1582,7 +1582,7 @@ module Aws::LocationService
1582
1582
  o.http_method = "POST"
1583
1583
  o.http_request_uri = "/tracking/v0/trackers"
1584
1584
  o.endpoint_pattern = {
1585
- "hostPrefix" => "tracking.",
1585
+ "hostPrefix" => "cp.tracking.",
1586
1586
  }
1587
1587
  o.input = Shapes::ShapeRef.new(shape: CreateTrackerRequest)
1588
1588
  o.output = Shapes::ShapeRef.new(shape: CreateTrackerResponse)
@@ -1599,7 +1599,7 @@ module Aws::LocationService
1599
1599
  o.http_method = "DELETE"
1600
1600
  o.http_request_uri = "/geofencing/v0/collections/{CollectionName}"
1601
1601
  o.endpoint_pattern = {
1602
- "hostPrefix" => "geofencing.",
1602
+ "hostPrefix" => "cp.geofencing.",
1603
1603
  }
1604
1604
  o.input = Shapes::ShapeRef.new(shape: DeleteGeofenceCollectionRequest)
1605
1605
  o.output = Shapes::ShapeRef.new(shape: DeleteGeofenceCollectionResponse)
@@ -1615,7 +1615,7 @@ module Aws::LocationService
1615
1615
  o.http_method = "DELETE"
1616
1616
  o.http_request_uri = "/metadata/v0/keys/{KeyName}"
1617
1617
  o.endpoint_pattern = {
1618
- "hostPrefix" => "metadata.",
1618
+ "hostPrefix" => "cp.metadata.",
1619
1619
  }
1620
1620
  o.input = Shapes::ShapeRef.new(shape: DeleteKeyRequest)
1621
1621
  o.output = Shapes::ShapeRef.new(shape: DeleteKeyResponse)
@@ -1631,7 +1631,7 @@ module Aws::LocationService
1631
1631
  o.http_method = "DELETE"
1632
1632
  o.http_request_uri = "/maps/v0/maps/{MapName}"
1633
1633
  o.endpoint_pattern = {
1634
- "hostPrefix" => "maps.",
1634
+ "hostPrefix" => "cp.maps.",
1635
1635
  }
1636
1636
  o.input = Shapes::ShapeRef.new(shape: DeleteMapRequest)
1637
1637
  o.output = Shapes::ShapeRef.new(shape: DeleteMapResponse)
@@ -1647,7 +1647,7 @@ module Aws::LocationService
1647
1647
  o.http_method = "DELETE"
1648
1648
  o.http_request_uri = "/places/v0/indexes/{IndexName}"
1649
1649
  o.endpoint_pattern = {
1650
- "hostPrefix" => "places.",
1650
+ "hostPrefix" => "cp.places.",
1651
1651
  }
1652
1652
  o.input = Shapes::ShapeRef.new(shape: DeletePlaceIndexRequest)
1653
1653
  o.output = Shapes::ShapeRef.new(shape: DeletePlaceIndexResponse)
@@ -1663,7 +1663,7 @@ module Aws::LocationService
1663
1663
  o.http_method = "DELETE"
1664
1664
  o.http_request_uri = "/routes/v0/calculators/{CalculatorName}"
1665
1665
  o.endpoint_pattern = {
1666
- "hostPrefix" => "routes.",
1666
+ "hostPrefix" => "cp.routes.",
1667
1667
  }
1668
1668
  o.input = Shapes::ShapeRef.new(shape: DeleteRouteCalculatorRequest)
1669
1669
  o.output = Shapes::ShapeRef.new(shape: DeleteRouteCalculatorResponse)
@@ -1679,7 +1679,7 @@ module Aws::LocationService
1679
1679
  o.http_method = "DELETE"
1680
1680
  o.http_request_uri = "/tracking/v0/trackers/{TrackerName}"
1681
1681
  o.endpoint_pattern = {
1682
- "hostPrefix" => "tracking.",
1682
+ "hostPrefix" => "cp.tracking.",
1683
1683
  }
1684
1684
  o.input = Shapes::ShapeRef.new(shape: DeleteTrackerRequest)
1685
1685
  o.output = Shapes::ShapeRef.new(shape: DeleteTrackerResponse)
@@ -1695,7 +1695,7 @@ module Aws::LocationService
1695
1695
  o.http_method = "GET"
1696
1696
  o.http_request_uri = "/geofencing/v0/collections/{CollectionName}"
1697
1697
  o.endpoint_pattern = {
1698
- "hostPrefix" => "geofencing.",
1698
+ "hostPrefix" => "cp.geofencing.",
1699
1699
  }
1700
1700
  o.input = Shapes::ShapeRef.new(shape: DescribeGeofenceCollectionRequest)
1701
1701
  o.output = Shapes::ShapeRef.new(shape: DescribeGeofenceCollectionResponse)
@@ -1711,7 +1711,7 @@ module Aws::LocationService
1711
1711
  o.http_method = "GET"
1712
1712
  o.http_request_uri = "/metadata/v0/keys/{KeyName}"
1713
1713
  o.endpoint_pattern = {
1714
- "hostPrefix" => "metadata.",
1714
+ "hostPrefix" => "cp.metadata.",
1715
1715
  }
1716
1716
  o.input = Shapes::ShapeRef.new(shape: DescribeKeyRequest)
1717
1717
  o.output = Shapes::ShapeRef.new(shape: DescribeKeyResponse)
@@ -1727,7 +1727,7 @@ module Aws::LocationService
1727
1727
  o.http_method = "GET"
1728
1728
  o.http_request_uri = "/maps/v0/maps/{MapName}"
1729
1729
  o.endpoint_pattern = {
1730
- "hostPrefix" => "maps.",
1730
+ "hostPrefix" => "cp.maps.",
1731
1731
  }
1732
1732
  o.input = Shapes::ShapeRef.new(shape: DescribeMapRequest)
1733
1733
  o.output = Shapes::ShapeRef.new(shape: DescribeMapResponse)
@@ -1743,7 +1743,7 @@ module Aws::LocationService
1743
1743
  o.http_method = "GET"
1744
1744
  o.http_request_uri = "/places/v0/indexes/{IndexName}"
1745
1745
  o.endpoint_pattern = {
1746
- "hostPrefix" => "places.",
1746
+ "hostPrefix" => "cp.places.",
1747
1747
  }
1748
1748
  o.input = Shapes::ShapeRef.new(shape: DescribePlaceIndexRequest)
1749
1749
  o.output = Shapes::ShapeRef.new(shape: DescribePlaceIndexResponse)
@@ -1759,7 +1759,7 @@ module Aws::LocationService
1759
1759
  o.http_method = "GET"
1760
1760
  o.http_request_uri = "/routes/v0/calculators/{CalculatorName}"
1761
1761
  o.endpoint_pattern = {
1762
- "hostPrefix" => "routes.",
1762
+ "hostPrefix" => "cp.routes.",
1763
1763
  }
1764
1764
  o.input = Shapes::ShapeRef.new(shape: DescribeRouteCalculatorRequest)
1765
1765
  o.output = Shapes::ShapeRef.new(shape: DescribeRouteCalculatorResponse)
@@ -1775,7 +1775,7 @@ module Aws::LocationService
1775
1775
  o.http_method = "GET"
1776
1776
  o.http_request_uri = "/tracking/v0/trackers/{TrackerName}"
1777
1777
  o.endpoint_pattern = {
1778
- "hostPrefix" => "tracking.",
1778
+ "hostPrefix" => "cp.tracking.",
1779
1779
  }
1780
1780
  o.input = Shapes::ShapeRef.new(shape: DescribeTrackerRequest)
1781
1781
  o.output = Shapes::ShapeRef.new(shape: DescribeTrackerResponse)
@@ -1791,7 +1791,7 @@ module Aws::LocationService
1791
1791
  o.http_method = "DELETE"
1792
1792
  o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/consumers/{ConsumerArn}"
1793
1793
  o.endpoint_pattern = {
1794
- "hostPrefix" => "tracking.",
1794
+ "hostPrefix" => "cp.tracking.",
1795
1795
  }
1796
1796
  o.input = Shapes::ShapeRef.new(shape: DisassociateTrackerConsumerRequest)
1797
1797
  o.output = Shapes::ShapeRef.new(shape: DisassociateTrackerConsumerResponse)
@@ -1962,7 +1962,7 @@ module Aws::LocationService
1962
1962
  o.http_method = "POST"
1963
1963
  o.http_request_uri = "/geofencing/v0/list-collections"
1964
1964
  o.endpoint_pattern = {
1965
- "hostPrefix" => "geofencing.",
1965
+ "hostPrefix" => "cp.geofencing.",
1966
1966
  }
1967
1967
  o.input = Shapes::ShapeRef.new(shape: ListGeofenceCollectionsRequest)
1968
1968
  o.output = Shapes::ShapeRef.new(shape: ListGeofenceCollectionsResponse)
@@ -2005,7 +2005,7 @@ module Aws::LocationService
2005
2005
  o.http_method = "POST"
2006
2006
  o.http_request_uri = "/metadata/v0/list-keys"
2007
2007
  o.endpoint_pattern = {
2008
- "hostPrefix" => "metadata.",
2008
+ "hostPrefix" => "cp.metadata.",
2009
2009
  }
2010
2010
  o.input = Shapes::ShapeRef.new(shape: ListKeysRequest)
2011
2011
  o.output = Shapes::ShapeRef.new(shape: ListKeysResponse)
@@ -2026,7 +2026,7 @@ module Aws::LocationService
2026
2026
  o.http_method = "POST"
2027
2027
  o.http_request_uri = "/maps/v0/list-maps"
2028
2028
  o.endpoint_pattern = {
2029
- "hostPrefix" => "maps.",
2029
+ "hostPrefix" => "cp.maps.",
2030
2030
  }
2031
2031
  o.input = Shapes::ShapeRef.new(shape: ListMapsRequest)
2032
2032
  o.output = Shapes::ShapeRef.new(shape: ListMapsResponse)
@@ -2047,7 +2047,7 @@ module Aws::LocationService
2047
2047
  o.http_method = "POST"
2048
2048
  o.http_request_uri = "/places/v0/list-indexes"
2049
2049
  o.endpoint_pattern = {
2050
- "hostPrefix" => "places.",
2050
+ "hostPrefix" => "cp.places.",
2051
2051
  }
2052
2052
  o.input = Shapes::ShapeRef.new(shape: ListPlaceIndexesRequest)
2053
2053
  o.output = Shapes::ShapeRef.new(shape: ListPlaceIndexesResponse)
@@ -2068,7 +2068,7 @@ module Aws::LocationService
2068
2068
  o.http_method = "POST"
2069
2069
  o.http_request_uri = "/routes/v0/list-calculators"
2070
2070
  o.endpoint_pattern = {
2071
- "hostPrefix" => "routes.",
2071
+ "hostPrefix" => "cp.routes.",
2072
2072
  }
2073
2073
  o.input = Shapes::ShapeRef.new(shape: ListRouteCalculatorsRequest)
2074
2074
  o.output = Shapes::ShapeRef.new(shape: ListRouteCalculatorsResponse)
@@ -2089,7 +2089,7 @@ module Aws::LocationService
2089
2089
  o.http_method = "GET"
2090
2090
  o.http_request_uri = "/tags/{ResourceArn}"
2091
2091
  o.endpoint_pattern = {
2092
- "hostPrefix" => "metadata.",
2092
+ "hostPrefix" => "cp.metadata.",
2093
2093
  }
2094
2094
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
2095
2095
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
@@ -2105,7 +2105,7 @@ module Aws::LocationService
2105
2105
  o.http_method = "POST"
2106
2106
  o.http_request_uri = "/tracking/v0/trackers/{TrackerName}/list-consumers"
2107
2107
  o.endpoint_pattern = {
2108
- "hostPrefix" => "tracking.",
2108
+ "hostPrefix" => "cp.tracking.",
2109
2109
  }
2110
2110
  o.input = Shapes::ShapeRef.new(shape: ListTrackerConsumersRequest)
2111
2111
  o.output = Shapes::ShapeRef.new(shape: ListTrackerConsumersResponse)
@@ -2127,7 +2127,7 @@ module Aws::LocationService
2127
2127
  o.http_method = "POST"
2128
2128
  o.http_request_uri = "/tracking/v0/list-trackers"
2129
2129
  o.endpoint_pattern = {
2130
- "hostPrefix" => "tracking.",
2130
+ "hostPrefix" => "cp.tracking.",
2131
2131
  }
2132
2132
  o.input = Shapes::ShapeRef.new(shape: ListTrackersRequest)
2133
2133
  o.output = Shapes::ShapeRef.new(shape: ListTrackersResponse)
@@ -2213,7 +2213,7 @@ module Aws::LocationService
2213
2213
  o.http_method = "POST"
2214
2214
  o.http_request_uri = "/tags/{ResourceArn}"
2215
2215
  o.endpoint_pattern = {
2216
- "hostPrefix" => "metadata.",
2216
+ "hostPrefix" => "cp.metadata.",
2217
2217
  }
2218
2218
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
2219
2219
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
@@ -2229,7 +2229,7 @@ module Aws::LocationService
2229
2229
  o.http_method = "DELETE"
2230
2230
  o.http_request_uri = "/tags/{ResourceArn}"
2231
2231
  o.endpoint_pattern = {
2232
- "hostPrefix" => "metadata.",
2232
+ "hostPrefix" => "cp.metadata.",
2233
2233
  }
2234
2234
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
2235
2235
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
@@ -2245,7 +2245,7 @@ module Aws::LocationService
2245
2245
  o.http_method = "PATCH"
2246
2246
  o.http_request_uri = "/geofencing/v0/collections/{CollectionName}"
2247
2247
  o.endpoint_pattern = {
2248
- "hostPrefix" => "geofencing.",
2248
+ "hostPrefix" => "cp.geofencing.",
2249
2249
  }
2250
2250
  o.input = Shapes::ShapeRef.new(shape: UpdateGeofenceCollectionRequest)
2251
2251
  o.output = Shapes::ShapeRef.new(shape: UpdateGeofenceCollectionResponse)
@@ -2261,7 +2261,7 @@ module Aws::LocationService
2261
2261
  o.http_method = "PATCH"
2262
2262
  o.http_request_uri = "/metadata/v0/keys/{KeyName}"
2263
2263
  o.endpoint_pattern = {
2264
- "hostPrefix" => "metadata.",
2264
+ "hostPrefix" => "cp.metadata.",
2265
2265
  }
2266
2266
  o.input = Shapes::ShapeRef.new(shape: UpdateKeyRequest)
2267
2267
  o.output = Shapes::ShapeRef.new(shape: UpdateKeyResponse)
@@ -2277,7 +2277,7 @@ module Aws::LocationService
2277
2277
  o.http_method = "PATCH"
2278
2278
  o.http_request_uri = "/maps/v0/maps/{MapName}"
2279
2279
  o.endpoint_pattern = {
2280
- "hostPrefix" => "maps.",
2280
+ "hostPrefix" => "cp.maps.",
2281
2281
  }
2282
2282
  o.input = Shapes::ShapeRef.new(shape: UpdateMapRequest)
2283
2283
  o.output = Shapes::ShapeRef.new(shape: UpdateMapResponse)
@@ -2293,7 +2293,7 @@ module Aws::LocationService
2293
2293
  o.http_method = "PATCH"
2294
2294
  o.http_request_uri = "/places/v0/indexes/{IndexName}"
2295
2295
  o.endpoint_pattern = {
2296
- "hostPrefix" => "places.",
2296
+ "hostPrefix" => "cp.places.",
2297
2297
  }
2298
2298
  o.input = Shapes::ShapeRef.new(shape: UpdatePlaceIndexRequest)
2299
2299
  o.output = Shapes::ShapeRef.new(shape: UpdatePlaceIndexResponse)
@@ -2309,7 +2309,7 @@ module Aws::LocationService
2309
2309
  o.http_method = "PATCH"
2310
2310
  o.http_request_uri = "/routes/v0/calculators/{CalculatorName}"
2311
2311
  o.endpoint_pattern = {
2312
- "hostPrefix" => "routes.",
2312
+ "hostPrefix" => "cp.routes.",
2313
2313
  }
2314
2314
  o.input = Shapes::ShapeRef.new(shape: UpdateRouteCalculatorRequest)
2315
2315
  o.output = Shapes::ShapeRef.new(shape: UpdateRouteCalculatorResponse)
@@ -2325,7 +2325,7 @@ module Aws::LocationService
2325
2325
  o.http_method = "PATCH"
2326
2326
  o.http_request_uri = "/tracking/v0/trackers/{TrackerName}"
2327
2327
  o.endpoint_pattern = {
2328
- "hostPrefix" => "tracking.",
2328
+ "hostPrefix" => "cp.tracking.",
2329
2329
  }
2330
2330
  o.input = Shapes::ShapeRef.new(shape: UpdateTrackerRequest)
2331
2331
  o.output = Shapes::ShapeRef.new(shape: UpdateTrackerResponse)
@@ -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.38.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.38.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-03 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