| 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.Pinpoint.GetRecommenderConfigurations
Description
Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
Synopsis
- data GetRecommenderConfigurations = GetRecommenderConfigurations' {}
- newGetRecommenderConfigurations :: GetRecommenderConfigurations
- getRecommenderConfigurations_pageSize :: Lens' GetRecommenderConfigurations (Maybe Text)
- getRecommenderConfigurations_token :: Lens' GetRecommenderConfigurations (Maybe Text)
- data GetRecommenderConfigurationsResponse = GetRecommenderConfigurationsResponse' {}
- newGetRecommenderConfigurationsResponse :: Int -> ListRecommenderConfigurationsResponse -> GetRecommenderConfigurationsResponse
- getRecommenderConfigurationsResponse_httpStatus :: Lens' GetRecommenderConfigurationsResponse Int
- getRecommenderConfigurationsResponse_listRecommenderConfigurationsResponse :: Lens' GetRecommenderConfigurationsResponse ListRecommenderConfigurationsResponse
Creating a Request
data GetRecommenderConfigurations Source #
See: newGetRecommenderConfigurations smart constructor.
Constructors
| GetRecommenderConfigurations' | |
Instances
newGetRecommenderConfigurations :: GetRecommenderConfigurations Source #
Create a value of GetRecommenderConfigurations 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:pageSize:GetRecommenderConfigurations', getRecommenderConfigurations_pageSize - The maximum number of items to include in each page of a paginated
response. This parameter is not supported for application, campaign, and
journey metrics.
$sel:token:GetRecommenderConfigurations', getRecommenderConfigurations_token - The NextToken string that specifies which page of results to return in a
paginated response.
Request Lenses
getRecommenderConfigurations_pageSize :: Lens' GetRecommenderConfigurations (Maybe Text) Source #
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
getRecommenderConfigurations_token :: Lens' GetRecommenderConfigurations (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
Destructuring the Response
data GetRecommenderConfigurationsResponse Source #
See: newGetRecommenderConfigurationsResponse smart constructor.
Constructors
| GetRecommenderConfigurationsResponse' | |
Fields
| |
Instances
newGetRecommenderConfigurationsResponse Source #
Arguments
| :: Int | |
| -> ListRecommenderConfigurationsResponse |
|
| -> GetRecommenderConfigurationsResponse |
Create a value of GetRecommenderConfigurationsResponse 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:httpStatus:GetRecommenderConfigurationsResponse', getRecommenderConfigurationsResponse_httpStatus - The response's http status code.
$sel:listRecommenderConfigurationsResponse:GetRecommenderConfigurationsResponse', getRecommenderConfigurationsResponse_listRecommenderConfigurationsResponse - Undocumented member.
Response Lenses
getRecommenderConfigurationsResponse_httpStatus :: Lens' GetRecommenderConfigurationsResponse Int Source #
The response's http status code.