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

Description

Retrieves information about a specific task running on a specific target.

Synopsis

Creating a Request

data GetMaintenanceWindowExecutionTaskInvocation Source #

Constructors

GetMaintenanceWindowExecutionTaskInvocation' 

Fields

  • windowExecutionId :: Text

    The ID of the maintenance window execution for which the task is a part.

  • taskId :: Text

    The ID of the specific task in the maintenance window task that should be retrieved.

  • invocationId :: Text

    The invocation ID to retrieve.

Instances

Instances details
Eq GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

Read GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

Show GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

Generic GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

NFData GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

Hashable GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

ToJSON GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

AWSRequest GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

ToHeaders GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

ToPath GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

ToQuery GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

type Rep GetMaintenanceWindowExecutionTaskInvocation Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

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

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

Request Lenses

getMaintenanceWindowExecutionTaskInvocation_windowExecutionId :: Lens' GetMaintenanceWindowExecutionTaskInvocation Text Source #

The ID of the maintenance window execution for which the task is a part.

getMaintenanceWindowExecutionTaskInvocation_taskId :: Lens' GetMaintenanceWindowExecutionTaskInvocation Text Source #

The ID of the specific task in the maintenance window task that should be retrieved.

Destructuring the Response

data GetMaintenanceWindowExecutionTaskInvocationResponse Source #

Constructors

GetMaintenanceWindowExecutionTaskInvocationResponse' 

Fields

Instances

Instances details
Eq GetMaintenanceWindowExecutionTaskInvocationResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

Show GetMaintenanceWindowExecutionTaskInvocationResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

Generic GetMaintenanceWindowExecutionTaskInvocationResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

NFData GetMaintenanceWindowExecutionTaskInvocationResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

type Rep GetMaintenanceWindowExecutionTaskInvocationResponse Source # 
Instance details

Defined in Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation

type Rep GetMaintenanceWindowExecutionTaskInvocationResponse = D1 ('MetaData "GetMaintenanceWindowExecutionTaskInvocationResponse" "Amazonka.SSM.GetMaintenanceWindowExecutionTaskInvocation" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "GetMaintenanceWindowExecutionTaskInvocationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowExecutionStatus)) :*: (S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "invocationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "taskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceWindowTaskType)) :*: (S1 ('MetaSel ('Just "windowTargetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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 "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetMaintenanceWindowExecutionTaskInvocationResponse Source #

Create a value of GetMaintenanceWindowExecutionTaskInvocationResponse 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:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_status - The task status for an invocation.

$sel:executionId:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_executionId - The execution ID.

$sel:taskExecutionId:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_taskExecutionId - The task execution ID.

$sel:startTime:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_startTime - The time that the task started running on the target.

$sel:invocationId:GetMaintenanceWindowExecutionTaskInvocation', getMaintenanceWindowExecutionTaskInvocationResponse_invocationId - The invocation ID.

$sel:ownerInformation:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_ownerInformation - User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.

$sel:taskType:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_taskType - Retrieves the task type for a maintenance window.

$sel:windowTargetId:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_windowTargetId - The maintenance window target ID.

$sel:windowExecutionId:GetMaintenanceWindowExecutionTaskInvocation', getMaintenanceWindowExecutionTaskInvocationResponse_windowExecutionId - The maintenance window execution ID.

$sel:statusDetails:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_statusDetails - The details explaining the status. Details are only available for certain status values.

$sel:endTime:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_endTime - The time that the task finished running on the target.

$sel:parameters:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_parameters - The parameters used at the time that the task ran.

$sel:httpStatus:GetMaintenanceWindowExecutionTaskInvocationResponse', getMaintenanceWindowExecutionTaskInvocationResponse_httpStatus - The response's http status code.

Response Lenses

getMaintenanceWindowExecutionTaskInvocationResponse_ownerInformation :: Lens' GetMaintenanceWindowExecutionTaskInvocationResponse (Maybe Text) Source #

User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.

getMaintenanceWindowExecutionTaskInvocationResponse_statusDetails :: Lens' GetMaintenanceWindowExecutionTaskInvocationResponse (Maybe Text) Source #

The details explaining the status. Details are only available for certain status values.