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

Description

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.

Synopsis

Creating a Request

data CancelMaintenanceWindowExecution Source #

See: newCancelMaintenanceWindowExecution smart constructor.

Constructors

CancelMaintenanceWindowExecution' 

Fields

Instances

Instances details
Eq CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

Read CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

Show CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

Generic CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

Associated Types

type Rep CancelMaintenanceWindowExecution :: Type -> Type #

NFData CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

Hashable CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

ToJSON CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

AWSRequest CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

ToHeaders CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

ToPath CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

ToQuery CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

type Rep CancelMaintenanceWindowExecution Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

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

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

newCancelMaintenanceWindowExecution Source #

Create a value of CancelMaintenanceWindowExecution 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:CancelMaintenanceWindowExecution', cancelMaintenanceWindowExecution_windowExecutionId - The ID of the maintenance window execution to stop.

Request Lenses

Destructuring the Response

data CancelMaintenanceWindowExecutionResponse Source #

Constructors

CancelMaintenanceWindowExecutionResponse' 

Fields

Instances

Instances details
Eq CancelMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

Read CancelMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

Show CancelMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

Generic CancelMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

NFData CancelMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

type Rep CancelMaintenanceWindowExecutionResponse Source # 
Instance details

Defined in Amazonka.SSM.CancelMaintenanceWindowExecution

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

newCancelMaintenanceWindowExecutionResponse Source #

Create a value of CancelMaintenanceWindowExecutionResponse 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:CancelMaintenanceWindowExecution', cancelMaintenanceWindowExecutionResponse_windowExecutionId - The ID of the maintenance window execution that has been stopped.

$sel:httpStatus:CancelMaintenanceWindowExecutionResponse', cancelMaintenanceWindowExecutionResponse_httpStatus - The response's http status code.

Response Lenses