libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.DeleteResponsePlan

Description

Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response plan.

Synopsis

Creating a Request

data DeleteResponsePlan Source #

See: newDeleteResponsePlan smart constructor.

Constructors

DeleteResponsePlan' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the response plan.

Instances

Instances details
Eq DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Read DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Show DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Generic DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Associated Types

type Rep DeleteResponsePlan :: Type -> Type #

NFData DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Methods

rnf :: DeleteResponsePlan -> () #

Hashable DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

ToJSON DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

AWSRequest DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Associated Types

type AWSResponse DeleteResponsePlan #

ToHeaders DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

ToPath DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

ToQuery DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

type Rep DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

type Rep DeleteResponsePlan = D1 ('MetaData "DeleteResponsePlan" "Amazonka.SSMIncidents.DeleteResponsePlan" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "DeleteResponsePlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteResponsePlan Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

newDeleteResponsePlan Source #

Create a value of DeleteResponsePlan 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:arn:DeleteResponsePlan', deleteResponsePlan_arn - The Amazon Resource Name (ARN) of the response plan.

Request Lenses

deleteResponsePlan_arn :: Lens' DeleteResponsePlan Text Source #

The Amazon Resource Name (ARN) of the response plan.

Destructuring the Response

data DeleteResponsePlanResponse Source #

See: newDeleteResponsePlanResponse smart constructor.

Constructors

DeleteResponsePlanResponse' 

Fields

Instances

Instances details
Eq DeleteResponsePlanResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Read DeleteResponsePlanResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Show DeleteResponsePlanResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Generic DeleteResponsePlanResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

Associated Types

type Rep DeleteResponsePlanResponse :: Type -> Type #

NFData DeleteResponsePlanResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

type Rep DeleteResponsePlanResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.DeleteResponsePlan

type Rep DeleteResponsePlanResponse = D1 ('MetaData "DeleteResponsePlanResponse" "Amazonka.SSMIncidents.DeleteResponsePlan" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "DeleteResponsePlanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteResponsePlanResponse Source #

Create a value of DeleteResponsePlanResponse 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:httpStatus:DeleteResponsePlanResponse', deleteResponsePlanResponse_httpStatus - The response's http status code.

Response Lenses