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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeReservedInstancesListings

Contents

Description

Describes your account's Reserved instance listings in the Reserved Instance Marketplace.

The Reserved Instance Marketplace matches sellers who want to resell Reserved instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

As a seller, you choose to list some or all of your Reserved instances, and you specify the upfront price to receive for them. Your Reserved instances are then listed in the Reserved Instance Marketplace and are available for purchase.

As a buyer, you specify the configuration of the Reserved instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

See: AWS API Reference for DescribeReservedInstancesListings.

Synopsis

Creating a Request

describeReservedInstancesListings :: DescribeReservedInstancesListings Source

Creates a value of DescribeReservedInstancesListings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

drilFilters :: Lens' DescribeReservedInstancesListings [Filter] Source

One or more filters.

  • 'reserved-instances-id' - The ID of the Reserved instances.
  • 'reserved-instances-listing-id' - The ID of the Reserved instances listing.
  • status - The status of the Reserved instance listing (pending | active | cancelled | closed).
  • 'status-message' - The reason for the status.

Destructuring the Response

describeReservedInstancesListingsResponse Source

Creates a value of DescribeReservedInstancesListingsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses