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 |
Synopsis
- data LocationAttributes = LocationAttributes' {}
- newLocationAttributes :: LocationAttributes
- locationAttributes_stoppedActions :: Lens' LocationAttributes (Maybe (NonEmpty FleetAction))
- locationAttributes_locationState :: Lens' LocationAttributes (Maybe LocationState)
- locationAttributes_updateStatus :: Lens' LocationAttributes (Maybe LocationUpdateStatus)
Documentation
data LocationAttributes Source #
Represents a location in a multi-location fleet.
Related actions
DescribeFleetLocationAttributes
See: newLocationAttributes
smart constructor.
LocationAttributes' | |
|
Instances
newLocationAttributes :: LocationAttributes Source #
Create a value of LocationAttributes
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:stoppedActions:LocationAttributes'
, locationAttributes_stoppedActions
- A list of fleet actions that have been suspended in the fleet location.
$sel:locationState:LocationAttributes'
, locationAttributes_locationState
- A fleet location and its current life-cycle state.
$sel:updateStatus:LocationAttributes'
, locationAttributes_updateStatus
- The status of fleet activity updates to the location. The status
PENDING_UPDATE
indicates that StopFleetActions or StartFleetActions
has been requested but the update has not yet been completed for the
location.
locationAttributes_stoppedActions :: Lens' LocationAttributes (Maybe (NonEmpty FleetAction)) Source #
A list of fleet actions that have been suspended in the fleet location.
locationAttributes_locationState :: Lens' LocationAttributes (Maybe LocationState) Source #
A fleet location and its current life-cycle state.
locationAttributes_updateStatus :: Lens' LocationAttributes (Maybe LocationUpdateStatus) Source #
The status of fleet activity updates to the location. The status
PENDING_UPDATE
indicates that StopFleetActions or StartFleetActions
has been requested but the update has not yet been completed for the
location.