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 |
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.
This operation returns paginated results.
Synopsis
- data GetAppMonitorData = GetAppMonitorData' {}
- newGetAppMonitorData :: Text -> TimeRange -> GetAppMonitorData
- getAppMonitorData_filters :: Lens' GetAppMonitorData (Maybe [QueryFilter])
- getAppMonitorData_maxResults :: Lens' GetAppMonitorData (Maybe Natural)
- getAppMonitorData_nextToken :: Lens' GetAppMonitorData (Maybe Text)
- getAppMonitorData_name :: Lens' GetAppMonitorData Text
- getAppMonitorData_timeRange :: Lens' GetAppMonitorData TimeRange
- data GetAppMonitorDataResponse = GetAppMonitorDataResponse' {}
- newGetAppMonitorDataResponse :: Int -> GetAppMonitorDataResponse
- getAppMonitorDataResponse_events :: Lens' GetAppMonitorDataResponse (Maybe [Text])
- getAppMonitorDataResponse_nextToken :: Lens' GetAppMonitorDataResponse (Maybe Text)
- getAppMonitorDataResponse_httpStatus :: Lens' GetAppMonitorDataResponse Int
Creating a Request
data GetAppMonitorData Source #
See: newGetAppMonitorData
smart constructor.
GetAppMonitorData' | |
|
Instances
Create a value of GetAppMonitorData
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:filters:GetAppMonitorData'
, getAppMonitorData_filters
- An array of structures that you can use to filter the results to those
that match one or more sets of key-value pairs that you specify.
$sel:maxResults:GetAppMonitorData'
, getAppMonitorData_maxResults
- The maximum number of results to return in one operation.
GetAppMonitorData
, getAppMonitorData_nextToken
- Use the token returned by the previous operation to request the next
page of results.
GetAppMonitorData
, getAppMonitorData_name
- The name of the app monitor that collected the data that you want to
retrieve.
$sel:timeRange:GetAppMonitorData'
, getAppMonitorData_timeRange
- A structure that defines the time range that you want to retrieve
results from.
Request Lenses
getAppMonitorData_filters :: Lens' GetAppMonitorData (Maybe [QueryFilter]) Source #
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
getAppMonitorData_maxResults :: Lens' GetAppMonitorData (Maybe Natural) Source #
The maximum number of results to return in one operation.
getAppMonitorData_nextToken :: Lens' GetAppMonitorData (Maybe Text) Source #
Use the token returned by the previous operation to request the next page of results.
getAppMonitorData_name :: Lens' GetAppMonitorData Text Source #
The name of the app monitor that collected the data that you want to retrieve.
getAppMonitorData_timeRange :: Lens' GetAppMonitorData TimeRange Source #
A structure that defines the time range that you want to retrieve results from.
Destructuring the Response
data GetAppMonitorDataResponse Source #
See: newGetAppMonitorDataResponse
smart constructor.
Instances
newGetAppMonitorDataResponse Source #
Create a value of GetAppMonitorDataResponse
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:events:GetAppMonitorDataResponse'
, getAppMonitorDataResponse_events
- The events that RUM collected that match your request.
GetAppMonitorData
, getAppMonitorDataResponse_nextToken
- A token that you can use in a subsequent operation to retrieve the next
set of results.
$sel:httpStatus:GetAppMonitorDataResponse'
, getAppMonitorDataResponse_httpStatus
- The response's http status code.
Response Lenses
getAppMonitorDataResponse_events :: Lens' GetAppMonitorDataResponse (Maybe [Text]) Source #
The events that RUM collected that match your request.
getAppMonitorDataResponse_nextToken :: Lens' GetAppMonitorDataResponse (Maybe Text) Source #
A token that you can use in a subsequent operation to retrieve the next set of results.
getAppMonitorDataResponse_httpStatus :: Lens' GetAppMonitorDataResponse Int Source #
The response's http status code.