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

PurchaseReservedInstancesOfferingRequest

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

Contains the parameters for PurchaseReservedInstancesOffering.

interface PurchaseReservedInstancesOfferingRequest {
DryRun?: boolean | null;
InstanceCount: number;
LimitPrice?: ReservedInstanceLimitPrice | null;
PurchaseTime?: Date | number | null;
ReservedInstancesOfferingId: string;
}

§Properties

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
InstanceCount: number
[src]

The number of Reserved Instances to purchase.

§

Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.

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

The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DD_T_HH:MM:_SS_Z).

§
ReservedInstancesOfferingId: string
[src]

The ID of the Reserved Instance offering to purchase.