libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Pinpoint.UpdateRecommenderConfiguration

Description

Updates an Amazon Pinpoint configuration for a recommender model.

Synopsis

Creating a Request

data UpdateRecommenderConfiguration' Source #

See: newUpdateRecommenderConfiguration' smart constructor.

Constructors

UpdateRecommenderConfiguration'' 

Fields

Instances

Instances details
Eq UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

Read UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

Show UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

Generic UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

Associated Types

type Rep UpdateRecommenderConfiguration' :: Type -> Type #

NFData UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

Hashable UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

ToJSON UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

AWSRequest UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

ToHeaders UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

ToPath UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

ToQuery UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

type Rep UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

type Rep UpdateRecommenderConfiguration' = D1 ('MetaData "UpdateRecommenderConfiguration'" "Amazonka.Pinpoint.UpdateRecommenderConfiguration" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "UpdateRecommenderConfiguration''" 'PrefixI 'True) (S1 ('MetaSel ('Just "recommenderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updateRecommenderConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UpdateRecommenderConfiguration)))
type AWSResponse UpdateRecommenderConfiguration' Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

newUpdateRecommenderConfiguration' Source #

Create a value of UpdateRecommenderConfiguration' 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:UpdateRecommenderConfiguration'', updateRecommenderConfiguration'_recommenderId - The unique identifier for the recommender model configuration. This identifier is displayed as the Recommender ID on the Amazon Pinpoint console.

$sel:updateRecommenderConfiguration:UpdateRecommenderConfiguration'', updateRecommenderConfiguration'_updateRecommenderConfiguration - Undocumented member.

Request Lenses

updateRecommenderConfiguration'_recommenderId :: Lens' UpdateRecommenderConfiguration' 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 UpdateRecommenderConfigurationResponse Source #

Instances

Instances details
Eq UpdateRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

Read UpdateRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

Show UpdateRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

Generic UpdateRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

NFData UpdateRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

type Rep UpdateRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateRecommenderConfiguration

type Rep UpdateRecommenderConfigurationResponse = D1 ('MetaData "UpdateRecommenderConfigurationResponse" "Amazonka.Pinpoint.UpdateRecommenderConfiguration" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "UpdateRecommenderConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "recommenderConfigurationResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecommenderConfigurationResponse)))

Response Lenses