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 |
Documentation
data AutomatedDiscoveryInformation Source #
Describes automated discovery.
See: newAutomatedDiscoveryInformation
smart constructor.
AutomatedDiscoveryInformation' | |
|
Instances
Eq AutomatedDiscoveryInformation Source # | |
Read AutomatedDiscoveryInformation Source # | |
Show AutomatedDiscoveryInformation Source # | |
Generic AutomatedDiscoveryInformation Source # | |
NFData AutomatedDiscoveryInformation Source # | |
Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation rnf :: AutomatedDiscoveryInformation -> () # | |
Hashable AutomatedDiscoveryInformation Source # | |
FromJSON AutomatedDiscoveryInformation Source # | |
type Rep AutomatedDiscoveryInformation Source # | |
Defined in Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation type Rep AutomatedDiscoveryInformation = D1 ('MetaData "AutomatedDiscoveryInformation" "Amazonka.LicenseManager.Types.AutomatedDiscoveryInformation" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "AutomatedDiscoveryInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastRunTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) |
newAutomatedDiscoveryInformation :: AutomatedDiscoveryInformation Source #
Create a value of AutomatedDiscoveryInformation
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:lastRunTime:AutomatedDiscoveryInformation'
, automatedDiscoveryInformation_lastRunTime
- Time that automated discovery last ran.
automatedDiscoveryInformation_lastRunTime :: Lens' AutomatedDiscoveryInformation (Maybe UTCTime) Source #
Time that automated discovery last ran.