amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) 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.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
ToJSON 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

AWSRequest 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 #

Read GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Show GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

NFData GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Eq GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Hashable GetMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

type AWSResponse 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" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "GetMaintenanceWindowExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic 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

NFData GetMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecution

Eq 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" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "GetMaintenanceWindowExecutionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)))) :*: ((S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "windowExecutionId") '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:

GetMaintenanceWindowExecutionResponse, getMaintenanceWindowExecutionResponse_endTime - The time the maintenance window finished running.

GetMaintenanceWindowExecutionResponse, getMaintenanceWindowExecutionResponse_startTime - The time the maintenance window started running.

GetMaintenanceWindowExecutionResponse, getMaintenanceWindowExecutionResponse_status - The status of the maintenance window execution.

GetMaintenanceWindowExecutionResponse, getMaintenanceWindowExecutionResponse_statusDetails - The details explaining the status. Not available for all status values.

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

GetMaintenanceWindowExecution, getMaintenanceWindowExecutionResponse_windowExecutionId - The ID of 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.