Skip to content

Commit c551f03

Browse files
committed
update generated code
1 parent 19d3398 commit c551f03

14 files changed

+36
-32
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.351.7"
3+
"${LATEST}": "3.351.9"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/LocationService/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.1.1
610

711
### Changed

src/Service/LocationService/src/Input/CalculateRouteMatrixRequest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ final class CalculateRouteMatrixRequest extends Input
3636
* Valid Values: `[-180 to 180,-90 to 90]`
3737
*
3838
* [^1]: https://earth-info.nga.mil/GandG/wgs84/index.html
39-
* [^2]: https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html#matrix-routing-position-limits
40-
* [^3]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
39+
* [^2]: https://docs.aws.amazon.com/location/previous/developerguide/calculate-route-matrix.html#matrix-routing-position-limits
40+
* [^3]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
4141
*
4242
* @required
4343
*
@@ -59,8 +59,8 @@ final class CalculateRouteMatrixRequest extends Input
5959
* Valid Values: `[-180 to 180,-90 to 90]`
6060
*
6161
* [^1]: https://earth-info.nga.mil/GandG/wgs84/index.html
62-
* [^2]: https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html#matrix-routing-position-limits
63-
* [^3]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
62+
* [^2]: https://docs.aws.amazon.com/location/previous/developerguide/calculate-route-matrix.html#matrix-routing-position-limits
63+
* [^3]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
6464
*
6565
* @required
6666
*
@@ -86,7 +86,7 @@ final class CalculateRouteMatrixRequest extends Input
8686
*
8787
* Default Value: `Car`
8888
*
89-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
89+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html
9090
*
9191
* @var TravelMode::*|null
9292
*/
@@ -151,7 +151,7 @@ final class CalculateRouteMatrixRequest extends Input
151151
/**
152152
* The optional API key [^1] to authorize the request.
153153
*
154-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
154+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
155155
*
156156
* @var string|null
157157
*/

src/Service/LocationService/src/Input/CalculateRouteRequest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class CalculateRouteRequest extends Input
3535
* Valid Values: `[-180 to 180,-90 to 90]`
3636
*
3737
* [^1]: https://earth-info.nga.mil/index.php?dir=wgs84&action=wgs84
38-
* [^2]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
38+
* [^2]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
3939
*
4040
* @required
4141
*
@@ -54,7 +54,7 @@ final class CalculateRouteRequest extends Input
5454
* Valid Values: `[-180 to 180,-90 to 90]`
5555
*
5656
* [^1]: https://earth-info.nga.mil/index.php?dir=wgs84&action=wgs84
57-
* [^2]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
57+
* [^2]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
5858
*
5959
* @required
6060
*
@@ -79,7 +79,7 @@ final class CalculateRouteRequest extends Input
7979
*
8080
* Valid Values: `[-180 to 180,-90 to 90]`
8181
*
82-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
82+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
8383
*
8484
* @var float[][]|null
8585
*/
@@ -103,7 +103,7 @@ final class CalculateRouteRequest extends Input
103103
*
104104
* Default Value: `Car`
105105
*
106-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/grab.html
106+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/grab.html
107107
*
108108
* @var TravelMode::*|null
109109
*/
@@ -192,7 +192,7 @@ final class CalculateRouteRequest extends Input
192192
/**
193193
* The optional API key [^1] to authorize the request.
194194
*
195-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
195+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
196196
*
197197
* @var string|null
198198
*/

src/Service/LocationService/src/Input/SearchPlaceIndexForPositionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ final class SearchPlaceIndexForPositionRequest extends Input
6666
/**
6767
* The optional API key [^1] to authorize the request.
6868
*
69-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
69+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
7070
*
7171
* @var string|null
7272
*/

src/Service/LocationService/src/Input/SearchPlaceIndexForTextRequest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ final class SearchPlaceIndexForTextRequest extends Input
109109
* category, the results will include results that match *any* of the categories listed.
110110
*
111111
* For more information about using categories, including a list of Amazon Location categories, see Categories and
112-
* filtering [^1], in the *Amazon Location Service Developer Guide*.
112+
* filtering [^1], in the *Amazon Location Service developer guide*.
113113
*
114-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/category-filtering.html
114+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/category-filtering.html
115115
*
116116
* @var string[]|null
117117
*/
@@ -120,7 +120,7 @@ final class SearchPlaceIndexForTextRequest extends Input
120120
/**
121121
* The optional API key [^1] to authorize the request.
122122
*
123-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html
123+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/using-apikeys.html
124124
*
125125
* @var string|null
126126
*/

src/Service/LocationService/src/LocationServiceClient.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ class LocationServiceClient extends AbstractApi
5050
* > If you specify `walking` for the travel mode and your data provider is Esri, the start and destination must be
5151
* > within 40km.
5252
*
53-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html
53+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/calculate-route.html
5454
* [^2]: https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html
55-
* [^3]: https://docs.aws.amazon.com/location/latest/developerguide/departure-time.html
56-
* [^4]: https://docs.aws.amazon.com/location/latest/developerguide/travel-mode.html
55+
* [^3]: https://docs.aws.amazon.com/location/previous/developerguide/departure-time.html
56+
* [^4]: https://docs.aws.amazon.com/location/previous/developerguide/travel-mode.html
5757
*
5858
* @see https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRoute.html
5959
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-geo-2020-11-19.html#calculateroute
@@ -123,10 +123,10 @@ public function calculateRoute($input): CalculateRouteResponse
123123
* lets you specify additional route preferences in `CarModeOptions` if traveling by `Car`, or `TruckModeOptions` if
124124
* traveling by `Truck`.
125125
*
126-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html
126+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/calculate-route-matrix.html
127127
* [^2]: https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html
128-
* [^3]: https://docs.aws.amazon.com/location/latest/developerguide/departure-time.html
129-
* [^4]: https://docs.aws.amazon.com/location/latest/developerguide/travel-mode.html
128+
* [^3]: https://docs.aws.amazon.com/location/previous/developerguide/departure-time.html
129+
* [^4]: https://docs.aws.amazon.com/location/previous/developerguide/travel-mode.html
130130
*
131131
* @see https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRouteMatrix.html
132132
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-geo-2020-11-19.html#calculateroutematrix

src/Service/LocationService/src/Result/CalculateRouteResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CalculateRouteResponse extends Result
3232
* - Leg 1: The `StartPosition` is the departure position . The `EndPosition` is the waypoint positon.
3333
* - Leg 2: The `StartPosition` is the waypoint position. The `EndPosition` is the destination position.
3434
*
35-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/snap-to-nearby-road.html
35+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/snap-to-nearby-road.html
3636
*
3737
* @var Leg[]
3838
*/

src/Service/LocationService/src/ValueObject/CalculateRouteMatrixSummary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class CalculateRouteMatrixSummary
2020
*
2121
* For more information about data providers, see Amazon Location Service data providers [^1].
2222
*
23-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
23+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
2424
*
2525
* @var string
2626
*/

src/Service/LocationService/src/ValueObject/CalculateRouteSummary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class CalculateRouteSummary
3838
*
3939
* For more information about data providers, see Amazon Location Service data providers [^1].
4040
*
41-
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
41+
* [^1]: https://docs.aws.amazon.com/location/previous/developerguide/what-is-data-provider.html
4242
*
4343
* @var string
4444
*/

0 commit comments

Comments
 (0)