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
Describes an add-on that is enabled for an Amazon Lightsail resource.
See: newAddOn
smart constructor.
AddOn' | |
|
Instances
Eq AddOn Source # | |
Read AddOn Source # | |
Show AddOn Source # | |
Generic AddOn Source # | |
NFData AddOn Source # | |
Defined in Amazonka.Lightsail.Types.AddOn | |
Hashable AddOn Source # | |
Defined in Amazonka.Lightsail.Types.AddOn | |
FromJSON AddOn Source # | |
type Rep AddOn Source # | |
Defined in Amazonka.Lightsail.Types.AddOn type Rep AddOn = D1 ('MetaData "AddOn" "Amazonka.Lightsail.Types.AddOn" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "AddOn'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextSnapshotTimeOfDay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "snapshotTimeOfDay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
Create a value of AddOn
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:status:AddOn'
, addOn_status
- The status of the add-on.
$sel:nextSnapshotTimeOfDay:AddOn'
, addOn_nextSnapshotTimeOfDay
- The next daily time an automatic snapshot will be created.
The time shown is in HH:00
format, and in Coordinated Universal Time
(UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
$sel:snapshotTimeOfDay:AddOn'
, addOn_snapshotTimeOfDay
- The daily time when an automatic snapshot is created.
The time shown is in HH:00
format, and in Coordinated Universal Time
(UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
$sel:name:AddOn'
, addOn_name
- The name of the add-on.
addOn_nextSnapshotTimeOfDay :: Lens' AddOn (Maybe Text) Source #
The next daily time an automatic snapshot will be created.
The time shown is in HH:00
format, and in Coordinated Universal Time
(UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.