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

CreateLongTermPricingRequest

import type { CreateLongTermPricingRequest } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface CreateLongTermPricingRequest {
IsLongTermPricingAutoRenew?: boolean | null;
LongTermPricingType: LongTermPricingType;
SnowballType?: SnowballType | null;
}

§Properties

§
IsLongTermPricingAutoRenew?: boolean | null
[src]

Specifies whether the current long-term pricing type for the device should be renewed.

§
LongTermPricingType: LongTermPricingType
[src]

The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.

§
SnowballType?: SnowballType | null
[src]

The type of Snow Family Devices to use for the long-term pricing job.