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

UpdateSecurityProfileRequest

import type { UpdateSecurityProfileRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface UpdateSecurityProfileRequest {
additionalMetricsToRetain?: string[] | null;
additionalMetricsToRetainV2?: MetricToRetain[] | null;
alertTargets?: [key in AlertTargetType]: AlertTarget | null | undefined | null;
behaviors?: Behavior[] | null;
deleteAdditionalMetricsToRetain?: boolean | null;
deleteAlertTargets?: boolean | null;
deleteBehaviors?: boolean | null;
expectedVersion?: number | null;
securityProfileDescription?: string | null;
securityProfileName: string;
}

§Properties

§
additionalMetricsToRetain?: string[] | null
[src]
§
additionalMetricsToRetainV2?: MetricToRetain[] | null
[src]
§
alertTargets?: [key in AlertTargetType]: AlertTarget | null | undefined | null
[src]
§
behaviors?: Behavior[] | null
[src]
§
deleteAdditionalMetricsToRetain?: boolean | null
[src]
§
deleteAlertTargets?: boolean | null
[src]
§
deleteBehaviors?: boolean | null
[src]
§
expectedVersion?: number | null
[src]
§
securityProfileDescription?: string | null
[src]
§
securityProfileName: string
[src]