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

Description

Deletes a cost anomaly subscription.

Synopsis

Creating a Request

data DeleteAnomalySubscription Source #

See: newDeleteAnomalySubscription smart constructor.

Constructors

DeleteAnomalySubscription' 

Fields

  • subscriptionArn :: Text

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

Instances

Instances details
Eq DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Read DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Show DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Generic DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Associated Types

type Rep DeleteAnomalySubscription :: Type -> Type #

NFData DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Hashable DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

ToJSON DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

AWSRequest DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

ToHeaders DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

ToPath DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

ToQuery DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

type Rep DeleteAnomalySubscription Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

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

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

newDeleteAnomalySubscription Source #

Create a value of DeleteAnomalySubscription 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:subscriptionArn:DeleteAnomalySubscription', deleteAnomalySubscription_subscriptionArn - The unique identifier of the cost anomaly subscription that you want to delete.

Request Lenses

deleteAnomalySubscription_subscriptionArn :: Lens' DeleteAnomalySubscription Text Source #

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

Destructuring the Response

data DeleteAnomalySubscriptionResponse Source #

See: newDeleteAnomalySubscriptionResponse smart constructor.

Constructors

DeleteAnomalySubscriptionResponse' 

Fields

Instances

Instances details
Eq DeleteAnomalySubscriptionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Read DeleteAnomalySubscriptionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Show DeleteAnomalySubscriptionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Generic DeleteAnomalySubscriptionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

Associated Types

type Rep DeleteAnomalySubscriptionResponse :: Type -> Type #

NFData DeleteAnomalySubscriptionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

type Rep DeleteAnomalySubscriptionResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.DeleteAnomalySubscription

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

newDeleteAnomalySubscriptionResponse Source #

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

Response Lenses