amazonka-evidently-2.0: Amazon CloudWatch Evidently SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Evidently.DeleteFeature

Description

Deletes an Evidently feature.

Synopsis

Creating a Request

data DeleteFeature Source #

See: newDeleteFeature smart constructor.

Constructors

DeleteFeature' 

Fields

  • feature :: Text

    The name of the feature to delete.

  • project :: Text

    The name or ARN of the project that contains the feature to delete.

Instances

Instances details
ToHeaders DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

ToPath DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

ToQuery DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

AWSRequest DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

Associated Types

type AWSResponse DeleteFeature #

Generic DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

Associated Types

type Rep DeleteFeature :: Type -> Type #

Read DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

Show DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

NFData DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

Methods

rnf :: DeleteFeature -> () #

Eq DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

Hashable DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

type AWSResponse DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

type Rep DeleteFeature Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

type Rep DeleteFeature = D1 ('MetaData "DeleteFeature" "Amazonka.Evidently.DeleteFeature" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "DeleteFeature'" 'PrefixI 'True) (S1 ('MetaSel ('Just "feature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteFeature Source #

Create a value of DeleteFeature 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:

DeleteFeature, deleteFeature_feature - The name of the feature to delete.

DeleteFeature, deleteFeature_project - The name or ARN of the project that contains the feature to delete.

Request Lenses

deleteFeature_feature :: Lens' DeleteFeature Text Source #

The name of the feature to delete.

deleteFeature_project :: Lens' DeleteFeature Text Source #

The name or ARN of the project that contains the feature to delete.

Destructuring the Response

data DeleteFeatureResponse Source #

See: newDeleteFeatureResponse smart constructor.

Constructors

DeleteFeatureResponse' 

Fields

Instances

Instances details
Generic DeleteFeatureResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

Associated Types

type Rep DeleteFeatureResponse :: Type -> Type #

Read DeleteFeatureResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

Show DeleteFeatureResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

NFData DeleteFeatureResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

Methods

rnf :: DeleteFeatureResponse -> () #

Eq DeleteFeatureResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

type Rep DeleteFeatureResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteFeature

type Rep DeleteFeatureResponse = D1 ('MetaData "DeleteFeatureResponse" "Amazonka.Evidently.DeleteFeature" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "DeleteFeatureResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFeatureResponse Source #

Create a value of DeleteFeatureResponse 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:DeleteFeatureResponse', deleteFeatureResponse_httpStatus - The response's http status code.

Response Lenses