libZSservicesZSamazonka-shieldZSamazonka-shield
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.Shield.DisableProactiveEngagement

Description

Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.

Synopsis

Creating a Request

data DisableProactiveEngagement Source #

See: newDisableProactiveEngagement smart constructor.

Instances

Instances details
Eq DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Read DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Show DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Generic DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Associated Types

type Rep DisableProactiveEngagement :: Type -> Type #

NFData DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Hashable DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

ToJSON DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

AWSRequest DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

ToHeaders DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

ToPath DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

ToQuery DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

type Rep DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

type Rep DisableProactiveEngagement = D1 ('MetaData "DisableProactiveEngagement" "Amazonka.Shield.DisableProactiveEngagement" "libZSservicesZSamazonka-shieldZSamazonka-shield" 'False) (C1 ('MetaCons "DisableProactiveEngagement'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

newDisableProactiveEngagement :: DisableProactiveEngagement Source #

Create a value of DisableProactiveEngagement with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data DisableProactiveEngagementResponse Source #

Constructors

DisableProactiveEngagementResponse' 

Fields

Instances

Instances details
Eq DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Read DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Show DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Generic DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Associated Types

type Rep DisableProactiveEngagementResponse :: Type -> Type #

NFData DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

type Rep DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

type Rep DisableProactiveEngagementResponse = D1 ('MetaData "DisableProactiveEngagementResponse" "Amazonka.Shield.DisableProactiveEngagement" "libZSservicesZSamazonka-shieldZSamazonka-shield" 'False) (C1 ('MetaCons "DisableProactiveEngagementResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisableProactiveEngagementResponse Source #

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

Response Lenses