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

LongTermPricingListEntry

import type { LongTermPricingListEntry } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";

Each LongTermPricingListEntry object contains information about a long-term pricing type.

interface LongTermPricingListEntry {
CurrentActiveJob?: string | null;
IsLongTermPricingAutoRenew?: boolean | null;
JobIds?: string[] | null;
LongTermPricingEndDate?: Date | number | null;
LongTermPricingId?: string | null;
LongTermPricingStartDate?: Date | number | null;
LongTermPricingStatus?: string | null;
LongTermPricingType?: LongTermPricingType | null;
ReplacementJob?: string | null;
SnowballType?: SnowballType | null;
}

§Properties

§
CurrentActiveJob?: string | null
[src]

The current active jobs on the device the long-term pricing type.

§
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.

§
JobIds?: string[] | null
[src]

The IDs of the jobs that are associated with a long-term pricing type.

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

The end date the long-term pricing contract.

§
LongTermPricingId?: string | null
[src]

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

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

The start date of the long-term pricing contract.

§
LongTermPricingStatus?: string | null
[src]

The status of the long-term pricing type.

§
LongTermPricingType?: LongTermPricingType | null
[src]

The type of long-term pricing that was selected for the device.

§
ReplacementJob?: string | null
[src]

A new device that replaces a device that is ordered with long-term pricing.

§
SnowballType?: SnowballType | null
[src]

The type of Snow Family Devices associated with this long-term pricing job.