libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions
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.StepFunctions.Types.BillingDetails

Description

 
Synopsis

Documentation

data BillingDetails Source #

An object that describes workflow billing details.

See: newBillingDetails smart constructor.

Constructors

BillingDetails' 

Fields

Instances

Instances details
Eq BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

Read BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

Show BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

Generic BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

Associated Types

type Rep BillingDetails :: Type -> Type #

NFData BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

Methods

rnf :: BillingDetails -> () #

Hashable BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

FromJSON BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

type Rep BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

type Rep BillingDetails = D1 ('MetaData "BillingDetails" "Amazonka.StepFunctions.Types.BillingDetails" "libZSservicesZSamazonka-stepfunctionsZSamazonka-stepfunctions" 'False) (C1 ('MetaCons "BillingDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "billedMemoryUsedInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "billedDurationInMilliseconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newBillingDetails :: BillingDetails Source #

Create a value of BillingDetails 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:billedMemoryUsedInMB:BillingDetails', billingDetails_billedMemoryUsedInMB - Billed memory consumption of your workflow, in MB.

$sel:billedDurationInMilliseconds:BillingDetails', billingDetails_billedDurationInMilliseconds - Billed duration of your workflow, in milliseconds.

billingDetails_billedMemoryUsedInMB :: Lens' BillingDetails (Maybe Natural) Source #

Billed memory consumption of your workflow, in MB.

billingDetails_billedDurationInMilliseconds :: Lens' BillingDetails (Maybe Natural) Source #

Billed duration of your workflow, in milliseconds.