| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudSearchDomains.Types.SuggestStatus
Description
Synopsis
Documentation
data SuggestStatus Source #
Contains the resource id (rid) and the time it took to process the
request (timems).
See: newSuggestStatus smart constructor.
Constructors
| SuggestStatus' | |
Instances
newSuggestStatus :: SuggestStatus Source #
Create a value of SuggestStatus with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rid:SuggestStatus', suggestStatus_rid - The encrypted resource ID for the request.
$sel:timems:SuggestStatus', suggestStatus_timems - How long it took to process the request, in milliseconds.
suggestStatus_rid :: Lens' SuggestStatus (Maybe Text) Source #
The encrypted resource ID for the request.
suggestStatus_timems :: Lens' SuggestStatus (Maybe Integer) Source #
How long it took to process the request, in milliseconds.