| 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.SpotDatafeedSubscription
Description
Synopsis
- data SpotDatafeedSubscription = SpotDatafeedSubscription' {}
- newSpotDatafeedSubscription :: SpotDatafeedSubscription
- spotDatafeedSubscription_bucket :: Lens' SpotDatafeedSubscription (Maybe Text)
- spotDatafeedSubscription_fault :: Lens' SpotDatafeedSubscription (Maybe SpotInstanceStateFault)
- spotDatafeedSubscription_ownerId :: Lens' SpotDatafeedSubscription (Maybe Text)
- spotDatafeedSubscription_prefix :: Lens' SpotDatafeedSubscription (Maybe Text)
- spotDatafeedSubscription_state :: Lens' SpotDatafeedSubscription (Maybe DatafeedSubscriptionState)
Documentation
data SpotDatafeedSubscription Source #
Describes the data feed for a Spot Instance.
See: newSpotDatafeedSubscription smart constructor.
Constructors
| SpotDatafeedSubscription' | |
Fields
| |
Instances
newSpotDatafeedSubscription :: SpotDatafeedSubscription Source #
Create a value of SpotDatafeedSubscription 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:bucket:SpotDatafeedSubscription', spotDatafeedSubscription_bucket - The name of the Amazon S3 bucket where the Spot Instance data feed is
located.
$sel:fault:SpotDatafeedSubscription', spotDatafeedSubscription_fault - The fault codes for the Spot Instance request, if any.
$sel:ownerId:SpotDatafeedSubscription', spotDatafeedSubscription_ownerId - The Amazon Web Services account ID of the account.
$sel:prefix:SpotDatafeedSubscription', spotDatafeedSubscription_prefix - The prefix for the data feed files.
$sel:state:SpotDatafeedSubscription', spotDatafeedSubscription_state - The state of the Spot Instance data feed subscription.
spotDatafeedSubscription_bucket :: Lens' SpotDatafeedSubscription (Maybe Text) Source #
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
spotDatafeedSubscription_fault :: Lens' SpotDatafeedSubscription (Maybe SpotInstanceStateFault) Source #
The fault codes for the Spot Instance request, if any.
spotDatafeedSubscription_ownerId :: Lens' SpotDatafeedSubscription (Maybe Text) Source #
The Amazon Web Services account ID of the account.
spotDatafeedSubscription_prefix :: Lens' SpotDatafeedSubscription (Maybe Text) Source #
The prefix for the data feed files.
spotDatafeedSubscription_state :: Lens' SpotDatafeedSubscription (Maybe DatafeedSubscriptionState) Source #
The state of the Spot Instance data feed subscription.