aws-sdk-locationservice 1.25.0 → 1.26.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: 8701fd12ecc09742cc633c7ec300f6d27a2ead0847c6af6acc18ed9a02d5a4e0
4
- data.tar.gz: 3a1a2158999e580cd2bbc8cda57a448ff53bfdfd815e203d0acb545f69f0c9a6
3
+ metadata.gz: f4f0267b4aef05d8a1cc0ec4c0b31084beede288ad16f743a95a961839832295
4
+ data.tar.gz: fea5158867f33c5355daac186b004cf2f7ac71f592d8c9b80e766907bd10f640
5
5
  SHA512:
6
- metadata.gz: 21ff21e967983bcee05c1cd8b5cd7915502879548a5526935ca8a1ebd575268a6f0a985db3b8675456bb7791fee52468f3dadc8e38adb07ca23d1200db2b25c6
7
- data.tar.gz: 85f704c7a21c239fe2cf857d4c1d877c16b89fc1fb22d43c150cc31276d5a47d178923e3ebfe00ca3e1482cbdad619c7fe6d07ca21da8ed459632b84cb5da687
6
+ metadata.gz: fe204d7cb9da8c61e3df0937d996ac6ae09686d0c9066acf35069264786255ef1df87bd375bf027daca4ac23e135a6da4f254e1355b33f15918e71536005f3f6
7
+ data.tar.gz: c6ca989816af39a074074cec209ec9c78bd27328c7432531df89e846320d75972817dcbe251038eceb7c065a493a651a6d86fe68df5842176cbc108827c1129d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2022-12-15)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for a new style, "VectorOpenDataStandardLight" which can be used with the new data source, "Open Data Maps (Preview)".
8
+
4
9
  1.25.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -2428,10 +2428,27 @@ module Aws::LocationService
2428
2428
  # `Fira GO Map Bold` \| `Noto Sans CJK JP Bold` \| `Noto Sans CJK JP
2429
2429
  # Light` \| `Noto Sans CJK JP Regular`
2430
2430
  #
2431
+ # Valid font stacks for [Open Data (Preview)][3] styles:
2432
+ #
2433
+ # * VectorOpenDataStandardLight – `Amazon Ember Regular,Noto Sans
2434
+ # Regular` \| `Amazon Ember Bold,Noto Sans Bold` \| `Amazon Ember
2435
+ # Medium,Noto Sans Medium` \| `Amazon Ember Regular Italic,Noto Sans
2436
+ # Italic` \| `Amazon Ember Condensed RC Regular,Noto Sans Regular` \|
2437
+ # `Amazon Ember Condensed RC Bold,Noto Sans Bold`
2438
+ #
2439
+ # ^
2440
+ #
2441
+ # <note markdown="1"> The fonts used by `VectorOpenDataStandardLight` are combined fonts
2442
+ # that use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs
2443
+ # unsupported by `Amazon Ember`.
2444
+ #
2445
+ # </note>
2446
+ #
2431
2447
  #
2432
2448
  #
2433
2449
  # [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
2434
2450
  # [2]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
2451
+ # [3]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html
2435
2452
  #
2436
2453
  # @option params [required, String] :font_unicode_range
2437
2454
  # A Unicode range of characters to download glyphs for. Each response
@@ -3933,7 +3950,7 @@ module Aws::LocationService
3933
3950
  params: params,
3934
3951
  config: config)
3935
3952
  context[:gem_name] = 'aws-sdk-locationservice'
3936
- context[:gem_version] = '1.25.0'
3953
+ context[:gem_version] = '1.26.0'
3937
3954
  Seahorse::Client::Request.new(handlers, context)
3938
3955
  end
3939
3956
 
@@ -24,14 +24,6 @@ module Aws::LocationService
24
24
  include Aws::Structure
25
25
  end
26
26
 
27
- # @note When making an API call, you may pass AssociateTrackerConsumerRequest
28
- # data as a hash:
29
- #
30
- # {
31
- # consumer_arn: "Arn", # required
32
- # tracker_name: "ResourceName", # required
33
- # }
34
- #
35
27
  # @!attribute [rw] consumer_arn
36
28
  # The Amazon Resource Name (ARN) for the geofence collection to be
37
29
  # associated to tracker resource. Used when you need to specify a
@@ -81,14 +73,6 @@ module Aws::LocationService
81
73
  include Aws::Structure
82
74
  end
83
75
 
84
- # @note When making an API call, you may pass BatchDeleteDevicePositionHistoryRequest
85
- # data as a hash:
86
- #
87
- # {
88
- # device_ids: ["Id"], # required
89
- # tracker_name: "ResourceName", # required
90
- # }
91
- #
92
76
  # @!attribute [rw] device_ids
93
77
  # Devices whose position history you want to delete.
94
78
  #
@@ -145,14 +129,6 @@ module Aws::LocationService
145
129
  include Aws::Structure
146
130
  end
147
131
 
148
- # @note When making an API call, you may pass BatchDeleteGeofenceRequest
149
- # data as a hash:
150
- #
151
- # {
152
- # collection_name: "ResourceName", # required
153
- # geofence_ids: ["Id"], # required
154
- # }
155
- #
156
132
  # @!attribute [rw] collection_name
157
133
  # The geofence collection storing the geofences to be deleted.
158
134
  # @return [String]
@@ -212,26 +188,6 @@ module Aws::LocationService
212
188
  include Aws::Structure
213
189
  end
214
190
 
215
- # @note When making an API call, you may pass BatchEvaluateGeofencesRequest
216
- # data as a hash:
217
- #
218
- # {
219
- # collection_name: "ResourceName", # required
220
- # device_position_updates: [ # required
221
- # {
222
- # accuracy: {
223
- # horizontal: 1.0, # required
224
- # },
225
- # device_id: "Id", # required
226
- # position: [1.0], # required
227
- # position_properties: {
228
- # "PropertyMapKeyString" => "PropertyMapValueString",
229
- # },
230
- # sample_time: Time.now, # required
231
- # },
232
- # ],
233
- # }
234
- #
235
191
  # @!attribute [rw] collection_name
236
192
  # The geofence collection used in evaluating the position of devices
237
193
  # against its geofences.
@@ -283,14 +239,6 @@ module Aws::LocationService
283
239
  include Aws::Structure
284
240
  end
285
241
 
286
- # @note When making an API call, you may pass BatchGetDevicePositionRequest
287
- # data as a hash:
288
- #
289
- # {
290
- # device_ids: ["Id"], # required
291
- # tracker_name: "BatchGetDevicePositionRequestTrackerNameString", # required
292
- # }
293
- #
294
242
  # @!attribute [rw] device_ids
295
243
  # Devices whose position you want to retrieve.
296
244
  #
@@ -371,29 +319,6 @@ module Aws::LocationService
371
319
  include Aws::Structure
372
320
  end
373
321
 
374
- # @note When making an API call, you may pass BatchPutGeofenceRequest
375
- # data as a hash:
376
- #
377
- # {
378
- # collection_name: "ResourceName", # required
379
- # entries: [ # required
380
- # {
381
- # geofence_id: "Id", # required
382
- # geometry: { # required
383
- # circle: {
384
- # center: [1.0], # required
385
- # radius: 1.0, # required
386
- # },
387
- # polygon: [
388
- # [
389
- # [1.0],
390
- # ],
391
- # ],
392
- # },
393
- # },
394
- # ],
395
- # }
396
- #
397
322
  # @!attribute [rw] collection_name
398
323
  # The geofence collection storing the geofences.
399
324
  # @return [String]
@@ -413,24 +338,6 @@ module Aws::LocationService
413
338
 
414
339
  # Contains geofence geometry details.
415
340
  #
416
- # @note When making an API call, you may pass BatchPutGeofenceRequestEntry
417
- # data as a hash:
418
- #
419
- # {
420
- # geofence_id: "Id", # required
421
- # geometry: { # required
422
- # circle: {
423
- # center: [1.0], # required
424
- # radius: 1.0, # required
425
- # },
426
- # polygon: [
427
- # [
428
- # [1.0],
429
- # ],
430
- # ],
431
- # },
432
- # }
433
- #
434
341
  # @!attribute [rw] geofence_id
435
342
  # The identifier for the geofence to be stored in a given geofence
436
343
  # collection.
@@ -544,26 +451,6 @@ module Aws::LocationService
544
451
  include Aws::Structure
545
452
  end
546
453
 
547
- # @note When making an API call, you may pass BatchUpdateDevicePositionRequest
548
- # data as a hash:
549
- #
550
- # {
551
- # tracker_name: "ResourceName", # required
552
- # updates: [ # required
553
- # {
554
- # accuracy: {
555
- # horizontal: 1.0, # required
556
- # },
557
- # device_id: "Id", # required
558
- # position: [1.0], # required
559
- # position_properties: {
560
- # "PropertyMapKeyString" => "PropertyMapValueString",
561
- # },
562
- # sample_time: Time.now, # required
563
- # },
564
- # ],
565
- # }
566
- #
567
454
  # @!attribute [rw] tracker_name
568
455
  # The name of the tracker resource to update.
569
456
  # @return [String]
@@ -597,14 +484,6 @@ module Aws::LocationService
597
484
  # Contains details about additional route preferences for requests that
598
485
  # specify `TravelMode` as `Car`.
599
486
  #
600
- # @note When making an API call, you may pass CalculateRouteCarModeOptions
601
- # data as a hash:
602
- #
603
- # {
604
- # avoid_ferries: false,
605
- # avoid_tolls: false,
606
- # }
607
- #
608
487
  # @!attribute [rw] avoid_ferries
609
488
  # Avoids ferries when calculating routes.
610
489
  #
@@ -630,41 +509,6 @@ module Aws::LocationService
630
509
  include Aws::Structure
631
510
  end
632
511
 
633
- # @note When making an API call, you may pass CalculateRouteMatrixRequest
634
- # data as a hash:
635
- #
636
- # {
637
- # calculator_name: "ResourceName", # required
638
- # car_mode_options: {
639
- # avoid_ferries: false,
640
- # avoid_tolls: false,
641
- # },
642
- # depart_now: false,
643
- # departure_positions: [ # required
644
- # [1.0],
645
- # ],
646
- # departure_time: Time.now,
647
- # destination_positions: [ # required
648
- # [1.0],
649
- # ],
650
- # distance_unit: "Kilometers", # accepts Kilometers, Miles
651
- # travel_mode: "Car", # accepts Car, Truck, Walking
652
- # truck_mode_options: {
653
- # avoid_ferries: false,
654
- # avoid_tolls: false,
655
- # dimensions: {
656
- # height: 1.0,
657
- # length: 1.0,
658
- # unit: "Meters", # accepts Meters, Feet
659
- # width: 1.0,
660
- # },
661
- # weight: {
662
- # total: 1.0,
663
- # unit: "Kilograms", # accepts Kilograms, Pounds
664
- # },
665
- # },
666
- # }
667
- #
668
512
  # @!attribute [rw] calculator_name
669
513
  # The name of the route calculator resource that you want to use to
670
514
  # calculate the route matrix.
@@ -890,41 +734,6 @@ module Aws::LocationService
890
734
  include Aws::Structure
891
735
  end
892
736
 
893
- # @note When making an API call, you may pass CalculateRouteRequest
894
- # data as a hash:
895
- #
896
- # {
897
- # calculator_name: "ResourceName", # required
898
- # car_mode_options: {
899
- # avoid_ferries: false,
900
- # avoid_tolls: false,
901
- # },
902
- # depart_now: false,
903
- # departure_position: [1.0], # required
904
- # departure_time: Time.now,
905
- # destination_position: [1.0], # required
906
- # distance_unit: "Kilometers", # accepts Kilometers, Miles
907
- # include_leg_geometry: false,
908
- # travel_mode: "Car", # accepts Car, Truck, Walking
909
- # truck_mode_options: {
910
- # avoid_ferries: false,
911
- # avoid_tolls: false,
912
- # dimensions: {
913
- # height: 1.0,
914
- # length: 1.0,
915
- # unit: "Meters", # accepts Meters, Feet
916
- # width: 1.0,
917
- # },
918
- # weight: {
919
- # total: 1.0,
920
- # unit: "Kilograms", # accepts Kilograms, Pounds
921
- # },
922
- # },
923
- # waypoint_positions: [
924
- # [1.0],
925
- # ],
926
- # }
927
- #
928
737
  # @!attribute [rw] calculator_name
929
738
  # The name of the route calculator resource that you want to use to
930
739
  # calculate the route.
@@ -1219,24 +1028,6 @@ module Aws::LocationService
1219
1028
  # Contains details about additional route preferences for requests that
1220
1029
  # specify `TravelMode` as `Truck`.
1221
1030
  #
1222
- # @note When making an API call, you may pass CalculateRouteTruckModeOptions
1223
- # data as a hash:
1224
- #
1225
- # {
1226
- # avoid_ferries: false,
1227
- # avoid_tolls: false,
1228
- # dimensions: {
1229
- # height: 1.0,
1230
- # length: 1.0,
1231
- # unit: "Meters", # accepts Meters, Feet
1232
- # width: 1.0,
1233
- # },
1234
- # weight: {
1235
- # total: 1.0,
1236
- # unit: "Kilograms", # accepts Kilograms, Pounds
1237
- # },
1238
- # }
1239
- #
1240
1031
  # @!attribute [rw] avoid_ferries
1241
1032
  # Avoids ferries when calculating routes.
1242
1033
  #
@@ -1278,14 +1069,6 @@ module Aws::LocationService
1278
1069
 
1279
1070
  # A circle on the earth, as defined by a center point and a radius.
1280
1071
  #
1281
- # @note When making an API call, you may pass Circle
1282
- # data as a hash:
1283
- #
1284
- # {
1285
- # center: [1.0], # required
1286
- # radius: 1.0, # required
1287
- # }
1288
- #
1289
1072
  # @!attribute [rw] center
1290
1073
  # A single point geometry, specifying the center of the circle, using
1291
1074
  # [WGS 84][1] coordinates, in the form `[longitude, latitude]`.
@@ -1322,20 +1105,6 @@ module Aws::LocationService
1322
1105
  include Aws::Structure
1323
1106
  end
1324
1107
 
1325
- # @note When making an API call, you may pass CreateGeofenceCollectionRequest
1326
- # data as a hash:
1327
- #
1328
- # {
1329
- # collection_name: "ResourceName", # required
1330
- # description: "ResourceDescription",
1331
- # kms_key_id: "KmsKeyId",
1332
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1333
- # pricing_plan_data_source: "String",
1334
- # tags: {
1335
- # "TagKey" => "TagValue",
1336
- # },
1337
- # }
1338
- #
1339
1108
  # @!attribute [rw] collection_name
1340
1109
  # A custom name for the geofence collection.
1341
1110
  #
@@ -1440,21 +1209,6 @@ module Aws::LocationService
1440
1209
  include Aws::Structure
1441
1210
  end
1442
1211
 
1443
- # @note When making an API call, you may pass CreateMapRequest
1444
- # data as a hash:
1445
- #
1446
- # {
1447
- # configuration: { # required
1448
- # style: "MapStyle", # required
1449
- # },
1450
- # description: "ResourceDescription",
1451
- # map_name: "ResourceName", # required
1452
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1453
- # tags: {
1454
- # "TagKey" => "TagValue",
1455
- # },
1456
- # }
1457
- #
1458
1212
  # @!attribute [rw] configuration
1459
1213
  # Specifies the `MapConfiguration`, including the map style, for the
1460
1214
  # map resource that you create. The map style defines the look of maps
@@ -1550,22 +1304,6 @@ module Aws::LocationService
1550
1304
  include Aws::Structure
1551
1305
  end
1552
1306
 
1553
- # @note When making an API call, you may pass CreatePlaceIndexRequest
1554
- # data as a hash:
1555
- #
1556
- # {
1557
- # data_source: "String", # required
1558
- # data_source_configuration: {
1559
- # intended_use: "SingleUse", # accepts SingleUse, Storage
1560
- # },
1561
- # description: "ResourceDescription",
1562
- # index_name: "ResourceName", # required
1563
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1564
- # tags: {
1565
- # "TagKey" => "TagValue",
1566
- # },
1567
- # }
1568
- #
1569
1307
  # @!attribute [rw] data_source
1570
1308
  # Specifies the geospatial data provider for the new place index.
1571
1309
  #
@@ -1699,19 +1437,6 @@ module Aws::LocationService
1699
1437
  include Aws::Structure
1700
1438
  end
1701
1439
 
1702
- # @note When making an API call, you may pass CreateRouteCalculatorRequest
1703
- # data as a hash:
1704
- #
1705
- # {
1706
- # calculator_name: "ResourceName", # required
1707
- # data_source: "String", # required
1708
- # description: "ResourceDescription",
1709
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1710
- # tags: {
1711
- # "TagKey" => "TagValue",
1712
- # },
1713
- # }
1714
- #
1715
1440
  # @!attribute [rw] calculator_name
1716
1441
  # The name of the route calculator resource.
1717
1442
  #
@@ -1847,21 +1572,6 @@ module Aws::LocationService
1847
1572
  include Aws::Structure
1848
1573
  end
1849
1574
 
1850
- # @note When making an API call, you may pass CreateTrackerRequest
1851
- # data as a hash:
1852
- #
1853
- # {
1854
- # description: "ResourceDescription",
1855
- # kms_key_id: "KmsKeyId",
1856
- # position_filtering: "TimeBased", # accepts TimeBased, DistanceBased, AccuracyBased
1857
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
1858
- # pricing_plan_data_source: "String",
1859
- # tags: {
1860
- # "TagKey" => "TagValue",
1861
- # },
1862
- # tracker_name: "ResourceName", # required
1863
- # }
1864
- #
1865
1575
  # @!attribute [rw] description
1866
1576
  # An optional description for the tracker resource.
1867
1577
  # @return [String]
@@ -2019,13 +1729,6 @@ module Aws::LocationService
2019
1729
  #
2020
1730
  # [1]: https://aws.amazon.com/service-terms/
2021
1731
  #
2022
- # @note When making an API call, you may pass DataSourceConfiguration
2023
- # data as a hash:
2024
- #
2025
- # {
2026
- # intended_use: "SingleUse", # accepts SingleUse, Storage
2027
- # }
2028
- #
2029
1732
  # @!attribute [rw] intended_use
2030
1733
  # Specifies how the results of an operation will be stored by the
2031
1734
  # caller.
@@ -2048,13 +1751,6 @@ module Aws::LocationService
2048
1751
  include Aws::Structure
2049
1752
  end
2050
1753
 
2051
- # @note When making an API call, you may pass DeleteGeofenceCollectionRequest
2052
- # data as a hash:
2053
- #
2054
- # {
2055
- # collection_name: "ResourceName", # required
2056
- # }
2057
- #
2058
1754
  # @!attribute [rw] collection_name
2059
1755
  # The name of the geofence collection to be deleted.
2060
1756
  # @return [String]
@@ -2071,13 +1767,6 @@ module Aws::LocationService
2071
1767
  #
2072
1768
  class DeleteGeofenceCollectionResponse < Aws::EmptyStructure; end
2073
1769
 
2074
- # @note When making an API call, you may pass DeleteMapRequest
2075
- # data as a hash:
2076
- #
2077
- # {
2078
- # map_name: "ResourceName", # required
2079
- # }
2080
- #
2081
1770
  # @!attribute [rw] map_name
2082
1771
  # The name of the map resource to be deleted.
2083
1772
  # @return [String]
@@ -2094,13 +1783,6 @@ module Aws::LocationService
2094
1783
  #
2095
1784
  class DeleteMapResponse < Aws::EmptyStructure; end
2096
1785
 
2097
- # @note When making an API call, you may pass DeletePlaceIndexRequest
2098
- # data as a hash:
2099
- #
2100
- # {
2101
- # index_name: "ResourceName", # required
2102
- # }
2103
- #
2104
1786
  # @!attribute [rw] index_name
2105
1787
  # The name of the place index resource to be deleted.
2106
1788
  # @return [String]
@@ -2117,13 +1799,6 @@ module Aws::LocationService
2117
1799
  #
2118
1800
  class DeletePlaceIndexResponse < Aws::EmptyStructure; end
2119
1801
 
2120
- # @note When making an API call, you may pass DeleteRouteCalculatorRequest
2121
- # data as a hash:
2122
- #
2123
- # {
2124
- # calculator_name: "ResourceName", # required
2125
- # }
2126
- #
2127
1802
  # @!attribute [rw] calculator_name
2128
1803
  # The name of the route calculator resource to be deleted.
2129
1804
  # @return [String]
@@ -2140,13 +1815,6 @@ module Aws::LocationService
2140
1815
  #
2141
1816
  class DeleteRouteCalculatorResponse < Aws::EmptyStructure; end
2142
1817
 
2143
- # @note When making an API call, you may pass DeleteTrackerRequest
2144
- # data as a hash:
2145
- #
2146
- # {
2147
- # tracker_name: "ResourceName", # required
2148
- # }
2149
- #
2150
1818
  # @!attribute [rw] tracker_name
2151
1819
  # The name of the tracker resource to be deleted.
2152
1820
  # @return [String]
@@ -2163,13 +1831,6 @@ module Aws::LocationService
2163
1831
  #
2164
1832
  class DeleteTrackerResponse < Aws::EmptyStructure; end
2165
1833
 
2166
- # @note When making an API call, you may pass DescribeGeofenceCollectionRequest
2167
- # data as a hash:
2168
- #
2169
- # {
2170
- # collection_name: "ResourceName", # required
2171
- # }
2172
- #
2173
1834
  # @!attribute [rw] collection_name
2174
1835
  # The name of the geofence collection.
2175
1836
  # @return [String]
@@ -2255,13 +1916,6 @@ module Aws::LocationService
2255
1916
  include Aws::Structure
2256
1917
  end
2257
1918
 
2258
- # @note When making an API call, you may pass DescribeMapRequest
2259
- # data as a hash:
2260
- #
2261
- # {
2262
- # map_name: "ResourceName", # required
2263
- # }
2264
- #
2265
1919
  # @!attribute [rw] map_name
2266
1920
  # The name of the map resource.
2267
1921
  # @return [String]
@@ -2341,13 +1995,6 @@ module Aws::LocationService
2341
1995
  include Aws::Structure
2342
1996
  end
2343
1997
 
2344
- # @note When making an API call, you may pass DescribePlaceIndexRequest
2345
- # data as a hash:
2346
- #
2347
- # {
2348
- # index_name: "ResourceName", # required
2349
- # }
2350
- #
2351
1998
  # @!attribute [rw] index_name
2352
1999
  # The name of the place index resource.
2353
2000
  # @return [String]
@@ -2440,13 +2087,6 @@ module Aws::LocationService
2440
2087
  include Aws::Structure
2441
2088
  end
2442
2089
 
2443
- # @note When making an API call, you may pass DescribeRouteCalculatorRequest
2444
- # data as a hash:
2445
- #
2446
- # {
2447
- # calculator_name: "ResourceName", # required
2448
- # }
2449
- #
2450
2090
  # @!attribute [rw] calculator_name
2451
2091
  # The name of the route calculator resource.
2452
2092
  # @return [String]
@@ -2542,13 +2182,6 @@ module Aws::LocationService
2542
2182
  include Aws::Structure
2543
2183
  end
2544
2184
 
2545
- # @note When making an API call, you may pass DescribeTrackerRequest
2546
- # data as a hash:
2547
- #
2548
- # {
2549
- # tracker_name: "ResourceName", # required
2550
- # }
2551
- #
2552
2185
  # @!attribute [rw] tracker_name
2553
2186
  # The name of the tracker resource.
2554
2187
  # @return [String]
@@ -2690,21 +2323,6 @@ module Aws::LocationService
2690
2323
 
2691
2324
  # Contains the position update details for a device.
2692
2325
  #
2693
- # @note When making an API call, you may pass DevicePositionUpdate
2694
- # data as a hash:
2695
- #
2696
- # {
2697
- # accuracy: {
2698
- # horizontal: 1.0, # required
2699
- # },
2700
- # device_id: "Id", # required
2701
- # position: [1.0], # required
2702
- # position_properties: {
2703
- # "PropertyMapKeyString" => "PropertyMapValueString",
2704
- # },
2705
- # sample_time: Time.now, # required
2706
- # }
2707
- #
2708
2326
  # @!attribute [rw] accuracy
2709
2327
  # The accuracy of the device position.
2710
2328
  # @return [Types::PositionalAccuracy]
@@ -2751,14 +2369,6 @@ module Aws::LocationService
2751
2369
  include Aws::Structure
2752
2370
  end
2753
2371
 
2754
- # @note When making an API call, you may pass DisassociateTrackerConsumerRequest
2755
- # data as a hash:
2756
- #
2757
- # {
2758
- # consumer_arn: "Arn", # required
2759
- # tracker_name: "ResourceName", # required
2760
- # }
2761
- #
2762
2372
  # @!attribute [rw] consumer_arn
2763
2373
  # The Amazon Resource Name (ARN) for the geofence collection to be
2764
2374
  # disassociated from the tracker resource. Used when you need to
@@ -2800,21 +2410,6 @@ module Aws::LocationService
2800
2410
  #
2801
2411
  # </note>
2802
2412
  #
2803
- # @note When making an API call, you may pass GeofenceGeometry
2804
- # data as a hash:
2805
- #
2806
- # {
2807
- # circle: {
2808
- # center: [1.0], # required
2809
- # radius: 1.0, # required
2810
- # },
2811
- # polygon: [
2812
- # [
2813
- # [1.0],
2814
- # ],
2815
- # ],
2816
- # }
2817
- #
2818
2413
  # @!attribute [rw] circle
2819
2414
  # A circle on the earth, as defined by a center point and a radius.
2820
2415
  # @return [Types::Circle]
@@ -2852,18 +2447,6 @@ module Aws::LocationService
2852
2447
  include Aws::Structure
2853
2448
  end
2854
2449
 
2855
- # @note When making an API call, you may pass GetDevicePositionHistoryRequest
2856
- # data as a hash:
2857
- #
2858
- # {
2859
- # device_id: "Id", # required
2860
- # end_time_exclusive: Time.now,
2861
- # max_results: 1,
2862
- # next_token: "Token",
2863
- # start_time_inclusive: Time.now,
2864
- # tracker_name: "ResourceName", # required
2865
- # }
2866
- #
2867
2450
  # @!attribute [rw] device_id
2868
2451
  # The device whose position history you want to retrieve.
2869
2452
  # @return [String]
@@ -2954,14 +2537,6 @@ module Aws::LocationService
2954
2537
  include Aws::Structure
2955
2538
  end
2956
2539
 
2957
- # @note When making an API call, you may pass GetDevicePositionRequest
2958
- # data as a hash:
2959
- #
2960
- # {
2961
- # device_id: "Id", # required
2962
- # tracker_name: "ResourceName", # required
2963
- # }
2964
- #
2965
2540
  # @!attribute [rw] device_id
2966
2541
  # The device whose position you want to retrieve.
2967
2542
  # @return [String]
@@ -3026,14 +2601,6 @@ module Aws::LocationService
3026
2601
  include Aws::Structure
3027
2602
  end
3028
2603
 
3029
- # @note When making an API call, you may pass GetGeofenceRequest
3030
- # data as a hash:
3031
- #
3032
- # {
3033
- # collection_name: "ResourceName", # required
3034
- # geofence_id: "Id", # required
3035
- # }
3036
- #
3037
2604
  # @!attribute [rw] collection_name
3038
2605
  # The geofence collection storing the target geofence.
3039
2606
  # @return [String]
@@ -3105,15 +2672,6 @@ module Aws::LocationService
3105
2672
  include Aws::Structure
3106
2673
  end
3107
2674
 
3108
- # @note When making an API call, you may pass GetMapGlyphsRequest
3109
- # data as a hash:
3110
- #
3111
- # {
3112
- # font_stack: "String", # required
3113
- # font_unicode_range: "GetMapGlyphsRequestFontUnicodeRangeString", # required
3114
- # map_name: "ResourceName", # required
3115
- # }
3116
- #
3117
2675
  # @!attribute [rw] font_stack
3118
2676
  # A comma-separated list of fonts to load glyphs from in order of
3119
2677
  # preference. For example, `Noto Sans Regular, Arial Unicode`.
@@ -3145,10 +2703,27 @@ module Aws::LocationService
3145
2703
  # `Fira GO Map Bold` \| `Noto Sans CJK JP Bold` \| `Noto Sans CJK JP
3146
2704
  # Light` \| `Noto Sans CJK JP Regular`
3147
2705
  #
2706
+ # Valid font stacks for [Open Data (Preview)][3] styles:
2707
+ #
2708
+ # * VectorOpenDataStandardLight – `Amazon Ember Regular,Noto Sans
2709
+ # Regular` \| `Amazon Ember Bold,Noto Sans Bold` \| `Amazon Ember
2710
+ # Medium,Noto Sans Medium` \| `Amazon Ember Regular Italic,Noto Sans
2711
+ # Italic` \| `Amazon Ember Condensed RC Regular,Noto Sans Regular`
2712
+ # \| `Amazon Ember Condensed RC Bold,Noto Sans Bold`
2713
+ #
2714
+ # ^
2715
+ #
2716
+ # <note markdown="1"> The fonts used by `VectorOpenDataStandardLight` are combined fonts
2717
+ # that use `Amazon Ember` for most glyphs but `Noto Sans` for glyphs
2718
+ # unsupported by `Amazon Ember`.
2719
+ #
2720
+ # </note>
2721
+ #
3148
2722
  #
3149
2723
  #
3150
2724
  # [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
3151
2725
  # [2]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
2726
+ # [3]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html
3152
2727
  # @return [String]
3153
2728
  #
3154
2729
  # @!attribute [rw] font_unicode_range
@@ -3189,14 +2764,6 @@ module Aws::LocationService
3189
2764
  include Aws::Structure
3190
2765
  end
3191
2766
 
3192
- # @note When making an API call, you may pass GetMapSpritesRequest
3193
- # data as a hash:
3194
- #
3195
- # {
3196
- # file_name: "GetMapSpritesRequestFileNameString", # required
3197
- # map_name: "ResourceName", # required
3198
- # }
3199
- #
3200
2767
  # @!attribute [rw] file_name
3201
2768
  # The name of the sprite file. Use the following file names for the
3202
2769
  # sprite sheet:
@@ -3245,13 +2812,6 @@ module Aws::LocationService
3245
2812
  include Aws::Structure
3246
2813
  end
3247
2814
 
3248
- # @note When making an API call, you may pass GetMapStyleDescriptorRequest
3249
- # data as a hash:
3250
- #
3251
- # {
3252
- # map_name: "ResourceName", # required
3253
- # }
3254
- #
3255
2815
  # @!attribute [rw] map_name
3256
2816
  # The map resource to retrieve the style descriptor from.
3257
2817
  # @return [String]
@@ -3282,16 +2842,6 @@ module Aws::LocationService
3282
2842
  include Aws::Structure
3283
2843
  end
3284
2844
 
3285
- # @note When making an API call, you may pass GetMapTileRequest
3286
- # data as a hash:
3287
- #
3288
- # {
3289
- # map_name: "ResourceName", # required
3290
- # x: "GetMapTileRequestXString", # required
3291
- # y: "GetMapTileRequestYString", # required
3292
- # z: "GetMapTileRequestZString", # required
3293
- # }
3294
- #
3295
2845
  # @!attribute [rw] map_name
3296
2846
  # The map resource to retrieve the map tiles from.
3297
2847
  # @return [String]
@@ -3337,15 +2887,6 @@ module Aws::LocationService
3337
2887
  include Aws::Structure
3338
2888
  end
3339
2889
 
3340
- # @note When making an API call, you may pass GetPlaceRequest
3341
- # data as a hash:
3342
- #
3343
- # {
3344
- # index_name: "ResourceName", # required
3345
- # language: "LanguageTag",
3346
- # place_id: "PlaceId", # required
3347
- # }
3348
- #
3349
2890
  # @!attribute [rw] index_name
3350
2891
  # The name of the place index resource that you want to use for the
3351
2892
  # search.
@@ -3532,15 +3073,6 @@ module Aws::LocationService
3532
3073
  include Aws::Structure
3533
3074
  end
3534
3075
 
3535
- # @note When making an API call, you may pass ListDevicePositionsRequest
3536
- # data as a hash:
3537
- #
3538
- # {
3539
- # max_results: 1,
3540
- # next_token: "Token",
3541
- # tracker_name: "ResourceName", # required
3542
- # }
3543
- #
3544
3076
  # @!attribute [rw] max_results
3545
3077
  # An optional limit for the number of entries returned in a single
3546
3078
  # call.
@@ -3632,14 +3164,6 @@ module Aws::LocationService
3632
3164
  include Aws::Structure
3633
3165
  end
3634
3166
 
3635
- # @note When making an API call, you may pass ListGeofenceCollectionsRequest
3636
- # data as a hash:
3637
- #
3638
- # {
3639
- # max_results: 1,
3640
- # next_token: "Token",
3641
- # }
3642
- #
3643
3167
  # @!attribute [rw] max_results
3644
3168
  # An optional limit for the number of resources returned in a single
3645
3169
  # call.
@@ -3788,15 +3312,6 @@ module Aws::LocationService
3788
3312
  include Aws::Structure
3789
3313
  end
3790
3314
 
3791
- # @note When making an API call, you may pass ListGeofencesRequest
3792
- # data as a hash:
3793
- #
3794
- # {
3795
- # collection_name: "ResourceName", # required
3796
- # max_results: 1,
3797
- # next_token: "Token",
3798
- # }
3799
- #
3800
3315
  # @!attribute [rw] collection_name
3801
3316
  # The name of the geofence collection storing the list of geofences.
3802
3317
  # @return [String]
@@ -3845,14 +3360,6 @@ module Aws::LocationService
3845
3360
  include Aws::Structure
3846
3361
  end
3847
3362
 
3848
- # @note When making an API call, you may pass ListMapsRequest
3849
- # data as a hash:
3850
- #
3851
- # {
3852
- # max_results: 1,
3853
- # next_token: "Token",
3854
- # }
3855
- #
3856
3363
  # @!attribute [rw] max_results
3857
3364
  # An optional limit for the number of resources returned in a single
3858
3365
  # call.
@@ -3945,14 +3452,6 @@ module Aws::LocationService
3945
3452
  include Aws::Structure
3946
3453
  end
3947
3454
 
3948
- # @note When making an API call, you may pass ListPlaceIndexesRequest
3949
- # data as a hash:
3950
- #
3951
- # {
3952
- # max_results: 1,
3953
- # next_token: "Token",
3954
- # }
3955
- #
3956
3455
  # @!attribute [rw] max_results
3957
3456
  # An optional limit for the maximum number of results returned in a
3958
3457
  # single call.
@@ -4057,14 +3556,6 @@ module Aws::LocationService
4057
3556
  include Aws::Structure
4058
3557
  end
4059
3558
 
4060
- # @note When making an API call, you may pass ListRouteCalculatorsRequest
4061
- # data as a hash:
4062
- #
4063
- # {
4064
- # max_results: 1,
4065
- # next_token: "Token",
4066
- # }
4067
- #
4068
3559
  # @!attribute [rw] max_results
4069
3560
  # An optional maximum number of results returned in a single call.
4070
3561
  #
@@ -4176,13 +3667,6 @@ module Aws::LocationService
4176
3667
  include Aws::Structure
4177
3668
  end
4178
3669
 
4179
- # @note When making an API call, you may pass ListTagsForResourceRequest
4180
- # data as a hash:
4181
- #
4182
- # {
4183
- # resource_arn: "Arn", # required
4184
- # }
4185
- #
4186
3670
  # @!attribute [rw] resource_arn
4187
3671
  # The Amazon Resource Name (ARN) of the resource whose tags you want
4188
3672
  # to retrieve.
@@ -4218,15 +3702,6 @@ module Aws::LocationService
4218
3702
  include Aws::Structure
4219
3703
  end
4220
3704
 
4221
- # @note When making an API call, you may pass ListTrackerConsumersRequest
4222
- # data as a hash:
4223
- #
4224
- # {
4225
- # max_results: 1,
4226
- # next_token: "Token",
4227
- # tracker_name: "ResourceName", # required
4228
- # }
4229
- #
4230
3705
  # @!attribute [rw] max_results
4231
3706
  # An optional limit for the number of resources returned in a single
4232
3707
  # call.
@@ -4277,14 +3752,6 @@ module Aws::LocationService
4277
3752
  include Aws::Structure
4278
3753
  end
4279
3754
 
4280
- # @note When making an API call, you may pass ListTrackersRequest
4281
- # data as a hash:
4282
- #
4283
- # {
4284
- # max_results: 1,
4285
- # next_token: "Token",
4286
- # }
4287
- #
4288
3755
  # @!attribute [rw] max_results
4289
3756
  # An optional limit for the number of resources returned in a single
4290
3757
  # call.
@@ -4381,13 +3848,6 @@ module Aws::LocationService
4381
3848
 
4382
3849
  # Specifies the map tile style selected from an available provider.
4383
3850
  #
4384
- # @note When making an API call, you may pass MapConfiguration
4385
- # data as a hash:
4386
- #
4387
- # {
4388
- # style: "MapStyle", # required
4389
- # }
4390
- #
4391
3851
  # @!attribute [rw] style
4392
3852
  # Specifies the map style selected from an available data provider.
4393
3853
  #
@@ -4458,10 +3918,25 @@ module Aws::LocationService
4458
3918
  #
4459
3919
  # </note>
4460
3920
  #
3921
+ # Valid [Open Data (Preview) map styles][3]\:
3922
+ #
3923
+ # * `VectorOpenDataStandardLight` – The Open Data Standard Light
3924
+ # (preview) map style provides a detailed basemap for the world
3925
+ # suitable for website and mobile application use. The map includes
3926
+ # highways major roads, minor roads, railways, water features,
3927
+ # cities, parks, landmarks, building footprints, and administrative
3928
+ # boundaries.
3929
+ #
3930
+ # Open Data maps is in preview. We may add, change, or remove
3931
+ # features before announcing general availability. For more
3932
+ # information, see [Open Data is in preview release][4].
3933
+ #
4461
3934
  #
4462
3935
  #
4463
3936
  # [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
4464
3937
  # [2]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
3938
+ # [3]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html
3939
+ # [4]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html#open-data-preview
4465
3940
  # @return [String]
4466
3941
  #
4467
3942
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/MapConfiguration AWS API Documentation
@@ -4608,13 +4083,6 @@ module Aws::LocationService
4608
4083
 
4609
4084
  # Defines the level of certainty of the position.
4610
4085
  #
4611
- # @note When making an API call, you may pass PositionalAccuracy
4612
- # data as a hash:
4613
- #
4614
- # {
4615
- # horizontal: 1.0, # required
4616
- # }
4617
- #
4618
4086
  # @!attribute [rw] horizontal
4619
4087
  # Estimated maximum distance, in meters, between the measured position
4620
4088
  # and the true position of a device, along the Earth's surface.
@@ -4628,25 +4096,6 @@ module Aws::LocationService
4628
4096
  include Aws::Structure
4629
4097
  end
4630
4098
 
4631
- # @note When making an API call, you may pass PutGeofenceRequest
4632
- # data as a hash:
4633
- #
4634
- # {
4635
- # collection_name: "ResourceName", # required
4636
- # geofence_id: "Id", # required
4637
- # geometry: { # required
4638
- # circle: {
4639
- # center: [1.0], # required
4640
- # radius: 1.0, # required
4641
- # },
4642
- # polygon: [
4643
- # [
4644
- # [1.0],
4645
- # ],
4646
- # ],
4647
- # },
4648
- # }
4649
- #
4650
4099
  # @!attribute [rw] collection_name
4651
4100
  # The geofence collection to store the geofence in.
4652
4101
  # @return [String]
@@ -4919,16 +4368,6 @@ module Aws::LocationService
4919
4368
  include Aws::Structure
4920
4369
  end
4921
4370
 
4922
- # @note When making an API call, you may pass SearchPlaceIndexForPositionRequest
4923
- # data as a hash:
4924
- #
4925
- # {
4926
- # index_name: "ResourceName", # required
4927
- # language: "LanguageTag",
4928
- # max_results: 1,
4929
- # position: [1.0], # required
4930
- # }
4931
- #
4932
4371
  # @!attribute [rw] index_name
4933
4372
  # The name of the place index resource you want to use for the search.
4934
4373
  # @return [String]
@@ -5057,19 +4496,6 @@ module Aws::LocationService
5057
4496
  include Aws::Structure
5058
4497
  end
5059
4498
 
5060
- # @note When making an API call, you may pass SearchPlaceIndexForSuggestionsRequest
5061
- # data as a hash:
5062
- #
5063
- # {
5064
- # bias_position: [1.0],
5065
- # filter_b_box: [1.0],
5066
- # filter_countries: ["CountryCode"],
5067
- # index_name: "ResourceName", # required
5068
- # language: "LanguageTag",
5069
- # max_results: 1,
5070
- # text: "SearchPlaceIndexForSuggestionsRequestTextString", # required
5071
- # }
5072
- #
5073
4499
  # @!attribute [rw] bias_position
5074
4500
  # An optional parameter that indicates a preference for place
5075
4501
  # suggestions that are closer to a specified position.
@@ -5269,19 +4695,6 @@ module Aws::LocationService
5269
4695
  include Aws::Structure
5270
4696
  end
5271
4697
 
5272
- # @note When making an API call, you may pass SearchPlaceIndexForTextRequest
5273
- # data as a hash:
5274
- #
5275
- # {
5276
- # bias_position: [1.0],
5277
- # filter_b_box: [1.0],
5278
- # filter_countries: ["CountryCode"],
5279
- # index_name: "ResourceName", # required
5280
- # language: "LanguageTag",
5281
- # max_results: 1,
5282
- # text: "SearchPlaceIndexForTextRequestTextString", # required
5283
- # }
5284
- #
5285
4698
  # @!attribute [rw] bias_position
5286
4699
  # An optional parameter that indicates a preference for places that
5287
4700
  # are closer to a specified position.
@@ -5562,16 +4975,6 @@ module Aws::LocationService
5562
4975
  include Aws::Structure
5563
4976
  end
5564
4977
 
5565
- # @note When making an API call, you may pass TagResourceRequest
5566
- # data as a hash:
5567
- #
5568
- # {
5569
- # resource_arn: "Arn", # required
5570
- # tags: { # required
5571
- # "TagKey" => "TagValue",
5572
- # },
5573
- # }
5574
- #
5575
4978
  # @!attribute [rw] resource_arn
5576
4979
  # The Amazon Resource Name (ARN) of the resource whose tags you want
5577
4980
  # to update.
@@ -5662,16 +5065,6 @@ module Aws::LocationService
5662
5065
  # allow the specified dimensions for requests that specify `TravelMode`
5663
5066
  # as `Truck`.
5664
5067
  #
5665
- # @note When making an API call, you may pass TruckDimensions
5666
- # data as a hash:
5667
- #
5668
- # {
5669
- # height: 1.0,
5670
- # length: 1.0,
5671
- # unit: "Meters", # accepts Meters, Feet
5672
- # width: 1.0,
5673
- # }
5674
- #
5675
5068
  # @!attribute [rw] height
5676
5069
  # The height of the truck.
5677
5070
  #
@@ -5732,14 +5125,6 @@ module Aws::LocationService
5732
5125
  # avoid roads that can't support or allow the total weight for requests
5733
5126
  # that specify `TravelMode` as `Truck`.
5734
5127
  #
5735
- # @note When making an API call, you may pass TruckWeight
5736
- # data as a hash:
5737
- #
5738
- # {
5739
- # total: 1.0,
5740
- # unit: "Kilograms", # accepts Kilograms, Pounds
5741
- # }
5742
- #
5743
5128
  # @!attribute [rw] total
5744
5129
  # The total weight of the truck.
5745
5130
  #
@@ -5763,14 +5148,6 @@ module Aws::LocationService
5763
5148
  include Aws::Structure
5764
5149
  end
5765
5150
 
5766
- # @note When making an API call, you may pass UntagResourceRequest
5767
- # data as a hash:
5768
- #
5769
- # {
5770
- # resource_arn: "Arn", # required
5771
- # tag_keys: ["String"], # required
5772
- # }
5773
- #
5774
5151
  # @!attribute [rw] resource_arn
5775
5152
  # The Amazon Resource Name (ARN) of the resource from which you want
5776
5153
  # to remove tags.
@@ -5798,16 +5175,6 @@ module Aws::LocationService
5798
5175
  #
5799
5176
  class UntagResourceResponse < Aws::EmptyStructure; end
5800
5177
 
5801
- # @note When making an API call, you may pass UpdateGeofenceCollectionRequest
5802
- # data as a hash:
5803
- #
5804
- # {
5805
- # collection_name: "ResourceName", # required
5806
- # description: "ResourceDescription",
5807
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
5808
- # pricing_plan_data_source: "String",
5809
- # }
5810
- #
5811
5178
  # @!attribute [rw] collection_name
5812
5179
  # The name of the geofence collection to update.
5813
5180
  # @return [String]
@@ -5869,15 +5236,6 @@ module Aws::LocationService
5869
5236
  include Aws::Structure
5870
5237
  end
5871
5238
 
5872
- # @note When making an API call, you may pass UpdateMapRequest
5873
- # data as a hash:
5874
- #
5875
- # {
5876
- # description: "ResourceDescription",
5877
- # map_name: "ResourceName", # required
5878
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
5879
- # }
5880
- #
5881
5239
  # @!attribute [rw] description
5882
5240
  # Updates the description for the map resource.
5883
5241
  # @return [String]
@@ -5933,18 +5291,6 @@ module Aws::LocationService
5933
5291
  include Aws::Structure
5934
5292
  end
5935
5293
 
5936
- # @note When making an API call, you may pass UpdatePlaceIndexRequest
5937
- # data as a hash:
5938
- #
5939
- # {
5940
- # data_source_configuration: {
5941
- # intended_use: "SingleUse", # accepts SingleUse, Storage
5942
- # },
5943
- # description: "ResourceDescription",
5944
- # index_name: "ResourceName", # required
5945
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
5946
- # }
5947
- #
5948
5294
  # @!attribute [rw] data_source_configuration
5949
5295
  # Updates the data storage option for the place index resource.
5950
5296
  # @return [Types::DataSourceConfiguration]
@@ -6006,15 +5352,6 @@ module Aws::LocationService
6006
5352
  include Aws::Structure
6007
5353
  end
6008
5354
 
6009
- # @note When making an API call, you may pass UpdateRouteCalculatorRequest
6010
- # data as a hash:
6011
- #
6012
- # {
6013
- # calculator_name: "ResourceName", # required
6014
- # description: "ResourceDescription",
6015
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
6016
- # }
6017
- #
6018
5355
  # @!attribute [rw] calculator_name
6019
5356
  # The name of the route calculator resource to update.
6020
5357
  # @return [String]
@@ -6071,17 +5408,6 @@ module Aws::LocationService
6071
5408
  include Aws::Structure
6072
5409
  end
6073
5410
 
6074
- # @note When making an API call, you may pass UpdateTrackerRequest
6075
- # data as a hash:
6076
- #
6077
- # {
6078
- # description: "ResourceDescription",
6079
- # position_filtering: "TimeBased", # accepts TimeBased, DistanceBased, AccuracyBased
6080
- # pricing_plan: "RequestBasedUsage", # accepts RequestBasedUsage, MobileAssetTracking, MobileAssetManagement
6081
- # pricing_plan_data_source: "String",
6082
- # tracker_name: "ResourceName", # required
6083
- # }
6084
- #
6085
5411
  # @!attribute [rw] description
6086
5412
  # Updates the description for the tracker resource.
6087
5413
  # @return [String]
@@ -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.25.0'
55
+ GEM_VERSION = '1.26.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.25.0
4
+ version: 1.26.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core