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
- data ListRecommenderConfigurationsResponse = ListRecommenderConfigurationsResponse' {}
- newListRecommenderConfigurationsResponse :: ListRecommenderConfigurationsResponse
- listRecommenderConfigurationsResponse_nextToken :: Lens' ListRecommenderConfigurationsResponse (Maybe Text)
- listRecommenderConfigurationsResponse_item :: Lens' ListRecommenderConfigurationsResponse [RecommenderConfigurationResponse]
Documentation
data ListRecommenderConfigurationsResponse Source #
Provides information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
See: newListRecommenderConfigurationsResponse
smart constructor.
ListRecommenderConfigurationsResponse' | |
|
Instances
newListRecommenderConfigurationsResponse :: ListRecommenderConfigurationsResponse Source #
Create a value of ListRecommenderConfigurationsResponse
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:nextToken:ListRecommenderConfigurationsResponse'
, listRecommenderConfigurationsResponse_nextToken
- The string to use in a subsequent request to get the next page of
results in a paginated response. This value is null if there are no
additional pages.
$sel:item:ListRecommenderConfigurationsResponse'
, listRecommenderConfigurationsResponse_item
- An array of responses, one for each recommender model configuration
that's associated with your Amazon Pinpoint account.
listRecommenderConfigurationsResponse_nextToken :: Lens' ListRecommenderConfigurationsResponse (Maybe Text) Source #
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
listRecommenderConfigurationsResponse_item :: Lens' ListRecommenderConfigurationsResponse [RecommenderConfigurationResponse] Source #
An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint account.