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

DisassociateEnvironmentOperationsRoleMessage

import type { DisassociateEnvironmentOperationsRoleMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

Request to disassociate the operations role from an environment.

interface DisassociateEnvironmentOperationsRoleMessage {
EnvironmentName: string;
}

§Properties

§
EnvironmentName: string
[src]

The name of the environment from which to disassociate the operations role.