| 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.Forecast.ListExplainabilityExports
Description
Returns a list of Explainability exports created using the CreateExplainabilityExport operation. This operation returns a summary for each Explainability export. You can filter the list using an array of Filter objects.
To retrieve the complete set of properties for a particular Explainability export, use the ARN with the DescribeExplainability operation.
This operation returns paginated results.
Synopsis
- data ListExplainabilityExports = ListExplainabilityExports' {}
- newListExplainabilityExports :: ListExplainabilityExports
- listExplainabilityExports_filters :: Lens' ListExplainabilityExports (Maybe [Filter])
- listExplainabilityExports_maxResults :: Lens' ListExplainabilityExports (Maybe Natural)
- listExplainabilityExports_nextToken :: Lens' ListExplainabilityExports (Maybe Text)
- data ListExplainabilityExportsResponse = ListExplainabilityExportsResponse' {}
- newListExplainabilityExportsResponse :: Int -> ListExplainabilityExportsResponse
- listExplainabilityExportsResponse_explainabilityExports :: Lens' ListExplainabilityExportsResponse (Maybe [ExplainabilityExportSummary])
- listExplainabilityExportsResponse_nextToken :: Lens' ListExplainabilityExportsResponse (Maybe Text)
- listExplainabilityExportsResponse_httpStatus :: Lens' ListExplainabilityExportsResponse Int
Creating a Request
data ListExplainabilityExports Source #
See: newListExplainabilityExports smart constructor.
Constructors
| ListExplainabilityExports' | |
Fields
| |
Instances
newListExplainabilityExports :: ListExplainabilityExports Source #
Create a value of ListExplainabilityExports 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:ListExplainabilityExports', listExplainabilityExports_filters - An array of filters. For each filter, provide a condition and a match
statement. The condition is either IS or IS_NOT, which specifies
whether to include or exclude resources that match the statement from
the list. The match statement consists of a key and a value.
Filter properties
Condition- The condition to apply. Valid values areISandIS_NOT.Key- The name of the parameter to filter on. Valid values areResourceArnandStatus.Value- The value to match.
$sel:maxResults:ListExplainabilityExports', listExplainabilityExports_maxResults - The number of items to return in the response.
ListExplainabilityExports, listExplainabilityExports_nextToken - If the result of the previous request was truncated, the response
includes a NextToken. To retrieve the next set of results, use the token
in the next request. Tokens expire after 24 hours.
Request Lenses
listExplainabilityExports_filters :: Lens' ListExplainabilityExports (Maybe [Filter]) Source #
An array of filters. For each filter, provide a condition and a match
statement. The condition is either IS or IS_NOT, which specifies
whether to include or exclude resources that match the statement from
the list. The match statement consists of a key and a value.
Filter properties
Condition- The condition to apply. Valid values areISandIS_NOT.Key- The name of the parameter to filter on. Valid values areResourceArnandStatus.Value- The value to match.
listExplainabilityExports_maxResults :: Lens' ListExplainabilityExports (Maybe Natural) Source #
The number of items to return in the response.
listExplainabilityExports_nextToken :: Lens' ListExplainabilityExports (Maybe Text) Source #
If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
Destructuring the Response
data ListExplainabilityExportsResponse Source #
See: newListExplainabilityExportsResponse smart constructor.
Constructors
| ListExplainabilityExportsResponse' | |
Fields
| |
Instances
newListExplainabilityExportsResponse Source #
Arguments
| :: Int | |
| -> ListExplainabilityExportsResponse |
Create a value of ListExplainabilityExportsResponse 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:explainabilityExports:ListExplainabilityExportsResponse', listExplainabilityExportsResponse_explainabilityExports - An array of objects that summarize the properties of each Explainability
export.
ListExplainabilityExports, listExplainabilityExportsResponse_nextToken - Returns this token if the response is truncated. To retrieve the next
set of results, use the token in the next request.
$sel:httpStatus:ListExplainabilityExportsResponse', listExplainabilityExportsResponse_httpStatus - The response's http status code.
Response Lenses
listExplainabilityExportsResponse_explainabilityExports :: Lens' ListExplainabilityExportsResponse (Maybe [ExplainabilityExportSummary]) Source #
An array of objects that summarize the properties of each Explainability export.
listExplainabilityExportsResponse_nextToken :: Lens' ListExplainabilityExportsResponse (Maybe Text) Source #
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
listExplainabilityExportsResponse_httpStatus :: Lens' ListExplainabilityExportsResponse Int Source #
The response's http status code.