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 |
Documentation
data RemoveIpamOperatingRegion Source #
Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide
See: newRemoveIpamOperatingRegion
smart constructor.
RemoveIpamOperatingRegion' | |
|
Instances
newRemoveIpamOperatingRegion :: RemoveIpamOperatingRegion Source #
Create a value of RemoveIpamOperatingRegion
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:regionName:RemoveIpamOperatingRegion'
, removeIpamOperatingRegion_regionName
- The name of the operating Region you want to remove.
removeIpamOperatingRegion_regionName :: Lens' RemoveIpamOperatingRegion (Maybe Text) Source #
The name of the operating Region you want to remove.