Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data IPSetSummary = IPSetSummary' {}
- newIPSetSummary :: Text -> Text -> IPSetSummary
- iPSetSummary_iPSetId :: Lens' IPSetSummary Text
- iPSetSummary_name :: Lens' IPSetSummary Text
Documentation
data IPSetSummary Source #
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.
Contains the identifier and the name of the IPSet
.
See: newIPSetSummary
smart constructor.
Instances
Create a value of IPSetSummary
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:iPSetId:IPSetSummary'
, iPSetSummary_iPSetId
- The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request
to get detailed information about an IPSet.
$sel:name:IPSetSummary'
, iPSetSummary_name
- A friendly name or description of the IPSet. You can't change the name
of an IPSet
after you create it.
iPSetSummary_iPSetId :: Lens' IPSetSummary Text Source #
The IPSetId
for an IPSet. You can use IPSetId
in a GetIPSet request
to get detailed information about an IPSet.
iPSetSummary_name :: Lens' IPSetSummary Text Source #
A friendly name or description of the IPSet. You can't change the name
of an IPSet
after you create it.