libZSservicesZSamazonka-wafZSamazonka-waf
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.WAF.CreateSqlInjectionMatchSet

Description

This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.

For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.

To create and configure a SqlInjectionMatchSet, perform the following steps:

  1. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateSqlInjectionMatchSet request.
  2. Submit a CreateSqlInjectionMatchSet request.
  3. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateSqlInjectionMatchSet request.
  4. Submit an UpdateSqlInjectionMatchSet request to specify the parts of web requests in which you want to allow, block, or count malicious SQL code.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

Synopsis

Creating a Request

data CreateSqlInjectionMatchSet Source #

A request to create a SqlInjectionMatchSet.

See: newCreateSqlInjectionMatchSet smart constructor.

Constructors

CreateSqlInjectionMatchSet' 

Fields

  • name :: Text

    A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

  • changeToken :: Text

    The value returned by the most recent call to GetChangeToken.

Instances

Instances details
Eq CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Read CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Show CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Generic CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Associated Types

type Rep CreateSqlInjectionMatchSet :: Type -> Type #

NFData CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Hashable CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

ToJSON CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

AWSRequest CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

ToHeaders CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

ToPath CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

ToQuery CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

type Rep CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

type Rep CreateSqlInjectionMatchSet = D1 ('MetaData "CreateSqlInjectionMatchSet" "Amazonka.WAF.CreateSqlInjectionMatchSet" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "CreateSqlInjectionMatchSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "changeToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateSqlInjectionMatchSet Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

newCreateSqlInjectionMatchSet Source #

Create a value of CreateSqlInjectionMatchSet 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:name:CreateSqlInjectionMatchSet', createSqlInjectionMatchSet_name - A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

$sel:changeToken:CreateSqlInjectionMatchSet', createSqlInjectionMatchSet_changeToken - The value returned by the most recent call to GetChangeToken.

Request Lenses

createSqlInjectionMatchSet_name :: Lens' CreateSqlInjectionMatchSet Text Source #

A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change Name after you create the SqlInjectionMatchSet.

createSqlInjectionMatchSet_changeToken :: Lens' CreateSqlInjectionMatchSet Text Source #

The value returned by the most recent call to GetChangeToken.

Destructuring the Response

data CreateSqlInjectionMatchSetResponse Source #

The response to a CreateSqlInjectionMatchSet request.

See: newCreateSqlInjectionMatchSetResponse smart constructor.

Constructors

CreateSqlInjectionMatchSetResponse' 

Fields

Instances

Instances details
Eq CreateSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Read CreateSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Show CreateSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Generic CreateSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

Associated Types

type Rep CreateSqlInjectionMatchSetResponse :: Type -> Type #

NFData CreateSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

type Rep CreateSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.CreateSqlInjectionMatchSet

type Rep CreateSqlInjectionMatchSetResponse = D1 ('MetaData "CreateSqlInjectionMatchSetResponse" "Amazonka.WAF.CreateSqlInjectionMatchSet" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "CreateSqlInjectionMatchSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sqlInjectionMatchSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SqlInjectionMatchSet)) :*: (S1 ('MetaSel ('Just "changeToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateSqlInjectionMatchSetResponse Source #

Create a value of CreateSqlInjectionMatchSetResponse 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:sqlInjectionMatchSet:CreateSqlInjectionMatchSetResponse', createSqlInjectionMatchSetResponse_sqlInjectionMatchSet - A SqlInjectionMatchSet.

$sel:changeToken:CreateSqlInjectionMatchSet', createSqlInjectionMatchSetResponse_changeToken - The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

$sel:httpStatus:CreateSqlInjectionMatchSetResponse', createSqlInjectionMatchSetResponse_httpStatus - The response's http status code.

Response Lenses

createSqlInjectionMatchSetResponse_changeToken :: Lens' CreateSqlInjectionMatchSetResponse (Maybe Text) Source #

The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.