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.SuccessfulQueuedPurchaseDeletion

Description

 
Synopsis

Documentation

data SuccessfulQueuedPurchaseDeletion Source #

Describes a Reserved Instance whose queued purchase was successfully deleted.

See: newSuccessfulQueuedPurchaseDeletion smart constructor.

Constructors

SuccessfulQueuedPurchaseDeletion' 

Fields

Instances

Instances details
FromXML SuccessfulQueuedPurchaseDeletion Source # 
Instance details

Defined in Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion

Generic SuccessfulQueuedPurchaseDeletion Source # 
Instance details

Defined in Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion

Associated Types

type Rep SuccessfulQueuedPurchaseDeletion :: Type -> Type #

Read SuccessfulQueuedPurchaseDeletion Source # 
Instance details

Defined in Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion

Show SuccessfulQueuedPurchaseDeletion Source # 
Instance details

Defined in Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion

NFData SuccessfulQueuedPurchaseDeletion Source # 
Instance details

Defined in Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion

Eq SuccessfulQueuedPurchaseDeletion Source # 
Instance details

Defined in Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion

Hashable SuccessfulQueuedPurchaseDeletion Source # 
Instance details

Defined in Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion

type Rep SuccessfulQueuedPurchaseDeletion Source # 
Instance details

Defined in Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion

type Rep SuccessfulQueuedPurchaseDeletion = D1 ('MetaData "SuccessfulQueuedPurchaseDeletion" "Amazonka.EC2.Types.SuccessfulQueuedPurchaseDeletion" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "SuccessfulQueuedPurchaseDeletion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reservedInstancesId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSuccessfulQueuedPurchaseDeletion :: SuccessfulQueuedPurchaseDeletion Source #

Create a value of SuccessfulQueuedPurchaseDeletion 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:reservedInstancesId:SuccessfulQueuedPurchaseDeletion', successfulQueuedPurchaseDeletion_reservedInstancesId - The ID of the Reserved Instance.