amazonka-billingconductor-2.0: Amazon BillingConductor 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.BillingConductor.DeleteCustomLineItem

Description

Deletes the custom line item identified by the given ARN in the current, or previous billing period.

Synopsis

Creating a Request

data DeleteCustomLineItem Source #

See: newDeleteCustomLineItem smart constructor.

Constructors

DeleteCustomLineItem' 

Fields

Instances

Instances details
ToJSON DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

ToHeaders DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

ToPath DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

ToQuery DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

AWSRequest DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

Associated Types

type AWSResponse DeleteCustomLineItem #

Generic DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

Associated Types

type Rep DeleteCustomLineItem :: Type -> Type #

Read DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

Show DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

NFData DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

Methods

rnf :: DeleteCustomLineItem -> () #

Eq DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

Hashable DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

type AWSResponse DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

type Rep DeleteCustomLineItem Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

type Rep DeleteCustomLineItem = D1 ('MetaData "DeleteCustomLineItem" "Amazonka.BillingConductor.DeleteCustomLineItem" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "DeleteCustomLineItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "billingPeriodRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomLineItemBillingPeriodRange)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCustomLineItem Source #

Create a value of DeleteCustomLineItem 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:

DeleteCustomLineItem, deleteCustomLineItem_billingPeriodRange - Undocumented member.

DeleteCustomLineItem, deleteCustomLineItem_arn - The ARN of the custom line item to be deleted.

Request Lenses

deleteCustomLineItem_arn :: Lens' DeleteCustomLineItem Text Source #

The ARN of the custom line item to be deleted.

Destructuring the Response

data DeleteCustomLineItemResponse Source #

See: newDeleteCustomLineItemResponse smart constructor.

Constructors

DeleteCustomLineItemResponse' 

Fields

Instances

Instances details
Generic DeleteCustomLineItemResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

Associated Types

type Rep DeleteCustomLineItemResponse :: Type -> Type #

Read DeleteCustomLineItemResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

Show DeleteCustomLineItemResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

NFData DeleteCustomLineItemResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

Eq DeleteCustomLineItemResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

type Rep DeleteCustomLineItemResponse Source # 
Instance details

Defined in Amazonka.BillingConductor.DeleteCustomLineItem

type Rep DeleteCustomLineItemResponse = D1 ('MetaData "DeleteCustomLineItemResponse" "Amazonka.BillingConductor.DeleteCustomLineItem" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "DeleteCustomLineItemResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCustomLineItemResponse Source #

Create a value of DeleteCustomLineItemResponse 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:

DeleteCustomLineItem, deleteCustomLineItemResponse_arn - Then ARN of the deleted custom line item.

$sel:httpStatus:DeleteCustomLineItemResponse', deleteCustomLineItemResponse_httpStatus - The response's http status code.

Response Lenses