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

PurchaseOfferingRequest

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

Placeholder documentation for PurchaseOfferingRequest

interface PurchaseOfferingRequest {
Count: number;
Name?: string | null;
OfferingId: string;
RequestId?: string | null;
Start?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Count: number
[src]

Number of resources

§
Name?: string | null
[src]

Name for the new reservation

§
OfferingId: string
[src]

Offering to purchase, e.g. '87654321'

§
RequestId?: string | null
[src]

Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.

§
Start?: string | null
[src]

Requested reservation start time (UTC) in ISO-8601 format. The specified time must be between the first day of the current month and one year from now. If no value is given, the default is now.

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

A collection of key-value pairs