amazonka-cost-explorer-2.0: Amazon Cost Explorer Service 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.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
ToJSON DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.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

AWSRequest DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Associated Types

type AWSResponse DeleteAnomalyMonitor #

Generic DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Associated Types

type Rep DeleteAnomalyMonitor :: Type -> Type #

Read DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Show DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

NFData DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Methods

rnf :: DeleteAnomalyMonitor -> () #

Eq DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Hashable DeleteAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

type AWSResponse 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" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "DeleteAnomalyMonitor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Associated Types

type Rep DeleteAnomalyMonitorResponse :: Type -> Type #

Read DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Show DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

NFData DeleteAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalyMonitor

Eq 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" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" '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