| 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.SpotFleetRequestConfig
Description
Synopsis
- data SpotFleetRequestConfig = SpotFleetRequestConfig' {}
- newSpotFleetRequestConfig :: SpotFleetRequestConfig
- spotFleetRequestConfig_activityStatus :: Lens' SpotFleetRequestConfig (Maybe ActivityStatus)
- spotFleetRequestConfig_createTime :: Lens' SpotFleetRequestConfig (Maybe UTCTime)
- spotFleetRequestConfig_spotFleetRequestConfig :: Lens' SpotFleetRequestConfig (Maybe SpotFleetRequestConfigData)
- spotFleetRequestConfig_spotFleetRequestId :: Lens' SpotFleetRequestConfig (Maybe Text)
- spotFleetRequestConfig_spotFleetRequestState :: Lens' SpotFleetRequestConfig (Maybe BatchState)
- spotFleetRequestConfig_tags :: Lens' SpotFleetRequestConfig (Maybe [Tag])
Documentation
data SpotFleetRequestConfig Source #
Describes a Spot Fleet request.
See: newSpotFleetRequestConfig smart constructor.
Constructors
| SpotFleetRequestConfig' | |
Fields
| |
Instances
newSpotFleetRequestConfig :: SpotFleetRequestConfig Source #
Create a value of SpotFleetRequestConfig 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:activityStatus:SpotFleetRequestConfig', spotFleetRequestConfig_activityStatus - The progress of the Spot Fleet request. If there is an error, the status
is error. After all requests are placed, the status is
pending_fulfillment. If the size of the fleet is equal to or greater
than its target capacity, the status is fulfilled. If the size of the
fleet is decreased, the status is pending_termination while Spot
Instances are terminating.
$sel:createTime:SpotFleetRequestConfig', spotFleetRequestConfig_createTime - The creation date and time of the request.
$sel:spotFleetRequestConfig:SpotFleetRequestConfig', spotFleetRequestConfig_spotFleetRequestConfig - The configuration of the Spot Fleet request.
$sel:spotFleetRequestId:SpotFleetRequestConfig', spotFleetRequestConfig_spotFleetRequestId - The ID of the Spot Fleet request.
$sel:spotFleetRequestState:SpotFleetRequestConfig', spotFleetRequestConfig_spotFleetRequestState - The state of the Spot Fleet request.
$sel:tags:SpotFleetRequestConfig', spotFleetRequestConfig_tags - The tags for a Spot Fleet resource.
spotFleetRequestConfig_activityStatus :: Lens' SpotFleetRequestConfig (Maybe ActivityStatus) Source #
The progress of the Spot Fleet request. If there is an error, the status
is error. After all requests are placed, the status is
pending_fulfillment. If the size of the fleet is equal to or greater
than its target capacity, the status is fulfilled. If the size of the
fleet is decreased, the status is pending_termination while Spot
Instances are terminating.
spotFleetRequestConfig_createTime :: Lens' SpotFleetRequestConfig (Maybe UTCTime) Source #
The creation date and time of the request.
spotFleetRequestConfig_spotFleetRequestConfig :: Lens' SpotFleetRequestConfig (Maybe SpotFleetRequestConfigData) Source #
The configuration of the Spot Fleet request.
spotFleetRequestConfig_spotFleetRequestId :: Lens' SpotFleetRequestConfig (Maybe Text) Source #
The ID of the Spot Fleet request.
spotFleetRequestConfig_spotFleetRequestState :: Lens' SpotFleetRequestConfig (Maybe BatchState) Source #
The state of the Spot Fleet request.
spotFleetRequestConfig_tags :: Lens' SpotFleetRequestConfig (Maybe [Tag]) Source #
The tags for a Spot Fleet resource.