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

GetLoggingOptionsResponse

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

The output from the GetLoggingOptions operation.

interface GetLoggingOptionsResponse {
logLevel?: LogLevel | null;
roleArn?: string | null;
}

§Properties

§
logLevel?: LogLevel | null
[src]

The logging level.

§
roleArn?: string | null
[src]

The ARN of the IAM role that grants access.