amazonka-wafv2-2.0: Amazon WAFV2 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.WAFV2.DeleteRegexPatternSet

Description

Deletes the specified RegexPatternSet.

Synopsis

Creating a Request

data DeleteRegexPatternSet Source #

See: newDeleteRegexPatternSet smart constructor.

Constructors

DeleteRegexPatternSet' 

Fields

  • name :: Text

    The name of the set. You cannot change the name after you create the set.

  • scope :: Scope

    Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool.

    To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:

    • CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1.
    • API and SDKs - For all calls, use the Region endpoint us-east-1.
  • id :: Text

    A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

  • lockToken :: Text

    A token used for optimistic locking. WAF returns a token to your get and list requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update and delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException. If this happens, perform another get, and use the new token returned by that operation.

Instances

Instances details
ToJSON DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

ToHeaders DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

ToPath DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

ToQuery DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

AWSRequest DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

Associated Types

type AWSResponse DeleteRegexPatternSet #

Generic DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

Associated Types

type Rep DeleteRegexPatternSet :: Type -> Type #

Read DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

Show DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

NFData DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

Methods

rnf :: DeleteRegexPatternSet -> () #

Eq DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

Hashable DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

type AWSResponse DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

type Rep DeleteRegexPatternSet Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

type Rep DeleteRegexPatternSet = D1 ('MetaData "DeleteRegexPatternSet" "Amazonka.WAFV2.DeleteRegexPatternSet" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "DeleteRegexPatternSet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scope)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lockToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteRegexPatternSet Source #

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

DeleteRegexPatternSet, deleteRegexPatternSet_name - The name of the set. You cannot change the name after you create the set.

DeleteRegexPatternSet, deleteRegexPatternSet_scope - Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool.

To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:

  • CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1.
  • API and SDKs - For all calls, use the Region endpoint us-east-1.

DeleteRegexPatternSet, deleteRegexPatternSet_id - A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

DeleteRegexPatternSet, deleteRegexPatternSet_lockToken - A token used for optimistic locking. WAF returns a token to your get and list requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update and delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException. If this happens, perform another get, and use the new token returned by that operation.

Request Lenses

deleteRegexPatternSet_name :: Lens' DeleteRegexPatternSet Text Source #

The name of the set. You cannot change the name after you create the set.

deleteRegexPatternSet_scope :: Lens' DeleteRegexPatternSet Scope Source #

Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, or an Amazon Cognito user pool.

To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:

  • CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1.
  • API and SDKs - For all calls, use the Region endpoint us-east-1.

deleteRegexPatternSet_id :: Lens' DeleteRegexPatternSet Text Source #

A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

deleteRegexPatternSet_lockToken :: Lens' DeleteRegexPatternSet Text Source #

A token used for optimistic locking. WAF returns a token to your get and list requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update and delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException. If this happens, perform another get, and use the new token returned by that operation.

Destructuring the Response

data DeleteRegexPatternSetResponse Source #

See: newDeleteRegexPatternSetResponse smart constructor.

Constructors

DeleteRegexPatternSetResponse' 

Fields

Instances

Instances details
Generic DeleteRegexPatternSetResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

Associated Types

type Rep DeleteRegexPatternSetResponse :: Type -> Type #

Read DeleteRegexPatternSetResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

Show DeleteRegexPatternSetResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

NFData DeleteRegexPatternSetResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

Eq DeleteRegexPatternSetResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

type Rep DeleteRegexPatternSetResponse Source # 
Instance details

Defined in Amazonka.WAFV2.DeleteRegexPatternSet

type Rep DeleteRegexPatternSetResponse = D1 ('MetaData "DeleteRegexPatternSetResponse" "Amazonka.WAFV2.DeleteRegexPatternSet" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "DeleteRegexPatternSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteRegexPatternSetResponse Source #

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

Response Lenses