aws-sdk-georoutes 1.22.0 → 1.23.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ccfbb1106b5c2eb87565c138619298607efa733444b22737460c4d66ddc2cfc
4
- data.tar.gz: f044431043eee55ff6613752c2acb0e8312d8ae137d109a85fce7f04c9d34f0e
3
+ metadata.gz: 0ab148746f3703c2d713b5f1d6ec28be1d28736d92b6ae6d346bd44f0edd26b2
4
+ data.tar.gz: 379e97455a8fba108cc7b5e0a46eba91378542aef069ec16b760568289b3abd9
5
5
  SHA512:
6
- metadata.gz: b5900286a1225e1b77ed7a13d8ca857648c96cb66843d7aa68f7bbb2ee83c46e993acad01aecfc30c47075a287cd0fb8c93992dba80aa06d7889a093cccd73bc
7
- data.tar.gz: ac2d5051f0bec353a595a4fa36ea1cb8e614edd2bc1ed60d74585d3890502cada2a581911225e0711445cdfdd6c60802799d20e37a04be3d655a05f14518ba35
6
+ metadata.gz: 9762802ccf1a682f9dc67e06427a973cd542c88158a16ffff454d5b2fda747509d18c4c7895c680b17ed0ba54fa28f658561ca60b880fc1771270db21b58cd73
7
+ data.tar.gz: 8117dbf351edf413cdf0ae1d0b262d906b8747619b4a10d64423d200aa1e32a2929a9c3325c551adbe1dfb814c41dd528b7815f3e917bd3ceb0af0b836d18394
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.22.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -2540,7 +2540,7 @@ module Aws::GeoRoutes
2540
2540
  tracer: tracer
2541
2541
  )
2542
2542
  context[:gem_name] = 'aws-sdk-georoutes'
2543
- context[:gem_version] = '1.22.0'
2543
+ context[:gem_version] = '1.23.0'
2544
2544
  Seahorse::Client::Request.new(handlers, context)
2545
2545
  end
2546
2546
 
@@ -55,7 +55,7 @@ module Aws::GeoRoutes
55
55
  autoload :EndpointProvider, 'aws-sdk-georoutes/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-georoutes/endpoints'
57
57
 
58
- GEM_VERSION = '1.22.0'
58
+ GEM_VERSION = '1.23.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -99,46 +99,10 @@ module Aws
99
99
  areas: Array[
100
100
  {
101
101
  except: Array[
102
- {
103
- bounding_box: Array[::Float]?,
104
- corridor: {
105
- line_string: Array[
106
- Array[::Float],
107
- ],
108
- radius: ::Integer
109
- }?,
110
- polygon: Array[
111
- Array[
112
- Array[::Float],
113
- ],
114
- ]?,
115
- polyline_corridor: {
116
- polyline: ::String,
117
- radius: ::Integer
118
- }?,
119
- polyline_polygon: Array[::String]?
120
- },
102
+ Params::isoline_avoidance_area_geometry
121
103
  ]?,
122
- geometry: {
123
- bounding_box: Array[::Float]?,
124
- corridor: {
125
- line_string: Array[
126
- Array[::Float],
127
- ],
128
- radius: ::Integer
129
- }?,
130
- polygon: Array[
131
- Array[
132
- Array[::Float],
133
- ],
134
- ]?,
135
- polyline_corridor: {
136
- polyline: ::String,
137
- radius: ::Integer
138
- }?,
139
- polyline_polygon: Array[::String]?
140
- }
141
- },
104
+ geometry: Params::isoline_avoidance_area_geometry
105
+ }
142
106
  ]?,
143
107
  car_shuttle_trains: bool?,
144
108
  controlled_access_highways: bool?,
@@ -153,7 +117,7 @@ module Aws
153
117
  zone_categories: Array[
154
118
  {
155
119
  category: ("CongestionPricing" | "Environmental" | "Vignette")?
156
- },
120
+ }
157
121
  ]?
158
122
  },
159
123
  ?depart_now: bool,
@@ -278,12 +242,12 @@ module Aws
278
242
  bounding_box: Array[::Float]?,
279
243
  polygon: Array[
280
244
  Array[
281
- Array[::Float],
282
- ],
245
+ Array[::Float]
246
+ ]
283
247
  ]?,
284
248
  polyline_polygon: Array[::String]?
285
249
  }
286
- },
250
+ }
287
251
  ]?,
288
252
  car_shuttle_trains: bool?,
289
253
  controlled_access_highways: bool?,
@@ -297,7 +261,7 @@ module Aws
297
261
  zone_categories: Array[
298
262
  {
299
263
  category: ("CongestionPricing" | "Environmental" | "Vignette")?
300
- },
264
+ }
301
265
  ]?
302
266
  },
303
267
  ?depart_now: bool,
@@ -319,7 +283,7 @@ module Aws
319
283
  }?
320
284
  }?,
321
285
  position: Array[::Float]
322
- },
286
+ }
323
287
  ],
324
288
  ?exclude: {
325
289
  countries: Array[::String]
@@ -343,7 +307,7 @@ module Aws
343
307
  }?
344
308
  }?,
345
309
  position: Array[::Float]
346
- },
310
+ }
347
311
  ],
348
312
  ?routing_boundary: {
349
313
  geometry: {
@@ -358,8 +322,8 @@ module Aws
358
322
  bounding_box: Array[::Float]?,
359
323
  polygon: Array[
360
324
  Array[
361
- Array[::Float],
362
- ],
325
+ Array[::Float]
326
+ ]
363
327
  ]?
364
328
  }?,
365
329
  unbounded: bool?
@@ -434,46 +398,10 @@ module Aws
434
398
  areas: Array[
435
399
  {
436
400
  except: Array[
437
- {
438
- corridor: {
439
- line_string: Array[
440
- Array[::Float],
441
- ],
442
- radius: ::Integer
443
- }?,
444
- bounding_box: Array[::Float]?,
445
- polygon: Array[
446
- Array[
447
- Array[::Float],
448
- ],
449
- ]?,
450
- polyline_corridor: {
451
- polyline: ::String,
452
- radius: ::Integer
453
- }?,
454
- polyline_polygon: Array[::String]?
455
- },
401
+ Params::route_avoidance_area_geometry
456
402
  ]?,
457
- geometry: {
458
- corridor: {
459
- line_string: Array[
460
- Array[::Float],
461
- ],
462
- radius: ::Integer
463
- }?,
464
- bounding_box: Array[::Float]?,
465
- polygon: Array[
466
- Array[
467
- Array[::Float],
468
- ],
469
- ]?,
470
- polyline_corridor: {
471
- polyline: ::String,
472
- radius: ::Integer
473
- }?,
474
- polyline_polygon: Array[::String]?
475
- }
476
- },
403
+ geometry: Params::route_avoidance_area_geometry
404
+ }
477
405
  ]?,
478
406
  car_shuttle_trains: bool?,
479
407
  controlled_access_highways: bool?,
@@ -488,7 +416,7 @@ module Aws
488
416
  zone_categories: Array[
489
417
  {
490
418
  category: ("CongestionPricing" | "Environmental" | "Vignette")
491
- },
419
+ }
492
420
  ]?
493
421
  },
494
422
  ?depart_now: bool,
@@ -515,7 +443,7 @@ module Aws
515
443
  {
516
444
  drive_duration: ::Integer,
517
445
  rest_duration: ::Integer
518
- },
446
+ }
519
447
  ]?
520
448
  },
521
449
  ?exclude: {
@@ -632,7 +560,7 @@ module Aws
632
560
  use_with: ("AnyStreet" | "DividedStreetOnly")?
633
561
  }?,
634
562
  stop_duration: ::Integer?
635
- },
563
+ }
636
564
  ]
637
565
  ) -> _CalculateRoutesResponseSuccess
638
566
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CalculateRoutesResponseSuccess
@@ -655,7 +583,7 @@ module Aws
655
583
  geometry: {
656
584
  bounding_box: Array[::Float]?
657
585
  }
658
- },
586
+ }
659
587
  ]?,
660
588
  car_shuttle_trains: bool?,
661
589
  controlled_access_highways: bool?,
@@ -674,16 +602,7 @@ module Aws
674
602
  ?departure_time: ::String,
675
603
  ?destination: Array[::Float],
676
604
  ?destination_options: {
677
- access_hours: {
678
- from: {
679
- day_of_week: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"),
680
- time_of_day: ::String
681
- },
682
- to: {
683
- day_of_week: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"),
684
- time_of_day: ::String
685
- }
686
- }?,
605
+ access_hours: Params::waypoint_optimization_access_hours?,
687
606
  appointment_time: ::String?,
688
607
  heading: ::Float?,
689
608
  id: ::String?,
@@ -742,16 +661,7 @@ module Aws
742
661
  },
743
662
  ?waypoints: Array[
744
663
  {
745
- access_hours: {
746
- from: {
747
- day_of_week: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"),
748
- time_of_day: ::String
749
- },
750
- to: {
751
- day_of_week: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"),
752
- time_of_day: ::String
753
- }
754
- }?,
664
+ access_hours: Params::waypoint_optimization_access_hours?,
755
665
  appointment_time: ::String?,
756
666
  before: Array[::Integer]?,
757
667
  heading: ::Float?,
@@ -762,7 +672,7 @@ module Aws
762
672
  position: Array[::Float],
763
673
  use_with: ("AnyStreet" | "DividedStreetOnly")?
764
674
  }?
765
- },
675
+ }
766
676
  ]
767
677
  ) -> _OptimizeWaypointsResponseSuccess
768
678
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _OptimizeWaypointsResponseSuccess
@@ -786,7 +696,7 @@ module Aws
786
696
  position: Array[::Float],
787
697
  speed: ::Float?,
788
698
  timestamp: ::String?
789
- },
699
+ }
790
700
  ],
791
701
  ?travel_mode: ("Car" | "Pedestrian" | "Scooter" | "Truck"),
792
702
  ?travel_mode_options: {
data/sig/params.rbs ADDED
@@ -0,0 +1,64 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module GeoRoutes
10
+ module Params
11
+ type isoline_avoidance_area_geometry = {
12
+ bounding_box: Array[::Float]?,
13
+ corridor: {
14
+ line_string: Array[
15
+ Array[::Float]
16
+ ],
17
+ radius: ::Integer
18
+ }?,
19
+ polygon: Array[
20
+ Array[
21
+ Array[::Float]
22
+ ]
23
+ ]?,
24
+ polyline_corridor: {
25
+ polyline: ::String,
26
+ radius: ::Integer
27
+ }?,
28
+ polyline_polygon: Array[::String]?
29
+ }
30
+
31
+ type route_avoidance_area_geometry = {
32
+ corridor: {
33
+ line_string: Array[
34
+ Array[::Float]
35
+ ],
36
+ radius: ::Integer
37
+ }?,
38
+ bounding_box: Array[::Float]?,
39
+ polygon: Array[
40
+ Array[
41
+ Array[::Float]
42
+ ]
43
+ ]?,
44
+ polyline_corridor: {
45
+ polyline: ::String,
46
+ radius: ::Integer
47
+ }?,
48
+ polyline_polygon: Array[::String]?
49
+ }
50
+
51
+ type waypoint_optimization_access_hours = {
52
+ from: {
53
+ day_of_week: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"),
54
+ time_of_day: ::String
55
+ },
56
+ to: {
57
+ day_of_week: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"),
58
+ time_of_day: ::String
59
+ }
60
+ }
61
+
62
+ end
63
+ end
64
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-georoutes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-georoutes/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs