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

SetV2LoggingLevelRequest

import type { SetV2LoggingLevelRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface SetV2LoggingLevelRequest {
logLevel: LogLevel;
logTarget: LogTarget;
}

§Properties

§
logLevel: LogLevel
[src]

The log level.

§
logTarget: LogTarget
[src]

The log target.