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

CreateReservedInstancesListingRequest

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

Contains the parameters for CreateReservedInstancesListing.

interface CreateReservedInstancesListingRequest {
ClientToken: string;
InstanceCount: number;
PriceSchedules: PriceScheduleSpecification[];
ReservedInstancesId: string;
}

§Properties

§
ClientToken: string
[src]

Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

§
InstanceCount: number
[src]

The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

§

A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

§
ReservedInstancesId: string
[src]

The ID of the active Standard Reserved Instance.