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.DateFilter

Description

 
Synopsis

Documentation

data DateFilter Source #

Contains details on the time range used to filter findings.

See: newDateFilter smart constructor.

Constructors

DateFilter' 

Fields

Instances

Instances details
FromJSON DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

ToJSON DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

Generic DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

Associated Types

type Rep DateFilter :: Type -> Type #

Read DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

Show DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

NFData DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

Methods

rnf :: DateFilter -> () #

Eq DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

Hashable DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

type Rep DateFilter Source # 
Instance details

Defined in Amazonka.Inspector2.Types.DateFilter

type Rep DateFilter = D1 ('MetaData "DateFilter" "Amazonka.Inspector2.Types.DateFilter" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "DateFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endInclusive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startInclusive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newDateFilter :: DateFilter Source #

Create a value of DateFilter 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:endInclusive:DateFilter', dateFilter_endInclusive - A timestamp representing the end of the time period filtered on.

$sel:startInclusive:DateFilter', dateFilter_startInclusive - A timestamp representing the start of the time period filtered on.

dateFilter_endInclusive :: Lens' DateFilter (Maybe UTCTime) Source #

A timestamp representing the end of the time period filtered on.

dateFilter_startInclusive :: Lens' DateFilter (Maybe UTCTime) Source #

A timestamp representing the start of the time period filtered on.