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

ReservedNode

import type { ReservedNode } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

Represents the output of a PurchaseReservedNodesOffering operation.

interface ReservedNode {
ARN?: string | null;
Duration?: number | null;
FixedPrice?: number | null;
NodeCount?: number | null;
NodeType?: string | null;
OfferingType?: string | null;
RecurringCharges?: RecurringCharge[] | null;
ReservationId?: string | null;
ReservedNodesOfferingId?: string | null;
StartTime?: Date | number | null;
State?: string | null;
}

§Properties

§
ARN?: string | null
[src]

The Amazon Resource Name (ARN) of the reserved node.

§
Duration?: number | null
[src]

The duration of the reservation in seconds.

§
FixedPrice?: number | null
[src]

The fixed price charged for this reserved node.

§
NodeCount?: number | null
[src]

The number of nodes that have been reserved.

§
NodeType?: string | null
[src]

The node type for the reserved nodes.

§
OfferingType?: string | null
[src]

The offering type of this reserved node.

§
RecurringCharges?: RecurringCharge[] | null
[src]

The recurring price charged to run this reserved node.

§
ReservationId?: string | null
[src]

A customer-specified identifier to track this reservation.

§
ReservedNodesOfferingId?: string | null
[src]

The ID of the reserved node offering to purchase.

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

The time the reservation started.

§
State?: string | null
[src]

The state of the reserved node.