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
data/sig/types.rbs
CHANGED
@@ -32,7 +32,7 @@ module Aws::GeoRoutes
|
|
32
32
|
attr_accessor traffic: Types::IsolineTrafficOptions
|
33
33
|
attr_accessor travel_mode: ("Car" | "Pedestrian" | "Scooter" | "Truck")
|
34
34
|
attr_accessor travel_mode_options: Types::IsolineTravelModeOptions
|
35
|
-
SENSITIVE: [:destination, :key, :origin]
|
35
|
+
SENSITIVE: [:arrival_time, :depart_now, :departure_time, :destination, :key, :origin]
|
36
36
|
end
|
37
37
|
|
38
38
|
class CalculateIsolinesResponse
|
@@ -43,7 +43,7 @@ module Aws::GeoRoutes
|
|
43
43
|
attr_accessor pricing_bucket: ::String
|
44
44
|
attr_accessor snapped_destination: ::Array[::Float]
|
45
45
|
attr_accessor snapped_origin: ::Array[::Float]
|
46
|
-
SENSITIVE: [:snapped_destination, :snapped_origin]
|
46
|
+
SENSITIVE: [:arrival_time, :departure_time, :snapped_destination, :snapped_origin]
|
47
47
|
end
|
48
48
|
|
49
49
|
class CalculateRouteMatrixRequest
|
@@ -60,7 +60,7 @@ module Aws::GeoRoutes
|
|
60
60
|
attr_accessor traffic: Types::RouteMatrixTrafficOptions
|
61
61
|
attr_accessor travel_mode: ("Car" | "Pedestrian" | "Scooter" | "Truck")
|
62
62
|
attr_accessor travel_mode_options: Types::RouteMatrixTravelModeOptions
|
63
|
-
SENSITIVE: [:key]
|
63
|
+
SENSITIVE: [:allow, :depart_now, :departure_time, :key]
|
64
64
|
end
|
65
65
|
|
66
66
|
class CalculateRouteMatrixResponse
|
@@ -97,7 +97,7 @@ module Aws::GeoRoutes
|
|
97
97
|
attr_accessor travel_mode_options: Types::RouteTravelModeOptions
|
98
98
|
attr_accessor travel_step_type: ("Default" | "TurnByTurn")
|
99
99
|
attr_accessor waypoints: ::Array[Types::RouteWaypoint]
|
100
|
-
SENSITIVE: [:destination, :key, :origin]
|
100
|
+
SENSITIVE: [:arrival_time, :depart_now, :departure_time, :destination, :key, :origin]
|
101
101
|
end
|
102
102
|
|
103
103
|
class CalculateRoutesResponse
|
@@ -111,7 +111,7 @@ module Aws::GeoRoutes
|
|
111
111
|
class Circle
|
112
112
|
attr_accessor center: ::Array[::Float]
|
113
113
|
attr_accessor radius: ::Float
|
114
|
-
SENSITIVE: [:center]
|
114
|
+
SENSITIVE: [:center, :radius]
|
115
115
|
end
|
116
116
|
|
117
117
|
class Corridor
|
@@ -130,13 +130,13 @@ module Aws::GeoRoutes
|
|
130
130
|
attr_accessor distance_threshold: ::Integer
|
131
131
|
attr_accessor geometries: ::Array[Types::IsolineShapeGeometry]
|
132
132
|
attr_accessor time_threshold: ::Integer
|
133
|
-
SENSITIVE: []
|
133
|
+
SENSITIVE: [:distance_threshold, :time_threshold]
|
134
134
|
end
|
135
135
|
|
136
136
|
class IsolineAllowOptions
|
137
137
|
attr_accessor hot: bool
|
138
138
|
attr_accessor hov: bool
|
139
|
-
SENSITIVE: []
|
139
|
+
SENSITIVE: [:hot, :hov]
|
140
140
|
end
|
141
141
|
|
142
142
|
class IsolineAvoidanceArea
|
@@ -167,7 +167,7 @@ module Aws::GeoRoutes
|
|
167
167
|
attr_accessor tunnels: bool
|
168
168
|
attr_accessor u_turns: bool
|
169
169
|
attr_accessor zone_categories: ::Array[Types::IsolineAvoidanceZoneCategory]
|
170
|
-
SENSITIVE: []
|
170
|
+
SENSITIVE: [:car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :seasonal_closure, :toll_roads, :toll_transponders, :tunnels, :u_turns]
|
171
171
|
end
|
172
172
|
|
173
173
|
class IsolineAvoidanceZoneCategory
|
@@ -180,7 +180,7 @@ module Aws::GeoRoutes
|
|
180
180
|
attr_accessor license_plate: Types::IsolineVehicleLicensePlate
|
181
181
|
attr_accessor max_speed: ::Float
|
182
182
|
attr_accessor occupancy: ::Integer
|
183
|
-
SENSITIVE: []
|
183
|
+
SENSITIVE: [:engine_type, :license_plate, :max_speed, :occupancy]
|
184
184
|
end
|
185
185
|
|
186
186
|
class IsolineConnection
|
@@ -201,13 +201,13 @@ module Aws::GeoRoutes
|
|
201
201
|
attr_accessor heading: ::Float
|
202
202
|
attr_accessor matching: Types::IsolineMatchingOptions
|
203
203
|
attr_accessor side_of_street: Types::IsolineSideOfStreetOptions
|
204
|
-
SENSITIVE: []
|
204
|
+
SENSITIVE: [:avoid_actions_for_distance, :heading]
|
205
205
|
end
|
206
206
|
|
207
207
|
class IsolineGranularityOptions
|
208
208
|
attr_accessor max_points: ::Integer
|
209
209
|
attr_accessor max_resolution: ::Integer
|
210
|
-
SENSITIVE: []
|
210
|
+
SENSITIVE: [:max_resolution]
|
211
211
|
end
|
212
212
|
|
213
213
|
class IsolineMatchingOptions
|
@@ -215,7 +215,7 @@ module Aws::GeoRoutes
|
|
215
215
|
attr_accessor on_road_threshold: ::Integer
|
216
216
|
attr_accessor radius: ::Integer
|
217
217
|
attr_accessor strategy: ("MatchAny" | "MatchMostSignificantRoad")
|
218
|
-
SENSITIVE: [:name_hint]
|
218
|
+
SENSITIVE: [:name_hint, :on_road_threshold, :radius]
|
219
219
|
end
|
220
220
|
|
221
221
|
class IsolineOriginOptions
|
@@ -223,7 +223,7 @@ module Aws::GeoRoutes
|
|
223
223
|
attr_accessor heading: ::Float
|
224
224
|
attr_accessor matching: Types::IsolineMatchingOptions
|
225
225
|
attr_accessor side_of_street: Types::IsolineSideOfStreetOptions
|
226
|
-
SENSITIVE: []
|
226
|
+
SENSITIVE: [:avoid_actions_for_distance, :heading]
|
227
227
|
end
|
228
228
|
|
229
229
|
class IsolineScooterOptions
|
@@ -231,7 +231,7 @@ module Aws::GeoRoutes
|
|
231
231
|
attr_accessor license_plate: Types::IsolineVehicleLicensePlate
|
232
232
|
attr_accessor max_speed: ::Float
|
233
233
|
attr_accessor occupancy: ::Integer
|
234
|
-
SENSITIVE: []
|
234
|
+
SENSITIVE: [:engine_type, :license_plate, :max_speed, :occupancy]
|
235
235
|
end
|
236
236
|
|
237
237
|
class IsolineShapeGeometry
|
@@ -255,13 +255,13 @@ module Aws::GeoRoutes
|
|
255
255
|
class IsolineTrafficOptions
|
256
256
|
attr_accessor flow_event_threshold_override: ::Integer
|
257
257
|
attr_accessor usage: ("IgnoreTrafficData" | "UseTrafficData")
|
258
|
-
SENSITIVE: []
|
258
|
+
SENSITIVE: [:flow_event_threshold_override]
|
259
259
|
end
|
260
260
|
|
261
261
|
class IsolineTrailerOptions
|
262
262
|
attr_accessor axle_count: ::Integer
|
263
263
|
attr_accessor trailer_count: ::Integer
|
264
|
-
SENSITIVE: []
|
264
|
+
SENSITIVE: [:axle_count, :trailer_count]
|
265
265
|
end
|
266
266
|
|
267
267
|
class IsolineTravelModeOptions
|
@@ -291,7 +291,7 @@ module Aws::GeoRoutes
|
|
291
291
|
attr_accessor weight_per_axle: ::Integer
|
292
292
|
attr_accessor weight_per_axle_group: Types::WeightPerAxleGroup
|
293
293
|
attr_accessor width: ::Integer
|
294
|
-
SENSITIVE: []
|
294
|
+
SENSITIVE: [:axle_count, :engine_type, :gross_weight, :height, :height_above_first_axle, :kpra_length, :length, :license_plate, :max_speed, :occupancy, :payload_capacity, :tire_count, :tunnel_restriction_code, :weight_per_axle, :width]
|
295
295
|
end
|
296
296
|
|
297
297
|
class IsolineVehicleLicensePlate
|
@@ -302,7 +302,7 @@ module Aws::GeoRoutes
|
|
302
302
|
class LocalizedString
|
303
303
|
attr_accessor language: ::String
|
304
304
|
attr_accessor value: ::String
|
305
|
-
SENSITIVE: []
|
305
|
+
SENSITIVE: [:value]
|
306
306
|
end
|
307
307
|
|
308
308
|
class OptimizeWaypointsRequest
|
@@ -321,7 +321,7 @@ module Aws::GeoRoutes
|
|
321
321
|
attr_accessor travel_mode: ("Car" | "Pedestrian" | "Scooter" | "Truck")
|
322
322
|
attr_accessor travel_mode_options: Types::WaypointOptimizationTravelModeOptions
|
323
323
|
attr_accessor waypoints: ::Array[Types::WaypointOptimizationWaypoint]
|
324
|
-
SENSITIVE: [:destination, :key, :origin]
|
324
|
+
SENSITIVE: [:departure_time, :destination, :key, :origin]
|
325
325
|
end
|
326
326
|
|
327
327
|
class OptimizeWaypointsResponse
|
@@ -332,7 +332,7 @@ module Aws::GeoRoutes
|
|
332
332
|
attr_accessor optimized_waypoints: ::Array[Types::WaypointOptimizationOptimizedWaypoint]
|
333
333
|
attr_accessor pricing_bucket: ::String
|
334
334
|
attr_accessor time_breakdown: Types::WaypointOptimizationTimeBreakdown
|
335
|
-
SENSITIVE: []
|
335
|
+
SENSITIVE: [:distance, :duration]
|
336
336
|
end
|
337
337
|
|
338
338
|
class PolylineCorridor
|
@@ -345,7 +345,7 @@ module Aws::GeoRoutes
|
|
345
345
|
attr_accessor code: ("TracePointsHeadingIgnored" | "TracePointsIgnored" | "TracePointsMovedByLargeDistance" | "TracePointsNotMatched" | "TracePointsOutOfSequence" | "TracePointsSpeedEstimated" | "TracePointsSpeedIgnored")
|
346
346
|
attr_accessor title: ::String
|
347
347
|
attr_accessor trace_point_indexes: ::Array[::Integer]
|
348
|
-
SENSITIVE: []
|
348
|
+
SENSITIVE: [:code, :title, :trace_point_indexes]
|
349
349
|
end
|
350
350
|
|
351
351
|
class RoadSnapSnappedGeometry
|
@@ -358,7 +358,7 @@ module Aws::GeoRoutes
|
|
358
358
|
attr_accessor confidence: ::Float
|
359
359
|
attr_accessor original_position: ::Array[::Float]
|
360
360
|
attr_accessor snapped_position: ::Array[::Float]
|
361
|
-
SENSITIVE: [:original_position, :snapped_position]
|
361
|
+
SENSITIVE: [:confidence, :original_position, :snapped_position]
|
362
362
|
end
|
363
363
|
|
364
364
|
class RoadSnapTracePoint
|
@@ -366,12 +366,12 @@ module Aws::GeoRoutes
|
|
366
366
|
attr_accessor position: ::Array[::Float]
|
367
367
|
attr_accessor speed: ::Float
|
368
368
|
attr_accessor timestamp: ::String
|
369
|
-
SENSITIVE: [:position]
|
369
|
+
SENSITIVE: [:heading, :position, :speed, :timestamp]
|
370
370
|
end
|
371
371
|
|
372
372
|
class RoadSnapTrailerOptions
|
373
373
|
attr_accessor trailer_count: ::Integer
|
374
|
-
SENSITIVE: []
|
374
|
+
SENSITIVE: [:trailer_count]
|
375
375
|
end
|
376
376
|
|
377
377
|
class RoadSnapTravelModeOptions
|
@@ -387,7 +387,7 @@ module Aws::GeoRoutes
|
|
387
387
|
attr_accessor trailer: Types::RoadSnapTrailerOptions
|
388
388
|
attr_accessor tunnel_restriction_code: ::String
|
389
389
|
attr_accessor width: ::Integer
|
390
|
-
SENSITIVE: []
|
390
|
+
SENSITIVE: [:gross_weight, :height, :length, :tunnel_restriction_code, :width]
|
391
391
|
end
|
392
392
|
|
393
393
|
class Route
|
@@ -400,7 +400,7 @@ module Aws::GeoRoutes
|
|
400
400
|
class RouteAllowOptions
|
401
401
|
attr_accessor hot: bool
|
402
402
|
attr_accessor hov: bool
|
403
|
-
SENSITIVE: []
|
403
|
+
SENSITIVE: [:hot, :hov]
|
404
404
|
end
|
405
405
|
|
406
406
|
class RouteAvoidanceArea
|
@@ -431,12 +431,12 @@ module Aws::GeoRoutes
|
|
431
431
|
attr_accessor tunnels: bool
|
432
432
|
attr_accessor u_turns: bool
|
433
433
|
attr_accessor zone_categories: ::Array[Types::RouteAvoidanceZoneCategory]
|
434
|
-
SENSITIVE: []
|
434
|
+
SENSITIVE: [:car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :seasonal_closure, :toll_roads, :toll_transponders, :tunnels, :u_turns]
|
435
435
|
end
|
436
436
|
|
437
437
|
class RouteAvoidanceZoneCategory
|
438
438
|
attr_accessor category: ("CongestionPricing" | "Environmental" | "Vignette")
|
439
|
-
SENSITIVE: []
|
439
|
+
SENSITIVE: [:category]
|
440
440
|
end
|
441
441
|
|
442
442
|
class RouteCarOptions
|
@@ -444,7 +444,7 @@ module Aws::GeoRoutes
|
|
444
444
|
attr_accessor license_plate: Types::RouteVehicleLicensePlate
|
445
445
|
attr_accessor max_speed: ::Float
|
446
446
|
attr_accessor occupancy: ::Integer
|
447
|
-
SENSITIVE: []
|
447
|
+
SENSITIVE: [:engine_type, :max_speed, :occupancy]
|
448
448
|
end
|
449
449
|
|
450
450
|
class RouteContinueHighwayStepDetails
|
@@ -452,7 +452,7 @@ module Aws::GeoRoutes
|
|
452
452
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
453
453
|
attr_accessor turn_angle: ::Float
|
454
454
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
455
|
-
SENSITIVE: []
|
455
|
+
SENSITIVE: [:steering_direction, :turn_intensity]
|
456
456
|
end
|
457
457
|
|
458
458
|
class RouteContinueStepDetails
|
@@ -467,7 +467,7 @@ module Aws::GeoRoutes
|
|
467
467
|
attr_accessor matching: Types::RouteMatchingOptions
|
468
468
|
attr_accessor side_of_street: Types::RouteSideOfStreetOptions
|
469
469
|
attr_accessor stop_duration: ::Integer
|
470
|
-
SENSITIVE: []
|
470
|
+
SENSITIVE: [:avoid_actions_for_distance, :avoid_u_turns, :heading, :stop_duration]
|
471
471
|
end
|
472
472
|
|
473
473
|
class RouteDriverOptions
|
@@ -478,13 +478,13 @@ module Aws::GeoRoutes
|
|
478
478
|
class RouteDriverScheduleInterval
|
479
479
|
attr_accessor drive_duration: ::Integer
|
480
480
|
attr_accessor rest_duration: ::Integer
|
481
|
-
SENSITIVE: []
|
481
|
+
SENSITIVE: [:drive_duration, :rest_duration]
|
482
482
|
end
|
483
483
|
|
484
484
|
class RouteEmissionType
|
485
485
|
attr_accessor co_2_emission_class: ::String
|
486
486
|
attr_accessor type: ::String
|
487
|
-
SENSITIVE: []
|
487
|
+
SENSITIVE: [:co_2_emission_class, :type]
|
488
488
|
end
|
489
489
|
|
490
490
|
class RouteEnterHighwayStepDetails
|
@@ -492,7 +492,7 @@ module Aws::GeoRoutes
|
|
492
492
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
493
493
|
attr_accessor turn_angle: ::Float
|
494
494
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
495
|
-
SENSITIVE: []
|
495
|
+
SENSITIVE: [:steering_direction, :turn_intensity]
|
496
496
|
end
|
497
497
|
|
498
498
|
class RouteExclusionOptions
|
@@ -506,33 +506,33 @@ module Aws::GeoRoutes
|
|
506
506
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
507
507
|
attr_accessor turn_angle: ::Float
|
508
508
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
509
|
-
SENSITIVE: []
|
509
|
+
SENSITIVE: [:relative_exit, :steering_direction, :turn_intensity]
|
510
510
|
end
|
511
511
|
|
512
512
|
class RouteFerryAfterTravelStep
|
513
513
|
attr_accessor duration: ::Integer
|
514
514
|
attr_accessor instruction: ::String
|
515
515
|
attr_accessor type: ("Deboard")
|
516
|
-
SENSITIVE: []
|
516
|
+
SENSITIVE: [:duration, :instruction, :type]
|
517
517
|
end
|
518
518
|
|
519
519
|
class RouteFerryArrival
|
520
520
|
attr_accessor place: Types::RouteFerryPlace
|
521
521
|
attr_accessor time: ::String
|
522
|
-
SENSITIVE: []
|
522
|
+
SENSITIVE: [:time]
|
523
523
|
end
|
524
524
|
|
525
525
|
class RouteFerryBeforeTravelStep
|
526
526
|
attr_accessor duration: ::Integer
|
527
527
|
attr_accessor instruction: ::String
|
528
528
|
attr_accessor type: ("Board")
|
529
|
-
SENSITIVE: []
|
529
|
+
SENSITIVE: [:duration, :instruction, :type]
|
530
530
|
end
|
531
531
|
|
532
532
|
class RouteFerryDeparture
|
533
533
|
attr_accessor place: Types::RouteFerryPlace
|
534
534
|
attr_accessor time: ::String
|
535
|
-
SENSITIVE: []
|
535
|
+
SENSITIVE: [:time]
|
536
536
|
end
|
537
537
|
|
538
538
|
class RouteFerryLegDetails
|
@@ -546,11 +546,11 @@ module Aws::GeoRoutes
|
|
546
546
|
attr_accessor spans: ::Array[Types::RouteFerrySpan]
|
547
547
|
attr_accessor summary: Types::RouteFerrySummary
|
548
548
|
attr_accessor travel_steps: ::Array[Types::RouteFerryTravelStep]
|
549
|
-
SENSITIVE: []
|
549
|
+
SENSITIVE: [:route_name]
|
550
550
|
end
|
551
551
|
|
552
552
|
class RouteFerryNotice
|
553
|
-
attr_accessor code: ("AccuratePolylineUnavailable" | "NoSchedule" | "Other" | "ViolatedAvoidFerry" | "ViolatedAvoidRailFerry" | "SeasonalClosure")
|
553
|
+
attr_accessor code: ("AccuratePolylineUnavailable" | "NoSchedule" | "Other" | "ViolatedAvoidFerry" | "ViolatedAvoidRailFerry" | "SeasonalClosure" | "PotentialViolatedVehicleRestrictionUsage")
|
554
554
|
attr_accessor impact: ("High" | "Low")
|
555
555
|
SENSITIVE: []
|
556
556
|
end
|
@@ -558,7 +558,7 @@ module Aws::GeoRoutes
|
|
558
558
|
class RouteFerryOverviewSummary
|
559
559
|
attr_accessor distance: ::Integer
|
560
560
|
attr_accessor duration: ::Integer
|
561
|
-
SENSITIVE: []
|
561
|
+
SENSITIVE: [:distance, :duration]
|
562
562
|
end
|
563
563
|
|
564
564
|
class RouteFerryPlace
|
@@ -566,7 +566,7 @@ module Aws::GeoRoutes
|
|
566
566
|
attr_accessor original_position: ::Array[::Float]
|
567
567
|
attr_accessor position: ::Array[::Float]
|
568
568
|
attr_accessor waypoint_index: ::Integer
|
569
|
-
SENSITIVE: [:original_position, :position]
|
569
|
+
SENSITIVE: [:name, :original_position, :position, :waypoint_index]
|
570
570
|
end
|
571
571
|
|
572
572
|
class RouteFerrySpan
|
@@ -576,7 +576,7 @@ module Aws::GeoRoutes
|
|
576
576
|
attr_accessor geometry_offset: ::Integer
|
577
577
|
attr_accessor names: ::Array[Types::LocalizedString]
|
578
578
|
attr_accessor region: ::String
|
579
|
-
SENSITIVE: []
|
579
|
+
SENSITIVE: [:country, :distance, :duration, :region]
|
580
580
|
end
|
581
581
|
|
582
582
|
class RouteFerrySummary
|
@@ -587,7 +587,7 @@ module Aws::GeoRoutes
|
|
587
587
|
|
588
588
|
class RouteFerryTravelOnlySummary
|
589
589
|
attr_accessor duration: ::Integer
|
590
|
-
SENSITIVE: []
|
590
|
+
SENSITIVE: [:duration]
|
591
591
|
end
|
592
592
|
|
593
593
|
class RouteFerryTravelStep
|
@@ -596,7 +596,7 @@ module Aws::GeoRoutes
|
|
596
596
|
attr_accessor geometry_offset: ::Integer
|
597
597
|
attr_accessor instruction: ::String
|
598
598
|
attr_accessor type: ("Depart" | "Continue" | "Arrive")
|
599
|
-
SENSITIVE: []
|
599
|
+
SENSITIVE: [:distance, :duration, :instruction, :type]
|
600
600
|
end
|
601
601
|
|
602
602
|
class RouteKeepStepDetails
|
@@ -604,7 +604,7 @@ module Aws::GeoRoutes
|
|
604
604
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
605
605
|
attr_accessor turn_angle: ::Float
|
606
606
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
607
|
-
SENSITIVE: []
|
607
|
+
SENSITIVE: [:steering_direction, :turn_intensity]
|
608
608
|
end
|
609
609
|
|
610
610
|
class RouteLeg
|
@@ -615,7 +615,7 @@ module Aws::GeoRoutes
|
|
615
615
|
attr_accessor travel_mode: ("Car" | "Ferry" | "Pedestrian" | "Scooter" | "Truck" | "CarShuttleTrain")
|
616
616
|
attr_accessor type: ("Ferry" | "Pedestrian" | "Vehicle")
|
617
617
|
attr_accessor vehicle_leg_details: Types::RouteVehicleLegDetails
|
618
|
-
SENSITIVE: []
|
618
|
+
SENSITIVE: [:travel_mode, :type]
|
619
619
|
end
|
620
620
|
|
621
621
|
class RouteLegGeometry
|
@@ -635,19 +635,19 @@ module Aws::GeoRoutes
|
|
635
635
|
attr_accessor on_road_threshold: ::Integer
|
636
636
|
attr_accessor radius: ::Integer
|
637
637
|
attr_accessor strategy: ("MatchAny" | "MatchMostSignificantRoad")
|
638
|
-
SENSITIVE: [:name_hint]
|
638
|
+
SENSITIVE: [:name_hint, :on_road_threshold, :radius]
|
639
639
|
end
|
640
640
|
|
641
641
|
class RouteMatrixAllowOptions
|
642
642
|
attr_accessor hot: bool
|
643
643
|
attr_accessor hov: bool
|
644
|
-
SENSITIVE: []
|
644
|
+
SENSITIVE: [:hot, :hov]
|
645
645
|
end
|
646
646
|
|
647
647
|
class RouteMatrixAutoCircle
|
648
648
|
attr_accessor margin: ::Integer
|
649
649
|
attr_accessor max_radius: ::Integer
|
650
|
-
SENSITIVE: []
|
650
|
+
SENSITIVE: [:margin, :max_radius]
|
651
651
|
end
|
652
652
|
|
653
653
|
class RouteMatrixAvoidanceArea
|
@@ -674,18 +674,18 @@ module Aws::GeoRoutes
|
|
674
674
|
attr_accessor tunnels: bool
|
675
675
|
attr_accessor u_turns: bool
|
676
676
|
attr_accessor zone_categories: ::Array[Types::RouteMatrixAvoidanceZoneCategory]
|
677
|
-
SENSITIVE: []
|
677
|
+
SENSITIVE: [:car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :toll_transponders, :tunnels, :u_turns]
|
678
678
|
end
|
679
679
|
|
680
680
|
class RouteMatrixAvoidanceZoneCategory
|
681
681
|
attr_accessor category: ("CongestionPricing" | "Environmental" | "Vignette")
|
682
|
-
SENSITIVE: []
|
682
|
+
SENSITIVE: [:category]
|
683
683
|
end
|
684
684
|
|
685
685
|
class RouteMatrixBoundary
|
686
686
|
attr_accessor geometry: Types::RouteMatrixBoundaryGeometry
|
687
687
|
attr_accessor unbounded: bool
|
688
|
-
SENSITIVE: []
|
688
|
+
SENSITIVE: [:unbounded]
|
689
689
|
end
|
690
690
|
|
691
691
|
class RouteMatrixBoundaryGeometry
|
@@ -700,7 +700,7 @@ module Aws::GeoRoutes
|
|
700
700
|
attr_accessor license_plate: Types::RouteMatrixVehicleLicensePlate
|
701
701
|
attr_accessor max_speed: ::Float
|
702
702
|
attr_accessor occupancy: ::Integer
|
703
|
-
SENSITIVE: []
|
703
|
+
SENSITIVE: [:license_plate, :max_speed, :occupancy]
|
704
704
|
end
|
705
705
|
|
706
706
|
class RouteMatrixDestination
|
@@ -714,14 +714,14 @@ module Aws::GeoRoutes
|
|
714
714
|
attr_accessor heading: ::Float
|
715
715
|
attr_accessor matching: Types::RouteMatrixMatchingOptions
|
716
716
|
attr_accessor side_of_street: Types::RouteMatrixSideOfStreetOptions
|
717
|
-
SENSITIVE: []
|
717
|
+
SENSITIVE: [:avoid_actions_for_distance, :heading]
|
718
718
|
end
|
719
719
|
|
720
720
|
class RouteMatrixEntry
|
721
721
|
attr_accessor distance: ::Integer
|
722
722
|
attr_accessor duration: ::Integer
|
723
723
|
attr_accessor error: ("NoMatch" | "NoMatchDestination" | "NoMatchOrigin" | "NoRoute" | "OutOfBounds" | "OutOfBoundsDestination" | "OutOfBoundsOrigin" | "Other" | "Violation")
|
724
|
-
SENSITIVE: []
|
724
|
+
SENSITIVE: [:distance, :duration]
|
725
725
|
end
|
726
726
|
|
727
727
|
class RouteMatrixExclusionOptions
|
@@ -734,7 +734,7 @@ module Aws::GeoRoutes
|
|
734
734
|
attr_accessor on_road_threshold: ::Integer
|
735
735
|
attr_accessor radius: ::Integer
|
736
736
|
attr_accessor strategy: ("MatchAny" | "MatchMostSignificantRoad")
|
737
|
-
SENSITIVE: [:name_hint]
|
737
|
+
SENSITIVE: [:name_hint, :on_road_threshold, :radius]
|
738
738
|
end
|
739
739
|
|
740
740
|
class RouteMatrixOrigin
|
@@ -748,14 +748,14 @@ module Aws::GeoRoutes
|
|
748
748
|
attr_accessor heading: ::Float
|
749
749
|
attr_accessor matching: Types::RouteMatrixMatchingOptions
|
750
750
|
attr_accessor side_of_street: Types::RouteMatrixSideOfStreetOptions
|
751
|
-
SENSITIVE: []
|
751
|
+
SENSITIVE: [:avoid_actions_for_distance, :heading]
|
752
752
|
end
|
753
753
|
|
754
754
|
class RouteMatrixScooterOptions
|
755
755
|
attr_accessor license_plate: Types::RouteMatrixVehicleLicensePlate
|
756
756
|
attr_accessor max_speed: ::Float
|
757
757
|
attr_accessor occupancy: ::Integer
|
758
|
-
SENSITIVE: []
|
758
|
+
SENSITIVE: [:license_plate, :max_speed, :occupancy]
|
759
759
|
end
|
760
760
|
|
761
761
|
class RouteMatrixSideOfStreetOptions
|
@@ -767,12 +767,12 @@ module Aws::GeoRoutes
|
|
767
767
|
class RouteMatrixTrafficOptions
|
768
768
|
attr_accessor flow_event_threshold_override: ::Integer
|
769
769
|
attr_accessor usage: ("IgnoreTrafficData" | "UseTrafficData")
|
770
|
-
SENSITIVE: []
|
770
|
+
SENSITIVE: [:flow_event_threshold_override]
|
771
771
|
end
|
772
772
|
|
773
773
|
class RouteMatrixTrailerOptions
|
774
774
|
attr_accessor trailer_count: ::Integer
|
775
|
-
SENSITIVE: []
|
775
|
+
SENSITIVE: [:trailer_count]
|
776
776
|
end
|
777
777
|
|
778
778
|
class RouteMatrixTravelModeOptions
|
@@ -799,7 +799,7 @@ module Aws::GeoRoutes
|
|
799
799
|
attr_accessor weight_per_axle: ::Integer
|
800
800
|
attr_accessor weight_per_axle_group: Types::WeightPerAxleGroup
|
801
801
|
attr_accessor width: ::Integer
|
802
|
-
SENSITIVE: []
|
802
|
+
SENSITIVE: [:axle_count, :gross_weight, :height, :kpra_length, :length, :license_plate, :max_speed, :occupancy, :payload_capacity, :truck_type, :tunnel_restriction_code, :weight_per_axle, :width]
|
803
803
|
end
|
804
804
|
|
805
805
|
class RouteMatrixVehicleLicensePlate
|
@@ -817,7 +817,7 @@ module Aws::GeoRoutes
|
|
817
817
|
attr_accessor direction: ("East" | "North" | "South" | "West")
|
818
818
|
attr_accessor language: ::String
|
819
819
|
attr_accessor value: ::String
|
820
|
-
SENSITIVE: []
|
820
|
+
SENSITIVE: [:direction, :value]
|
821
821
|
end
|
822
822
|
|
823
823
|
class RouteOriginOptions
|
@@ -826,14 +826,14 @@ module Aws::GeoRoutes
|
|
826
826
|
attr_accessor heading: ::Float
|
827
827
|
attr_accessor matching: Types::RouteMatchingOptions
|
828
828
|
attr_accessor side_of_street: Types::RouteSideOfStreetOptions
|
829
|
-
SENSITIVE: []
|
829
|
+
SENSITIVE: [:avoid_actions_for_distance, :avoid_u_turns, :heading]
|
830
830
|
end
|
831
831
|
|
832
832
|
class RoutePassThroughPlace
|
833
833
|
attr_accessor original_position: ::Array[::Float]
|
834
834
|
attr_accessor position: ::Array[::Float]
|
835
835
|
attr_accessor waypoint_index: ::Integer
|
836
|
-
SENSITIVE: [:original_position, :position]
|
836
|
+
SENSITIVE: [:original_position, :position, :waypoint_index]
|
837
837
|
end
|
838
838
|
|
839
839
|
class RoutePassThroughWaypoint
|
@@ -845,13 +845,13 @@ module Aws::GeoRoutes
|
|
845
845
|
class RoutePedestrianArrival
|
846
846
|
attr_accessor place: Types::RoutePedestrianPlace
|
847
847
|
attr_accessor time: ::String
|
848
|
-
SENSITIVE: []
|
848
|
+
SENSITIVE: [:time]
|
849
849
|
end
|
850
850
|
|
851
851
|
class RoutePedestrianDeparture
|
852
852
|
attr_accessor place: Types::RoutePedestrianPlace
|
853
853
|
attr_accessor time: ::String
|
854
|
-
SENSITIVE: []
|
854
|
+
SENSITIVE: [:time]
|
855
855
|
end
|
856
856
|
|
857
857
|
class RoutePedestrianLegDetails
|
@@ -873,13 +873,13 @@ module Aws::GeoRoutes
|
|
873
873
|
|
874
874
|
class RoutePedestrianOptions
|
875
875
|
attr_accessor speed: ::Float
|
876
|
-
SENSITIVE: []
|
876
|
+
SENSITIVE: [:speed]
|
877
877
|
end
|
878
878
|
|
879
879
|
class RoutePedestrianOverviewSummary
|
880
880
|
attr_accessor distance: ::Integer
|
881
881
|
attr_accessor duration: ::Integer
|
882
|
-
SENSITIVE: []
|
882
|
+
SENSITIVE: [:distance, :duration]
|
883
883
|
end
|
884
884
|
|
885
885
|
class RoutePedestrianPlace
|
@@ -888,7 +888,7 @@ module Aws::GeoRoutes
|
|
888
888
|
attr_accessor position: ::Array[::Float]
|
889
889
|
attr_accessor side_of_street: ("Left" | "Right")
|
890
890
|
attr_accessor waypoint_index: ::Integer
|
891
|
-
SENSITIVE: [:original_position, :position]
|
891
|
+
SENSITIVE: [:name, :original_position, :position, :side_of_street, :waypoint_index]
|
892
892
|
end
|
893
893
|
|
894
894
|
class RoutePedestrianSpan
|
@@ -907,7 +907,7 @@ module Aws::GeoRoutes
|
|
907
907
|
attr_accessor route_numbers: ::Array[Types::RouteNumber]
|
908
908
|
attr_accessor speed_limit: Types::RouteSpanSpeedLimitDetails
|
909
909
|
attr_accessor typical_duration: ::Integer
|
910
|
-
SENSITIVE: []
|
910
|
+
SENSITIVE: [:best_case_duration, :country, :distance, :duration, :functional_classification, :region, :typical_duration]
|
911
911
|
end
|
912
912
|
|
913
913
|
class RoutePedestrianSummary
|
@@ -918,7 +918,7 @@ module Aws::GeoRoutes
|
|
918
918
|
|
919
919
|
class RoutePedestrianTravelOnlySummary
|
920
920
|
attr_accessor duration: ::Integer
|
921
|
-
SENSITIVE: []
|
921
|
+
SENSITIVE: [:duration]
|
922
922
|
end
|
923
923
|
|
924
924
|
class RoutePedestrianTravelStep
|
@@ -937,7 +937,7 @@ module Aws::GeoRoutes
|
|
937
937
|
attr_accessor signpost: Types::RouteSignpost
|
938
938
|
attr_accessor turn_step_details: Types::RouteTurnStepDetails
|
939
939
|
attr_accessor type: ("Arrive" | "Continue" | "Depart" | "Keep" | "RoundaboutEnter" | "RoundaboutExit" | "RoundaboutPass" | "Turn" | "Exit" | "Ramp" | "UTurn")
|
940
|
-
SENSITIVE: []
|
940
|
+
SENSITIVE: [:distance, :duration, :instruction, :type]
|
941
941
|
end
|
942
942
|
|
943
943
|
class RouteRampStepDetails
|
@@ -945,7 +945,7 @@ module Aws::GeoRoutes
|
|
945
945
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
946
946
|
attr_accessor turn_angle: ::Float
|
947
947
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
948
|
-
SENSITIVE: []
|
948
|
+
SENSITIVE: [:steering_direction, :turn_intensity]
|
949
949
|
end
|
950
950
|
|
951
951
|
class RouteResponseNotice
|
@@ -959,7 +959,7 @@ module Aws::GeoRoutes
|
|
959
959
|
attr_accessor route_number: ::Array[Types::RouteNumber]
|
960
960
|
attr_accessor towards: ::Array[Types::LocalizedString]
|
961
961
|
attr_accessor type: ("Highway" | "Rural" | "Urban")
|
962
|
-
SENSITIVE: []
|
962
|
+
SENSITIVE: [:type]
|
963
963
|
end
|
964
964
|
|
965
965
|
class RouteRoundaboutEnterStepDetails
|
@@ -967,7 +967,7 @@ module Aws::GeoRoutes
|
|
967
967
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
968
968
|
attr_accessor turn_angle: ::Float
|
969
969
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
970
|
-
SENSITIVE: []
|
970
|
+
SENSITIVE: [:steering_direction, :turn_intensity]
|
971
971
|
end
|
972
972
|
|
973
973
|
class RouteRoundaboutExitStepDetails
|
@@ -975,7 +975,7 @@ module Aws::GeoRoutes
|
|
975
975
|
attr_accessor relative_exit: ::Integer
|
976
976
|
attr_accessor roundabout_angle: ::Float
|
977
977
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
978
|
-
SENSITIVE: []
|
978
|
+
SENSITIVE: [:relative_exit, :steering_direction]
|
979
979
|
end
|
980
980
|
|
981
981
|
class RouteRoundaboutPassStepDetails
|
@@ -983,7 +983,7 @@ module Aws::GeoRoutes
|
|
983
983
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
984
984
|
attr_accessor turn_angle: ::Float
|
985
985
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
986
|
-
SENSITIVE: []
|
986
|
+
SENSITIVE: [:steering_direction, :turn_intensity]
|
987
987
|
end
|
988
988
|
|
989
989
|
class RouteScooterOptions
|
@@ -991,7 +991,7 @@ module Aws::GeoRoutes
|
|
991
991
|
attr_accessor license_plate: Types::RouteVehicleLicensePlate
|
992
992
|
attr_accessor max_speed: ::Float
|
993
993
|
attr_accessor occupancy: ::Integer
|
994
|
-
SENSITIVE: []
|
994
|
+
SENSITIVE: [:engine_type, :max_speed, :occupancy]
|
995
995
|
end
|
996
996
|
|
997
997
|
class RouteSideOfStreetOptions
|
@@ -1015,20 +1015,20 @@ module Aws::GeoRoutes
|
|
1015
1015
|
attr_accessor best_case_speed: ::Float
|
1016
1016
|
attr_accessor turn_duration: ::Integer
|
1017
1017
|
attr_accessor typical_speed: ::Float
|
1018
|
-
SENSITIVE: []
|
1018
|
+
SENSITIVE: [:best_case_speed, :turn_duration, :typical_speed]
|
1019
1019
|
end
|
1020
1020
|
|
1021
1021
|
class RouteSpanSpeedLimitDetails
|
1022
1022
|
attr_accessor max_speed: ::Float
|
1023
1023
|
attr_accessor unlimited: bool
|
1024
|
-
SENSITIVE: []
|
1024
|
+
SENSITIVE: [:max_speed, :unlimited]
|
1025
1025
|
end
|
1026
1026
|
|
1027
1027
|
class RouteSummary
|
1028
1028
|
attr_accessor distance: ::Integer
|
1029
1029
|
attr_accessor duration: ::Integer
|
1030
1030
|
attr_accessor tolls: Types::RouteTollSummary
|
1031
|
-
SENSITIVE: []
|
1031
|
+
SENSITIVE: [:distance, :duration]
|
1032
1032
|
end
|
1033
1033
|
|
1034
1034
|
class RouteToll
|
@@ -1036,7 +1036,7 @@ module Aws::GeoRoutes
|
|
1036
1036
|
attr_accessor payment_sites: ::Array[Types::RouteTollPaymentSite]
|
1037
1037
|
attr_accessor rates: ::Array[Types::RouteTollRate]
|
1038
1038
|
attr_accessor systems: ::Array[::Integer]
|
1039
|
-
SENSITIVE: []
|
1039
|
+
SENSITIVE: [:country]
|
1040
1040
|
end
|
1041
1041
|
|
1042
1042
|
class RouteTollOptions
|
@@ -1045,7 +1045,7 @@ module Aws::GeoRoutes
|
|
1045
1045
|
attr_accessor currency: ::String
|
1046
1046
|
attr_accessor emission_type: Types::RouteEmissionType
|
1047
1047
|
attr_accessor vehicle_category: ("Minibus")
|
1048
|
-
SENSITIVE: []
|
1048
|
+
SENSITIVE: [:all_transponders, :all_vignettes, :vehicle_category]
|
1049
1049
|
end
|
1050
1050
|
|
1051
1051
|
class RouteTollPass
|
@@ -1054,13 +1054,13 @@ module Aws::GeoRoutes
|
|
1054
1054
|
attr_accessor transfer_count: ::Integer
|
1055
1055
|
attr_accessor trip_count: ::Integer
|
1056
1056
|
attr_accessor validity_period: Types::RouteTollPassValidityPeriod
|
1057
|
-
SENSITIVE: []
|
1057
|
+
SENSITIVE: [:includes_return_trip, :senior_pass, :transfer_count, :trip_count]
|
1058
1058
|
end
|
1059
1059
|
|
1060
1060
|
class RouteTollPassValidityPeriod
|
1061
1061
|
attr_accessor period: ("Annual" | "Days" | "ExtendedAnnual" | "Minutes" | "Months")
|
1062
1062
|
attr_accessor period_count: ::Integer
|
1063
|
-
SENSITIVE: []
|
1063
|
+
SENSITIVE: [:period, :period_count]
|
1064
1064
|
end
|
1065
1065
|
|
1066
1066
|
class RouteTollPaymentSite
|
@@ -1076,7 +1076,7 @@ module Aws::GeoRoutes
|
|
1076
1076
|
attr_accessor range: bool
|
1077
1077
|
attr_accessor range_value: Types::RouteTollPriceValueRange
|
1078
1078
|
attr_accessor value: ::Float
|
1079
|
-
SENSITIVE: []
|
1079
|
+
SENSITIVE: [:estimate, :per_duration, :range, :value]
|
1080
1080
|
end
|
1081
1081
|
|
1082
1082
|
class RouteTollPriceSummary
|
@@ -1085,13 +1085,13 @@ module Aws::GeoRoutes
|
|
1085
1085
|
attr_accessor range: bool
|
1086
1086
|
attr_accessor range_value: Types::RouteTollPriceValueRange
|
1087
1087
|
attr_accessor value: ::Float
|
1088
|
-
SENSITIVE: []
|
1088
|
+
SENSITIVE: [:estimate, :range, :value]
|
1089
1089
|
end
|
1090
1090
|
|
1091
1091
|
class RouteTollPriceValueRange
|
1092
1092
|
attr_accessor min: ::Float
|
1093
1093
|
attr_accessor max: ::Float
|
1094
|
-
SENSITIVE: []
|
1094
|
+
SENSITIVE: [:min, :max]
|
1095
1095
|
end
|
1096
1096
|
|
1097
1097
|
class RouteTollRate
|
@@ -1103,7 +1103,7 @@ module Aws::GeoRoutes
|
|
1103
1103
|
attr_accessor pass: Types::RouteTollPass
|
1104
1104
|
attr_accessor payment_methods: ::Array[("BankCard" | "Cash" | "CashExact" | "CreditCard" | "PassSubscription" | "TravelCard" | "Transponder" | "VideoToll")]
|
1105
1105
|
attr_accessor transponders: ::Array[Types::RouteTransponder]
|
1106
|
-
SENSITIVE: []
|
1106
|
+
SENSITIVE: [:applicable_times, :id, :name]
|
1107
1107
|
end
|
1108
1108
|
|
1109
1109
|
class RouteTollSummary
|
@@ -1113,24 +1113,24 @@ module Aws::GeoRoutes
|
|
1113
1113
|
|
1114
1114
|
class RouteTollSystem
|
1115
1115
|
attr_accessor name: ::String
|
1116
|
-
SENSITIVE: []
|
1116
|
+
SENSITIVE: [:name]
|
1117
1117
|
end
|
1118
1118
|
|
1119
1119
|
class RouteTrafficOptions
|
1120
1120
|
attr_accessor flow_event_threshold_override: ::Integer
|
1121
1121
|
attr_accessor usage: ("IgnoreTrafficData" | "UseTrafficData")
|
1122
|
-
SENSITIVE: []
|
1122
|
+
SENSITIVE: [:flow_event_threshold_override]
|
1123
1123
|
end
|
1124
1124
|
|
1125
1125
|
class RouteTrailerOptions
|
1126
1126
|
attr_accessor axle_count: ::Integer
|
1127
1127
|
attr_accessor trailer_count: ::Integer
|
1128
|
-
SENSITIVE: []
|
1128
|
+
SENSITIVE: [:axle_count, :trailer_count]
|
1129
1129
|
end
|
1130
1130
|
|
1131
1131
|
class RouteTransponder
|
1132
1132
|
attr_accessor system_name: ::String
|
1133
|
-
SENSITIVE: []
|
1133
|
+
SENSITIVE: [:system_name]
|
1134
1134
|
end
|
1135
1135
|
|
1136
1136
|
class RouteTravelModeOptions
|
@@ -1161,7 +1161,7 @@ module Aws::GeoRoutes
|
|
1161
1161
|
attr_accessor weight_per_axle: ::Integer
|
1162
1162
|
attr_accessor weight_per_axle_group: Types::WeightPerAxleGroup
|
1163
1163
|
attr_accessor width: ::Integer
|
1164
|
-
SENSITIVE: []
|
1164
|
+
SENSITIVE: [:axle_count, :engine_type, :gross_weight, :height, :height_above_first_axle, :kpra_length, :length, :max_speed, :occupancy, :payload_capacity, :tire_count, :truck_type, :tunnel_restriction_code, :weight_per_axle, :width]
|
1165
1165
|
end
|
1166
1166
|
|
1167
1167
|
class RouteTurnStepDetails
|
@@ -1169,7 +1169,7 @@ module Aws::GeoRoutes
|
|
1169
1169
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
1170
1170
|
attr_accessor turn_angle: ::Float
|
1171
1171
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
1172
|
-
SENSITIVE: []
|
1172
|
+
SENSITIVE: [:steering_direction, :turn_intensity]
|
1173
1173
|
end
|
1174
1174
|
|
1175
1175
|
class RouteUTurnStepDetails
|
@@ -1177,19 +1177,19 @@ module Aws::GeoRoutes
|
|
1177
1177
|
attr_accessor steering_direction: ("Left" | "Right" | "Straight")
|
1178
1178
|
attr_accessor turn_angle: ::Float
|
1179
1179
|
attr_accessor turn_intensity: ("Sharp" | "Slight" | "Typical")
|
1180
|
-
SENSITIVE: []
|
1180
|
+
SENSITIVE: [:steering_direction, :turn_intensity]
|
1181
1181
|
end
|
1182
1182
|
|
1183
1183
|
class RouteVehicleArrival
|
1184
1184
|
attr_accessor place: Types::RouteVehiclePlace
|
1185
1185
|
attr_accessor time: ::String
|
1186
|
-
SENSITIVE: []
|
1186
|
+
SENSITIVE: [:time]
|
1187
1187
|
end
|
1188
1188
|
|
1189
1189
|
class RouteVehicleDeparture
|
1190
1190
|
attr_accessor place: Types::RouteVehiclePlace
|
1191
1191
|
attr_accessor time: ::String
|
1192
|
-
SENSITIVE: []
|
1192
|
+
SENSITIVE: [:time]
|
1193
1193
|
end
|
1194
1194
|
|
1195
1195
|
class RouteVehicleIncident
|
@@ -1198,7 +1198,7 @@ module Aws::GeoRoutes
|
|
1198
1198
|
attr_accessor severity: ("Critical" | "High" | "Medium" | "Low")
|
1199
1199
|
attr_accessor start_time: ::String
|
1200
1200
|
attr_accessor type: ("Accident" | "Congestion" | "Construction" | "DisabledVehicle" | "LaneRestriction" | "MassTransit" | "Other" | "PlannedEvent" | "RoadClosure" | "RoadHazard" | "Weather")
|
1201
|
-
SENSITIVE: []
|
1201
|
+
SENSITIVE: [:description, :end_time, :severity, :start_time, :type]
|
1202
1202
|
end
|
1203
1203
|
|
1204
1204
|
class RouteVehicleLegDetails
|
@@ -1219,7 +1219,7 @@ module Aws::GeoRoutes
|
|
1219
1219
|
|
1220
1220
|
class RouteVehicleLicensePlate
|
1221
1221
|
attr_accessor last_character: ::String
|
1222
|
-
SENSITIVE: []
|
1222
|
+
SENSITIVE: [:last_character]
|
1223
1223
|
end
|
1224
1224
|
|
1225
1225
|
class RouteVehicleNotice
|
@@ -1232,7 +1232,7 @@ module Aws::GeoRoutes
|
|
1232
1232
|
class RouteVehicleNoticeDetail
|
1233
1233
|
attr_accessor title: ::String
|
1234
1234
|
attr_accessor violated_constraints: Types::RouteViolatedConstraints
|
1235
|
-
SENSITIVE: []
|
1235
|
+
SENSITIVE: [:title]
|
1236
1236
|
end
|
1237
1237
|
|
1238
1238
|
class RouteVehicleOverviewSummary
|
@@ -1240,7 +1240,7 @@ module Aws::GeoRoutes
|
|
1240
1240
|
attr_accessor distance: ::Integer
|
1241
1241
|
attr_accessor duration: ::Integer
|
1242
1242
|
attr_accessor typical_duration: ::Integer
|
1243
|
-
SENSITIVE: []
|
1243
|
+
SENSITIVE: [:best_case_duration, :distance, :duration, :typical_duration]
|
1244
1244
|
end
|
1245
1245
|
|
1246
1246
|
class RouteVehiclePlace
|
@@ -1249,7 +1249,7 @@ module Aws::GeoRoutes
|
|
1249
1249
|
attr_accessor position: ::Array[::Float]
|
1250
1250
|
attr_accessor side_of_street: ("Left" | "Right")
|
1251
1251
|
attr_accessor waypoint_index: ::Integer
|
1252
|
-
SENSITIVE: [:original_position, :position]
|
1252
|
+
SENSITIVE: [:name, :original_position, :position, :side_of_street, :waypoint_index]
|
1253
1253
|
end
|
1254
1254
|
|
1255
1255
|
class RouteVehicleSpan
|
@@ -1276,7 +1276,7 @@ module Aws::GeoRoutes
|
|
1276
1276
|
attr_accessor truck_road_types: ::Array[::Integer]
|
1277
1277
|
attr_accessor typical_duration: ::Integer
|
1278
1278
|
attr_accessor zones: ::Array[::Integer]
|
1279
|
-
SENSITIVE: []
|
1279
|
+
SENSITIVE: [:best_case_duration, :country, :distance, :duration, :functional_classification, :gate, :railway_crossing, :region, :typical_duration]
|
1280
1280
|
end
|
1281
1281
|
|
1282
1282
|
class RouteVehicleSummary
|
@@ -1289,7 +1289,7 @@ module Aws::GeoRoutes
|
|
1289
1289
|
attr_accessor best_case_duration: ::Integer
|
1290
1290
|
attr_accessor duration: ::Integer
|
1291
1291
|
attr_accessor typical_duration: ::Integer
|
1292
|
-
SENSITIVE: []
|
1292
|
+
SENSITIVE: [:best_case_duration, :duration, :typical_duration]
|
1293
1293
|
end
|
1294
1294
|
|
1295
1295
|
class RouteVehicleTravelStep
|
@@ -1313,7 +1313,7 @@ module Aws::GeoRoutes
|
|
1313
1313
|
attr_accessor turn_step_details: Types::RouteTurnStepDetails
|
1314
1314
|
attr_accessor type: ("Arrive" | "Continue" | "ContinueHighway" | "Depart" | "EnterHighway" | "Exit" | "Keep" | "Ramp" | "RoundaboutEnter" | "RoundaboutExit" | "RoundaboutPass" | "Turn" | "UTurn")
|
1315
1315
|
attr_accessor u_turn_step_details: Types::RouteUTurnStepDetails
|
1316
|
-
SENSITIVE: []
|
1316
|
+
SENSITIVE: [:distance, :duration, :instruction, :type]
|
1317
1317
|
end
|
1318
1318
|
|
1319
1319
|
class RouteViolatedConstraints
|
@@ -1336,7 +1336,7 @@ module Aws::GeoRoutes
|
|
1336
1336
|
attr_accessor truck_road_type: ::String
|
1337
1337
|
attr_accessor truck_type: ("LightTruck" | "StraightTruck" | "Tractor")
|
1338
1338
|
attr_accessor tunnel_restriction_code: ::String
|
1339
|
-
SENSITIVE: []
|
1339
|
+
SENSITIVE: [:all_hazards_restricted, :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]
|
1340
1340
|
end
|
1341
1341
|
|
1342
1342
|
class RouteWaypoint
|
@@ -1348,19 +1348,19 @@ module Aws::GeoRoutes
|
|
1348
1348
|
attr_accessor position: ::Array[::Float]
|
1349
1349
|
attr_accessor side_of_street: Types::RouteSideOfStreetOptions
|
1350
1350
|
attr_accessor stop_duration: ::Integer
|
1351
|
-
SENSITIVE: [:position]
|
1351
|
+
SENSITIVE: [:avoid_actions_for_distance, :avoid_u_turns, :heading, :pass_through, :position, :stop_duration]
|
1352
1352
|
end
|
1353
1353
|
|
1354
1354
|
class RouteWeightConstraint
|
1355
1355
|
attr_accessor type: ("Current" | "Gross" | "Unknown")
|
1356
1356
|
attr_accessor value: ::Integer
|
1357
|
-
SENSITIVE: []
|
1357
|
+
SENSITIVE: [:value]
|
1358
1358
|
end
|
1359
1359
|
|
1360
1360
|
class RouteZone
|
1361
1361
|
attr_accessor category: ("CongestionPricing" | "Environmental" | "Vignette")
|
1362
1362
|
attr_accessor name: ::String
|
1363
|
-
SENSITIVE: []
|
1363
|
+
SENSITIVE: [:category, :name]
|
1364
1364
|
end
|
1365
1365
|
|
1366
1366
|
class SnapToRoadsRequest
|
@@ -1370,7 +1370,7 @@ module Aws::GeoRoutes
|
|
1370
1370
|
attr_accessor trace_points: ::Array[Types::RoadSnapTracePoint]
|
1371
1371
|
attr_accessor travel_mode: ("Car" | "Pedestrian" | "Scooter" | "Truck")
|
1372
1372
|
attr_accessor travel_mode_options: Types::RoadSnapTravelModeOptions
|
1373
|
-
SENSITIVE: [:key]
|
1373
|
+
SENSITIVE: [:key, :snap_radius]
|
1374
1374
|
end
|
1375
1375
|
|
1376
1376
|
class SnapToRoadsResponse
|
@@ -1409,7 +1409,7 @@ module Aws::GeoRoutes
|
|
1409
1409
|
class WaypointOptimizationAccessHoursEntry
|
1410
1410
|
attr_accessor day_of_week: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday")
|
1411
1411
|
attr_accessor time_of_day: ::String
|
1412
|
-
SENSITIVE: []
|
1412
|
+
SENSITIVE: [:day_of_week, :time_of_day]
|
1413
1413
|
end
|
1414
1414
|
|
1415
1415
|
class WaypointOptimizationAvoidanceArea
|
@@ -1431,13 +1431,13 @@ module Aws::GeoRoutes
|
|
1431
1431
|
attr_accessor toll_roads: bool
|
1432
1432
|
attr_accessor tunnels: bool
|
1433
1433
|
attr_accessor u_turns: bool
|
1434
|
-
SENSITIVE: []
|
1434
|
+
SENSITIVE: [:car_shuttle_trains, :controlled_access_highways, :dirt_roads, :ferries, :toll_roads, :tunnels, :u_turns]
|
1435
1435
|
end
|
1436
1436
|
|
1437
1437
|
class WaypointOptimizationClusteringOptions
|
1438
1438
|
attr_accessor algorithm: ("DrivingDistance" | "TopologySegment")
|
1439
1439
|
attr_accessor driving_distance_options: Types::WaypointOptimizationDrivingDistanceOptions
|
1440
|
-
SENSITIVE: []
|
1440
|
+
SENSITIVE: [:algorithm]
|
1441
1441
|
end
|
1442
1442
|
|
1443
1443
|
class WaypointOptimizationConnection
|
@@ -1447,7 +1447,7 @@ module Aws::GeoRoutes
|
|
1447
1447
|
attr_accessor to: ::String
|
1448
1448
|
attr_accessor travel_duration: ::Integer
|
1449
1449
|
attr_accessor wait_duration: ::Integer
|
1450
|
-
SENSITIVE: []
|
1450
|
+
SENSITIVE: [:distance, :rest_duration, :travel_duration, :wait_duration]
|
1451
1451
|
end
|
1452
1452
|
|
1453
1453
|
class WaypointOptimizationDestinationOptions
|
@@ -1457,19 +1457,19 @@ module Aws::GeoRoutes
|
|
1457
1457
|
attr_accessor id: ::String
|
1458
1458
|
attr_accessor service_duration: ::Integer
|
1459
1459
|
attr_accessor side_of_street: Types::WaypointOptimizationSideOfStreetOptions
|
1460
|
-
SENSITIVE: []
|
1460
|
+
SENSITIVE: [:appointment_time, :heading, :service_duration]
|
1461
1461
|
end
|
1462
1462
|
|
1463
1463
|
class WaypointOptimizationDriverOptions
|
1464
1464
|
attr_accessor rest_cycles: Types::WaypointOptimizationRestCycles
|
1465
1465
|
attr_accessor rest_profile: Types::WaypointOptimizationRestProfile
|
1466
1466
|
attr_accessor treat_service_time_as: ("Rest" | "Work")
|
1467
|
-
SENSITIVE: []
|
1467
|
+
SENSITIVE: [:treat_service_time_as]
|
1468
1468
|
end
|
1469
1469
|
|
1470
1470
|
class WaypointOptimizationDrivingDistanceOptions
|
1471
1471
|
attr_accessor driving_distance: ::Integer
|
1472
|
-
SENSITIVE: []
|
1472
|
+
SENSITIVE: [:driving_distance]
|
1473
1473
|
end
|
1474
1474
|
|
1475
1475
|
class WaypointOptimizationExclusionOptions
|
@@ -1480,7 +1480,7 @@ module Aws::GeoRoutes
|
|
1480
1480
|
class WaypointOptimizationFailedConstraint
|
1481
1481
|
attr_accessor constraint: ("AccessHours" | "AppointmentTime" | "Before" | "Heading" | "ServiceDuration" | "SideOfStreet")
|
1482
1482
|
attr_accessor reason: ::String
|
1483
|
-
SENSITIVE: []
|
1483
|
+
SENSITIVE: [:constraint, :reason]
|
1484
1484
|
end
|
1485
1485
|
|
1486
1486
|
class WaypointOptimizationImpedingWaypoint
|
@@ -1496,7 +1496,7 @@ module Aws::GeoRoutes
|
|
1496
1496
|
attr_accessor departure_time: ::String
|
1497
1497
|
attr_accessor id: ::String
|
1498
1498
|
attr_accessor position: ::Array[::Float]
|
1499
|
-
SENSITIVE: [:position]
|
1499
|
+
SENSITIVE: [:arrival_time, :departure_time, :position]
|
1500
1500
|
end
|
1501
1501
|
|
1502
1502
|
class WaypointOptimizationOriginOptions
|
@@ -1506,13 +1506,13 @@ module Aws::GeoRoutes
|
|
1506
1506
|
|
1507
1507
|
class WaypointOptimizationPedestrianOptions
|
1508
1508
|
attr_accessor speed: ::Float
|
1509
|
-
SENSITIVE: []
|
1509
|
+
SENSITIVE: [:speed]
|
1510
1510
|
end
|
1511
1511
|
|
1512
1512
|
class WaypointOptimizationRestCycleDurations
|
1513
1513
|
attr_accessor rest_duration: ::Integer
|
1514
1514
|
attr_accessor work_duration: ::Integer
|
1515
|
-
SENSITIVE: []
|
1515
|
+
SENSITIVE: [:rest_duration, :work_duration]
|
1516
1516
|
end
|
1517
1517
|
|
1518
1518
|
class WaypointOptimizationRestCycles
|
@@ -1523,7 +1523,7 @@ module Aws::GeoRoutes
|
|
1523
1523
|
|
1524
1524
|
class WaypointOptimizationRestProfile
|
1525
1525
|
attr_accessor profile: ::String
|
1526
|
-
SENSITIVE: []
|
1526
|
+
SENSITIVE: [:profile]
|
1527
1527
|
end
|
1528
1528
|
|
1529
1529
|
class WaypointOptimizationSideOfStreetOptions
|
@@ -1537,7 +1537,7 @@ module Aws::GeoRoutes
|
|
1537
1537
|
attr_accessor service_duration: ::Integer
|
1538
1538
|
attr_accessor travel_duration: ::Integer
|
1539
1539
|
attr_accessor wait_duration: ::Integer
|
1540
|
-
SENSITIVE: []
|
1540
|
+
SENSITIVE: [:rest_duration, :service_duration, :travel_duration, :wait_duration]
|
1541
1541
|
end
|
1542
1542
|
|
1543
1543
|
class WaypointOptimizationTrafficOptions
|
@@ -1547,7 +1547,7 @@ module Aws::GeoRoutes
|
|
1547
1547
|
|
1548
1548
|
class WaypointOptimizationTrailerOptions
|
1549
1549
|
attr_accessor trailer_count: ::Integer
|
1550
|
-
SENSITIVE: []
|
1550
|
+
SENSITIVE: [:trailer_count]
|
1551
1551
|
end
|
1552
1552
|
|
1553
1553
|
class WaypointOptimizationTravelModeOptions
|
@@ -1566,7 +1566,7 @@ module Aws::GeoRoutes
|
|
1566
1566
|
attr_accessor tunnel_restriction_code: ::String
|
1567
1567
|
attr_accessor weight_per_axle: ::Integer
|
1568
1568
|
attr_accessor width: ::Integer
|
1569
|
-
SENSITIVE: []
|
1569
|
+
SENSITIVE: [:gross_weight, :height, :length, :truck_type, :tunnel_restriction_code, :weight_per_axle, :width]
|
1570
1570
|
end
|
1571
1571
|
|
1572
1572
|
class WaypointOptimizationWaypoint
|
@@ -1578,7 +1578,7 @@ module Aws::GeoRoutes
|
|
1578
1578
|
attr_accessor position: ::Array[::Float]
|
1579
1579
|
attr_accessor service_duration: ::Integer
|
1580
1580
|
attr_accessor side_of_street: Types::WaypointOptimizationSideOfStreetOptions
|
1581
|
-
SENSITIVE: [:position]
|
1581
|
+
SENSITIVE: [:appointment_time, :heading, :position, :service_duration]
|
1582
1582
|
end
|
1583
1583
|
|
1584
1584
|
class WeightPerAxleGroup
|
@@ -1587,7 +1587,7 @@ module Aws::GeoRoutes
|
|
1587
1587
|
attr_accessor triple: ::Integer
|
1588
1588
|
attr_accessor quad: ::Integer
|
1589
1589
|
attr_accessor quint: ::Integer
|
1590
|
-
SENSITIVE: []
|
1590
|
+
SENSITIVE: [:single, :tandem, :triple, :quad, :quint]
|
1591
1591
|
end
|
1592
1592
|
end
|
1593
1593
|
end
|