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

DeleteReservationResponse

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

Placeholder documentation for DeleteReservationResponse

interface DeleteReservationResponse {
Arn?: string | null;
Count?: number | null;
CurrencyCode?: string | null;
Duration?: number | null;
DurationUnits?: OfferingDurationUnits | null;
End?: string | null;
FixedPrice?: number | null;
Name?: string | null;
OfferingDescription?: string | null;
OfferingId?: string | null;
OfferingType?: OfferingType | null;
Region?: string | null;
ReservationId?: string | null;
ResourceSpecification?: ReservationResourceSpecification | null;
Start?: string | null;
State?: ReservationState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UsagePrice?: number | null;
}

§Properties

§
Arn?: string | null
[src]

Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'

§
Count?: number | null
[src]

Number of reserved resources

§
CurrencyCode?: string | null
[src]

Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'

§
Duration?: number | null
[src]

Lease duration, e.g. '12'

§
DurationUnits?: OfferingDurationUnits | null
[src]

Units for duration, e.g. 'MONTHS'

§
End?: string | null
[src]

Reservation UTC end date and time in ISO-8601 format, e.g. '2019-03-01T00:00:00'

§
FixedPrice?: number | null
[src]

One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering

§
Name?: string | null
[src]

User specified reservation name

§
OfferingDescription?: string | null
[src]

Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'

§
OfferingId?: string | null
[src]

Unique offering ID, e.g. '87654321'

§
OfferingType?: OfferingType | null
[src]

Offering type, e.g. 'NO_UPFRONT'

§
Region?: string | null
[src]

AWS region, e.g. 'us-west-2'

§
ReservationId?: string | null
[src]

Unique reservation ID, e.g. '1234567'

§
ResourceSpecification?: ReservationResourceSpecification | null
[src]

Resource configuration details

§
Start?: string | null
[src]

Reservation UTC start date and time in ISO-8601 format, e.g. '2018-03-01T00:00:00'

§
State?: ReservationState | null
[src]

Current state of reservation, e.g. 'ACTIVE'

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of key-value pairs

§
UsagePrice?: number | null
[src]

Recurring usage charge for each reserved resource, e.g. '157.0'