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

Description

 
Synopsis

Documentation

data ListResourcesAssociatedToCustomLineItemFilter Source #

A filter that specifies the type of resource associations that should be retrieved for a custom line item.

See: newListResourcesAssociatedToCustomLineItemFilter smart constructor.

Constructors

ListResourcesAssociatedToCustomLineItemFilter' 

Fields

Instances

Instances details
ToJSON ListResourcesAssociatedToCustomLineItemFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter

Generic ListResourcesAssociatedToCustomLineItemFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter

Read ListResourcesAssociatedToCustomLineItemFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter

Show ListResourcesAssociatedToCustomLineItemFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter

NFData ListResourcesAssociatedToCustomLineItemFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter

Eq ListResourcesAssociatedToCustomLineItemFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter

Hashable ListResourcesAssociatedToCustomLineItemFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter

type Rep ListResourcesAssociatedToCustomLineItemFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter

type Rep ListResourcesAssociatedToCustomLineItemFilter = D1 ('MetaData "ListResourcesAssociatedToCustomLineItemFilter" "Amazonka.BillingConductor.Types.ListResourcesAssociatedToCustomLineItemFilter" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "ListResourcesAssociatedToCustomLineItemFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "relationship") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomLineItemRelationship))))

newListResourcesAssociatedToCustomLineItemFilter :: ListResourcesAssociatedToCustomLineItemFilter Source #

Create a value of ListResourcesAssociatedToCustomLineItemFilter 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:relationship:ListResourcesAssociatedToCustomLineItemFilter', listResourcesAssociatedToCustomLineItemFilter_relationship - The type of relationship between the custom line item and the associated resource.