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

Description

Retrieves details about a specific a maintenance window execution.

Synopsis

Creating a Request

data GetMaintenanceWindowExecution Source #

See: newGetMaintenanceWindowExecution smart constructor.

Constructors

GetMaintenanceWindowExecution' 

Fields

Instances

Instances details
Eq GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Read GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Show GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Generic GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Associated Types

type Rep GetMaintenanceWindowExecution :: Type -> Type #

NFData GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Hashable GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

ToJSON GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

AWSRequest GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

ToHeaders GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

ToPath GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

ToQuery GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

type Rep GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

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

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

newGetMaintenanceWindowExecution Source #

Create a value of GetMaintenanceWindowExecution 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:windowExecutionId:GetMaintenanceWindowExecution', getMaintenanceWindowExecution_windowExecutionId - The ID of the maintenance window execution that includes the task.

Request Lenses

getMaintenanceWindowExecution_windowExecutionId :: Lens' GetMaintenanceWindowExecution Text Source #

The ID of the maintenance window execution that includes the task.

Destructuring the Response

data GetMaintenanceWindowExecutionResponse Source #

Constructors

GetMaintenanceWindowExecutionResponse' 

Fields

Instances

Instances details
Eq GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Read GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Show GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Generic GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

NFData GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

type Rep GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

type Rep GetMaintenanceWindowExecutionResponse = D1 ('MetaData "GetMaintenanceWindowExecutionResponse" "Amazonka.SSM.GetMaintenanceWindowExecution" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "GetMaintenanceWindowExecutionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "windowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "taskIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetMaintenanceWindowExecutionResponse Source #

Create a value of GetMaintenanceWindowExecutionResponse 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:status:GetMaintenanceWindowExecutionResponse', getMaintenanceWindowExecutionResponse_status - The status of the maintenance window execution.

$sel:startTime:GetMaintenanceWindowExecutionResponse', getMaintenanceWindowExecutionResponse_startTime - The time the maintenance window started running.

$sel:windowExecutionId:GetMaintenanceWindowExecution', getMaintenanceWindowExecutionResponse_windowExecutionId - The ID of the maintenance window execution.

$sel:statusDetails:GetMaintenanceWindowExecutionResponse', getMaintenanceWindowExecutionResponse_statusDetails - The details explaining the status. Not available for all status values.

$sel:endTime:GetMaintenanceWindowExecutionResponse', getMaintenanceWindowExecutionResponse_endTime - The time the maintenance window finished running.

$sel:taskIds:GetMaintenanceWindowExecutionResponse', getMaintenanceWindowExecutionResponse_taskIds - The ID of the task executions from the maintenance window execution.

$sel:httpStatus:GetMaintenanceWindowExecutionResponse', getMaintenanceWindowExecutionResponse_httpStatus - The response's http status code.

Response Lenses

getMaintenanceWindowExecutionResponse_statusDetails :: Lens' GetMaintenanceWindowExecutionResponse (Maybe Text) Source #

The details explaining the status. Not available for all status values.

getMaintenanceWindowExecutionResponse_taskIds :: Lens' GetMaintenanceWindowExecutionResponse (Maybe [Text]) Source #

The ID of the task executions from the maintenance window execution.