amazonka-stepfunctions-2.0: Amazon Step Functions 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.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
FromJSON 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 #

Read BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

Show BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

NFData BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

Methods

rnf :: BillingDetails -> () #

Eq BillingDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.BillingDetails

Hashable 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" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "BillingDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "billedDurationInMilliseconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "billedMemoryUsedInMB") '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:billedDurationInMilliseconds:BillingDetails', billingDetails_billedDurationInMilliseconds - Billed duration of your workflow, in milliseconds.

$sel:billedMemoryUsedInMB:BillingDetails', billingDetails_billedMemoryUsedInMB - Billed memory consumption of your workflow, in MB.

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

Billed duration of your workflow, in milliseconds.

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

Billed memory consumption of your workflow, in MB.