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

ReservedInstancesModificationResult

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

Describes the modification request/s.

interface ReservedInstancesModificationResult {
ReservedInstancesId?: string | null;
TargetConfiguration?: ReservedInstancesConfiguration | null;
}

§Properties

§
ReservedInstancesId?: string | null
[src]

The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.

§
TargetConfiguration?: ReservedInstancesConfiguration | null
[src]

The target Reserved Instances configurations supplied as part of the modification request.