amazonka-inspector2-2.0: Amazon Inspector2 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.Inspector2.Types.FreeTrialAccountInfo

Description

 
Synopsis

Documentation

data FreeTrialAccountInfo Source #

Information about the Amazon Inspector free trial for an account.

See: newFreeTrialAccountInfo smart constructor.

Constructors

FreeTrialAccountInfo' 

Fields

  • accountId :: Text

    The account associated with the Amazon Inspector free trial information.

  • freeTrialInfo :: [FreeTrialInfo]

    Contains information about the Amazon Inspector free trial for an account.

Instances

Instances details
FromJSON FreeTrialAccountInfo Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialAccountInfo

Generic FreeTrialAccountInfo Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialAccountInfo

Associated Types

type Rep FreeTrialAccountInfo :: Type -> Type #

Read FreeTrialAccountInfo Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialAccountInfo

Show FreeTrialAccountInfo Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialAccountInfo

NFData FreeTrialAccountInfo Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialAccountInfo

Methods

rnf :: FreeTrialAccountInfo -> () #

Eq FreeTrialAccountInfo Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialAccountInfo

Hashable FreeTrialAccountInfo Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialAccountInfo

type Rep FreeTrialAccountInfo Source # 
Instance details

Defined in Amazonka.Inspector2.Types.FreeTrialAccountInfo

type Rep FreeTrialAccountInfo = D1 ('MetaData "FreeTrialAccountInfo" "Amazonka.Inspector2.Types.FreeTrialAccountInfo" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "FreeTrialAccountInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "freeTrialInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FreeTrialInfo])))

newFreeTrialAccountInfo Source #

Create a value of FreeTrialAccountInfo 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:FreeTrialAccountInfo', freeTrialAccountInfo_accountId - The account associated with the Amazon Inspector free trial information.

$sel:freeTrialInfo:FreeTrialAccountInfo', freeTrialAccountInfo_freeTrialInfo - Contains information about the Amazon Inspector free trial for an account.

freeTrialAccountInfo_accountId :: Lens' FreeTrialAccountInfo Text Source #

The account associated with the Amazon Inspector free trial information.

freeTrialAccountInfo_freeTrialInfo :: Lens' FreeTrialAccountInfo [FreeTrialInfo] Source #

Contains information about the Amazon Inspector free trial for an account.