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

AssociateEnvironmentOperationsRoleMessage

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

Request to add or change the operations role used by an environment.

interface AssociateEnvironmentOperationsRoleMessage {
EnvironmentName: string;
OperationsRole: string;
}

§Properties

§
EnvironmentName: string
[src]

The name of the environment to which to set the operations role.

§
OperationsRole: string
[src]

The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.