| 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.DeleteRecommenderConfiguration
Description
Deletes an Amazon Pinpoint configuration for a recommender model.
Synopsis
- data DeleteRecommenderConfiguration = DeleteRecommenderConfiguration' {}
- newDeleteRecommenderConfiguration :: Text -> DeleteRecommenderConfiguration
- deleteRecommenderConfiguration_recommenderId :: Lens' DeleteRecommenderConfiguration Text
- data DeleteRecommenderConfigurationResponse = DeleteRecommenderConfigurationResponse' {}
- newDeleteRecommenderConfigurationResponse :: Int -> RecommenderConfigurationResponse -> DeleteRecommenderConfigurationResponse
- deleteRecommenderConfigurationResponse_httpStatus :: Lens' DeleteRecommenderConfigurationResponse Int
- deleteRecommenderConfigurationResponse_recommenderConfigurationResponse :: Lens' DeleteRecommenderConfigurationResponse RecommenderConfigurationResponse
Creating a Request
data DeleteRecommenderConfiguration Source #
See: newDeleteRecommenderConfiguration smart constructor.
Constructors
| DeleteRecommenderConfiguration' | |
Fields
| |
Instances
newDeleteRecommenderConfiguration Source #
Create a value of DeleteRecommenderConfiguration 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:
DeleteRecommenderConfiguration, deleteRecommenderConfiguration_recommenderId - The unique identifier for the recommender model configuration. This
identifier is displayed as the Recommender ID on the Amazon Pinpoint
console.
Request Lenses
deleteRecommenderConfiguration_recommenderId :: Lens' DeleteRecommenderConfiguration 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 DeleteRecommenderConfigurationResponse Source #
See: newDeleteRecommenderConfigurationResponse smart constructor.
Constructors
| DeleteRecommenderConfigurationResponse' | |
Fields
| |
Instances
newDeleteRecommenderConfigurationResponse Source #
Arguments
| :: Int | |
| -> RecommenderConfigurationResponse |
|
| -> DeleteRecommenderConfigurationResponse |
Create a value of DeleteRecommenderConfigurationResponse 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:DeleteRecommenderConfigurationResponse', deleteRecommenderConfigurationResponse_httpStatus - The response's http status code.
$sel:recommenderConfigurationResponse:DeleteRecommenderConfigurationResponse', deleteRecommenderConfigurationResponse_recommenderConfigurationResponse - Undocumented member.
Response Lenses
deleteRecommenderConfigurationResponse_httpStatus :: Lens' DeleteRecommenderConfigurationResponse Int Source #
The response's http status code.