| 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.SearchStatus
Description
Synopsis
Documentation
data SearchStatus Source #
Contains the resource id (rid) and the time it took to process the
request (timems).
See: newSearchStatus smart constructor.
Constructors
| SearchStatus' | |
Instances
newSearchStatus :: SearchStatus Source #
Create a value of SearchStatus 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:SearchStatus', searchStatus_rid - The encrypted resource ID for the request.
$sel:timems:SearchStatus', searchStatus_timems - How long it took to process the request, in milliseconds.
searchStatus_rid :: Lens' SearchStatus (Maybe Text) Source #
The encrypted resource ID for the request.
searchStatus_timems :: Lens' SearchStatus (Maybe Integer) Source #
How long it took to process the request, in milliseconds.