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
Specifies one range of days or times to exclude from use for training an anomaly detection model.
See: newRange
smart constructor.
Instances
Eq Range Source # | |
Read Range Source # | |
Show Range Source # | |
Generic Range Source # | |
NFData Range Source # | |
Defined in Amazonka.CloudWatch.Types.Range | |
Hashable Range Source # | |
Defined in Amazonka.CloudWatch.Types.Range | |
ToQuery Range Source # | |
Defined in Amazonka.CloudWatch.Types.Range toQuery :: Range -> QueryString # | |
FromXML Range Source # | |
type Rep Range Source # | |
Defined in Amazonka.CloudWatch.Types.Range type Rep Range = D1 ('MetaData "Range" "Amazonka.CloudWatch.Types.Range" "libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch" 'False) (C1 ('MetaCons "Range'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))) |
Create a value of Range
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:startTime:Range'
, range_startTime
- The start time of the range to exclude. The format is
yyyy-MM-dd'T'HH:mm:ss
. For example, 2019-07-01T23:59:59
.
$sel:endTime:Range'
, range_endTime
- The end time of the range to exclude. The format is
yyyy-MM-dd'T'HH:mm:ss
. For example, 2019-07-01T23:59:59
.