libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.GetAutomationExecution

Description

Get detailed information about a particular Automation execution.

Synopsis

Creating a Request

data GetAutomationExecution Source #

See: newGetAutomationExecution smart constructor.

Constructors

GetAutomationExecution' 

Fields

  • automationExecutionId :: Text

    The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.

Instances

Instances details
Eq GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Read GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Show GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Generic GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Associated Types

type Rep GetAutomationExecution :: Type -> Type #

NFData GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Methods

rnf :: GetAutomationExecution -> () #

Hashable GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

ToJSON GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

AWSRequest GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Associated Types

type AWSResponse GetAutomationExecution #

ToHeaders GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

ToPath GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

ToQuery GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

type Rep GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

type Rep GetAutomationExecution = D1 ('MetaData "GetAutomationExecution" "Amazonka.SSM.GetAutomationExecution" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "GetAutomationExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "automationExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAutomationExecution Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

newGetAutomationExecution Source #

Create a value of GetAutomationExecution 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:automationExecutionId:GetAutomationExecution', getAutomationExecution_automationExecutionId - The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.

Request Lenses

getAutomationExecution_automationExecutionId :: Lens' GetAutomationExecution Text Source #

The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.

Destructuring the Response

data GetAutomationExecutionResponse Source #

See: newGetAutomationExecutionResponse smart constructor.

Constructors

GetAutomationExecutionResponse' 

Fields

Instances

Instances details
Eq GetAutomationExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Read GetAutomationExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Show GetAutomationExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Generic GetAutomationExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

Associated Types

type Rep GetAutomationExecutionResponse :: Type -> Type #

NFData GetAutomationExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

type Rep GetAutomationExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetAutomationExecution

type Rep GetAutomationExecutionResponse = D1 ('MetaData "GetAutomationExecutionResponse" "Amazonka.SSM.GetAutomationExecution" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "GetAutomationExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "automationExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutomationExecution)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAutomationExecutionResponse Source #

Create a value of GetAutomationExecutionResponse 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:automationExecution:GetAutomationExecutionResponse', getAutomationExecutionResponse_automationExecution - Detailed information about the current state of an automation execution.

$sel:httpStatus:GetAutomationExecutionResponse', getAutomationExecutionResponse_httpStatus - The response's http status code.

Response Lenses

getAutomationExecutionResponse_automationExecution :: Lens' GetAutomationExecutionResponse (Maybe AutomationExecution) Source #

Detailed information about the current state of an automation execution.