Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Retrieves the specified IPSet.
Synopsis
- data GetIPSet = GetIPSet' {}
- newGetIPSet :: Text -> Scope -> Text -> GetIPSet
- getIPSet_name :: Lens' GetIPSet Text
- getIPSet_scope :: Lens' GetIPSet Scope
- getIPSet_id :: Lens' GetIPSet Text
- data GetIPSetResponse = GetIPSetResponse' {}
- newGetIPSetResponse :: Int -> GetIPSetResponse
- getIPSetResponse_iPSet :: Lens' GetIPSetResponse (Maybe IPSet)
- getIPSetResponse_lockToken :: Lens' GetIPSetResponse (Maybe Text)
- getIPSetResponse_httpStatus :: Lens' GetIPSetResponse Int
Creating a Request
See: newGetIPSet
smart constructor.
GetIPSet' | |
|
Instances
Create a value of GetIPSet
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:
GetIPSet
, getIPSet_name
- The name of the IP set. You cannot change the name of an IPSet
after
you create it.
GetIPSet
, getIPSet_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.
GetIPSet
, getIPSet_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.
Request Lenses
getIPSet_name :: Lens' GetIPSet Text Source #
The name of the IP set. You cannot change the name of an IPSet
after
you create it.
getIPSet_scope :: Lens' GetIPSet 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.
getIPSet_id :: Lens' GetIPSet 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.
Destructuring the Response
data GetIPSetResponse Source #
See: newGetIPSetResponse
smart constructor.
GetIPSetResponse' | |
|
Instances
Create a value of GetIPSetResponse
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:iPSet:GetIPSetResponse'
, getIPSetResponse_iPSet
-
GetIPSetResponse
, getIPSetResponse_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.
$sel:httpStatus:GetIPSetResponse'
, getIPSetResponse_httpStatus
- The response's http status code.
Response Lenses
getIPSetResponse_lockToken :: Lens' GetIPSetResponse (Maybe 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.
getIPSetResponse_httpStatus :: Lens' GetIPSetResponse Int Source #
The response's http status code.