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

ResetServiceSettingResult

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

The result body of the ResetServiceSetting API operation.

interface ResetServiceSettingResult {
ServiceSetting?: ServiceSetting | null;
}

§Properties

§
ServiceSetting?: ServiceSetting | null
[src]

The current, effective service setting after calling the ResetServiceSetting API operation.