From 8135e39fe520e880e4af08c4508ee36c5d5fc66c Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:19:03 -0800 Subject: [PATCH] Update generated code (#1650) update generated code --- CHANGELOG.md | 4 ++++ src/ValueObject/Place.php | 14 +++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d533396..bba55dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 1.0.0 - Empty release diff --git a/src/ValueObject/Place.php b/src/ValueObject/Place.php index fd0cc71..b728f60 100644 --- a/src/ValueObject/Place.php +++ b/src/ValueObject/Place.php @@ -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 */ @@ -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 @@ -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 */