amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.ReservedInstancesListing

Description

 
Synopsis

Documentation

data ReservedInstancesListing Source #

Describes a Reserved Instance listing.

See: newReservedInstancesListing smart constructor.

Constructors

ReservedInstancesListing' 

Fields

Instances

Instances details
FromXML ReservedInstancesListing Source # 
Instance details

Defined in Amazonka.EC2.Types.ReservedInstancesListing

Generic ReservedInstancesListing Source # 
Instance details

Defined in Amazonka.EC2.Types.ReservedInstancesListing

Associated Types

type Rep ReservedInstancesListing :: Type -> Type #

Read ReservedInstancesListing Source # 
Instance details

Defined in Amazonka.EC2.Types.ReservedInstancesListing

Show ReservedInstancesListing Source # 
Instance details

Defined in Amazonka.EC2.Types.ReservedInstancesListing

NFData ReservedInstancesListing Source # 
Instance details

Defined in Amazonka.EC2.Types.ReservedInstancesListing

Eq ReservedInstancesListing Source # 
Instance details

Defined in Amazonka.EC2.Types.ReservedInstancesListing

Hashable ReservedInstancesListing Source # 
Instance details

Defined in Amazonka.EC2.Types.ReservedInstancesListing

type Rep ReservedInstancesListing Source # 
Instance details

Defined in Amazonka.EC2.Types.ReservedInstancesListing

newReservedInstancesListing :: ReservedInstancesListing Source #

Create a value of ReservedInstancesListing 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:clientToken:ReservedInstancesListing', reservedInstancesListing_clientToken - A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

$sel:createDate:ReservedInstancesListing', reservedInstancesListing_createDate - The time the listing was created.

$sel:instanceCounts:ReservedInstancesListing', reservedInstancesListing_instanceCounts - The number of instances in this state.

$sel:priceSchedules:ReservedInstancesListing', reservedInstancesListing_priceSchedules - The price of the Reserved Instance listing.

$sel:reservedInstancesId:ReservedInstancesListing', reservedInstancesListing_reservedInstancesId - The ID of the Reserved Instance.

$sel:reservedInstancesListingId:ReservedInstancesListing', reservedInstancesListing_reservedInstancesListingId - The ID of the Reserved Instance listing.

$sel:status:ReservedInstancesListing', reservedInstancesListing_status - The status of the Reserved Instance listing.

$sel:statusMessage:ReservedInstancesListing', reservedInstancesListing_statusMessage - The reason for the current status of the Reserved Instance listing. The response can be blank.

$sel:tags:ReservedInstancesListing', reservedInstancesListing_tags - Any tags assigned to the resource.

$sel:updateDate:ReservedInstancesListing', reservedInstancesListing_updateDate - The last modified timestamp of the listing.

reservedInstancesListing_clientToken :: Lens' ReservedInstancesListing (Maybe Text) Source #

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

reservedInstancesListing_statusMessage :: Lens' ReservedInstancesListing (Maybe Text) Source #

The reason for the current status of the Reserved Instance listing. The response can be blank.