libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
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.CostExplorer.DeleteAnomalyMonitor

Description

Deletes a cost anomaly monitor.

Synopsis

Creating a Request

data DeleteAnomalyMonitor Source #

See: newDeleteAnomalyMonitor smart constructor.

Constructors

DeleteAnomalyMonitor' 

Fields

  • monitorArn :: Text

    The unique identifier of the cost anomaly monitor that you want to delete.

Instances

Instances details
Eq DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Read DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Show DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Generic DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Associated Types

type Rep DeleteAnomalyMonitor :: Type -> Type #

NFData DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Methods

rnf :: DeleteAnomalyMonitor -> () #

Hashable DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

ToJSON DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

AWSRequest DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Associated Types

type AWSResponse DeleteAnomalyMonitor #

ToHeaders DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

ToPath DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

ToQuery DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

type Rep DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

type Rep DeleteAnomalyMonitor = D1 ('MetaData "DeleteAnomalyMonitor" "Amazonka.CostExplorer.DeleteAnomalyMonitor" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "DeleteAnomalyMonitor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

newDeleteAnomalyMonitor Source #

Create a value of DeleteAnomalyMonitor 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:monitorArn:DeleteAnomalyMonitor', deleteAnomalyMonitor_monitorArn - The unique identifier of the cost anomaly monitor that you want to delete.

Request Lenses

deleteAnomalyMonitor_monitorArn :: Lens' DeleteAnomalyMonitor Text Source #

The unique identifier of the cost anomaly monitor that you want to delete.

Destructuring the Response

data DeleteAnomalyMonitorResponse Source #

See: newDeleteAnomalyMonitorResponse smart constructor.

Constructors

DeleteAnomalyMonitorResponse' 

Fields

Instances

Instances details
Eq DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Read DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Show DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Generic DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Associated Types

type Rep DeleteAnomalyMonitorResponse :: Type -> Type #

NFData DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

type Rep DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

type Rep DeleteAnomalyMonitorResponse = D1 ('MetaData "DeleteAnomalyMonitorResponse" "Amazonka.CostExplorer.DeleteAnomalyMonitor" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "DeleteAnomalyMonitorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAnomalyMonitorResponse Source #

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

Response Lenses