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 |
Synopsis
- data PrefixList = PrefixList' {
- cidrs :: Maybe [Text]
- prefixListId :: Maybe Text
- prefixListName :: Maybe Text
- newPrefixList :: PrefixList
- prefixList_cidrs :: Lens' PrefixList (Maybe [Text])
- prefixList_prefixListId :: Lens' PrefixList (Maybe Text)
- prefixList_prefixListName :: Lens' PrefixList (Maybe Text)
Documentation
data PrefixList Source #
Describes prefixes for Amazon Web Services services.
See: newPrefixList
smart constructor.
PrefixList' | |
|
Instances
newPrefixList :: PrefixList Source #
Create a value of PrefixList
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:cidrs:PrefixList'
, prefixList_cidrs
- The IP address range of the Amazon Web Service.
$sel:prefixListId:PrefixList'
, prefixList_prefixListId
- The ID of the prefix.
$sel:prefixListName:PrefixList'
, prefixList_prefixListName
- The name of the prefix.
prefixList_cidrs :: Lens' PrefixList (Maybe [Text]) Source #
The IP address range of the Amazon Web Service.
prefixList_prefixListId :: Lens' PrefixList (Maybe Text) Source #
The ID of the prefix.
prefixList_prefixListName :: Lens' PrefixList (Maybe Text) Source #
The name of the prefix.