aws-sdk-locationservice 1.72.0 → 1.73.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.
@@ -53,7 +53,12 @@ module Aws::LocationService
53
53
  #
54
54
  # * `geo:GetMap*` - Allows all actions needed for map rendering.
55
55
  #
56
- # ^
56
+ # * `geo-maps:GetTile` - Allows retrieving map tiles.
57
+ #
58
+ # * `geo-maps:GetStaticMap` - Allows retrieving static map images.
59
+ #
60
+ # * `geo-maps:*` - Allows all actions related to map
61
+ # functionalities.
57
62
  # * **Place actions**
58
63
  #
59
64
  # * `geo:SearchPlaceIndexForText` - Allows geocoding.
@@ -64,6 +69,27 @@ module Aws::LocationService
64
69
  # suggestions from text.
65
70
  #
66
71
  # * `GetPlace` - Allows finding a place by place ID.
72
+ #
73
+ # * `geo-places:Geocode` - Allows geocoding using place information.
74
+ #
75
+ # * `geo-places:ReverseGeocode` - Allows reverse geocoding from
76
+ # location coordinates.
77
+ #
78
+ # * `geo-places:SearchNearby` - Allows searching for places near a
79
+ # location.
80
+ #
81
+ # * `geo-places:SearchText` - Allows searching for places based on
82
+ # text input.
83
+ #
84
+ # * `geo-places:Autocomplete` - Allows auto-completion of place
85
+ # names based on text input.
86
+ #
87
+ # * `geo-places:Suggest` - Allows generating suggestions for places
88
+ # based on partial input.
89
+ #
90
+ # * `geo-places:GetPlace` - Allows finding a place by its ID.
91
+ #
92
+ # * `geo-places:*` - Allows all actions related to place services.
67
93
  # * **Route actions**
68
94
  #
69
95
  # * `geo:CalculateRoute` - Allows point to point routing.
@@ -71,6 +97,24 @@ module Aws::LocationService
71
97
  # * `geo:CalculateRouteMatrix` - Allows calculating a matrix of
72
98
  # routes.
73
99
  #
100
+ # * `geo-routes:CalculateRoutes` - Allows calculating multiple
101
+ # routes between points.
102
+ #
103
+ # * `geo-routes:CalculateRouteMatrix` - Allows calculating a matrix
104
+ # of routes between points.
105
+ #
106
+ # * `geo-routes:CalculateIsolines` - Allows calculating isolines for
107
+ # a given area.
108
+ #
109
+ # * `geo-routes:OptimizeWaypoints` - Allows optimizing the order of
110
+ # waypoints in a route.
111
+ #
112
+ # * `geo-routes:SnapToRoads` - Allows snapping a route to the
113
+ # nearest roads.
114
+ #
115
+ # * `geo-routes:*` - Allows all actions related to routing
116
+ # functionalities.
117
+ #
74
118
  # <note markdown="1"> You must use these strings exactly. For example, to provide access
75
119
  # to map rendering, the only valid action is `geo:GetMap*` as an input
76
120
  # to the list. `["geo:GetMap*"]` is valid but `["geo:GetMapTile"]` is
@@ -137,7 +181,7 @@ module Aws::LocationService
137
181
  :allow_actions,
138
182
  :allow_resources,
139
183
  :allow_referers)
140
- SENSITIVE = []
184
+ SENSITIVE = [:allow_referers]
141
185
  include Aws::Structure
142
186
  end
143
187
 
@@ -301,7 +345,7 @@ module Aws::LocationService
301
345
  :device_id,
302
346
  :sample_time,
303
347
  :error)
304
- SENSITIVE = []
348
+ SENSITIVE = [:sample_time]
305
349
  include Aws::Structure
306
350
  end
307
351
 
@@ -462,18 +506,17 @@ module Aws::LocationService
462
506
  #
463
507
  # @!attribute [rw] geometry
464
508
  # Contains the details to specify the position of the geofence. Can be
465
- # a polygon, a circle or a polygon encoded in Geobuf format. Including
466
- # multiple selections will return a validation error.
509
+ # a circle, a polygon, or a multipolygon. `Polygon` and `MultiPolygon`
510
+ # geometries can be defined using their respective parameters, or
511
+ # encoded in Geobuf format using the `Geobuf` parameter. Including
512
+ # multiple geometry types in the same request will return a validation
513
+ # error.
467
514
  #
468
- # <note markdown="1"> The [ geofence polygon][1] format supports a maximum of 1,000
469
- # vertices. The [Geofence geobuf][1] format supports a maximum of
515
+ # <note markdown="1"> The geofence `Polygon` and `MultiPolygon` formats support a maximum
516
+ # of 1,000 total vertices. The `Geobuf` format supports a maximum of
470
517
  # 100,000 vertices.
471
518
  #
472
519
  # </note>
473
- #
474
- #
475
- #
476
- # [1]: https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html
477
520
  # @return [Types::GeofenceGeometry]
478
521
  #
479
522
  # @!attribute [rw] geofence_properties
@@ -544,7 +587,7 @@ module Aws::LocationService
544
587
  :geofence_id,
545
588
  :create_time,
546
589
  :update_time)
547
- SENSITIVE = []
590
+ SENSITIVE = [:create_time, :update_time]
548
591
  include Aws::Structure
549
592
  end
550
593
 
@@ -575,7 +618,7 @@ module Aws::LocationService
575
618
  :device_id,
576
619
  :sample_time,
577
620
  :error)
578
- SENSITIVE = []
621
+ SENSITIVE = [:sample_time]
579
622
  include Aws::Structure
580
623
  end
581
624
 
@@ -666,8 +709,8 @@ module Aws::LocationService
666
709
  #
667
710
  #
668
711
  # [1]: https://earth-info.nga.mil/GandG/wgs84/index.html
669
- # [2]: https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html#matrix-routing-position-limits
670
- # [3]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
712
+ # [2]: https://docs.aws.amazon.com/location/previous/developerguide/calculate-route-matrix.html#matrix-routing-position-limits
713
+ # [3]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
671
714
  # @return [Array<Array<Float>>]
672
715
  #
673
716
  # @!attribute [rw] destination_positions
@@ -693,8 +736,8 @@ module Aws::LocationService
693
736
  #
694
737
  #
695
738
  # [1]: https://earth-info.nga.mil/GandG/wgs84/index.html
696
- # [2]: https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html#matrix-routing-position-limits
697
- # [3]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
739
+ # [2]: https://docs.aws.amazon.com/location/previous/developerguide/calculate-route-matrix.html#matrix-routing-position-limits
740
+ # [3]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
698
741
  # @return [Array<Array<Float>>]
699
742
  #
700
743
  # @!attribute [rw] travel_mode
@@ -722,7 +765,7 @@ module Aws::LocationService
722
765
  #
723
766
  #
724
767
  #
725
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
768
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html
726
769
  # @return [String]
727
770
  #
728
771
  # @!attribute [rw] departure_time
@@ -784,7 +827,7 @@ module Aws::LocationService
784
827
  #
785
828
  #
786
829
  #
787
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
830
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
788
831
  # @return [String]
789
832
  #
790
833
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/CalculateRouteMatrixRequest AWS API Documentation
@@ -800,7 +843,7 @@ module Aws::LocationService
800
843
  :car_mode_options,
801
844
  :truck_mode_options,
802
845
  :key)
803
- SENSITIVE = [:departure_positions, :destination_positions, :key]
846
+ SENSITIVE = [:departure_positions, :destination_positions, :departure_time, :key]
804
847
  include Aws::Structure
805
848
  end
806
849
 
@@ -859,7 +902,7 @@ module Aws::LocationService
859
902
  #
860
903
  #
861
904
  #
862
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
905
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
863
906
  # @return [String]
864
907
  #
865
908
  # @!attribute [rw] route_count
@@ -913,7 +956,7 @@ module Aws::LocationService
913
956
  #
914
957
  #
915
958
  # [1]: https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84
916
- # [2]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
959
+ # [2]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
917
960
  # @return [Array<Float>]
918
961
  #
919
962
  # @!attribute [rw] destination_position
@@ -934,7 +977,7 @@ module Aws::LocationService
934
977
  #
935
978
  #
936
979
  # [1]: https://earth-info.nga.mil/index.php?dir=wgs84&amp;action=wgs84
937
- # [2]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
980
+ # [2]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
938
981
  # @return [Array<Float>]
939
982
  #
940
983
  # @!attribute [rw] waypoint_positions
@@ -964,7 +1007,7 @@ module Aws::LocationService
964
1007
  #
965
1008
  #
966
1009
  #
967
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
1010
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
968
1011
  # @return [Array<Array<Float>>]
969
1012
  #
970
1013
  # @!attribute [rw] travel_mode
@@ -995,7 +1038,7 @@ module Aws::LocationService
995
1038
  #
996
1039
  #
997
1040
  #
998
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
1041
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html
999
1042
  # @return [String]
1000
1043
  #
1001
1044
  # @!attribute [rw] departure_time
@@ -1072,7 +1115,7 @@ module Aws::LocationService
1072
1115
  #
1073
1116
  #
1074
1117
  #
1075
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
1118
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
1076
1119
  # @return [String]
1077
1120
  #
1078
1121
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/CalculateRouteRequest AWS API Documentation
@@ -1092,7 +1135,7 @@ module Aws::LocationService
1092
1135
  :arrival_time,
1093
1136
  :optimize_for,
1094
1137
  :key)
1095
- SENSITIVE = [:departure_position, :destination_position, :waypoint_positions, :key]
1138
+ SENSITIVE = [:departure_position, :destination_position, :waypoint_positions, :departure_time, :arrival_time, :key]
1096
1139
  include Aws::Structure
1097
1140
  end
1098
1141
 
@@ -1126,7 +1169,7 @@ module Aws::LocationService
1126
1169
  #
1127
1170
  #
1128
1171
  #
1129
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
1172
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
1130
1173
  # @return [Array<Types::Leg>]
1131
1174
  #
1132
1175
  # @!attribute [rw] summary
@@ -1182,7 +1225,7 @@ module Aws::LocationService
1182
1225
  #
1183
1226
  #
1184
1227
  #
1185
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
1228
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
1186
1229
  # @return [String]
1187
1230
  #
1188
1231
  # @!attribute [rw] distance
@@ -1296,7 +1339,7 @@ module Aws::LocationService
1296
1339
  class Circle < Struct.new(
1297
1340
  :center,
1298
1341
  :radius)
1299
- SENSITIVE = [:center]
1342
+ SENSITIVE = [:center, :radius]
1300
1343
  include Aws::Structure
1301
1344
  end
1302
1345
 
@@ -1414,7 +1457,7 @@ module Aws::LocationService
1414
1457
  :collection_name,
1415
1458
  :collection_arn,
1416
1459
  :create_time)
1417
- SENSITIVE = []
1460
+ SENSITIVE = [:create_time]
1418
1461
  include Aws::Structure
1419
1462
  end
1420
1463
 
@@ -1486,7 +1529,7 @@ module Aws::LocationService
1486
1529
  :expire_time,
1487
1530
  :no_expiry,
1488
1531
  :tags)
1489
- SENSITIVE = []
1532
+ SENSITIVE = [:expire_time]
1490
1533
  include Aws::Structure
1491
1534
  end
1492
1535
 
@@ -1496,7 +1539,7 @@ module Aws::LocationService
1496
1539
  #
1497
1540
  #
1498
1541
  #
1499
- # [1]: https://docs.aws.amazon.com/location/latest/APIReference/API_GetMapGlyphs.html
1542
+ # [1]: https://docs.aws.amazon.com/location/previous/APIReference/API_GetMapGlyphs.html
1500
1543
  # @return [String]
1501
1544
  #
1502
1545
  # @!attribute [rw] key_arn
@@ -1528,7 +1571,7 @@ module Aws::LocationService
1528
1571
  :key_arn,
1529
1572
  :key_name,
1530
1573
  :create_time)
1531
- SENSITIVE = [:key]
1574
+ SENSITIVE = [:key, :create_time]
1532
1575
  include Aws::Structure
1533
1576
  end
1534
1577
 
@@ -1623,7 +1666,7 @@ module Aws::LocationService
1623
1666
  :map_name,
1624
1667
  :map_arn,
1625
1668
  :create_time)
1626
- SENSITIVE = []
1669
+ SENSITIVE = [:create_time]
1627
1670
  include Aws::Structure
1628
1671
  end
1629
1672
 
@@ -1664,23 +1707,23 @@ module Aws::LocationService
1664
1707
  #
1665
1708
  # If you specify HERE Technologies (`Here`) as the data provider,
1666
1709
  # you may not [store results][7] for locations in Japan. For more
1667
- # information, see the [Amazon Web Services Service Terms][8] for
1710
+ # information, see the [Amazon Web Services service terms][8] for
1668
1711
  # Amazon Location Service.
1669
1712
  #
1670
1713
  # For additional information , see [Data providers][9] on the *Amazon
1671
- # Location Service Developer Guide*.
1714
+ # Location Service developer guide*.
1672
1715
  #
1673
1716
  #
1674
1717
  #
1675
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
1718
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/esri.html
1676
1719
  # [2]: https://developers.arcgis.com/rest/geocode/api-reference/geocode-coverage.htm
1677
- # [3]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
1678
- # [4]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area
1679
- # [5]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
1720
+ # [3]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html
1721
+ # [4]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area
1722
+ # [5]: https://docs.aws.amazon.com/location/previous/developerguide/HERE.html
1680
1723
  # [6]: https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html
1681
1724
  # [7]: https://docs.aws.amazon.com/location-places/latest/APIReference/API_DataSourceConfiguration.html
1682
1725
  # [8]: http://aws.amazon.com/service-terms/
1683
- # [9]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
1726
+ # [9]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
1684
1727
  # @return [String]
1685
1728
  #
1686
1729
  # @!attribute [rw] pricing_plan
@@ -1762,7 +1805,7 @@ module Aws::LocationService
1762
1805
  :index_name,
1763
1806
  :index_arn,
1764
1807
  :create_time)
1765
- SENSITIVE = []
1808
+ SENSITIVE = [:create_time]
1766
1809
  include Aws::Structure
1767
1810
  end
1768
1811
 
@@ -1809,14 +1852,14 @@ module Aws::LocationService
1809
1852
  #
1810
1853
  #
1811
1854
  #
1812
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
1855
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/esri.html
1813
1856
  # [2]: https://doc.arcgis.com/en/arcgis-online/reference/network-coverage.htm
1814
- # [3]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
1815
- # [4]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area
1816
- # [5]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
1857
+ # [3]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html
1858
+ # [4]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area
1859
+ # [5]: https://docs.aws.amazon.com/location/previous/developerguide/HERE.html
1817
1860
  # [6]: https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/car-routing.html
1818
1861
  # [7]: https://developer.here.com/documentation/routing-api/dev_guide/topics/coverage/truck-routing.html
1819
- # [8]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
1862
+ # [8]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
1820
1863
  # @return [String]
1821
1864
  #
1822
1865
  # @!attribute [rw] pricing_plan
@@ -1905,7 +1948,7 @@ module Aws::LocationService
1905
1948
  :calculator_name,
1906
1949
  :calculator_arn,
1907
1950
  :create_time)
1908
- SENSITIVE = []
1951
+ SENSITIVE = [:create_time]
1909
1952
  include Aws::Structure
1910
1953
  end
1911
1954
 
@@ -2080,7 +2123,7 @@ module Aws::LocationService
2080
2123
  :tracker_name,
2081
2124
  :tracker_arn,
2082
2125
  :create_time)
2083
- SENSITIVE = []
2126
+ SENSITIVE = [:create_time]
2084
2127
  include Aws::Structure
2085
2128
  end
2086
2129
 
@@ -2325,7 +2368,7 @@ module Aws::LocationService
2325
2368
  :create_time,
2326
2369
  :update_time,
2327
2370
  :geofence_count)
2328
- SENSITIVE = []
2371
+ SENSITIVE = [:create_time, :update_time]
2329
2372
  include Aws::Structure
2330
2373
  end
2331
2374
 
@@ -2410,7 +2453,7 @@ module Aws::LocationService
2410
2453
  :update_time,
2411
2454
  :description,
2412
2455
  :tags)
2413
- SENSITIVE = [:key]
2456
+ SENSITIVE = [:key, :create_time, :expire_time, :update_time]
2414
2457
  include Aws::Structure
2415
2458
  end
2416
2459
 
@@ -2489,7 +2532,7 @@ module Aws::LocationService
2489
2532
  :tags,
2490
2533
  :create_time,
2491
2534
  :update_time)
2492
- SENSITIVE = []
2535
+ SENSITIVE = [:create_time, :update_time]
2493
2536
  include Aws::Structure
2494
2537
  end
2495
2538
 
@@ -2560,7 +2603,7 @@ module Aws::LocationService
2560
2603
  #
2561
2604
  #
2562
2605
  #
2563
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
2606
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
2564
2607
  # @return [String]
2565
2608
  #
2566
2609
  # @!attribute [rw] data_source_configuration
@@ -2583,7 +2626,7 @@ module Aws::LocationService
2583
2626
  :data_source,
2584
2627
  :data_source_configuration,
2585
2628
  :tags)
2586
- SENSITIVE = []
2629
+ SENSITIVE = [:create_time, :update_time]
2587
2630
  include Aws::Structure
2588
2631
  end
2589
2632
 
@@ -2662,7 +2705,7 @@ module Aws::LocationService
2662
2705
  #
2663
2706
  #
2664
2707
  #
2665
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
2708
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
2666
2709
  # @return [String]
2667
2710
  #
2668
2711
  # @!attribute [rw] tags
@@ -2680,7 +2723,7 @@ module Aws::LocationService
2680
2723
  :update_time,
2681
2724
  :data_source,
2682
2725
  :tags)
2683
- SENSITIVE = []
2726
+ SENSITIVE = [:create_time, :update_time]
2684
2727
  include Aws::Structure
2685
2728
  end
2686
2729
 
@@ -2802,7 +2845,7 @@ module Aws::LocationService
2802
2845
  :position_filtering,
2803
2846
  :event_bridge_enabled,
2804
2847
  :kms_key_enable_geospatial_queries)
2805
- SENSITIVE = []
2848
+ SENSITIVE = [:create_time, :update_time]
2806
2849
  include Aws::Structure
2807
2850
  end
2808
2851
 
@@ -2851,7 +2894,7 @@ module Aws::LocationService
2851
2894
  :position,
2852
2895
  :accuracy,
2853
2896
  :position_properties)
2854
- SENSITIVE = [:position, :position_properties]
2897
+ SENSITIVE = [:sample_time, :received_time, :position, :position_properties]
2855
2898
  include Aws::Structure
2856
2899
  end
2857
2900
 
@@ -2899,7 +2942,7 @@ module Aws::LocationService
2899
2942
  :position,
2900
2943
  :accuracy,
2901
2944
  :position_properties)
2902
- SENSITIVE = [:position, :position_properties]
2945
+ SENSITIVE = [:sample_time, :position, :position_properties]
2903
2946
  include Aws::Structure
2904
2947
  end
2905
2948
 
@@ -2948,7 +2991,7 @@ module Aws::LocationService
2948
2991
  :ipv_4_address,
2949
2992
  :wi_fi_access_points,
2950
2993
  :cell_signals)
2951
- SENSITIVE = [:position]
2994
+ SENSITIVE = [:sample_time, :position]
2952
2995
  include Aws::Structure
2953
2996
  end
2954
2997
 
@@ -2981,7 +3024,7 @@ module Aws::LocationService
2981
3024
  #
2982
3025
  class DisassociateTrackerConsumerResponse < Aws::EmptyStructure; end
2983
3026
 
2984
- # The device's position, IP address, and WiFi access points.
3027
+ # The device's position and speed.
2985
3028
  #
2986
3029
  # @!attribute [rw] position
2987
3030
  # The device's position.
@@ -3005,11 +3048,20 @@ module Aws::LocationService
3005
3048
  # @return [String]
3006
3049
  #
3007
3050
  # @!attribute [rw] device_state
3008
- # The device's state, including current position and speed.
3051
+ # Represents the device's state, including its current position and
3052
+ # speed. When speed is omitted, this API performs a *containment
3053
+ # check*. The *containment check* operation returns `IDLE` events for
3054
+ # geofences where the device is currently inside of, but no other
3055
+ # events.
3009
3056
  # @return [Types::ForecastGeofenceEventsDeviceState]
3010
3057
  #
3011
3058
  # @!attribute [rw] time_horizon_minutes
3012
- # Specifies the time horizon in minutes for the forecasted events.
3059
+ # The forward-looking time window for forecasting, specified in
3060
+ # minutes. The API only returns events that are predicted to occur
3061
+ # within this time horizon. When no value is specified, this API
3062
+ # performs a *containment check*. The *containment check* operation
3063
+ # returns `IDLE` events for geofences where the device is currently
3064
+ # inside of, but no other events.
3013
3065
  # @return [Float]
3014
3066
  #
3015
3067
  # @!attribute [rw] distance_unit
@@ -3147,44 +3199,65 @@ module Aws::LocationService
3147
3199
  :event_type,
3148
3200
  :forecasted_breach_time,
3149
3201
  :geofence_properties)
3150
- SENSITIVE = [:geofence_properties]
3202
+ SENSITIVE = [:forecasted_breach_time, :geofence_properties]
3151
3203
  include Aws::Structure
3152
3204
  end
3153
3205
 
3154
3206
  # Contains the geofence geometry details.
3155
3207
  #
3156
- # A geofence geometry is made up of either a polygon or a circle. Can be
3157
- # a polygon, a circle or a polygon encoded in Geobuf format. Including
3158
- # multiple selections will return a validation error.
3208
+ # A geofence geometry can be a circle, a polygon, or a multipolygon.
3209
+ # `Polygon` and `MultiPolygon` geometries can be defined using their
3210
+ # respective parameters, or encoded in Geobuf format using the `Geobuf`
3211
+ # parameter. Including multiple geometry types in the same request will
3212
+ # return a validation error.
3159
3213
  #
3160
- # <note markdown="1"> Amazon Location doesn't currently support polygons with holes,
3161
- # multipolygons, polygons that are wound clockwise, or that cross the
3214
+ # <note markdown="1"> Amazon Location doesn't currently support polygons that cross the
3162
3215
  # antimeridian.
3163
3216
  #
3164
3217
  # </note>
3165
3218
  #
3166
3219
  # @!attribute [rw] polygon
3167
- # A polygon is a list of linear rings which are each made up of a list
3168
- # of vertices.
3169
- #
3170
- # Each vertex is a 2-dimensional point of the form: `[longitude,
3171
- # latitude]`. This is represented as an array of doubles of length 2
3172
- # (so `[double, double]`).
3173
- #
3174
- # An array of 4 or more vertices, where the first and last vertex are
3175
- # the same (to form a closed boundary), is called a linear ring. The
3176
- # linear ring vertices must be listed in counter-clockwise order
3177
- # around the ring’s interior. The linear ring is represented as an
3178
- # array of vertices, or an array of arrays of doubles (`[[double,
3179
- # double], ...]`).
3180
- #
3181
- # A geofence consists of a single linear ring. To allow for future
3182
- # expansion, the Polygon parameter takes an array of linear rings,
3183
- # which is represented as an array of arrays of arrays of doubles
3184
- # (`[[[double, double], ...], ...]`).
3185
- #
3186
- # A linear ring for use in geofences can consist of between 4 and
3187
- # 1,000 vertices.
3220
+ # A `Polygon` is a list of up to 250 linear rings which represent the
3221
+ # shape of a geofence. This list *must* include 1 exterior ring
3222
+ # (representing the outer perimeter of the geofence), and can
3223
+ # optionally include up to 249 interior rings (representing polygonal
3224
+ # spaces within the perimeter, which are excluded from the geofence
3225
+ # area).
3226
+ #
3227
+ # A linear ring is an array of 4 or more vertices, where the first and
3228
+ # last vertex are the same (to form a closed boundary). Each vertex is
3229
+ # a 2-dimensional point represented as an array of doubles of length
3230
+ # 2: `[longitude, latitude]`.
3231
+ #
3232
+ # Each linear ring is represented as an array of arrays of doubles
3233
+ # (`[[longitude, latitude], [longitude, latitude], ...]`). The
3234
+ # vertices for the exterior ring must be listed in *counter-clockwise*
3235
+ # sequence. Vertices for all interior rings must be listed in
3236
+ # *clockwise* sequence.
3237
+ #
3238
+ # The list of linear rings that describe the entire `Polygon` is
3239
+ # represented as an array of arrays of arrays of doubles
3240
+ # (`[[[longitude, latitude], [longitude, latitude], ...], [[longitude,
3241
+ # latitude], [longitude, latitude], ...], ...]`). The exterior ring
3242
+ # must be listed first, before any interior rings.
3243
+ #
3244
+ # <note markdown="1"> The following additional requirements and limitations apply to
3245
+ # geometries defined using the `Polygon` parameter:
3246
+ #
3247
+ # * The entire `Polygon` must consist of no more than 1,000 vertices,
3248
+ # including all vertices from the exterior ring and all interior
3249
+ # rings.
3250
+ #
3251
+ # * Rings must not touch or cross each other.
3252
+ #
3253
+ # * All interior rings must be fully contained within the exterior
3254
+ # ring.
3255
+ #
3256
+ # * Interior rings must not contain other interior rings.
3257
+ #
3258
+ # * No ring is permitted to intersect itself.
3259
+ #
3260
+ # </note>
3188
3261
  # @return [Array<Array<Array<Float>>>]
3189
3262
  #
3190
3263
  # @!attribute [rw] circle
@@ -3196,15 +3269,71 @@ module Aws::LocationService
3196
3269
  # provides lossless compression of GeoJSON polygons. The Geobuf must
3197
3270
  # be Base64-encoded.
3198
3271
  #
3199
- # A polygon in Geobuf format can have up to 100,000 vertices.
3272
+ # This parameter can contain a Geobuf-encoded GeoJSON geometry object
3273
+ # of type `Polygon` *OR* `MultiPolygon`. For more information and
3274
+ # specific configuration requirements for these object types, see
3275
+ # [Polygon][1] and [MultiPolygon][2].
3276
+ #
3277
+ # <note markdown="1"> The following limitations apply specifically to geometries defined
3278
+ # using the `Geobuf` parameter, and supercede the corresponding
3279
+ # limitations of the `Polygon` and `MultiPolygon` parameters:
3280
+ #
3281
+ # * A `Polygon` in `Geobuf` format can have up to 25,000 rings and up
3282
+ # to 100,000 total vertices, including all vertices from all
3283
+ # component rings.
3284
+ #
3285
+ # * A `MultiPolygon` in `Geobuf` format can contain up to 10,000
3286
+ # `Polygons` and up to 100,000 total vertices, including all
3287
+ # vertices from all component `Polygons`.
3288
+ #
3289
+ # </note>
3290
+ #
3291
+ #
3292
+ #
3293
+ # [1]: https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_GeofenceGeometry.html#location-Type-WaypointGeofencing_GeofenceGeometry-Polygon
3294
+ # [2]: https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_GeofenceGeometry.html#location-Type-WaypointGeofencing_GeofenceGeometry-MultiPolygon
3200
3295
  # @return [String]
3201
3296
  #
3297
+ # @!attribute [rw] multi_polygon
3298
+ # A `MultiPolygon` is a list of up to 250 `Polygon` elements which
3299
+ # represent the shape of a geofence. The `Polygon` components of a
3300
+ # `MultiPolygon` geometry can define separate geographical areas that
3301
+ # are considered part of the same geofence, perimeters of larger
3302
+ # exterior areas with smaller interior spaces that are excluded from
3303
+ # the geofence, or some combination of these use cases to form complex
3304
+ # geofence boundaries.
3305
+ #
3306
+ # For more information and specific configuration requirements for the
3307
+ # `Polygon` components that form a `MultiPolygon`, see [Polygon][1].
3308
+ #
3309
+ # <note markdown="1"> The following additional requirements and limitations apply to
3310
+ # geometries defined using the `MultiPolygon` parameter:
3311
+ #
3312
+ # * The entire `MultiPolygon` must consist of no more than 1,000
3313
+ # vertices, including all vertices from all component `Polygons`.
3314
+ #
3315
+ # * Each edge of a component `Polygon` must intersect no more than 5
3316
+ # edges from other `Polygons`. Parallel edges that are shared but do
3317
+ # not cross are not counted toward this limit.
3318
+ #
3319
+ # * The total number of intersecting edges of component `Polygons`
3320
+ # must be no more than 100,000. Parallel edges that are shared but
3321
+ # do not cross are not counted toward this limit.
3322
+ #
3323
+ # </note>
3324
+ #
3325
+ #
3326
+ #
3327
+ # [1]: https://docs.aws.amazon.com/location/latest/APIReference/API_WaypointGeofencing_GeofenceGeometry.html#location-Type-WaypointGeofencing_GeofenceGeometry-Polygon
3328
+ # @return [Array<Array<Array<Array<Float>>>>]
3329
+ #
3202
3330
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GeofenceGeometry AWS API Documentation
3203
3331
  #
3204
3332
  class GeofenceGeometry < Struct.new(
3205
3333
  :polygon,
3206
3334
  :circle,
3207
- :geobuf)
3335
+ :geobuf,
3336
+ :multi_polygon)
3208
3337
  SENSITIVE = [:circle, :geobuf]
3209
3338
  include Aws::Structure
3210
3339
  end
@@ -3276,7 +3405,7 @@ module Aws::LocationService
3276
3405
  :start_time_inclusive,
3277
3406
  :end_time_exclusive,
3278
3407
  :max_results)
3279
- SENSITIVE = []
3408
+ SENSITIVE = [:start_time_inclusive, :end_time_exclusive]
3280
3409
  include Aws::Structure
3281
3410
  end
3282
3411
 
@@ -3359,7 +3488,7 @@ module Aws::LocationService
3359
3488
  :position,
3360
3489
  :accuracy,
3361
3490
  :position_properties)
3362
- SENSITIVE = [:position, :position_properties]
3491
+ SENSITIVE = [:sample_time, :received_time, :position, :position_properties]
3363
3492
  include Aws::Structure
3364
3493
  end
3365
3494
 
@@ -3385,8 +3514,8 @@ module Aws::LocationService
3385
3514
  # @return [String]
3386
3515
  #
3387
3516
  # @!attribute [rw] geometry
3388
- # Contains the geofence geometry details describing a polygon or a
3389
- # circle.
3517
+ # Contains the geofence geometry details describing the position of
3518
+ # the geofence. Can be a circle, a polygon, or a multipolygon.
3390
3519
  # @return [Types::GeofenceGeometry]
3391
3520
  #
3392
3521
  # @!attribute [rw] status
@@ -3439,7 +3568,7 @@ module Aws::LocationService
3439
3568
  :create_time,
3440
3569
  :update_time,
3441
3570
  :geofence_properties)
3442
- SENSITIVE = [:geofence_properties]
3571
+ SENSITIVE = [:create_time, :update_time, :geofence_properties]
3443
3572
  include Aws::Structure
3444
3573
  end
3445
3574
 
@@ -3512,10 +3641,10 @@ module Aws::LocationService
3512
3641
  #
3513
3642
  #
3514
3643
  #
3515
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
3516
- # [2]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
3517
- # [3]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
3518
- # [4]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html
3644
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/esri.html
3645
+ # [2]: https://docs.aws.amazon.com/location/previous/developerguide/HERE.html
3646
+ # [3]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html
3647
+ # [4]: https://docs.aws.amazon.com/location/previous/developerguide/open-data.html
3519
3648
  # @return [String]
3520
3649
  #
3521
3650
  # @!attribute [rw] font_unicode_range
@@ -3530,7 +3659,7 @@ module Aws::LocationService
3530
3659
  #
3531
3660
  #
3532
3661
  #
3533
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
3662
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
3534
3663
  # @return [String]
3535
3664
  #
3536
3665
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GetMapGlyphsRequest AWS API Documentation
@@ -3591,7 +3720,7 @@ module Aws::LocationService
3591
3720
  #
3592
3721
  #
3593
3722
  #
3594
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
3723
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
3595
3724
  # @return [String]
3596
3725
  #
3597
3726
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GetMapSpritesRequest AWS API Documentation
@@ -3637,7 +3766,7 @@ module Aws::LocationService
3637
3766
  #
3638
3767
  #
3639
3768
  #
3640
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
3769
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
3641
3770
  # @return [String]
3642
3771
  #
3643
3772
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GetMapStyleDescriptorRequest AWS API Documentation
@@ -3693,7 +3822,7 @@ module Aws::LocationService
3693
3822
  #
3694
3823
  #
3695
3824
  #
3696
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
3825
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
3697
3826
  # @return [String]
3698
3827
  #
3699
3828
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GetMapTileRequest AWS API Documentation
@@ -3770,7 +3899,7 @@ module Aws::LocationService
3770
3899
  #
3771
3900
  #
3772
3901
  #
3773
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
3902
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
3774
3903
  # @return [String]
3775
3904
  #
3776
3905
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GetPlaceRequest AWS API Documentation
@@ -3865,7 +3994,7 @@ module Aws::LocationService
3865
3994
  #
3866
3995
  #
3867
3996
  #
3868
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
3997
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
3869
3998
  #
3870
3999
  # @!attribute [rw] start_position
3871
4000
  # The starting position of the leg. Follows the format
@@ -3878,7 +4007,7 @@ module Aws::LocationService
3878
4007
  #
3879
4008
  #
3880
4009
  #
3881
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
4010
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
3882
4011
  # @return [Array<Float>]
3883
4012
  #
3884
4013
  # @!attribute [rw] end_position
@@ -3892,7 +4021,7 @@ module Aws::LocationService
3892
4021
  #
3893
4022
  #
3894
4023
  #
3895
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/nap-to-nearby-road.html
4024
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/nap-to-nearby-road.html
3896
4025
  # @return [Array<Float>]
3897
4026
  #
3898
4027
  # @!attribute [rw] distance
@@ -4047,7 +4176,7 @@ module Aws::LocationService
4047
4176
  :position,
4048
4177
  :accuracy,
4049
4178
  :position_properties)
4050
- SENSITIVE = [:position, :position_properties]
4179
+ SENSITIVE = [:sample_time, :position, :position_properties]
4051
4180
  include Aws::Structure
4052
4181
  end
4053
4182
 
@@ -4145,7 +4274,7 @@ module Aws::LocationService
4145
4274
  :pricing_plan_data_source,
4146
4275
  :create_time,
4147
4276
  :update_time)
4148
- SENSITIVE = []
4277
+ SENSITIVE = [:create_time, :update_time]
4149
4278
  include Aws::Structure
4150
4279
  end
4151
4280
 
@@ -4161,8 +4290,8 @@ module Aws::LocationService
4161
4290
  # @return [String]
4162
4291
  #
4163
4292
  # @!attribute [rw] geometry
4164
- # Contains the geofence geometry details describing a polygon or a
4165
- # circle.
4293
+ # Contains the geofence geometry details describing the position of
4294
+ # the geofence. Can be a circle, a polygon, or a multipolygon.
4166
4295
  # @return [Types::GeofenceGeometry]
4167
4296
  #
4168
4297
  # @!attribute [rw] status
@@ -4215,7 +4344,7 @@ module Aws::LocationService
4215
4344
  :create_time,
4216
4345
  :update_time,
4217
4346
  :geofence_properties)
4218
- SENSITIVE = [:geofence_properties]
4347
+ SENSITIVE = [:create_time, :update_time, :geofence_properties]
4219
4348
  include Aws::Structure
4220
4349
  end
4221
4350
 
@@ -4368,7 +4497,7 @@ module Aws::LocationService
4368
4497
  :restrictions,
4369
4498
  :create_time,
4370
4499
  :update_time)
4371
- SENSITIVE = []
4500
+ SENSITIVE = [:expire_time, :create_time, :update_time]
4372
4501
  include Aws::Structure
4373
4502
  end
4374
4503
 
@@ -4461,7 +4590,7 @@ module Aws::LocationService
4461
4590
  :pricing_plan,
4462
4591
  :create_time,
4463
4592
  :update_time)
4464
- SENSITIVE = []
4593
+ SENSITIVE = [:create_time, :update_time]
4465
4594
  include Aws::Structure
4466
4595
  end
4467
4596
 
@@ -4534,7 +4663,7 @@ module Aws::LocationService
4534
4663
  #
4535
4664
  #
4536
4665
  #
4537
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
4666
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
4538
4667
  # @return [String]
4539
4668
  #
4540
4669
  # @!attribute [rw] pricing_plan
@@ -4568,7 +4697,7 @@ module Aws::LocationService
4568
4697
  :pricing_plan,
4569
4698
  :create_time,
4570
4699
  :update_time)
4571
- SENSITIVE = []
4700
+ SENSITIVE = [:create_time, :update_time]
4572
4701
  include Aws::Structure
4573
4702
  end
4574
4703
 
@@ -4641,7 +4770,7 @@ module Aws::LocationService
4641
4770
  #
4642
4771
  #
4643
4772
  #
4644
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
4773
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
4645
4774
  # @return [String]
4646
4775
  #
4647
4776
  # @!attribute [rw] pricing_plan
@@ -4683,7 +4812,7 @@ module Aws::LocationService
4683
4812
  :pricing_plan,
4684
4813
  :create_time,
4685
4814
  :update_time)
4686
- SENSITIVE = []
4815
+ SENSITIVE = [:create_time, :update_time]
4687
4816
  include Aws::Structure
4688
4817
  end
4689
4818
 
@@ -4862,7 +4991,7 @@ module Aws::LocationService
4862
4991
  :pricing_plan_data_source,
4863
4992
  :create_time,
4864
4993
  :update_time)
4865
- SENSITIVE = []
4994
+ SENSITIVE = [:create_time, :update_time]
4866
4995
  include Aws::Structure
4867
4996
  end
4868
4997
 
@@ -5098,11 +5227,11 @@ module Aws::LocationService
5098
5227
  #
5099
5228
  #
5100
5229
  #
5101
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
5102
- # [2]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
5103
- # [3]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
5104
- # [4]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area
5105
- # [5]: https://docs.aws.amazon.com/location/latest/developerguide/open-data.html
5230
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/esri.html
5231
+ # [2]: https://docs.aws.amazon.com/location/previous/developerguide/HERE.html
5232
+ # [3]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html
5233
+ # [4]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html#grab-coverage-area
5234
+ # [5]: https://docs.aws.amazon.com/location/previous/developerguide/open-data.html
5106
5235
  # @return [String]
5107
5236
  #
5108
5237
  # @!attribute [rw] political_view
@@ -5119,7 +5248,7 @@ module Aws::LocationService
5119
5248
  #
5120
5249
  #
5121
5250
  #
5122
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views
5251
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/map-concepts.html#political-views
5123
5252
  # @return [String]
5124
5253
  #
5125
5254
  # @!attribute [rw] custom_layers
@@ -5140,7 +5269,7 @@ module Aws::LocationService
5140
5269
  :style,
5141
5270
  :political_view,
5142
5271
  :custom_layers)
5143
- SENSITIVE = []
5272
+ SENSITIVE = [:political_view]
5144
5273
  include Aws::Structure
5145
5274
  end
5146
5275
 
@@ -5159,7 +5288,7 @@ module Aws::LocationService
5159
5288
  #
5160
5289
  #
5161
5290
  #
5162
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/map-concepts.html#political-views
5291
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/map-concepts.html#political-views
5163
5292
  # @return [String]
5164
5293
  #
5165
5294
  # @!attribute [rw] custom_layers
@@ -5179,7 +5308,7 @@ module Aws::LocationService
5179
5308
  class MapConfigurationUpdate < Struct.new(
5180
5309
  :political_view,
5181
5310
  :custom_layers)
5182
- SENSITIVE = []
5311
+ SENSITIVE = [:political_view]
5183
5312
  include Aws::Structure
5184
5313
  end
5185
5314
 
@@ -5282,11 +5411,11 @@ module Aws::LocationService
5282
5411
  #
5283
5412
  # For more information about using categories, including a list of
5284
5413
  # Amazon Location categories, see [Categories and filtering][1], in
5285
- # the *Amazon Location Service Developer Guide*.
5414
+ # the *Amazon Location Service developer guide*.
5286
5415
  #
5287
5416
  #
5288
5417
  #
5289
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html
5418
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html
5290
5419
  # @return [Array<String>]
5291
5420
  #
5292
5421
  # @!attribute [rw] supplemental_categories
@@ -5362,7 +5491,7 @@ module Aws::LocationService
5362
5491
  #
5363
5492
  class PositionalAccuracy < Struct.new(
5364
5493
  :horizontal)
5365
- SENSITIVE = []
5494
+ SENSITIVE = [:horizontal]
5366
5495
  include Aws::Structure
5367
5496
  end
5368
5497
 
@@ -5376,18 +5505,17 @@ module Aws::LocationService
5376
5505
  #
5377
5506
  # @!attribute [rw] geometry
5378
5507
  # Contains the details to specify the position of the geofence. Can be
5379
- # a polygon, a circle or a polygon encoded in Geobuf format. Including
5380
- # multiple selections will return a validation error.
5508
+ # a circle, a polygon, or a multipolygon. `Polygon` and `MultiPolygon`
5509
+ # geometries can be defined using their respective parameters, or
5510
+ # encoded in Geobuf format using the `Geobuf` parameter. Including
5511
+ # multiple geometry types in the same request will return a validation
5512
+ # error.
5381
5513
  #
5382
- # <note markdown="1"> The [ geofence polygon][1] format supports a maximum of 1,000
5383
- # vertices. The [Geofence Geobuf][1] format supports a maximum of
5514
+ # <note markdown="1"> The geofence `Polygon` and `MultiPolygon` formats support a maximum
5515
+ # of 1,000 total vertices. The `Geobuf` format supports a maximum of
5384
5516
  # 100,000 vertices.
5385
5517
  #
5386
5518
  # </note>
5387
- #
5388
- #
5389
- #
5390
- # [1]: https://docs.aws.amazon.com/location-geofences/latest/APIReference/API_GeofenceGeometry.html
5391
5519
  # @return [Types::GeofenceGeometry]
5392
5520
  #
5393
5521
  # @!attribute [rw] geofence_properties
@@ -5437,7 +5565,7 @@ module Aws::LocationService
5437
5565
  :geofence_id,
5438
5566
  :create_time,
5439
5567
  :update_time)
5440
- SENSITIVE = []
5568
+ SENSITIVE = [:create_time, :update_time]
5441
5569
  include Aws::Structure
5442
5570
  end
5443
5571
 
@@ -5603,11 +5731,11 @@ module Aws::LocationService
5603
5731
  #
5604
5732
  # For more information about using categories, including a list of
5605
5733
  # Amazon Location categories, see [Categories and filtering][1], in
5606
- # the *Amazon Location Service Developer Guide*.
5734
+ # the *Amazon Location Service developer guide*.
5607
5735
  #
5608
5736
  #
5609
5737
  #
5610
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html
5738
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html
5611
5739
  # @return [Array<String>]
5612
5740
  #
5613
5741
  # @!attribute [rw] supplemental_categories
@@ -5726,7 +5854,7 @@ module Aws::LocationService
5726
5854
  #
5727
5855
  #
5728
5856
  #
5729
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
5857
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
5730
5858
  # @return [String]
5731
5859
  #
5732
5860
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/SearchPlaceIndexForPositionRequest AWS API Documentation
@@ -5789,7 +5917,7 @@ module Aws::LocationService
5789
5917
  #
5790
5918
  #
5791
5919
  #
5792
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
5920
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
5793
5921
  # @return [String]
5794
5922
  #
5795
5923
  # @!attribute [rw] language
@@ -5913,11 +6041,11 @@ module Aws::LocationService
5913
6041
  #
5914
6042
  # For more information about using categories, including a list of
5915
6043
  # Amazon Location categories, see [Categories and filtering][1], in
5916
- # the *Amazon Location Service Developer Guide*.
6044
+ # the *Amazon Location Service developer guide*.
5917
6045
  #
5918
6046
  #
5919
6047
  #
5920
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html
6048
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html
5921
6049
  # @return [Array<String>]
5922
6050
  #
5923
6051
  # @!attribute [rw] key
@@ -5925,7 +6053,7 @@ module Aws::LocationService
5925
6053
  #
5926
6054
  #
5927
6055
  #
5928
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
6056
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
5929
6057
  # @return [String]
5930
6058
  #
5931
6059
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/SearchPlaceIndexForSuggestionsRequest AWS API Documentation
@@ -5940,7 +6068,7 @@ module Aws::LocationService
5940
6068
  :language,
5941
6069
  :filter_categories,
5942
6070
  :key)
5943
- SENSITIVE = [:text, :bias_position, :filter_b_box, :key]
6071
+ SENSITIVE = [:text, :bias_position, :filter_b_box, :filter_countries, :key]
5944
6072
  include Aws::Structure
5945
6073
  end
5946
6074
 
@@ -6011,7 +6139,7 @@ module Aws::LocationService
6011
6139
  #
6012
6140
  #
6013
6141
  #
6014
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
6142
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
6015
6143
  # @return [String]
6016
6144
  #
6017
6145
  # @!attribute [rw] language
@@ -6039,7 +6167,7 @@ module Aws::LocationService
6039
6167
  :data_source,
6040
6168
  :language,
6041
6169
  :filter_categories)
6042
- SENSITIVE = [:text, :bias_position, :filter_b_box]
6170
+ SENSITIVE = [:text, :bias_position, :filter_b_box, :filter_countries]
6043
6171
  include Aws::Structure
6044
6172
  end
6045
6173
 
@@ -6143,11 +6271,11 @@ module Aws::LocationService
6143
6271
  #
6144
6272
  # For more information about using categories, including a list of
6145
6273
  # Amazon Location categories, see [Categories and filtering][1], in
6146
- # the *Amazon Location Service Developer Guide*.
6274
+ # the *Amazon Location Service developer guide*.
6147
6275
  #
6148
6276
  #
6149
6277
  #
6150
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html
6278
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html
6151
6279
  # @return [Array<String>]
6152
6280
  #
6153
6281
  # @!attribute [rw] key
@@ -6155,7 +6283,7 @@ module Aws::LocationService
6155
6283
  #
6156
6284
  #
6157
6285
  #
6158
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
6286
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
6159
6287
  # @return [String]
6160
6288
  #
6161
6289
  # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/SearchPlaceIndexForTextRequest AWS API Documentation
@@ -6170,7 +6298,7 @@ module Aws::LocationService
6170
6298
  :language,
6171
6299
  :filter_categories,
6172
6300
  :key)
6173
- SENSITIVE = [:text, :bias_position, :filter_b_box, :key]
6301
+ SENSITIVE = [:text, :bias_position, :filter_b_box, :filter_countries, :key]
6174
6302
  include Aws::Structure
6175
6303
  end
6176
6304
 
@@ -6254,7 +6382,7 @@ module Aws::LocationService
6254
6382
  #
6255
6383
  #
6256
6384
  #
6257
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
6385
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
6258
6386
  # @return [String]
6259
6387
  #
6260
6388
  # @!attribute [rw] language
@@ -6283,7 +6411,7 @@ module Aws::LocationService
6283
6411
  :data_source,
6284
6412
  :language,
6285
6413
  :filter_categories)
6286
- SENSITIVE = [:text, :bias_position, :filter_b_box, :result_b_box]
6414
+ SENSITIVE = [:text, :bias_position, :filter_b_box, :filter_countries, :result_b_box]
6287
6415
  include Aws::Structure
6288
6416
  end
6289
6417
 
@@ -6292,7 +6420,7 @@ module Aws::LocationService
6292
6420
  #
6293
6421
  #
6294
6422
  #
6295
- # [1]: https://docs.aws.amazon.com/location/latest/developerguide/location-quotas.html
6423
+ # [1]: https://docs.aws.amazon.com/location/previous/developerguide/location-quotas.html
6296
6424
  #
6297
6425
  # @!attribute [rw] message
6298
6426
  # A message with the reason for the service quota exceeded exception
@@ -6626,7 +6754,7 @@ module Aws::LocationService
6626
6754
  :collection_name,
6627
6755
  :collection_arn,
6628
6756
  :update_time)
6629
- SENSITIVE = []
6757
+ SENSITIVE = [:update_time]
6630
6758
  include Aws::Structure
6631
6759
  end
6632
6760
 
@@ -6677,7 +6805,7 @@ module Aws::LocationService
6677
6805
  :no_expiry,
6678
6806
  :force_update,
6679
6807
  :restrictions)
6680
- SENSITIVE = []
6808
+ SENSITIVE = [:expire_time]
6681
6809
  include Aws::Structure
6682
6810
  end
6683
6811
 
@@ -6709,7 +6837,7 @@ module Aws::LocationService
6709
6837
  :key_arn,
6710
6838
  :key_name,
6711
6839
  :update_time)
6712
- SENSITIVE = []
6840
+ SENSITIVE = [:update_time]
6713
6841
  include Aws::Structure
6714
6842
  end
6715
6843
 
@@ -6770,7 +6898,7 @@ module Aws::LocationService
6770
6898
  :map_name,
6771
6899
  :map_arn,
6772
6900
  :update_time)
6773
- SENSITIVE = []
6901
+ SENSITIVE = [:update_time]
6774
6902
  include Aws::Structure
6775
6903
  end
6776
6904
 
@@ -6831,7 +6959,7 @@ module Aws::LocationService
6831
6959
  :index_name,
6832
6960
  :index_arn,
6833
6961
  :update_time)
6834
- SENSITIVE = []
6962
+ SENSITIVE = [:update_time]
6835
6963
  include Aws::Structure
6836
6964
  end
6837
6965
 
@@ -6887,7 +7015,7 @@ module Aws::LocationService
6887
7015
  :calculator_name,
6888
7016
  :calculator_arn,
6889
7017
  :update_time)
6890
- SENSITIVE = []
7018
+ SENSITIVE = [:update_time]
6891
7019
  include Aws::Structure
6892
7020
  end
6893
7021
 
@@ -7003,7 +7131,7 @@ module Aws::LocationService
7003
7131
  :tracker_name,
7004
7132
  :tracker_arn,
7005
7133
  :update_time)
7006
- SENSITIVE = []
7134
+ SENSITIVE = [:update_time]
7007
7135
  include Aws::Structure
7008
7136
  end
7009
7137
 
@@ -7115,7 +7243,7 @@ module Aws::LocationService
7115
7243
  :sample_time,
7116
7244
  :received_time,
7117
7245
  :distance_unit)
7118
- SENSITIVE = []
7246
+ SENSITIVE = [:sample_time, :received_time]
7119
7247
  include Aws::Structure
7120
7248
  end
7121
7249