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 |
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.
DeleteRecommenderConfiguration' | |
|
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:
$sel:recommenderId: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.
DeleteRecommenderConfigurationResponse' | |
|
Instances
newDeleteRecommenderConfigurationResponse Source #
:: 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.