Safe Haskell | None |
---|---|
Language | Haskell2010 |
Describes the Spot Price history. Spot Instances are instances that Amazon EC2 starts on your behalf when the maximum price that you specify exceeds the current Spot Price. Amazon EC2 periodically sets the Spot Price based on available Spot Instance capacity and current Spot Instance requests. For more information about Spot Instances, see Spot Instances in the Amazon ElasticCompute Cloud User Guide.
When you specify an Availability Zone, this operation describes the price history for the specified Availability Zone with the most recent set of prices listed first. If you don't specify an Availability Zone, you get the prices across all Availability Zones, starting with the most recent set. However, if you're using an API version earlier than 2011-05-15, you get the lowest price across the region for the specified time period. The prices returned are listed in chronological order, from the oldest to the most recent.
When you specify the start and end time options, this operation returns two pieces of data: the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.
- data DescribeSpotPriceHistory
- describeSpotPriceHistory :: DescribeSpotPriceHistory
- dsphAvailabilityZone :: Lens' DescribeSpotPriceHistory (Maybe Text)
- dsphDryRun :: Lens' DescribeSpotPriceHistory (Maybe Bool)
- dsphEndTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime)
- dsphFilters :: Lens' DescribeSpotPriceHistory [Filter]
- dsphInstanceTypes :: Lens' DescribeSpotPriceHistory [InstanceType]
- dsphMaxResults :: Lens' DescribeSpotPriceHistory (Maybe Int)
- dsphNextToken :: Lens' DescribeSpotPriceHistory (Maybe Text)
- dsphProductDescriptions :: Lens' DescribeSpotPriceHistory [Text]
- dsphStartTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime)
- data DescribeSpotPriceHistoryResponse
- describeSpotPriceHistoryResponse :: DescribeSpotPriceHistoryResponse
- dsphrNextToken :: Lens' DescribeSpotPriceHistoryResponse (Maybe Text)
- dsphrSpotPriceHistory :: Lens' DescribeSpotPriceHistoryResponse [SpotPrice]
Request
data DescribeSpotPriceHistory Source
Request constructor
describeSpotPriceHistory :: DescribeSpotPriceHistory Source
DescribeSpotPriceHistory
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dsphAvailabilityZone :: Lens' DescribeSpotPriceHistory (Maybe Text) Source
The Availability Zone.
dsphEndTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime) Source
The end date and time of the Spot Price history data.
dsphFilters :: Lens' DescribeSpotPriceHistory [Filter] Source
One or more filters.
'availability-zone' - The Availability Zone for which prices should be returned.
'instance-type' - The type of instance (for example, 'm1.small').
'product-description' - The product description for the Spot Price ('Linux/UNIX' | 'SUSE Linux' | Windows
| 'Linux/UNIX (Amazon VPC)' | 'SUSE Linux (Amazon VPC)' | 'Windows (Amazon VPC)').
'spot-price' - The Spot Price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported).
timestamp
- The timestamp of the Spot Price history (for example,
2010-08-16T05:06:11.000Z). You can use wildcards (* and ?). Greater than or
less than comparison is not supported.
dsphInstanceTypes :: Lens' DescribeSpotPriceHistory [InstanceType] Source
One or more instance types.
dsphMaxResults :: Lens' DescribeSpotPriceHistory (Maybe Int) Source
The number of rows to return.
dsphNextToken :: Lens' DescribeSpotPriceHistory (Maybe Text) Source
The next set of rows to return.
dsphProductDescriptions :: Lens' DescribeSpotPriceHistory [Text] Source
One or more basic product descriptions.
dsphStartTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime) Source
The start date and time of the Spot Price history data.
Response
Response constructor
describeSpotPriceHistoryResponse :: DescribeSpotPriceHistoryResponse Source
DescribeSpotPriceHistoryResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dsphrNextToken :: Lens' DescribeSpotPriceHistoryResponse (Maybe Text) Source
The string marking the next set of results. This is empty if there are no more results.
dsphrSpotPriceHistory :: Lens' DescribeSpotPriceHistoryResponse [SpotPrice] Source
The historical Spot Prices.