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.Types.Mitigation

Description

 
Synopsis

Documentation

data Mitigation Source #

The mitigation applied to a DDoS attack.

See: newMitigation smart constructor.

Constructors

Mitigation' 

Fields

Instances

Instances details
FromJSON Mitigation Source # 
Instance details

Defined in Amazonka.Shield.Types.Mitigation

Generic Mitigation Source # 
Instance details

Defined in Amazonka.Shield.Types.Mitigation

Associated Types

type Rep Mitigation :: Type -> Type #

Read Mitigation Source # 
Instance details

Defined in Amazonka.Shield.Types.Mitigation

Show Mitigation Source # 
Instance details

Defined in Amazonka.Shield.Types.Mitigation

NFData Mitigation Source # 
Instance details

Defined in Amazonka.Shield.Types.Mitigation

Methods

rnf :: Mitigation -> () #

Eq Mitigation Source # 
Instance details

Defined in Amazonka.Shield.Types.Mitigation

Hashable Mitigation Source # 
Instance details

Defined in Amazonka.Shield.Types.Mitigation

type Rep Mitigation Source # 
Instance details

Defined in Amazonka.Shield.Types.Mitigation

type Rep Mitigation = D1 ('MetaData "Mitigation" "Amazonka.Shield.Types.Mitigation" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "Mitigation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mitigationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMitigation :: Mitigation Source #

Create a value of Mitigation 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:mitigationName:Mitigation', mitigation_mitigationName - The name of the mitigation taken for this attack.

mitigation_mitigationName :: Lens' Mitigation (Maybe Text) Source #

The name of the mitigation taken for this attack.