Skip to content

Commit

Permalink
Update generated code (#1650)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Jan 13, 2024
1 parent 39c71be commit 8135e39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 1.0.0

- Empty release
Expand Down
14 changes: 9 additions & 5 deletions src/ValueObject/Place.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,15 @@ final class Place
private $street;

/**
* An area that's part of a larger municipality. For example, `Blissville ` is a submunicipality in the Queen County in
* An area that's part of a larger municipality. For example, `Blissville` is a submunicipality in the Queen County in
* New York.
*
* > This property supported by Esri and OpenData. The Esri property is `district`, and the OpenData property is
* > `borough`.
* > This property is only returned for a place index that uses Esri as a data provider. The property is represented as
* > a `district`.
*
* For more information about data providers, see Amazon Location Service data providers [^1].
*
* [^1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
*
* @var string|null
*/
Expand Down Expand Up @@ -139,7 +143,7 @@ final class Place
* For addresses with multiple units, the unit identifier. Can include numbers and letters, for example `3B` or `Unit
* 123`.
*
* > Returned only for a place index that uses Esri or Grab as a data provider. Is not returned for
* > This property is returned only for a place index that uses Esri or Grab as a data provider. It is not returned for
* > `SearchPlaceIndexForPosition`.
*
* @var string|null
Expand All @@ -149,7 +153,7 @@ final class Place
/**
* For addresses with a `UnitNumber`, the type of unit. For example, `Apartment`.
*
* > Returned only for a place index that uses Esri as a data provider.
* > This property is returned only for a place index that uses Esri as a data provider.
*
* @var string|null
*/
Expand Down

0 comments on commit 8135e39

Please sign in to comment.