amazonka-ssm-incidents-2.0: Amazon Systems Manager Incident Manager 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.SSMIncidents.Types.AutomationExecution

Description

 
Synopsis

Documentation

data AutomationExecution Source #

The Systems Manager automation document process to start as the runbook at the beginning of the incident.

See: newAutomationExecution smart constructor.

Constructors

AutomationExecution' 

Fields

Instances

Instances details
FromJSON AutomationExecution Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AutomationExecution

Generic AutomationExecution Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AutomationExecution

Associated Types

type Rep AutomationExecution :: Type -> Type #

Read AutomationExecution Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AutomationExecution

Show AutomationExecution Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AutomationExecution

NFData AutomationExecution Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AutomationExecution

Methods

rnf :: AutomationExecution -> () #

Eq AutomationExecution Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AutomationExecution

Hashable AutomationExecution Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AutomationExecution

type Rep AutomationExecution Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AutomationExecution

type Rep AutomationExecution = D1 ('MetaData "AutomationExecution" "Amazonka.SSMIncidents.Types.AutomationExecution" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "AutomationExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ssmExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutomationExecution :: AutomationExecution Source #

Create a value of AutomationExecution 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:ssmExecutionArn:AutomationExecution', automationExecution_ssmExecutionArn - The Amazon Resource Name (ARN) of the automation process.

automationExecution_ssmExecutionArn :: Lens' AutomationExecution (Maybe Text) Source #

The Amazon Resource Name (ARN) of the automation process.