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

Offering

import type { Offering } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

A savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.

interface Offering {
CurrencyCode: string;
Duration: number;
DurationUnits: DurationUnits;
OfferingArn: string;
OfferingDescription: string;
PricePerUnit: string;
PriceUnits: PriceUnits;
ResourceSpecification: ResourceSpecification;
}

§Properties

§
CurrencyCode: string
[src]

The type of currency that is used for billing. The currencyCode used for all reservations is US dollars.

§
Duration: number
[src]

The length of time that your reservation would be active.

§
DurationUnits: DurationUnits
[src]

The unit of measurement for the duration of the offering.

§
OfferingArn: string
[src]

The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.

§
OfferingDescription: string
[src]

A description of the offering.

§
PricePerUnit: string
[src]

The cost of a single unit. This value, in combination with priceUnits, makes up the rate.

§
PriceUnits: PriceUnits
[src]

The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate.

§
ResourceSpecification: ResourceSpecification
[src]

A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.