Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetReservedInstancesExchangeQuoteResult

import type { GetReservedInstancesExchangeQuoteResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the output of GetReservedInstancesExchangeQuote.

interface GetReservedInstancesExchangeQuoteResult {
CurrencyCode?: string | null;
IsValidExchange?: boolean | null;
OutputReservedInstancesWillExpireAt?: Date | number | null;
PaymentDue?: string | null;
ReservedInstanceValueRollup?: ReservationValue | null;
ReservedInstanceValueSet: ReservedInstanceReservationValue[];
TargetConfigurationValueRollup?: ReservationValue | null;
TargetConfigurationValueSet: TargetReservationValue[];
ValidationFailureReason?: string | null;
}

§Properties

§
CurrencyCode?: string | null
[src]

The currency of the transaction.

§
IsValidExchange?: boolean | null
[src]

If true, the exchange is valid. If false, the exchange cannot be completed.

§
OutputReservedInstancesWillExpireAt?: Date | number | null
[src]

The new end date of the reservation term.

§
PaymentDue?: string | null
[src]

The total true upfront charge for the exchange.

§
ReservedInstanceValueRollup?: ReservationValue | null
[src]

The cost associated with the Reserved Instance.

§
ReservedInstanceValueSet: ReservedInstanceReservationValue[]
[src]

The configuration of your Convertible Reserved Instances.

§
TargetConfigurationValueRollup?: ReservationValue | null
[src]

The cost associated with the Reserved Instance.

§
TargetConfigurationValueSet: TargetReservationValue[]
[src]

The values of the target Convertible Reserved Instances.

§
ValidationFailureReason?: string | null
[src]

Describes the reason why the exchange cannot be completed.