| 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.CreateRecommenderConfiguration
Description
Creates an Amazon Pinpoint configuration for a recommender model.
Synopsis
- data CreateRecommenderConfiguration' = CreateRecommenderConfiguration'' {}
- newCreateRecommenderConfiguration' :: CreateRecommenderConfiguration -> CreateRecommenderConfiguration'
- createRecommenderConfiguration'_createRecommenderConfiguration :: Lens' CreateRecommenderConfiguration' CreateRecommenderConfiguration
- data CreateRecommenderConfigurationResponse = CreateRecommenderConfigurationResponse' {}
- newCreateRecommenderConfigurationResponse :: Int -> RecommenderConfigurationResponse -> CreateRecommenderConfigurationResponse
- createRecommenderConfigurationResponse_httpStatus :: Lens' CreateRecommenderConfigurationResponse Int
- createRecommenderConfigurationResponse_recommenderConfigurationResponse :: Lens' CreateRecommenderConfigurationResponse RecommenderConfigurationResponse
Creating a Request
data CreateRecommenderConfiguration' Source #
See: newCreateRecommenderConfiguration' smart constructor.
Constructors
| CreateRecommenderConfiguration'' | |
Instances
newCreateRecommenderConfiguration' Source #
Arguments
| :: CreateRecommenderConfiguration |
|
| -> CreateRecommenderConfiguration' |
Create a value of CreateRecommenderConfiguration' 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:createRecommenderConfiguration:CreateRecommenderConfiguration'', createRecommenderConfiguration'_createRecommenderConfiguration - Undocumented member.
Request Lenses
createRecommenderConfiguration'_createRecommenderConfiguration :: Lens' CreateRecommenderConfiguration' CreateRecommenderConfiguration Source #
Undocumented member.
Destructuring the Response
data CreateRecommenderConfigurationResponse Source #
See: newCreateRecommenderConfigurationResponse smart constructor.
Constructors
| CreateRecommenderConfigurationResponse' | |
Fields
| |
Instances
newCreateRecommenderConfigurationResponse Source #
Arguments
| :: Int | |
| -> RecommenderConfigurationResponse |
|
| -> CreateRecommenderConfigurationResponse |
Create a value of CreateRecommenderConfigurationResponse 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:CreateRecommenderConfigurationResponse', createRecommenderConfigurationResponse_httpStatus - The response's http status code.
$sel:recommenderConfigurationResponse:CreateRecommenderConfigurationResponse', createRecommenderConfigurationResponse_recommenderConfigurationResponse - Undocumented member.
Response Lenses
createRecommenderConfigurationResponse_httpStatus :: Lens' CreateRecommenderConfigurationResponse Int Source #
The response's http status code.