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

UpdateEnvironmentRequest

import type { UpdateEnvironmentRequest } from "https://aws-api.deno.dev/v0.4/services/cloud9.ts?docs=full";
interface UpdateEnvironmentRequest {
description?: string | null;
environmentId: string;
managedCredentialsAction?: ManagedCredentialsAction | null;
name?: string | null;
}

§Properties

§
description?: string | null
[src]

Any new or replacement description for the environment.

§
environmentId: string
[src]

The ID of the environment to change settings.

§
managedCredentialsAction?: ManagedCredentialsAction | null
[src]

Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:

  • ENABLE
    
  • DISABLE
    

Note: Only the environment owner can change the status of managed temporary credentials. An AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.

§
name?: string | null
[src]

A replacement name for the environment.