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 LicenseConfigurationUsage = LicenseConfigurationUsage' {}
- newLicenseConfigurationUsage :: LicenseConfigurationUsage
- licenseConfigurationUsage_resourceType :: Lens' LicenseConfigurationUsage (Maybe ResourceType)
- licenseConfigurationUsage_resourceStatus :: Lens' LicenseConfigurationUsage (Maybe Text)
- licenseConfigurationUsage_associationTime :: Lens' LicenseConfigurationUsage (Maybe UTCTime)
- licenseConfigurationUsage_resourceArn :: Lens' LicenseConfigurationUsage (Maybe Text)
- licenseConfigurationUsage_consumedLicenses :: Lens' LicenseConfigurationUsage (Maybe Integer)
- licenseConfigurationUsage_resourceOwnerId :: Lens' LicenseConfigurationUsage (Maybe Text)
Documentation
data LicenseConfigurationUsage Source #
Details about the usage of a resource associated with a license configuration.
See: newLicenseConfigurationUsage
smart constructor.
LicenseConfigurationUsage' | |
|
Instances
newLicenseConfigurationUsage :: LicenseConfigurationUsage Source #
Create a value of LicenseConfigurationUsage
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:resourceType:LicenseConfigurationUsage'
, licenseConfigurationUsage_resourceType
- Type of resource.
$sel:resourceStatus:LicenseConfigurationUsage'
, licenseConfigurationUsage_resourceStatus
- Status of the resource.
$sel:associationTime:LicenseConfigurationUsage'
, licenseConfigurationUsage_associationTime
- Time when the license configuration was initially associated with the
resource.
$sel:resourceArn:LicenseConfigurationUsage'
, licenseConfigurationUsage_resourceArn
- Amazon Resource Name (ARN) of the resource.
$sel:consumedLicenses:LicenseConfigurationUsage'
, licenseConfigurationUsage_consumedLicenses
- Number of licenses consumed by the resource.
$sel:resourceOwnerId:LicenseConfigurationUsage'
, licenseConfigurationUsage_resourceOwnerId
- ID of the account that owns the resource.
licenseConfigurationUsage_resourceType :: Lens' LicenseConfigurationUsage (Maybe ResourceType) Source #
Type of resource.
licenseConfigurationUsage_resourceStatus :: Lens' LicenseConfigurationUsage (Maybe Text) Source #
Status of the resource.
licenseConfigurationUsage_associationTime :: Lens' LicenseConfigurationUsage (Maybe UTCTime) Source #
Time when the license configuration was initially associated with the resource.
licenseConfigurationUsage_resourceArn :: Lens' LicenseConfigurationUsage (Maybe Text) Source #
Amazon Resource Name (ARN) of the resource.
licenseConfigurationUsage_consumedLicenses :: Lens' LicenseConfigurationUsage (Maybe Integer) Source #
Number of licenses consumed by the resource.
licenseConfigurationUsage_resourceOwnerId :: Lens' LicenseConfigurationUsage (Maybe Text) Source #
ID of the account that owns the resource.