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

Description

Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.

Synopsis

Creating a Request

data UpdateMapRun Source #

See: newUpdateMapRun smart constructor.

Constructors

UpdateMapRun' 

Fields

Instances

Instances details
ToJSON UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

ToHeaders UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

ToPath UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

ToQuery UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

AWSRequest UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

Associated Types

type AWSResponse UpdateMapRun #

Generic UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

Associated Types

type Rep UpdateMapRun :: Type -> Type #

Read UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

Show UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

NFData UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

Methods

rnf :: UpdateMapRun -> () #

Eq UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

Hashable UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

type AWSResponse UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

type Rep UpdateMapRun Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

type Rep UpdateMapRun = D1 ('MetaData "UpdateMapRun" "Amazonka.StepFunctions.UpdateMapRun" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "UpdateMapRun'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "toleratedFailureCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "toleratedFailurePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "mapRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateMapRun Source #

Create a value of UpdateMapRun 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:maxConcurrency:UpdateMapRun', updateMapRun_maxConcurrency - The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.

$sel:toleratedFailureCount:UpdateMapRun', updateMapRun_toleratedFailureCount - The maximum number of failed items before the Map Run fails.

$sel:toleratedFailurePercentage:UpdateMapRun', updateMapRun_toleratedFailurePercentage - The maximum percentage of failed items before the Map Run fails.

UpdateMapRun, updateMapRun_mapRunArn - The Amazon Resource Name (ARN) of a Map Run.

Request Lenses

updateMapRun_maxConcurrency :: Lens' UpdateMapRun (Maybe Natural) Source #

The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.

updateMapRun_toleratedFailureCount :: Lens' UpdateMapRun (Maybe Natural) Source #

The maximum number of failed items before the Map Run fails.

updateMapRun_toleratedFailurePercentage :: Lens' UpdateMapRun (Maybe Double) Source #

The maximum percentage of failed items before the Map Run fails.

updateMapRun_mapRunArn :: Lens' UpdateMapRun Text Source #

The Amazon Resource Name (ARN) of a Map Run.

Destructuring the Response

data UpdateMapRunResponse Source #

See: newUpdateMapRunResponse smart constructor.

Constructors

UpdateMapRunResponse' 

Fields

Instances

Instances details
Generic UpdateMapRunResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

Associated Types

type Rep UpdateMapRunResponse :: Type -> Type #

Read UpdateMapRunResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

Show UpdateMapRunResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

NFData UpdateMapRunResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

Methods

rnf :: UpdateMapRunResponse -> () #

Eq UpdateMapRunResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

type Rep UpdateMapRunResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.UpdateMapRun

type Rep UpdateMapRunResponse = D1 ('MetaData "UpdateMapRunResponse" "Amazonka.StepFunctions.UpdateMapRun" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "UpdateMapRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateMapRunResponse Source #

Create a value of UpdateMapRunResponse 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:httpStatus:UpdateMapRunResponse', updateMapRunResponse_httpStatus - The response's http status code.

Response Lenses