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

UpdateLongTermPricingRequest

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

§Properties

§
IsLongTermPricingAutoRenew?: boolean | null
[src]

If set to true, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires.

§
LongTermPricingId: string
[src]

The ID of the long-term pricing type for the device.

§
ReplacementJob?: string | null
[src]

Specifies that a device that is ordered with long-term pricing should be replaced with a new device.