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

UpdateEnvironmentMembershipRequest

import type { UpdateEnvironmentMembershipRequest } from "https://aws-api.deno.dev/v0.4/services/cloud9.ts?docs=full";
interface UpdateEnvironmentMembershipRequest {
environmentId: string;
permissions: MemberPermissions;
userArn: string;
}

§Properties

§
environmentId: string
[src]

The ID of the environment for the environment member whose settings you want to change.

§

The replacement type of environment member permissions you want to associate with this environment member. Available values include:

  • read-only: Has read-only access to the environment.
  • read-write: Has read-write access to the environment.
§
userArn: string
[src]

The Amazon Resource Name (ARN) of the environment member whose settings you want to change.