amazonka-guardduty-2.0: Amazon GuardDuty SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GuardDuty.Types.AccountFreeTrialInfo

Description

 
Synopsis

Documentation

data AccountFreeTrialInfo Source #

Provides details of the GuardDuty member account that uses a free trial service.

See: newAccountFreeTrialInfo smart constructor.

Constructors

AccountFreeTrialInfo' 

Fields

Instances

Instances details
FromJSON AccountFreeTrialInfo Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountFreeTrialInfo

Generic AccountFreeTrialInfo Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountFreeTrialInfo

Associated Types

type Rep AccountFreeTrialInfo :: Type -> Type #

Read AccountFreeTrialInfo Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountFreeTrialInfo

Show AccountFreeTrialInfo Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountFreeTrialInfo

NFData AccountFreeTrialInfo Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountFreeTrialInfo

Methods

rnf :: AccountFreeTrialInfo -> () #

Eq AccountFreeTrialInfo Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountFreeTrialInfo

Hashable AccountFreeTrialInfo Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountFreeTrialInfo

type Rep AccountFreeTrialInfo Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountFreeTrialInfo

type Rep AccountFreeTrialInfo = D1 ('MetaData "AccountFreeTrialInfo" "Amazonka.GuardDuty.Types.AccountFreeTrialInfo" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "AccountFreeTrialInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourcesFreeTrial))))

newAccountFreeTrialInfo :: AccountFreeTrialInfo Source #

Create a value of AccountFreeTrialInfo 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:accountId:AccountFreeTrialInfo', accountFreeTrialInfo_accountId - The account identifier of the GuardDuty member account.

$sel:dataSources:AccountFreeTrialInfo', accountFreeTrialInfo_dataSources - Describes the data source enabled for the GuardDuty member account.

accountFreeTrialInfo_accountId :: Lens' AccountFreeTrialInfo (Maybe Text) Source #

The account identifier of the GuardDuty member account.

accountFreeTrialInfo_dataSources :: Lens' AccountFreeTrialInfo (Maybe DataSourcesFreeTrial) Source #

Describes the data source enabled for the GuardDuty member account.