amazonka-outposts-2.0: Amazon Outposts 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.Outposts.Types.LineItemAssetInformation

Description

 
Synopsis

Documentation

data LineItemAssetInformation Source #

Information about a line item asset.

See: newLineItemAssetInformation smart constructor.

Constructors

LineItemAssetInformation' 

Fields

Instances

Instances details
FromJSON LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Generic LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Associated Types

type Rep LineItemAssetInformation :: Type -> Type #

Read LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Show LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

NFData LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Eq LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Hashable LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

type Rep LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

type Rep LineItemAssetInformation = D1 ('MetaData "LineItemAssetInformation" "Amazonka.Outposts.Types.LineItemAssetInformation" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "LineItemAssetInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "macAddressList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newLineItemAssetInformation :: LineItemAssetInformation Source #

Create a value of LineItemAssetInformation 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:assetId:LineItemAssetInformation', lineItemAssetInformation_assetId - The ID of the asset.

$sel:macAddressList:LineItemAssetInformation', lineItemAssetInformation_macAddressList - The MAC addresses of the asset.