libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts
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.SSMContacts.StopEngagement

Description

Stops an engagement before it finishes the final stage of the escalation plan or engagement plan. Further contacts aren't engaged.

Synopsis

Creating a Request

data StopEngagement Source #

See: newStopEngagement smart constructor.

Constructors

StopEngagement' 

Fields

Instances

Instances details
Eq StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Read StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Show StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Generic StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Associated Types

type Rep StopEngagement :: Type -> Type #

NFData StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Methods

rnf :: StopEngagement -> () #

Hashable StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

ToJSON StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

AWSRequest StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Associated Types

type AWSResponse StopEngagement #

ToHeaders StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

ToPath StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

ToQuery StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

type Rep StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

type Rep StopEngagement = D1 ('MetaData "StopEngagement" "Amazonka.SSMContacts.StopEngagement" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "StopEngagement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engagementId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopEngagement Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

newStopEngagement Source #

Create a value of StopEngagement 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:reason:StopEngagement', stopEngagement_reason - The reason that you're stopping the engagement.

$sel:engagementId:StopEngagement', stopEngagement_engagementId - The Amazon Resource Name (ARN) of the engagement.

Request Lenses

stopEngagement_reason :: Lens' StopEngagement (Maybe Text) Source #

The reason that you're stopping the engagement.

stopEngagement_engagementId :: Lens' StopEngagement Text Source #

The Amazon Resource Name (ARN) of the engagement.

Destructuring the Response

data StopEngagementResponse Source #

See: newStopEngagementResponse smart constructor.

Constructors

StopEngagementResponse' 

Fields

Instances

Instances details
Eq StopEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Read StopEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Show StopEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Generic StopEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Associated Types

type Rep StopEngagementResponse :: Type -> Type #

NFData StopEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

Methods

rnf :: StopEngagementResponse -> () #

type Rep StopEngagementResponse Source # 
Instance details

Defined in Amazonka.SSMContacts.StopEngagement

type Rep StopEngagementResponse = D1 ('MetaData "StopEngagementResponse" "Amazonka.SSMContacts.StopEngagement" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "StopEngagementResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopEngagementResponse Source #

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

Response Lenses