| 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.GetRecommenderConfiguration
Description
Retrieves information about an Amazon Pinpoint configuration for a recommender model.
Synopsis
- data GetRecommenderConfiguration = GetRecommenderConfiguration' {}
- newGetRecommenderConfiguration :: Text -> GetRecommenderConfiguration
- getRecommenderConfiguration_recommenderId :: Lens' GetRecommenderConfiguration Text
- data GetRecommenderConfigurationResponse = GetRecommenderConfigurationResponse' {}
- newGetRecommenderConfigurationResponse :: Int -> RecommenderConfigurationResponse -> GetRecommenderConfigurationResponse
- getRecommenderConfigurationResponse_httpStatus :: Lens' GetRecommenderConfigurationResponse Int
- getRecommenderConfigurationResponse_recommenderConfigurationResponse :: Lens' GetRecommenderConfigurationResponse RecommenderConfigurationResponse
Creating a Request
data GetRecommenderConfiguration Source #
See: newGetRecommenderConfiguration smart constructor.
Constructors
| GetRecommenderConfiguration' | |
Fields
| |
Instances
newGetRecommenderConfiguration Source #
Arguments
| :: Text | |
| -> GetRecommenderConfiguration |
Create a value of GetRecommenderConfiguration 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:
GetRecommenderConfiguration, getRecommenderConfiguration_recommenderId - The unique identifier for the recommender model configuration. This
identifier is displayed as the Recommender ID on the Amazon Pinpoint
console.
Request Lenses
getRecommenderConfiguration_recommenderId :: Lens' GetRecommenderConfiguration Text Source #
The unique identifier for the recommender model configuration. This identifier is displayed as the Recommender ID on the Amazon Pinpoint console.
Destructuring the Response
data GetRecommenderConfigurationResponse Source #
See: newGetRecommenderConfigurationResponse smart constructor.
Constructors
| GetRecommenderConfigurationResponse' | |
Fields
| |
Instances
newGetRecommenderConfigurationResponse Source #
Arguments
| :: Int | |
| -> RecommenderConfigurationResponse |
|
| -> GetRecommenderConfigurationResponse |
Create a value of GetRecommenderConfigurationResponse 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:GetRecommenderConfigurationResponse', getRecommenderConfigurationResponse_httpStatus - The response's http status code.
$sel:recommenderConfigurationResponse:GetRecommenderConfigurationResponse', getRecommenderConfigurationResponse_recommenderConfigurationResponse - Undocumented member.
Response Lenses
getRecommenderConfigurationResponse_httpStatus :: Lens' GetRecommenderConfigurationResponse Int Source #
The response's http status code.