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

Description

Updates an existing cost anomaly monitor. The changes made are applied going forward, and doesn'tt change anomalies detected in the past.

Synopsis

Creating a Request

data UpdateAnomalyMonitor Source #

See: newUpdateAnomalyMonitor smart constructor.

Constructors

UpdateAnomalyMonitor' 

Fields

Instances

Instances details
Eq UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Read UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Show UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Generic UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Associated Types

type Rep UpdateAnomalyMonitor :: Type -> Type #

NFData UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Methods

rnf :: UpdateAnomalyMonitor -> () #

Hashable UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

ToJSON UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

AWSRequest UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Associated Types

type AWSResponse UpdateAnomalyMonitor #

ToHeaders UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

ToPath UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

ToQuery UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

type Rep UpdateAnomalyMonitor Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

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

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

newUpdateAnomalyMonitor Source #

Create a value of UpdateAnomalyMonitor 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:monitorName:UpdateAnomalyMonitor', updateAnomalyMonitor_monitorName - The new name for the cost anomaly monitor.

$sel:monitorArn:UpdateAnomalyMonitor', updateAnomalyMonitor_monitorArn - Cost anomaly monitor Amazon Resource Names (ARNs).

Request Lenses

updateAnomalyMonitor_monitorName :: Lens' UpdateAnomalyMonitor (Maybe Text) Source #

The new name for the cost anomaly monitor.

updateAnomalyMonitor_monitorArn :: Lens' UpdateAnomalyMonitor Text Source #

Cost anomaly monitor Amazon Resource Names (ARNs).

Destructuring the Response

data UpdateAnomalyMonitorResponse Source #

See: newUpdateAnomalyMonitorResponse smart constructor.

Constructors

UpdateAnomalyMonitorResponse' 

Fields

Instances

Instances details
Eq UpdateAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Read UpdateAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Show UpdateAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Generic UpdateAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

Associated Types

type Rep UpdateAnomalyMonitorResponse :: Type -> Type #

NFData UpdateAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

type Rep UpdateAnomalyMonitorResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.UpdateAnomalyMonitor

type Rep UpdateAnomalyMonitorResponse = D1 ('MetaData "UpdateAnomalyMonitorResponse" "Amazonka.CostExplorer.UpdateAnomalyMonitor" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "UpdateAnomalyMonitorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateAnomalyMonitorResponse Source #

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

$sel:monitorArn:UpdateAnomalyMonitor', updateAnomalyMonitorResponse_monitorArn - A cost anomaly monitor ARN.

Response Lenses