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 SuggestStatus Source #
Contains the resource id (rid
) and the time it took to process the
request (timems
).
See: newSuggestStatus
smart constructor.
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.