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.EC2.Types.InstanceMaintenanceOptionsRequest
Description
Documentation
data InstanceMaintenanceOptionsRequest Source #
The maintenance options for the instance.
See: newInstanceMaintenanceOptionsRequest
smart constructor.
Constructors
InstanceMaintenanceOptionsRequest' | |
Fields
|
Instances
newInstanceMaintenanceOptionsRequest :: InstanceMaintenanceOptionsRequest Source #
Create a value of InstanceMaintenanceOptionsRequest
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:autoRecovery:InstanceMaintenanceOptionsRequest'
, instanceMaintenanceOptionsRequest_autoRecovery
- Disables the automatic recovery behavior of your instance or sets it to
default. For more information, see
Simplified automatic recovery.
instanceMaintenanceOptionsRequest_autoRecovery :: Lens' InstanceMaintenanceOptionsRequest (Maybe InstanceAutoRecoveryState) Source #
Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.