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

PurchaseReservedNodesOfferingRequest

import type { PurchaseReservedNodesOfferingRequest } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";
interface PurchaseReservedNodesOfferingRequest {
NodeCount?: number | null;
ReservationId?: string | null;
ReservedNodesOfferingId: string;
Tags?: Tag[] | null;
}

§Properties

§
NodeCount?: number | null
[src]

The number of node instances to reserve.

§
ReservationId?: string | null
[src]

A customer-specified identifier to track this reservation.

§
ReservedNodesOfferingId: string
[src]

The ID of the reserved node offering to purchase.

§
Tags?: Tag[] | null
[src]

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.