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
data AddOnRequest Source #
Describes a request to enable, modify, or disable an add-on for an Amazon Lightsail resource.
An additional cost may be associated with enabling add-ons. For more information, see the Lightsail pricing page.
See: newAddOnRequest
smart constructor.
AddOnRequest' | |
|
Instances
Create a value of AddOnRequest
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:autoSnapshotAddOnRequest:AddOnRequest'
, addOnRequest_autoSnapshotAddOnRequest
- An object that represents additional parameters when enabling or
modifying the automatic snapshot add-on.
$sel:addOnType:AddOnRequest'
, addOnRequest_addOnType
- The add-on type.
addOnRequest_autoSnapshotAddOnRequest :: Lens' AddOnRequest (Maybe AutoSnapshotAddOnRequest) Source #
An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.
addOnRequest_addOnType :: Lens' AddOnRequest AddOnType Source #
The add-on type.