amazonka-ec2-0.3.6: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeSpotPriceHistory

Contents

Description

Describes the Spot Price history. The prices returned are listed in chronological order, from the oldest to the most recent, for up to the past 90 days. For more information, see Spot Instance Pricing History in the Amazon Elastic Compute Cloud User Guide.

When you specify a start and end time, this operation returns 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.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSpotPriceHistory.html

Synopsis

Request

Request constructor

Request lenses

dsphAvailabilityZone :: Lens' DescribeSpotPriceHistory (Maybe Text) Source

Filters the results by the specified Availability Zone.

dsphDryRun :: Lens' DescribeSpotPriceHistory (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

dsphEndTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime) Source

The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

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, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). You can use wildcards (* and ?). Greater than or less than comparison is not supported.

dsphInstanceTypes :: Lens' DescribeSpotPriceHistory [InstanceType] Source

Filters the results by the specified instance types.

dsphMaxResults :: Lens' DescribeSpotPriceHistory (Maybe Int) Source

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

dsphNextToken :: Lens' DescribeSpotPriceHistory (Maybe Text) Source

The token for the next set of results.

dsphProductDescriptions :: Lens' DescribeSpotPriceHistory [Text] Source

Filters the results by the specified basic product descriptions.

dsphStartTime :: Lens' DescribeSpotPriceHistory (Maybe UTCTime) Source

The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Response

Response constructor

Response lenses

dsphrNextToken :: Lens' DescribeSpotPriceHistoryResponse (Maybe Text) Source

The token required to retrieve the next set of results. This value is null when there are no more results to return.