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 |
Retrieves information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
Synopsis
- data GetRecommenderConfigurations = GetRecommenderConfigurations' {}
- newGetRecommenderConfigurations :: GetRecommenderConfigurations
- getRecommenderConfigurations_token :: Lens' GetRecommenderConfigurations (Maybe Text)
- getRecommenderConfigurations_pageSize :: 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.
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:token:GetRecommenderConfigurations'
, getRecommenderConfigurations_token
- The NextToken string that specifies which page of results to return in a
paginated response.
$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.
Request Lenses
getRecommenderConfigurations_token :: Lens' GetRecommenderConfigurations (Maybe Text) Source #
The NextToken string that specifies which page of results to return in a paginated response.
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.
Destructuring the Response
data GetRecommenderConfigurationsResponse Source #
See: newGetRecommenderConfigurationsResponse
smart constructor.
GetRecommenderConfigurationsResponse' | |
|
Instances
newGetRecommenderConfigurationsResponse Source #
:: 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.