| 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.CloudWatch.Types.Range
Description
Documentation
Specifies one range of days or times to exclude from use for training an anomaly detection model.
See: newRange smart constructor.
Constructors
| Range' | |
Instances
| ToQuery Range Source # | |
Defined in Amazonka.CloudWatch.Types.Range Methods toQuery :: Range -> QueryString # | |
| FromXML Range Source # | |
| Generic Range Source # | |
| Read Range Source # | |
| Show Range Source # | |
| NFData Range Source # | |
Defined in Amazonka.CloudWatch.Types.Range | |
| Eq Range Source # | |
| Hashable Range Source # | |
Defined in Amazonka.CloudWatch.Types.Range | |
| type Rep Range Source # | |
Defined in Amazonka.CloudWatch.Types.Range type Rep Range = D1 ('MetaData "Range" "Amazonka.CloudWatch.Types.Range" "amazonka-cloudwatch-2.0-9xq2AWTkbYo3pEtgQNn4jD" '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.