| 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.LicenseManager.Types.DatetimeRange
Description
Synopsis
Documentation
data DatetimeRange Source #
Describes a time range, in ISO8601-UTC format.
See: newDatetimeRange smart constructor.
Constructors
| DatetimeRange' | |
Instances
Arguments
| :: Text | |
| -> DatetimeRange |
Create a value of DatetimeRange 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:end:DatetimeRange', datetimeRange_end - End of the time range.
$sel:begin:DatetimeRange', datetimeRange_begin - Start of the time range.
datetimeRange_end :: Lens' DatetimeRange (Maybe Text) Source #
End of the time range.
datetimeRange_begin :: Lens' DatetimeRange Text Source #
Start of the time range.