amazonka-shield-2.0: Amazon Shield SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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

AWSRequest 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 #

Read DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Show DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

NFData DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Eq DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Hashable DisableProactiveEngagement Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

type AWSResponse 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" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "DisableProactiveEngagement'" 'PrefixI 'False) (U1 :: Type -> Type))

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
Generic DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Associated Types

type Rep DisableProactiveEngagementResponse :: Type -> Type #

Read DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Show DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

NFData DisableProactiveEngagementResponse Source # 
Instance details

Defined in Amazonka.Shield.DisableProactiveEngagement

Eq 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" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" '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