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.Types.ListCustomLineItemsFilter

Description

 
Synopsis

Documentation

data ListCustomLineItemsFilter Source #

A filter that specifies the custom line items and billing groups to retrieve FFLI information.

See: newListCustomLineItemsFilter smart constructor.

Constructors

ListCustomLineItemsFilter' 

Fields

Instances

Instances details
ToJSON ListCustomLineItemsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemsFilter

Generic ListCustomLineItemsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemsFilter

Associated Types

type Rep ListCustomLineItemsFilter :: Type -> Type #

Show ListCustomLineItemsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemsFilter

NFData ListCustomLineItemsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemsFilter

Eq ListCustomLineItemsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemsFilter

Hashable ListCustomLineItemsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemsFilter

type Rep ListCustomLineItemsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListCustomLineItemsFilter

type Rep ListCustomLineItemsFilter = D1 ('MetaData "ListCustomLineItemsFilter" "Amazonka.BillingConductor.Types.ListCustomLineItemsFilter" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "ListCustomLineItemsFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "billingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty (Sensitive Text)))))))

newListCustomLineItemsFilter :: ListCustomLineItemsFilter Source #

Create a value of ListCustomLineItemsFilter 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:arns:ListCustomLineItemsFilter', listCustomLineItemsFilter_arns - A list of custom line item ARNs to retrieve information.

$sel:billingGroups:ListCustomLineItemsFilter', listCustomLineItemsFilter_billingGroups - The billing group Amazon Resource Names (ARNs) to retrieve information.

$sel:names:ListCustomLineItemsFilter', listCustomLineItemsFilter_names - A list of custom line items to retrieve information.

listCustomLineItemsFilter_arns :: Lens' ListCustomLineItemsFilter (Maybe (NonEmpty Text)) Source #

A list of custom line item ARNs to retrieve information.

listCustomLineItemsFilter_billingGroups :: Lens' ListCustomLineItemsFilter (Maybe (NonEmpty Text)) Source #

The billing group Amazon Resource Names (ARNs) to retrieve information.

listCustomLineItemsFilter_names :: Lens' ListCustomLineItemsFilter (Maybe (NonEmpty Text)) Source #

A list of custom line items to retrieve information.