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

DescribeReservedInstancesListingsRequest

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

Contains the parameters for DescribeReservedInstancesListings.

interface DescribeReservedInstancesListingsRequest {
Filters?: Filter[] | null;
ReservedInstancesId?: string | null;
ReservedInstancesListingId?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

One or more filters.

  • reserved-instances-id - The ID of the Reserved Instances.
  • reserved-instances-listing-id - The ID of the Reserved Instances listing.
  • status - The status of the Reserved Instance listing (pending | active | cancelled | closed).
  • status-message - The reason for the status.
§
ReservedInstancesId?: string | null
[src]

One or more Reserved Instance IDs.

§
ReservedInstancesListingId?: string | null
[src]

One or more Reserved Instance listing IDs.