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

ModifyVpcEndpointServicePermissionsResult

import type { ModifyVpcEndpointServicePermissionsResult } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface ModifyVpcEndpointServicePermissionsResult {
AddedPrincipals: AddedPrincipal[];
ReturnValue?: boolean | null;
}

§Properties

§
AddedPrincipals: AddedPrincipal[]
[src]

Information about the added principals.

§
ReturnValue?: boolean | null
[src]

Returns true if the request succeeds; otherwise, it returns an error.