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

ModifyVpcEndpointServicePermissionsRequest

import type { ModifyVpcEndpointServicePermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyVpcEndpointServicePermissionsRequest {
AddAllowedPrincipals?: string[] | null;
DryRun?: boolean | null;
RemoveAllowedPrincipals?: string[] | null;
ServiceId: string;
}

§Properties

§
AddAllowedPrincipals?: string[] | null
[src]

The Amazon Resource Names (ARN) of one or more principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
RemoveAllowedPrincipals?: string[] | null
[src]

The Amazon Resource Names (ARN) of one or more principals. Permissions are revoked for principals in this list.

§
ServiceId: string
[src]

The ID of the service.