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

CreateVolumePermissionModifications

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

Describes modifications to the list of create volume permissions for a volume.

interface CreateVolumePermissionModifications {
Add?: CreateVolumePermission[] | null;
Remove?: CreateVolumePermission[] | null;
}

§Properties

§

Adds the specified Amazon Web Services account ID or group to the list.

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

Removes the specified Amazon Web Services account ID or group from the list.