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

ListLongTermPricingResult

import type { ListLongTermPricingResult } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface ListLongTermPricingResult {
LongTermPricingEntries?: LongTermPricingListEntry[] | null;
NextToken?: string | null;
}

§Properties

§
LongTermPricingEntries?: LongTermPricingListEntry[] | null
[src]

Each LongTermPricingEntry object contains a status, ID, and other information about the LongTermPricing type.

§
NextToken?: string | null
[src]

Because HTTP requests are stateless, this is the starting point for your next list of returned ListLongTermPricing list.