Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data SearchStatus Source #
Contains the resource id (rid
) and the time it took to process the
request (timems
).
See: newSearchStatus
smart constructor.
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.