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.UpdateApplicationLayerAutomaticResponse

Description

Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration for the specified resource.

Synopsis

Creating a Request

data UpdateApplicationLayerAutomaticResponse Source #

Constructors

UpdateApplicationLayerAutomaticResponse' 

Fields

  • resourceArn :: Text

    The ARN (Amazon Resource Name) of the resource.

  • action :: ResponseAction

    Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

Instances

Instances details
ToJSON UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

ToHeaders UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

ToPath UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

ToQuery UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

AWSRequest UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

Generic UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

Read UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

Show UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

NFData UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

Eq UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

Hashable UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

type AWSResponse UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

type Rep UpdateApplicationLayerAutomaticResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

type Rep UpdateApplicationLayerAutomaticResponse = D1 ('MetaData "UpdateApplicationLayerAutomaticResponse" "Amazonka.Shield.UpdateApplicationLayerAutomaticResponse" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "UpdateApplicationLayerAutomaticResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResponseAction)))

newUpdateApplicationLayerAutomaticResponse Source #

Create a value of UpdateApplicationLayerAutomaticResponse 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:

UpdateApplicationLayerAutomaticResponse, updateApplicationLayerAutomaticResponse_resourceArn - The ARN (Amazon Resource Name) of the resource.

UpdateApplicationLayerAutomaticResponse, updateApplicationLayerAutomaticResponse_action - Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

Request Lenses

updateApplicationLayerAutomaticResponse_action :: Lens' UpdateApplicationLayerAutomaticResponse ResponseAction Source #

Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.

Destructuring the Response

data UpdateApplicationLayerAutomaticResponseResponse Source #

Constructors

UpdateApplicationLayerAutomaticResponseResponse' 

Fields

Instances

Instances details
Generic UpdateApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

Read UpdateApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

Show UpdateApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

NFData UpdateApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

Eq UpdateApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

type Rep UpdateApplicationLayerAutomaticResponseResponse Source # 
Instance details

Defined in Amazonka.Shield.UpdateApplicationLayerAutomaticResponse

type Rep UpdateApplicationLayerAutomaticResponseResponse = D1 ('MetaData "UpdateApplicationLayerAutomaticResponseResponse" "Amazonka.Shield.UpdateApplicationLayerAutomaticResponse" "amazonka-shield-2.0-Cz9Fa9OSQ93AE4UCXBDcFo" 'False) (C1 ('MetaCons "UpdateApplicationLayerAutomaticResponseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateApplicationLayerAutomaticResponseResponse Source #

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

Response Lenses