| 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.GuardDuty.Types.DataSourceFreeTrial
Description
Documentation
data DataSourceFreeTrial Source #
Contains information about which data sources are enabled for the GuardDuty member account.
See: newDataSourceFreeTrial smart constructor.
Constructors
| DataSourceFreeTrial' | |
Fields
| |
Instances
newDataSourceFreeTrial :: DataSourceFreeTrial Source #
Create a value of DataSourceFreeTrial 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:freeTrialDaysRemaining:DataSourceFreeTrial', dataSourceFreeTrial_freeTrialDaysRemaining - A value that specifies the number of days left to use each enabled data
source.
dataSourceFreeTrial_freeTrialDaysRemaining :: Lens' DataSourceFreeTrial (Maybe Int) Source #
A value that specifies the number of days left to use each enabled data source.