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

LaunchPermissionModifications

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

Describes a launch permission modification.

interface LaunchPermissionModifications {
Add?: LaunchPermission[] | null;
Remove?: LaunchPermission[] | null;
}

§Properties

§
Add?: LaunchPermission[] | null
[src]

The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.

§
Remove?: LaunchPermission[] | null
[src]

The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.