| 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 |
Amazonka.EC2.Types.CoipAddressUsage
Description
Synopsis
- data CoipAddressUsage = CoipAddressUsage' {
- allocationId :: Maybe Text
- awsAccountId :: Maybe Text
- awsService :: Maybe Text
- coIp :: Maybe Text
- newCoipAddressUsage :: CoipAddressUsage
- coipAddressUsage_allocationId :: Lens' CoipAddressUsage (Maybe Text)
- coipAddressUsage_awsAccountId :: Lens' CoipAddressUsage (Maybe Text)
- coipAddressUsage_awsService :: Lens' CoipAddressUsage (Maybe Text)
- coipAddressUsage_coIp :: Lens' CoipAddressUsage (Maybe Text)
Documentation
data CoipAddressUsage Source #
Describes address usage for a customer-owned address pool.
See: newCoipAddressUsage smart constructor.
Constructors
| CoipAddressUsage' | |
Fields
| |
Instances
newCoipAddressUsage :: CoipAddressUsage Source #
Create a value of CoipAddressUsage 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:allocationId:CoipAddressUsage', coipAddressUsage_allocationId - The allocation ID of the address.
$sel:awsAccountId:CoipAddressUsage', coipAddressUsage_awsAccountId - The Amazon Web Services account ID.
$sel:awsService:CoipAddressUsage', coipAddressUsage_awsService - The Amazon Web Services service.
$sel:coIp:CoipAddressUsage', coipAddressUsage_coIp - The customer-owned IP address.
coipAddressUsage_allocationId :: Lens' CoipAddressUsage (Maybe Text) Source #
The allocation ID of the address.
coipAddressUsage_awsAccountId :: Lens' CoipAddressUsage (Maybe Text) Source #
The Amazon Web Services account ID.
coipAddressUsage_awsService :: Lens' CoipAddressUsage (Maybe Text) Source #
The Amazon Web Services service.
coipAddressUsage_coIp :: Lens' CoipAddressUsage (Maybe Text) Source #
The customer-owned IP address.