ServiceSetting
import type { ServiceSetting } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface ServiceSetting {
ARN?: string | null;
LastModifiedDate?: Date | number | null;
LastModifiedUser?: string | null;
SettingId?: string | null;
SettingValue?: string | null;
Status?: string | null;
}