libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch
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.CloudWatch.DeleteAnomalyDetector

Description

Deletes the specified anomaly detection model from your account.

Synopsis

Creating a Request

data DeleteAnomalyDetector Source #

See: newDeleteAnomalyDetector smart constructor.

Constructors

DeleteAnomalyDetector' 

Fields

  • dimensions :: Maybe [Dimension]

    The metric dimensions associated with the anomaly detection model to delete.

  • namespace :: Text

    The namespace associated with the anomaly detection model to delete.

  • metricName :: Text

    The metric name associated with the anomaly detection model to delete.

  • stat :: Text

    The statistic associated with the anomaly detection model to delete.

Instances

Instances details
Eq DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Read DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Show DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Generic DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Associated Types

type Rep DeleteAnomalyDetector :: Type -> Type #

NFData DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Methods

rnf :: DeleteAnomalyDetector -> () #

Hashable DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

AWSRequest DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Associated Types

type AWSResponse DeleteAnomalyDetector #

ToHeaders DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

ToPath DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

ToQuery DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

type Rep DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

type Rep DeleteAnomalyDetector = D1 ('MetaData "DeleteAnomalyDetector" "Amazonka.CloudWatch.DeleteAnomalyDetector" "libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch" 'False) (C1 ('MetaCons "DeleteAnomalyDetector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Dimension])) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

newDeleteAnomalyDetector Source #

Create a value of DeleteAnomalyDetector 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:dimensions:DeleteAnomalyDetector', deleteAnomalyDetector_dimensions - The metric dimensions associated with the anomaly detection model to delete.

$sel:namespace:DeleteAnomalyDetector', deleteAnomalyDetector_namespace - The namespace associated with the anomaly detection model to delete.

$sel:metricName:DeleteAnomalyDetector', deleteAnomalyDetector_metricName - The metric name associated with the anomaly detection model to delete.

$sel:stat:DeleteAnomalyDetector', deleteAnomalyDetector_stat - The statistic associated with the anomaly detection model to delete.

Request Lenses

deleteAnomalyDetector_dimensions :: Lens' DeleteAnomalyDetector (Maybe [Dimension]) Source #

The metric dimensions associated with the anomaly detection model to delete.

deleteAnomalyDetector_namespace :: Lens' DeleteAnomalyDetector Text Source #

The namespace associated with the anomaly detection model to delete.

deleteAnomalyDetector_metricName :: Lens' DeleteAnomalyDetector Text Source #

The metric name associated with the anomaly detection model to delete.

deleteAnomalyDetector_stat :: Lens' DeleteAnomalyDetector Text Source #

The statistic associated with the anomaly detection model to delete.

Destructuring the Response

data DeleteAnomalyDetectorResponse Source #

See: newDeleteAnomalyDetectorResponse smart constructor.

Constructors

DeleteAnomalyDetectorResponse' 

Fields

Instances

Instances details
Eq DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Read DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Show DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Generic DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

Associated Types

type Rep DeleteAnomalyDetectorResponse :: Type -> Type #

NFData DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

type Rep DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.CloudWatch.DeleteAnomalyDetector

type Rep DeleteAnomalyDetectorResponse = D1 ('MetaData "DeleteAnomalyDetectorResponse" "Amazonka.CloudWatch.DeleteAnomalyDetector" "libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch" 'False) (C1 ('MetaCons "DeleteAnomalyDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAnomalyDetectorResponse Source #

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

Response Lenses