aws-sdk-georoutes 1.11.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-georoutes/client.rb +4 -4
- data/lib/aws-sdk-georoutes/client_api.rb +85 -84
- data/lib/aws-sdk-georoutes/types.rb +134 -134
- data/lib/aws-sdk-georoutes.rb +1 -1
- data/sig/types.rbs +130 -130
- metadata +3 -3
@@ -168,7 +168,7 @@ module Aws::GeoRoutes
|
|
168
168
|
:traffic,
|
169
169
|
:travel_mode,
|
170
170
|
:travel_mode_options)
|
171
|
-
SENSITIVE = [:destination, :key, :origin]
|
171
|
+
SENSITIVE = [:arrival_time, :depart_now, :departure_time, :destination, :key, :origin]
|
172
172
|
include Aws::Structure
|
173
173
|
end
|
174
174
|
|
@@ -231,7 +231,7 @@ module Aws::GeoRoutes
|
|
231
231
|
:pricing_bucket,
|
232
232
|
:snapped_destination,
|
233
233
|
:snapped_origin)
|
234
|
-
SENSITIVE = [:snapped_destination, :snapped_origin]
|
234
|
+
SENSITIVE = [:arrival_time, :departure_time, :snapped_destination, :snapped_origin]
|
235
235
|
include Aws::Structure
|
236
236
|
end
|
237
237
|
|
@@ -351,7 +351,7 @@ module Aws::GeoRoutes
|
|
351
351
|
:traffic,
|
352
352
|
:travel_mode,
|
353
353
|
:travel_mode_options)
|
354
|
-
SENSITIVE = [:key]
|
354
|
+
SENSITIVE = [:allow, :depart_now, :departure_time, :key]
|
355
355
|
include Aws::Structure
|
356
356
|
end
|
357
357
|
|
@@ -601,7 +601,7 @@ module Aws::GeoRoutes
|
|
601
601
|
:travel_mode_options,
|
602
602
|
:travel_step_type,
|
603
603
|
:waypoints)
|
604
|
-
SENSITIVE = [:destination, :key, :origin]
|
604
|
+
SENSITIVE = [:arrival_time, :depart_now, :departure_time, :destination, :key, :leg_additional_features, :origin]
|
605
605
|
include Aws::Structure
|
606
606
|
end
|
607
607
|
|
@@ -656,7 +656,7 @@ module Aws::GeoRoutes
|
|
656
656
|
class Circle < Struct.new(
|
657
657
|
:center,
|
658
658
|
:radius)
|
659
|
-
SENSITIVE = [:center]
|
659
|
+
SENSITIVE = [:center, :radius]
|
660
660
|
include Aws::Structure
|
661
661
|
end
|
662
662
|
|
@@ -725,7 +725,7 @@ module Aws::GeoRoutes
|
|
725
725
|
:distance_threshold,
|
726
726
|
:geometries,
|
727
727
|
:time_threshold)
|
728
|
-
SENSITIVE = []
|
728
|
+
SENSITIVE = [:distance_threshold, :time_threshold]
|
729
729
|
include Aws::Structure
|
730
730
|
end
|
731
731
|
|
@@ -749,7 +749,7 @@ module Aws::GeoRoutes
|
|
749
749
|
class IsolineAllowOptions < Struct.new(
|
750
750
|
:hot,
|
751
751
|
:hov)
|
752
|
-
SENSITIVE = []
|
752
|
+
SENSITIVE = [:hot, :hov]
|
753
753
|
include Aws::Structure
|
754
754
|
end
|
755
755
|
|
@@ -901,7 +901,7 @@ module Aws::GeoRoutes
|
|
901
901
|
:tunnels,
|
902
902
|
:u_turns,
|
903
903
|
:zone_categories)
|
904
|
-
SENSITIVE = []
|
904
|
+
SENSITIVE = [:car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :seasonal_closure, :toll_roads, :toll_transponders, :truck_road_types, :tunnels, :u_turns]
|
905
905
|
include Aws::Structure
|
906
906
|
end
|
907
907
|
|
@@ -948,7 +948,7 @@ module Aws::GeoRoutes
|
|
948
948
|
:license_plate,
|
949
949
|
:max_speed,
|
950
950
|
:occupancy)
|
951
|
-
SENSITIVE = []
|
951
|
+
SENSITIVE = [:engine_type, :license_plate, :max_speed, :occupancy]
|
952
952
|
include Aws::Structure
|
953
953
|
end
|
954
954
|
|
@@ -1037,7 +1037,7 @@ module Aws::GeoRoutes
|
|
1037
1037
|
:heading,
|
1038
1038
|
:matching,
|
1039
1039
|
:side_of_street)
|
1040
|
-
SENSITIVE = []
|
1040
|
+
SENSITIVE = [:avoid_actions_for_distance, :heading]
|
1041
1041
|
include Aws::Structure
|
1042
1042
|
end
|
1043
1043
|
|
@@ -1058,7 +1058,7 @@ module Aws::GeoRoutes
|
|
1058
1058
|
class IsolineGranularityOptions < Struct.new(
|
1059
1059
|
:max_points,
|
1060
1060
|
:max_resolution)
|
1061
|
-
SENSITIVE = []
|
1061
|
+
SENSITIVE = [:max_resolution]
|
1062
1062
|
include Aws::Structure
|
1063
1063
|
end
|
1064
1064
|
|
@@ -1098,7 +1098,7 @@ module Aws::GeoRoutes
|
|
1098
1098
|
:on_road_threshold,
|
1099
1099
|
:radius,
|
1100
1100
|
:strategy)
|
1101
|
-
SENSITIVE = [:name_hint]
|
1101
|
+
SENSITIVE = [:name_hint, :on_road_threshold, :radius]
|
1102
1102
|
include Aws::Structure
|
1103
1103
|
end
|
1104
1104
|
|
@@ -1131,7 +1131,7 @@ module Aws::GeoRoutes
|
|
1131
1131
|
:heading,
|
1132
1132
|
:matching,
|
1133
1133
|
:side_of_street)
|
1134
|
-
SENSITIVE = []
|
1134
|
+
SENSITIVE = [:avoid_actions_for_distance, :heading]
|
1135
1135
|
include Aws::Structure
|
1136
1136
|
end
|
1137
1137
|
|
@@ -1164,7 +1164,7 @@ module Aws::GeoRoutes
|
|
1164
1164
|
:license_plate,
|
1165
1165
|
:max_speed,
|
1166
1166
|
:occupancy)
|
1167
|
-
SENSITIVE = []
|
1167
|
+
SENSITIVE = [:engine_type, :license_plate, :max_speed, :occupancy]
|
1168
1168
|
include Aws::Structure
|
1169
1169
|
end
|
1170
1170
|
|
@@ -1236,7 +1236,7 @@ module Aws::GeoRoutes
|
|
1236
1236
|
class IsolineThresholds < Struct.new(
|
1237
1237
|
:distance,
|
1238
1238
|
:time)
|
1239
|
-
SENSITIVE = []
|
1239
|
+
SENSITIVE = [:distance, :time]
|
1240
1240
|
include Aws::Structure
|
1241
1241
|
end
|
1242
1242
|
|
@@ -1265,7 +1265,7 @@ module Aws::GeoRoutes
|
|
1265
1265
|
class IsolineTrafficOptions < Struct.new(
|
1266
1266
|
:flow_event_threshold_override,
|
1267
1267
|
:usage)
|
1268
|
-
SENSITIVE = []
|
1268
|
+
SENSITIVE = [:flow_event_threshold_override]
|
1269
1269
|
include Aws::Structure
|
1270
1270
|
end
|
1271
1271
|
|
@@ -1286,7 +1286,7 @@ module Aws::GeoRoutes
|
|
1286
1286
|
class IsolineTrailerOptions < Struct.new(
|
1287
1287
|
:axle_count,
|
1288
1288
|
:trailer_count)
|
1289
|
-
SENSITIVE = []
|
1289
|
+
SENSITIVE = [:axle_count, :trailer_count]
|
1290
1290
|
include Aws::Structure
|
1291
1291
|
end
|
1292
1292
|
|
@@ -1471,7 +1471,7 @@ module Aws::GeoRoutes
|
|
1471
1471
|
:weight_per_axle,
|
1472
1472
|
:weight_per_axle_group,
|
1473
1473
|
:width)
|
1474
|
-
SENSITIVE = []
|
1474
|
+
SENSITIVE = [:axle_count, :engine_type, :gross_weight, :hazardous_cargos, :height, :height_above_first_axle, :kpra_length, :length, :license_plate, :max_speed, :occupancy, :payload_capacity, :tire_count, :tunnel_restriction_code, :weight_per_axle, :width]
|
1475
1475
|
include Aws::Structure
|
1476
1476
|
end
|
1477
1477
|
|
@@ -1506,7 +1506,7 @@ module Aws::GeoRoutes
|
|
1506
1506
|
class LocalizedString < Struct.new(
|
1507
1507
|
:language,
|
1508
1508
|
:value)
|
1509
|
-
SENSITIVE = []
|
1509
|
+
SENSITIVE = [:value]
|
1510
1510
|
include Aws::Structure
|
1511
1511
|
end
|
1512
1512
|
|
@@ -1607,7 +1607,7 @@ module Aws::GeoRoutes
|
|
1607
1607
|
:travel_mode,
|
1608
1608
|
:travel_mode_options,
|
1609
1609
|
:waypoints)
|
1610
|
-
SENSITIVE = [:destination, :key, :origin]
|
1610
|
+
SENSITIVE = [:departure_time, :destination, :key, :origin]
|
1611
1611
|
include Aws::Structure
|
1612
1612
|
end
|
1613
1613
|
|
@@ -1653,7 +1653,7 @@ module Aws::GeoRoutes
|
|
1653
1653
|
:optimized_waypoints,
|
1654
1654
|
:pricing_bucket,
|
1655
1655
|
:time_breakdown)
|
1656
|
-
SENSITIVE = []
|
1656
|
+
SENSITIVE = [:distance, :duration]
|
1657
1657
|
include Aws::Structure
|
1658
1658
|
end
|
1659
1659
|
|
@@ -1708,7 +1708,7 @@ module Aws::GeoRoutes
|
|
1708
1708
|
:code,
|
1709
1709
|
:title,
|
1710
1710
|
:trace_point_indexes)
|
1711
|
-
SENSITIVE = []
|
1711
|
+
SENSITIVE = [:code, :title, :trace_point_indexes]
|
1712
1712
|
include Aws::Structure
|
1713
1713
|
end
|
1714
1714
|
|
@@ -1763,7 +1763,7 @@ module Aws::GeoRoutes
|
|
1763
1763
|
:confidence,
|
1764
1764
|
:original_position,
|
1765
1765
|
:snapped_position)
|
1766
|
-
SENSITIVE = [:original_position, :snapped_position]
|
1766
|
+
SENSITIVE = [:confidence, :original_position, :snapped_position]
|
1767
1767
|
include Aws::Structure
|
1768
1768
|
end
|
1769
1769
|
|
@@ -1794,7 +1794,7 @@ module Aws::GeoRoutes
|
|
1794
1794
|
:position,
|
1795
1795
|
:speed,
|
1796
1796
|
:timestamp)
|
1797
|
-
SENSITIVE = [:position]
|
1797
|
+
SENSITIVE = [:heading, :position, :speed, :timestamp]
|
1798
1798
|
include Aws::Structure
|
1799
1799
|
end
|
1800
1800
|
|
@@ -1810,7 +1810,7 @@ module Aws::GeoRoutes
|
|
1810
1810
|
#
|
1811
1811
|
class RoadSnapTrailerOptions < Struct.new(
|
1812
1812
|
:trailer_count)
|
1813
|
-
SENSITIVE = []
|
1813
|
+
SENSITIVE = [:trailer_count]
|
1814
1814
|
include Aws::Structure
|
1815
1815
|
end
|
1816
1816
|
|
@@ -1900,7 +1900,7 @@ module Aws::GeoRoutes
|
|
1900
1900
|
:trailer,
|
1901
1901
|
:tunnel_restriction_code,
|
1902
1902
|
:width)
|
1903
|
-
SENSITIVE = []
|
1903
|
+
SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]
|
1904
1904
|
include Aws::Structure
|
1905
1905
|
end
|
1906
1906
|
|
@@ -1954,7 +1954,7 @@ module Aws::GeoRoutes
|
|
1954
1954
|
class RouteAllowOptions < Struct.new(
|
1955
1955
|
:hot,
|
1956
1956
|
:hov)
|
1957
|
-
SENSITIVE = []
|
1957
|
+
SENSITIVE = [:hot, :hov]
|
1958
1958
|
include Aws::Structure
|
1959
1959
|
end
|
1960
1960
|
|
@@ -2102,7 +2102,7 @@ module Aws::GeoRoutes
|
|
2102
2102
|
:tunnels,
|
2103
2103
|
:u_turns,
|
2104
2104
|
:zone_categories)
|
2105
|
-
SENSITIVE = []
|
2105
|
+
SENSITIVE = [:car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :seasonal_closure, :toll_roads, :toll_transponders, :truck_road_types, :tunnels, :u_turns]
|
2106
2106
|
include Aws::Structure
|
2107
2107
|
end
|
2108
2108
|
|
@@ -2116,7 +2116,7 @@ module Aws::GeoRoutes
|
|
2116
2116
|
#
|
2117
2117
|
class RouteAvoidanceZoneCategory < Struct.new(
|
2118
2118
|
:category)
|
2119
|
-
SENSITIVE = []
|
2119
|
+
SENSITIVE = [:category]
|
2120
2120
|
include Aws::Structure
|
2121
2121
|
end
|
2122
2122
|
|
@@ -2149,7 +2149,7 @@ module Aws::GeoRoutes
|
|
2149
2149
|
:license_plate,
|
2150
2150
|
:max_speed,
|
2151
2151
|
:occupancy)
|
2152
|
-
SENSITIVE = []
|
2152
|
+
SENSITIVE = [:engine_type, :max_speed, :occupancy]
|
2153
2153
|
include Aws::Structure
|
2154
2154
|
end
|
2155
2155
|
|
@@ -2178,7 +2178,7 @@ module Aws::GeoRoutes
|
|
2178
2178
|
:steering_direction,
|
2179
2179
|
:turn_angle,
|
2180
2180
|
:turn_intensity)
|
2181
|
-
SENSITIVE = []
|
2181
|
+
SENSITIVE = [:steering_direction, :turn_intensity]
|
2182
2182
|
include Aws::Structure
|
2183
2183
|
end
|
2184
2184
|
|
@@ -2237,7 +2237,7 @@ module Aws::GeoRoutes
|
|
2237
2237
|
:matching,
|
2238
2238
|
:side_of_street,
|
2239
2239
|
:stop_duration)
|
2240
|
-
SENSITIVE = []
|
2240
|
+
SENSITIVE = [:avoid_actions_for_distance, :avoid_u_turns, :heading, :stop_duration]
|
2241
2241
|
include Aws::Structure
|
2242
2242
|
end
|
2243
2243
|
|
@@ -2276,7 +2276,7 @@ module Aws::GeoRoutes
|
|
2276
2276
|
class RouteDriverScheduleInterval < Struct.new(
|
2277
2277
|
:drive_duration,
|
2278
2278
|
:rest_duration)
|
2279
|
-
SENSITIVE = []
|
2279
|
+
SENSITIVE = [:drive_duration, :rest_duration]
|
2280
2280
|
include Aws::Structure
|
2281
2281
|
end
|
2282
2282
|
|
@@ -2300,7 +2300,7 @@ module Aws::GeoRoutes
|
|
2300
2300
|
class RouteEmissionType < Struct.new(
|
2301
2301
|
:co_2_emission_class,
|
2302
2302
|
:type)
|
2303
|
-
SENSITIVE = []
|
2303
|
+
SENSITIVE = [:co_2_emission_class, :type]
|
2304
2304
|
include Aws::Structure
|
2305
2305
|
end
|
2306
2306
|
|
@@ -2329,7 +2329,7 @@ module Aws::GeoRoutes
|
|
2329
2329
|
:steering_direction,
|
2330
2330
|
:turn_angle,
|
2331
2331
|
:turn_intensity)
|
2332
|
-
SENSITIVE = []
|
2332
|
+
SENSITIVE = [:steering_direction, :turn_intensity]
|
2333
2333
|
include Aws::Structure
|
2334
2334
|
end
|
2335
2335
|
|
@@ -2346,7 +2346,7 @@ module Aws::GeoRoutes
|
|
2346
2346
|
#
|
2347
2347
|
class RouteExclusionOptions < Struct.new(
|
2348
2348
|
:countries)
|
2349
|
-
SENSITIVE = []
|
2349
|
+
SENSITIVE = [:countries]
|
2350
2350
|
include Aws::Structure
|
2351
2351
|
end
|
2352
2352
|
|
@@ -2380,7 +2380,7 @@ module Aws::GeoRoutes
|
|
2380
2380
|
:steering_direction,
|
2381
2381
|
:turn_angle,
|
2382
2382
|
:turn_intensity)
|
2383
|
-
SENSITIVE = []
|
2383
|
+
SENSITIVE = [:relative_exit, :steering_direction, :turn_intensity]
|
2384
2384
|
include Aws::Structure
|
2385
2385
|
end
|
2386
2386
|
|
@@ -2411,7 +2411,7 @@ module Aws::GeoRoutes
|
|
2411
2411
|
:duration,
|
2412
2412
|
:instruction,
|
2413
2413
|
:type)
|
2414
|
-
SENSITIVE = []
|
2414
|
+
SENSITIVE = [:duration, :instruction, :type]
|
2415
2415
|
include Aws::Structure
|
2416
2416
|
end
|
2417
2417
|
|
@@ -2430,7 +2430,7 @@ module Aws::GeoRoutes
|
|
2430
2430
|
class RouteFerryArrival < Struct.new(
|
2431
2431
|
:place,
|
2432
2432
|
:time)
|
2433
|
-
SENSITIVE = []
|
2433
|
+
SENSITIVE = [:time]
|
2434
2434
|
include Aws::Structure
|
2435
2435
|
end
|
2436
2436
|
|
@@ -2461,7 +2461,7 @@ module Aws::GeoRoutes
|
|
2461
2461
|
:duration,
|
2462
2462
|
:instruction,
|
2463
2463
|
:type)
|
2464
|
-
SENSITIVE = []
|
2464
|
+
SENSITIVE = [:duration, :instruction, :type]
|
2465
2465
|
include Aws::Structure
|
2466
2466
|
end
|
2467
2467
|
|
@@ -2480,7 +2480,7 @@ module Aws::GeoRoutes
|
|
2480
2480
|
class RouteFerryDeparture < Struct.new(
|
2481
2481
|
:place,
|
2482
2482
|
:time)
|
2483
|
-
SENSITIVE = []
|
2483
|
+
SENSITIVE = [:time]
|
2484
2484
|
include Aws::Structure
|
2485
2485
|
end
|
2486
2486
|
|
@@ -2545,7 +2545,7 @@ module Aws::GeoRoutes
|
|
2545
2545
|
:spans,
|
2546
2546
|
:summary,
|
2547
2547
|
:travel_steps)
|
2548
|
-
SENSITIVE = []
|
2548
|
+
SENSITIVE = [:route_name]
|
2549
2549
|
include Aws::Structure
|
2550
2550
|
end
|
2551
2551
|
|
@@ -2588,7 +2588,7 @@ module Aws::GeoRoutes
|
|
2588
2588
|
class RouteFerryOverviewSummary < Struct.new(
|
2589
2589
|
:distance,
|
2590
2590
|
:duration)
|
2591
|
-
SENSITIVE = []
|
2591
|
+
SENSITIVE = [:distance, :duration]
|
2592
2592
|
include Aws::Structure
|
2593
2593
|
end
|
2594
2594
|
|
@@ -2617,7 +2617,7 @@ module Aws::GeoRoutes
|
|
2617
2617
|
:original_position,
|
2618
2618
|
:position,
|
2619
2619
|
:waypoint_index)
|
2620
|
-
SENSITIVE = [:original_position, :position]
|
2620
|
+
SENSITIVE = [:name, :original_position, :position, :waypoint_index]
|
2621
2621
|
include Aws::Structure
|
2622
2622
|
end
|
2623
2623
|
|
@@ -2663,7 +2663,7 @@ module Aws::GeoRoutes
|
|
2663
2663
|
:geometry_offset,
|
2664
2664
|
:names,
|
2665
2665
|
:region)
|
2666
|
-
SENSITIVE = []
|
2666
|
+
SENSITIVE = [:country, :distance, :duration, :region]
|
2667
2667
|
include Aws::Structure
|
2668
2668
|
end
|
2669
2669
|
|
@@ -2705,7 +2705,7 @@ module Aws::GeoRoutes
|
|
2705
2705
|
#
|
2706
2706
|
class RouteFerryTravelOnlySummary < Struct.new(
|
2707
2707
|
:duration)
|
2708
|
-
SENSITIVE = []
|
2708
|
+
SENSITIVE = [:duration]
|
2709
2709
|
include Aws::Structure
|
2710
2710
|
end
|
2711
2711
|
|
@@ -2746,7 +2746,7 @@ module Aws::GeoRoutes
|
|
2746
2746
|
:geometry_offset,
|
2747
2747
|
:instruction,
|
2748
2748
|
:type)
|
2749
|
-
SENSITIVE = []
|
2749
|
+
SENSITIVE = [:distance, :duration, :instruction, :type]
|
2750
2750
|
include Aws::Structure
|
2751
2751
|
end
|
2752
2752
|
|
@@ -2775,7 +2775,7 @@ module Aws::GeoRoutes
|
|
2775
2775
|
:steering_direction,
|
2776
2776
|
:turn_angle,
|
2777
2777
|
:turn_intensity)
|
2778
|
-
SENSITIVE = []
|
2778
|
+
SENSITIVE = [:steering_direction, :turn_intensity]
|
2779
2779
|
include Aws::Structure
|
2780
2780
|
end
|
2781
2781
|
|
@@ -2828,7 +2828,7 @@ module Aws::GeoRoutes
|
|
2828
2828
|
:travel_mode,
|
2829
2829
|
:type,
|
2830
2830
|
:vehicle_leg_details)
|
2831
|
-
SENSITIVE = []
|
2831
|
+
SENSITIVE = [:travel_mode, :type]
|
2832
2832
|
include Aws::Structure
|
2833
2833
|
end
|
2834
2834
|
|
@@ -2916,7 +2916,7 @@ module Aws::GeoRoutes
|
|
2916
2916
|
:on_road_threshold,
|
2917
2917
|
:radius,
|
2918
2918
|
:strategy)
|
2919
|
-
SENSITIVE = [:name_hint]
|
2919
|
+
SENSITIVE = [:name_hint, :on_road_threshold, :radius]
|
2920
2920
|
include Aws::Structure
|
2921
2921
|
end
|
2922
2922
|
|
@@ -2940,7 +2940,7 @@ module Aws::GeoRoutes
|
|
2940
2940
|
class RouteMatrixAllowOptions < Struct.new(
|
2941
2941
|
:hot,
|
2942
2942
|
:hov)
|
2943
|
-
SENSITIVE = []
|
2943
|
+
SENSITIVE = [:hot, :hov]
|
2944
2944
|
include Aws::Structure
|
2945
2945
|
end
|
2946
2946
|
|
@@ -2959,7 +2959,7 @@ module Aws::GeoRoutes
|
|
2959
2959
|
class RouteMatrixAutoCircle < Struct.new(
|
2960
2960
|
:margin,
|
2961
2961
|
:max_radius)
|
2962
|
-
SENSITIVE = []
|
2962
|
+
SENSITIVE = [:margin, :max_radius]
|
2963
2963
|
include Aws::Structure
|
2964
2964
|
end
|
2965
2965
|
|
@@ -3084,7 +3084,7 @@ module Aws::GeoRoutes
|
|
3084
3084
|
:tunnels,
|
3085
3085
|
:u_turns,
|
3086
3086
|
:zone_categories)
|
3087
|
-
SENSITIVE = []
|
3087
|
+
SENSITIVE = [:car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :toll_transponders, :truck_road_types, :tunnels, :u_turns]
|
3088
3088
|
include Aws::Structure
|
3089
3089
|
end
|
3090
3090
|
|
@@ -3098,7 +3098,7 @@ module Aws::GeoRoutes
|
|
3098
3098
|
#
|
3099
3099
|
class RouteMatrixAvoidanceZoneCategory < Struct.new(
|
3100
3100
|
:category)
|
3101
|
-
SENSITIVE = []
|
3101
|
+
SENSITIVE = [:category]
|
3102
3102
|
include Aws::Structure
|
3103
3103
|
end
|
3104
3104
|
|
@@ -3119,7 +3119,7 @@ module Aws::GeoRoutes
|
|
3119
3119
|
class RouteMatrixBoundary < Struct.new(
|
3120
3120
|
:geometry,
|
3121
3121
|
:unbounded)
|
3122
|
-
SENSITIVE = []
|
3122
|
+
SENSITIVE = [:unbounded]
|
3123
3123
|
include Aws::Structure
|
3124
3124
|
end
|
3125
3125
|
|
@@ -3181,7 +3181,7 @@ module Aws::GeoRoutes
|
|
3181
3181
|
:license_plate,
|
3182
3182
|
:max_speed,
|
3183
3183
|
:occupancy)
|
3184
|
-
SENSITIVE = []
|
3184
|
+
SENSITIVE = [:license_plate, :max_speed, :occupancy]
|
3185
3185
|
include Aws::Structure
|
3186
3186
|
end
|
3187
3187
|
|
@@ -3233,7 +3233,7 @@ module Aws::GeoRoutes
|
|
3233
3233
|
:heading,
|
3234
3234
|
:matching,
|
3235
3235
|
:side_of_street)
|
3236
|
-
SENSITIVE = []
|
3236
|
+
SENSITIVE = [:avoid_actions_for_distance, :heading]
|
3237
3237
|
include Aws::Structure
|
3238
3238
|
end
|
3239
3239
|
|
@@ -3262,7 +3262,7 @@ module Aws::GeoRoutes
|
|
3262
3262
|
:distance,
|
3263
3263
|
:duration,
|
3264
3264
|
:error)
|
3265
|
-
SENSITIVE = []
|
3265
|
+
SENSITIVE = [:distance, :duration]
|
3266
3266
|
include Aws::Structure
|
3267
3267
|
end
|
3268
3268
|
|
@@ -3279,7 +3279,7 @@ module Aws::GeoRoutes
|
|
3279
3279
|
#
|
3280
3280
|
class RouteMatrixExclusionOptions < Struct.new(
|
3281
3281
|
:countries)
|
3282
|
-
SENSITIVE = []
|
3282
|
+
SENSITIVE = [:countries]
|
3283
3283
|
include Aws::Structure
|
3284
3284
|
end
|
3285
3285
|
|
@@ -3319,7 +3319,7 @@ module Aws::GeoRoutes
|
|
3319
3319
|
:on_road_threshold,
|
3320
3320
|
:radius,
|
3321
3321
|
:strategy)
|
3322
|
-
SENSITIVE = [:name_hint]
|
3322
|
+
SENSITIVE = [:name_hint, :on_road_threshold, :radius]
|
3323
3323
|
include Aws::Structure
|
3324
3324
|
end
|
3325
3325
|
|
@@ -3371,7 +3371,7 @@ module Aws::GeoRoutes
|
|
3371
3371
|
:heading,
|
3372
3372
|
:matching,
|
3373
3373
|
:side_of_street)
|
3374
|
-
SENSITIVE = []
|
3374
|
+
SENSITIVE = [:avoid_actions_for_distance, :heading]
|
3375
3375
|
include Aws::Structure
|
3376
3376
|
end
|
3377
3377
|
|
@@ -3399,7 +3399,7 @@ module Aws::GeoRoutes
|
|
3399
3399
|
:license_plate,
|
3400
3400
|
:max_speed,
|
3401
3401
|
:occupancy)
|
3402
|
-
SENSITIVE = []
|
3402
|
+
SENSITIVE = [:license_plate, :max_speed, :occupancy]
|
3403
3403
|
include Aws::Structure
|
3404
3404
|
end
|
3405
3405
|
|
@@ -3449,7 +3449,7 @@ module Aws::GeoRoutes
|
|
3449
3449
|
class RouteMatrixTrafficOptions < Struct.new(
|
3450
3450
|
:flow_event_threshold_override,
|
3451
3451
|
:usage)
|
3452
|
-
SENSITIVE = []
|
3452
|
+
SENSITIVE = [:flow_event_threshold_override]
|
3453
3453
|
include Aws::Structure
|
3454
3454
|
end
|
3455
3455
|
|
@@ -3465,7 +3465,7 @@ module Aws::GeoRoutes
|
|
3465
3465
|
#
|
3466
3466
|
class RouteMatrixTrailerOptions < Struct.new(
|
3467
3467
|
:trailer_count)
|
3468
|
-
SENSITIVE = []
|
3468
|
+
SENSITIVE = [:trailer_count]
|
3469
3469
|
include Aws::Structure
|
3470
3470
|
end
|
3471
3471
|
|
@@ -3631,7 +3631,7 @@ module Aws::GeoRoutes
|
|
3631
3631
|
:weight_per_axle,
|
3632
3632
|
:weight_per_axle_group,
|
3633
3633
|
:width)
|
3634
|
-
SENSITIVE = []
|
3634
|
+
SENSITIVE = [:axle_count, :gross_weight, :hazardous_cargos, :height, :kpra_length, :length, :license_plate, :max_speed, :occupancy, :payload_capacity, :truck_type, :tunnel_restriction_code, :weight_per_axle, :width]
|
3635
3635
|
include Aws::Structure
|
3636
3636
|
end
|
3637
3637
|
|
@@ -3689,7 +3689,7 @@ module Aws::GeoRoutes
|
|
3689
3689
|
:direction,
|
3690
3690
|
:language,
|
3691
3691
|
:value)
|
3692
|
-
SENSITIVE = []
|
3692
|
+
SENSITIVE = [:direction, :value]
|
3693
3693
|
include Aws::Structure
|
3694
3694
|
end
|
3695
3695
|
|
@@ -3727,7 +3727,7 @@ module Aws::GeoRoutes
|
|
3727
3727
|
:heading,
|
3728
3728
|
:matching,
|
3729
3729
|
:side_of_street)
|
3730
|
-
SENSITIVE = []
|
3730
|
+
SENSITIVE = [:avoid_actions_for_distance, :avoid_u_turns, :heading]
|
3731
3731
|
include Aws::Structure
|
3732
3732
|
end
|
3733
3733
|
|
@@ -3752,7 +3752,7 @@ module Aws::GeoRoutes
|
|
3752
3752
|
:original_position,
|
3753
3753
|
:position,
|
3754
3754
|
:waypoint_index)
|
3755
|
-
SENSITIVE = [:original_position, :position]
|
3755
|
+
SENSITIVE = [:original_position, :position, :waypoint_index]
|
3756
3756
|
include Aws::Structure
|
3757
3757
|
end
|
3758
3758
|
|
@@ -3799,7 +3799,7 @@ module Aws::GeoRoutes
|
|
3799
3799
|
class RoutePedestrianArrival < Struct.new(
|
3800
3800
|
:place,
|
3801
3801
|
:time)
|
3802
|
-
SENSITIVE = []
|
3802
|
+
SENSITIVE = [:time]
|
3803
3803
|
include Aws::Structure
|
3804
3804
|
end
|
3805
3805
|
|
@@ -3826,7 +3826,7 @@ module Aws::GeoRoutes
|
|
3826
3826
|
class RoutePedestrianDeparture < Struct.new(
|
3827
3827
|
:place,
|
3828
3828
|
:time)
|
3829
|
-
SENSITIVE = []
|
3829
|
+
SENSITIVE = [:time]
|
3830
3830
|
include Aws::Structure
|
3831
3831
|
end
|
3832
3832
|
|
@@ -3909,7 +3909,7 @@ module Aws::GeoRoutes
|
|
3909
3909
|
#
|
3910
3910
|
class RoutePedestrianOptions < Struct.new(
|
3911
3911
|
:speed)
|
3912
|
-
SENSITIVE = []
|
3912
|
+
SENSITIVE = [:speed]
|
3913
3913
|
include Aws::Structure
|
3914
3914
|
end
|
3915
3915
|
|
@@ -3928,7 +3928,7 @@ module Aws::GeoRoutes
|
|
3928
3928
|
class RoutePedestrianOverviewSummary < Struct.new(
|
3929
3929
|
:distance,
|
3930
3930
|
:duration)
|
3931
|
-
SENSITIVE = []
|
3931
|
+
SENSITIVE = [:distance, :duration]
|
3932
3932
|
include Aws::Structure
|
3933
3933
|
end
|
3934
3934
|
|
@@ -3963,7 +3963,7 @@ module Aws::GeoRoutes
|
|
3963
3963
|
:position,
|
3964
3964
|
:side_of_street,
|
3965
3965
|
:waypoint_index)
|
3966
|
-
SENSITIVE = [:original_position, :position]
|
3966
|
+
SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index]
|
3967
3967
|
include Aws::Structure
|
3968
3968
|
end
|
3969
3969
|
|
@@ -4063,7 +4063,7 @@ module Aws::GeoRoutes
|
|
4063
4063
|
:route_numbers,
|
4064
4064
|
:speed_limit,
|
4065
4065
|
:typical_duration)
|
4066
|
-
SENSITIVE = []
|
4066
|
+
SENSITIVE = [:best_case_duration, :country, :distance, :duration, :functional_classification, :pedestrian_access, :region, :road_attributes, :typical_duration]
|
4067
4067
|
include Aws::Structure
|
4068
4068
|
end
|
4069
4069
|
|
@@ -4101,7 +4101,7 @@ module Aws::GeoRoutes
|
|
4101
4101
|
#
|
4102
4102
|
class RoutePedestrianTravelOnlySummary < Struct.new(
|
4103
4103
|
:duration)
|
4104
|
-
SENSITIVE = []
|
4104
|
+
SENSITIVE = [:duration]
|
4105
4105
|
include Aws::Structure
|
4106
4106
|
end
|
4107
4107
|
|
@@ -4195,7 +4195,7 @@ module Aws::GeoRoutes
|
|
4195
4195
|
:signpost,
|
4196
4196
|
:turn_step_details,
|
4197
4197
|
:type)
|
4198
|
-
SENSITIVE = []
|
4198
|
+
SENSITIVE = [:distance, :duration, :instruction, :type]
|
4199
4199
|
include Aws::Structure
|
4200
4200
|
end
|
4201
4201
|
|
@@ -4224,7 +4224,7 @@ module Aws::GeoRoutes
|
|
4224
4224
|
:steering_direction,
|
4225
4225
|
:turn_angle,
|
4226
4226
|
:turn_intensity)
|
4227
|
-
SENSITIVE = []
|
4227
|
+
SENSITIVE = [:steering_direction, :turn_intensity]
|
4228
4228
|
include Aws::Structure
|
4229
4229
|
end
|
4230
4230
|
|
@@ -4276,7 +4276,7 @@ module Aws::GeoRoutes
|
|
4276
4276
|
:route_number,
|
4277
4277
|
:towards,
|
4278
4278
|
:type)
|
4279
|
-
SENSITIVE = []
|
4279
|
+
SENSITIVE = [:type]
|
4280
4280
|
include Aws::Structure
|
4281
4281
|
end
|
4282
4282
|
|
@@ -4305,7 +4305,7 @@ module Aws::GeoRoutes
|
|
4305
4305
|
:steering_direction,
|
4306
4306
|
:turn_angle,
|
4307
4307
|
:turn_intensity)
|
4308
|
-
SENSITIVE = []
|
4308
|
+
SENSITIVE = [:steering_direction, :turn_intensity]
|
4309
4309
|
include Aws::Structure
|
4310
4310
|
end
|
4311
4311
|
|
@@ -4334,7 +4334,7 @@ module Aws::GeoRoutes
|
|
4334
4334
|
:relative_exit,
|
4335
4335
|
:roundabout_angle,
|
4336
4336
|
:steering_direction)
|
4337
|
-
SENSITIVE = []
|
4337
|
+
SENSITIVE = [:relative_exit, :steering_direction]
|
4338
4338
|
include Aws::Structure
|
4339
4339
|
end
|
4340
4340
|
|
@@ -4363,7 +4363,7 @@ module Aws::GeoRoutes
|
|
4363
4363
|
:steering_direction,
|
4364
4364
|
:turn_angle,
|
4365
4365
|
:turn_intensity)
|
4366
|
-
SENSITIVE = []
|
4366
|
+
SENSITIVE = [:steering_direction, :turn_intensity]
|
4367
4367
|
include Aws::Structure
|
4368
4368
|
end
|
4369
4369
|
|
@@ -4396,7 +4396,7 @@ module Aws::GeoRoutes
|
|
4396
4396
|
:license_plate,
|
4397
4397
|
:max_speed,
|
4398
4398
|
:occupancy)
|
4399
|
-
SENSITIVE = []
|
4399
|
+
SENSITIVE = [:engine_type, :max_speed, :occupancy]
|
4400
4400
|
include Aws::Structure
|
4401
4401
|
end
|
4402
4402
|
|
@@ -4487,7 +4487,7 @@ module Aws::GeoRoutes
|
|
4487
4487
|
:best_case_speed,
|
4488
4488
|
:turn_duration,
|
4489
4489
|
:typical_speed)
|
4490
|
-
SENSITIVE = []
|
4490
|
+
SENSITIVE = [:best_case_speed, :turn_duration, :typical_speed]
|
4491
4491
|
include Aws::Structure
|
4492
4492
|
end
|
4493
4493
|
|
@@ -4510,7 +4510,7 @@ module Aws::GeoRoutes
|
|
4510
4510
|
class RouteSpanSpeedLimitDetails < Struct.new(
|
4511
4511
|
:max_speed,
|
4512
4512
|
:unlimited)
|
4513
|
-
SENSITIVE = []
|
4513
|
+
SENSITIVE = [:max_speed, :unlimited]
|
4514
4514
|
include Aws::Structure
|
4515
4515
|
end
|
4516
4516
|
|
@@ -4538,7 +4538,7 @@ module Aws::GeoRoutes
|
|
4538
4538
|
:distance,
|
4539
4539
|
:duration,
|
4540
4540
|
:tolls)
|
4541
|
-
SENSITIVE = []
|
4541
|
+
SENSITIVE = [:distance, :duration]
|
4542
4542
|
include Aws::Structure
|
4543
4543
|
end
|
4544
4544
|
|
@@ -4569,7 +4569,7 @@ module Aws::GeoRoutes
|
|
4569
4569
|
:payment_sites,
|
4570
4570
|
:rates,
|
4571
4571
|
:systems)
|
4572
|
-
SENSITIVE = []
|
4572
|
+
SENSITIVE = [:country]
|
4573
4573
|
include Aws::Structure
|
4574
4574
|
end
|
4575
4575
|
|
@@ -4611,7 +4611,7 @@ module Aws::GeoRoutes
|
|
4611
4611
|
:currency,
|
4612
4612
|
:emission_type,
|
4613
4613
|
:vehicle_category)
|
4614
|
-
SENSITIVE = []
|
4614
|
+
SENSITIVE = [:all_transponders, :all_vignettes, :vehicle_category]
|
4615
4615
|
include Aws::Structure
|
4616
4616
|
end
|
4617
4617
|
|
@@ -4645,7 +4645,7 @@ module Aws::GeoRoutes
|
|
4645
4645
|
:transfer_count,
|
4646
4646
|
:trip_count,
|
4647
4647
|
:validity_period)
|
4648
|
-
SENSITIVE = []
|
4648
|
+
SENSITIVE = [:includes_return_trip, :senior_pass, :transfer_count, :trip_count]
|
4649
4649
|
include Aws::Structure
|
4650
4650
|
end
|
4651
4651
|
|
@@ -4664,7 +4664,7 @@ module Aws::GeoRoutes
|
|
4664
4664
|
class RouteTollPassValidityPeriod < Struct.new(
|
4665
4665
|
:period,
|
4666
4666
|
:period_count)
|
4667
|
-
SENSITIVE = []
|
4667
|
+
SENSITIVE = [:period, :period_count]
|
4668
4668
|
include Aws::Structure
|
4669
4669
|
end
|
4670
4670
|
|
@@ -4726,7 +4726,7 @@ module Aws::GeoRoutes
|
|
4726
4726
|
:range,
|
4727
4727
|
:range_value,
|
4728
4728
|
:value)
|
4729
|
-
SENSITIVE = []
|
4729
|
+
SENSITIVE = [:estimate, :per_duration, :range, :value]
|
4730
4730
|
include Aws::Structure
|
4731
4731
|
end
|
4732
4732
|
|
@@ -4762,7 +4762,7 @@ module Aws::GeoRoutes
|
|
4762
4762
|
:range,
|
4763
4763
|
:range_value,
|
4764
4764
|
:value)
|
4765
|
-
SENSITIVE = []
|
4765
|
+
SENSITIVE = [:estimate, :range, :value]
|
4766
4766
|
include Aws::Structure
|
4767
4767
|
end
|
4768
4768
|
|
@@ -4781,7 +4781,7 @@ module Aws::GeoRoutes
|
|
4781
4781
|
class RouteTollPriceValueRange < Struct.new(
|
4782
4782
|
:min,
|
4783
4783
|
:max)
|
4784
|
-
SENSITIVE = []
|
4784
|
+
SENSITIVE = [:min, :max]
|
4785
4785
|
include Aws::Structure
|
4786
4786
|
end
|
4787
4787
|
|
@@ -4830,7 +4830,7 @@ module Aws::GeoRoutes
|
|
4830
4830
|
:pass,
|
4831
4831
|
:payment_methods,
|
4832
4832
|
:transponders)
|
4833
|
-
SENSITIVE = []
|
4833
|
+
SENSITIVE = [:applicable_times, :id, :name, :payment_methods]
|
4834
4834
|
include Aws::Structure
|
4835
4835
|
end
|
4836
4836
|
|
@@ -4859,7 +4859,7 @@ module Aws::GeoRoutes
|
|
4859
4859
|
#
|
4860
4860
|
class RouteTollSystem < Struct.new(
|
4861
4861
|
:name)
|
4862
|
-
SENSITIVE = []
|
4862
|
+
SENSITIVE = [:name]
|
4863
4863
|
include Aws::Structure
|
4864
4864
|
end
|
4865
4865
|
|
@@ -4886,7 +4886,7 @@ module Aws::GeoRoutes
|
|
4886
4886
|
class RouteTrafficOptions < Struct.new(
|
4887
4887
|
:flow_event_threshold_override,
|
4888
4888
|
:usage)
|
4889
|
-
SENSITIVE = []
|
4889
|
+
SENSITIVE = [:flow_event_threshold_override]
|
4890
4890
|
include Aws::Structure
|
4891
4891
|
end
|
4892
4892
|
|
@@ -4907,7 +4907,7 @@ module Aws::GeoRoutes
|
|
4907
4907
|
class RouteTrailerOptions < Struct.new(
|
4908
4908
|
:axle_count,
|
4909
4909
|
:trailer_count)
|
4910
|
-
SENSITIVE = []
|
4910
|
+
SENSITIVE = [:axle_count, :trailer_count]
|
4911
4911
|
include Aws::Structure
|
4912
4912
|
end
|
4913
4913
|
|
@@ -4921,7 +4921,7 @@ module Aws::GeoRoutes
|
|
4921
4921
|
#
|
4922
4922
|
class RouteTransponder < Struct.new(
|
4923
4923
|
:system_name)
|
4924
|
-
SENSITIVE = []
|
4924
|
+
SENSITIVE = [:system_name]
|
4925
4925
|
include Aws::Structure
|
4926
4926
|
end
|
4927
4927
|
|
@@ -5111,7 +5111,7 @@ module Aws::GeoRoutes
|
|
5111
5111
|
:weight_per_axle,
|
5112
5112
|
:weight_per_axle_group,
|
5113
5113
|
:width)
|
5114
|
-
SENSITIVE = []
|
5114
|
+
SENSITIVE = [:axle_count, :engine_type, :gross_weight, :hazardous_cargos, :height, :height_above_first_axle, :kpra_length, :length, :max_speed, :occupancy, :payload_capacity, :tire_count, :truck_type, :tunnel_restriction_code, :weight_per_axle, :width]
|
5115
5115
|
include Aws::Structure
|
5116
5116
|
end
|
5117
5117
|
|
@@ -5140,7 +5140,7 @@ module Aws::GeoRoutes
|
|
5140
5140
|
:steering_direction,
|
5141
5141
|
:turn_angle,
|
5142
5142
|
:turn_intensity)
|
5143
|
-
SENSITIVE = []
|
5143
|
+
SENSITIVE = [:steering_direction, :turn_intensity]
|
5144
5144
|
include Aws::Structure
|
5145
5145
|
end
|
5146
5146
|
|
@@ -5169,7 +5169,7 @@ module Aws::GeoRoutes
|
|
5169
5169
|
:steering_direction,
|
5170
5170
|
:turn_angle,
|
5171
5171
|
:turn_intensity)
|
5172
|
-
SENSITIVE = []
|
5172
|
+
SENSITIVE = [:steering_direction, :turn_intensity]
|
5173
5173
|
include Aws::Structure
|
5174
5174
|
end
|
5175
5175
|
|
@@ -5188,7 +5188,7 @@ module Aws::GeoRoutes
|
|
5188
5188
|
class RouteVehicleArrival < Struct.new(
|
5189
5189
|
:place,
|
5190
5190
|
:time)
|
5191
|
-
SENSITIVE = []
|
5191
|
+
SENSITIVE = [:time]
|
5192
5192
|
include Aws::Structure
|
5193
5193
|
end
|
5194
5194
|
|
@@ -5207,7 +5207,7 @@ module Aws::GeoRoutes
|
|
5207
5207
|
class RouteVehicleDeparture < Struct.new(
|
5208
5208
|
:place,
|
5209
5209
|
:time)
|
5210
|
-
SENSITIVE = []
|
5210
|
+
SENSITIVE = [:time]
|
5211
5211
|
include Aws::Structure
|
5212
5212
|
end
|
5213
5213
|
|
@@ -5245,7 +5245,7 @@ module Aws::GeoRoutes
|
|
5245
5245
|
:severity,
|
5246
5246
|
:start_time,
|
5247
5247
|
:type)
|
5248
|
-
SENSITIVE = []
|
5248
|
+
SENSITIVE = [:description, :end_time, :severity, :start_time, :type]
|
5249
5249
|
include Aws::Structure
|
5250
5250
|
end
|
5251
5251
|
|
@@ -5322,7 +5322,7 @@ module Aws::GeoRoutes
|
|
5322
5322
|
:travel_steps,
|
5323
5323
|
:truck_road_types,
|
5324
5324
|
:zones)
|
5325
|
-
SENSITIVE = []
|
5325
|
+
SENSITIVE = [:truck_road_types]
|
5326
5326
|
include Aws::Structure
|
5327
5327
|
end
|
5328
5328
|
|
@@ -5338,7 +5338,7 @@ module Aws::GeoRoutes
|
|
5338
5338
|
#
|
5339
5339
|
class RouteVehicleLicensePlate < Struct.new(
|
5340
5340
|
:last_character)
|
5341
|
-
SENSITIVE = []
|
5341
|
+
SENSITIVE = [:last_character]
|
5342
5342
|
include Aws::Structure
|
5343
5343
|
end
|
5344
5344
|
|
@@ -5384,7 +5384,7 @@ module Aws::GeoRoutes
|
|
5384
5384
|
class RouteVehicleNoticeDetail < Struct.new(
|
5385
5385
|
:title,
|
5386
5386
|
:violated_constraints)
|
5387
|
-
SENSITIVE = []
|
5387
|
+
SENSITIVE = [:title]
|
5388
5388
|
include Aws::Structure
|
5389
5389
|
end
|
5390
5390
|
|
@@ -5420,7 +5420,7 @@ module Aws::GeoRoutes
|
|
5420
5420
|
:distance,
|
5421
5421
|
:duration,
|
5422
5422
|
:typical_duration)
|
5423
|
-
SENSITIVE = []
|
5423
|
+
SENSITIVE = [:best_case_duration, :distance, :duration, :typical_duration]
|
5424
5424
|
include Aws::Structure
|
5425
5425
|
end
|
5426
5426
|
|
@@ -5455,7 +5455,7 @@ module Aws::GeoRoutes
|
|
5455
5455
|
:position,
|
5456
5456
|
:side_of_street,
|
5457
5457
|
:waypoint_index)
|
5458
|
-
SENSITIVE = [:original_position, :position]
|
5458
|
+
SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index]
|
5459
5459
|
include Aws::Structure
|
5460
5460
|
end
|
5461
5461
|
|
@@ -5603,7 +5603,7 @@ module Aws::GeoRoutes
|
|
5603
5603
|
:truck_road_types,
|
5604
5604
|
:typical_duration,
|
5605
5605
|
:zones)
|
5606
|
-
SENSITIVE = []
|
5606
|
+
SENSITIVE = [:best_case_duration, :car_access, :country, :distance, :duration, :functional_classification, :gate, :railway_crossing, :region, :road_attributes, :scooter_access, :truck_access, :typical_duration]
|
5607
5607
|
include Aws::Structure
|
5608
5608
|
end
|
5609
5609
|
|
@@ -5655,7 +5655,7 @@ module Aws::GeoRoutes
|
|
5655
5655
|
:best_case_duration,
|
5656
5656
|
:duration,
|
5657
5657
|
:typical_duration)
|
5658
|
-
SENSITIVE = []
|
5658
|
+
SENSITIVE = [:best_case_duration, :duration, :typical_duration]
|
5659
5659
|
include Aws::Structure
|
5660
5660
|
end
|
5661
5661
|
|
@@ -5772,7 +5772,7 @@ module Aws::GeoRoutes
|
|
5772
5772
|
:turn_step_details,
|
5773
5773
|
:type,
|
5774
5774
|
:u_turn_step_details)
|
5775
|
-
SENSITIVE = []
|
5775
|
+
SENSITIVE = [:distance, :duration, :instruction, :type]
|
5776
5776
|
include Aws::Structure
|
5777
5777
|
end
|
5778
5778
|
|
@@ -5922,7 +5922,7 @@ module Aws::GeoRoutes
|
|
5922
5922
|
:truck_road_type,
|
5923
5923
|
:truck_type,
|
5924
5924
|
:tunnel_restriction_code)
|
5925
|
-
SENSITIVE = []
|
5925
|
+
SENSITIVE = [:all_hazards_restricted, :hazardous_cargos, :max_height, :max_kpra_length, :max_length, :max_payload_capacity, :max_weight_per_axle, :max_width, :time_dependent, :travel_mode, :truck_type, :tunnel_restriction_code]
|
5926
5926
|
include Aws::Structure
|
5927
5927
|
end
|
5928
5928
|
|
@@ -5979,7 +5979,7 @@ module Aws::GeoRoutes
|
|
5979
5979
|
:position,
|
5980
5980
|
:side_of_street,
|
5981
5981
|
:stop_duration)
|
5982
|
-
SENSITIVE = [:position]
|
5982
|
+
SENSITIVE = [:avoid_actions_for_distance, :avoid_u_turns, :heading, :pass_through, :position, :stop_duration]
|
5983
5983
|
include Aws::Structure
|
5984
5984
|
end
|
5985
5985
|
|
@@ -6002,7 +6002,7 @@ module Aws::GeoRoutes
|
|
6002
6002
|
class RouteWeightConstraint < Struct.new(
|
6003
6003
|
:type,
|
6004
6004
|
:value)
|
6005
|
-
SENSITIVE = []
|
6005
|
+
SENSITIVE = [:value]
|
6006
6006
|
include Aws::Structure
|
6007
6007
|
end
|
6008
6008
|
|
@@ -6021,7 +6021,7 @@ module Aws::GeoRoutes
|
|
6021
6021
|
class RouteZone < Struct.new(
|
6022
6022
|
:category,
|
6023
6023
|
:name)
|
6024
|
-
SENSITIVE = []
|
6024
|
+
SENSITIVE = [:category, :name]
|
6025
6025
|
include Aws::Structure
|
6026
6026
|
end
|
6027
6027
|
|
@@ -6069,7 +6069,7 @@ module Aws::GeoRoutes
|
|
6069
6069
|
:trace_points,
|
6070
6070
|
:travel_mode,
|
6071
6071
|
:travel_mode_options)
|
6072
|
-
SENSITIVE = [:key]
|
6072
|
+
SENSITIVE = [:key, :snap_radius]
|
6073
6073
|
include Aws::Structure
|
6074
6074
|
end
|
6075
6075
|
|
@@ -6199,7 +6199,7 @@ module Aws::GeoRoutes
|
|
6199
6199
|
class WaypointOptimizationAccessHoursEntry < Struct.new(
|
6200
6200
|
:day_of_week,
|
6201
6201
|
:time_of_day)
|
6202
|
-
SENSITIVE = []
|
6202
|
+
SENSITIVE = [:day_of_week, :time_of_day]
|
6203
6203
|
include Aws::Structure
|
6204
6204
|
end
|
6205
6205
|
|
@@ -6284,7 +6284,7 @@ module Aws::GeoRoutes
|
|
6284
6284
|
:toll_roads,
|
6285
6285
|
:tunnels,
|
6286
6286
|
:u_turns)
|
6287
|
-
SENSITIVE = []
|
6287
|
+
SENSITIVE = [:car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns]
|
6288
6288
|
include Aws::Structure
|
6289
6289
|
end
|
6290
6290
|
|
@@ -6308,7 +6308,7 @@ module Aws::GeoRoutes
|
|
6308
6308
|
class WaypointOptimizationClusteringOptions < Struct.new(
|
6309
6309
|
:algorithm,
|
6310
6310
|
:driving_distance_options)
|
6311
|
-
SENSITIVE = []
|
6311
|
+
SENSITIVE = [:algorithm]
|
6312
6312
|
include Aws::Structure
|
6313
6313
|
end
|
6314
6314
|
|
@@ -6352,7 +6352,7 @@ module Aws::GeoRoutes
|
|
6352
6352
|
:to,
|
6353
6353
|
:travel_duration,
|
6354
6354
|
:wait_duration)
|
6355
|
-
SENSITIVE = []
|
6355
|
+
SENSITIVE = [:distance, :rest_duration, :travel_duration, :wait_duration]
|
6356
6356
|
include Aws::Structure
|
6357
6357
|
end
|
6358
6358
|
|
@@ -6395,7 +6395,7 @@ module Aws::GeoRoutes
|
|
6395
6395
|
:id,
|
6396
6396
|
:service_duration,
|
6397
6397
|
:side_of_street)
|
6398
|
-
SENSITIVE = []
|
6398
|
+
SENSITIVE = [:appointment_time, :heading, :service_duration]
|
6399
6399
|
include Aws::Structure
|
6400
6400
|
end
|
6401
6401
|
|
@@ -6425,7 +6425,7 @@ module Aws::GeoRoutes
|
|
6425
6425
|
:rest_cycles,
|
6426
6426
|
:rest_profile,
|
6427
6427
|
:treat_service_time_as)
|
6428
|
-
SENSITIVE = []
|
6428
|
+
SENSITIVE = [:treat_service_time_as]
|
6429
6429
|
include Aws::Structure
|
6430
6430
|
end
|
6431
6431
|
|
@@ -6440,7 +6440,7 @@ module Aws::GeoRoutes
|
|
6440
6440
|
#
|
6441
6441
|
class WaypointOptimizationDrivingDistanceOptions < Struct.new(
|
6442
6442
|
:driving_distance)
|
6443
|
-
SENSITIVE = []
|
6443
|
+
SENSITIVE = [:driving_distance]
|
6444
6444
|
include Aws::Structure
|
6445
6445
|
end
|
6446
6446
|
|
@@ -6457,7 +6457,7 @@ module Aws::GeoRoutes
|
|
6457
6457
|
#
|
6458
6458
|
class WaypointOptimizationExclusionOptions < Struct.new(
|
6459
6459
|
:countries)
|
6460
|
-
SENSITIVE = []
|
6460
|
+
SENSITIVE = [:countries]
|
6461
6461
|
include Aws::Structure
|
6462
6462
|
end
|
6463
6463
|
|
@@ -6476,7 +6476,7 @@ module Aws::GeoRoutes
|
|
6476
6476
|
class WaypointOptimizationFailedConstraint < Struct.new(
|
6477
6477
|
:constraint,
|
6478
6478
|
:reason)
|
6479
|
-
SENSITIVE = []
|
6479
|
+
SENSITIVE = [:constraint, :reason]
|
6480
6480
|
include Aws::Structure
|
6481
6481
|
end
|
6482
6482
|
|
@@ -6554,7 +6554,7 @@ module Aws::GeoRoutes
|
|
6554
6554
|
:departure_time,
|
6555
6555
|
:id,
|
6556
6556
|
:position)
|
6557
|
-
SENSITIVE = [:position]
|
6557
|
+
SENSITIVE = [:arrival_time, :departure_time, :position]
|
6558
6558
|
include Aws::Structure
|
6559
6559
|
end
|
6560
6560
|
|
@@ -6584,7 +6584,7 @@ module Aws::GeoRoutes
|
|
6584
6584
|
#
|
6585
6585
|
class WaypointOptimizationPedestrianOptions < Struct.new(
|
6586
6586
|
:speed)
|
6587
|
-
SENSITIVE = []
|
6587
|
+
SENSITIVE = [:speed]
|
6588
6588
|
include Aws::Structure
|
6589
6589
|
end
|
6590
6590
|
|
@@ -6612,7 +6612,7 @@ module Aws::GeoRoutes
|
|
6612
6612
|
class WaypointOptimizationRestCycleDurations < Struct.new(
|
6613
6613
|
:rest_duration,
|
6614
6614
|
:work_duration)
|
6615
|
-
SENSITIVE = []
|
6615
|
+
SENSITIVE = [:rest_duration, :work_duration]
|
6616
6616
|
include Aws::Structure
|
6617
6617
|
end
|
6618
6618
|
|
@@ -6647,7 +6647,7 @@ module Aws::GeoRoutes
|
|
6647
6647
|
#
|
6648
6648
|
class WaypointOptimizationRestProfile < Struct.new(
|
6649
6649
|
:profile)
|
6650
|
-
SENSITIVE = []
|
6650
|
+
SENSITIVE = [:profile]
|
6651
6651
|
include Aws::Structure
|
6652
6652
|
end
|
6653
6653
|
|
@@ -6708,7 +6708,7 @@ module Aws::GeoRoutes
|
|
6708
6708
|
:service_duration,
|
6709
6709
|
:travel_duration,
|
6710
6710
|
:wait_duration)
|
6711
|
-
SENSITIVE = []
|
6711
|
+
SENSITIVE = [:rest_duration, :service_duration, :travel_duration, :wait_duration]
|
6712
6712
|
include Aws::Structure
|
6713
6713
|
end
|
6714
6714
|
|
@@ -6741,7 +6741,7 @@ module Aws::GeoRoutes
|
|
6741
6741
|
#
|
6742
6742
|
class WaypointOptimizationTrailerOptions < Struct.new(
|
6743
6743
|
:trailer_count)
|
6744
|
-
SENSITIVE = []
|
6744
|
+
SENSITIVE = [:trailer_count]
|
6745
6745
|
include Aws::Structure
|
6746
6746
|
end
|
6747
6747
|
|
@@ -6852,7 +6852,7 @@ module Aws::GeoRoutes
|
|
6852
6852
|
:tunnel_restriction_code,
|
6853
6853
|
:weight_per_axle,
|
6854
6854
|
:width)
|
6855
|
-
SENSITIVE = []
|
6855
|
+
SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :truck_type, :tunnel_restriction_code, :weight_per_axle, :width]
|
6856
6856
|
include Aws::Structure
|
6857
6857
|
end
|
6858
6858
|
|
@@ -6906,7 +6906,7 @@ module Aws::GeoRoutes
|
|
6906
6906
|
:position,
|
6907
6907
|
:service_duration,
|
6908
6908
|
:side_of_street)
|
6909
|
-
SENSITIVE = [:position]
|
6909
|
+
SENSITIVE = [:appointment_time, :heading, :position, :service_duration]
|
6910
6910
|
include Aws::Structure
|
6911
6911
|
end
|
6912
6912
|
|
@@ -6954,7 +6954,7 @@ module Aws::GeoRoutes
|
|
6954
6954
|
:triple,
|
6955
6955
|
:quad,
|
6956
6956
|
:quint)
|
6957
|
-
SENSITIVE = []
|
6957
|
+
SENSITIVE = [:single, :tandem, :triple, :quad, :quint]
|
6958
6958
|
include Aws::Structure
|
6959
6959
|
end
|
6960
6960
|
|