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.DeleteRecommenderConfiguration

Description

Deletes an Amazon Pinpoint configuration for a recommender model.

Synopsis

Creating a Request

data DeleteRecommenderConfiguration Source #

See: newDeleteRecommenderConfiguration smart constructor.

Constructors

DeleteRecommenderConfiguration' 

Fields

  • recommenderId :: Text

    The unique identifier for the recommender model configuration. This identifier is displayed as the Recommender ID on the Amazon Pinpoint console.

Instances

Instances details
Eq DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

Read DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

Show DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

Generic DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

Associated Types

type Rep DeleteRecommenderConfiguration :: Type -> Type #

NFData DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

Hashable DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

AWSRequest DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

ToHeaders DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

ToPath DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

ToQuery DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

type Rep DeleteRecommenderConfiguration Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

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

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

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 #

Instances

Instances details
Eq DeleteRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

Read DeleteRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

Show DeleteRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

Generic DeleteRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

NFData DeleteRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

type Rep DeleteRecommenderConfigurationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteRecommenderConfiguration

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

Response Lenses