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

TestRoleResponse

import type { TestRoleResponse } from "https://aws-api.deno.dev/v0.3/services/elastictranscoder.ts?docs=full";

The TestRoleResponse structure.

interface TestRoleResponse {
Messages?: string[] | null;
Success?: string | null;
}

§Properties

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

If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

§
Success?: string | null
[src]

If the operation is successful, this value is true; otherwise, the value is false.