libZSservicesZSamazonka-license-managerZSamazonka-license-manager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Description

 
Synopsis

Documentation

data LicenseConfigurationAssociation Source #

Describes an association with a license configuration.

See: newLicenseConfigurationAssociation smart constructor.

Constructors

LicenseConfigurationAssociation' 

Fields

Instances

Instances details
Eq LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Read LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Show LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Generic LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Associated Types

type Rep LicenseConfigurationAssociation :: Type -> Type #

NFData LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

Hashable LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

FromJSON LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

type Rep LicenseConfigurationAssociation Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseConfigurationAssociation

type Rep LicenseConfigurationAssociation = D1 ('MetaData "LicenseConfigurationAssociation" "Amazonka.LicenseManager.Types.LicenseConfigurationAssociation" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "LicenseConfigurationAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "amiAssociationScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "associationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newLicenseConfigurationAssociation :: LicenseConfigurationAssociation Source #

Create a value of LicenseConfigurationAssociation 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:LicenseConfigurationAssociation', licenseConfigurationAssociation_resourceType - Type of server resource.

$sel:amiAssociationScope:LicenseConfigurationAssociation', licenseConfigurationAssociation_amiAssociationScope - Scope of AMI associations. The possible value is cross-account.

$sel:associationTime:LicenseConfigurationAssociation', licenseConfigurationAssociation_associationTime - Time when the license configuration was associated with the resource.

$sel:resourceArn:LicenseConfigurationAssociation', licenseConfigurationAssociation_resourceArn - Amazon Resource Name (ARN) of the resource.

$sel:resourceOwnerId:LicenseConfigurationAssociation', licenseConfigurationAssociation_resourceOwnerId - ID of the Amazon Web Services account that owns the resource consuming licenses.

licenseConfigurationAssociation_amiAssociationScope :: Lens' LicenseConfigurationAssociation (Maybe Text) Source #

Scope of AMI associations. The possible value is cross-account.

licenseConfigurationAssociation_associationTime :: Lens' LicenseConfigurationAssociation (Maybe UTCTime) Source #

Time when the license configuration was associated with the resource.

licenseConfigurationAssociation_resourceOwnerId :: Lens' LicenseConfigurationAssociation (Maybe Text) Source #

ID of the Amazon Web Services account that owns the resource consuming licenses.