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

UpdateSecurityProfileResponse

import type { UpdateSecurityProfileResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface UpdateSecurityProfileResponse {
additionalMetricsToRetain?: string[] | null;
additionalMetricsToRetainV2?: MetricToRetain[] | null;
alertTargets?: [key in AlertTargetType]: AlertTarget | null | undefined | null;
behaviors?: Behavior[] | null;
creationDate?: Date | number | null;
lastModifiedDate?: Date | number | null;
securityProfileArn?: string | null;
securityProfileDescription?: string | null;
securityProfileName?: string | null;
version?: number | null;
}

§Properties

§
additionalMetricsToRetain?: string[] | null
[src]
§
additionalMetricsToRetainV2?: MetricToRetain[] | null
[src]
§
alertTargets?: [key in AlertTargetType]: AlertTarget | null | undefined | null
[src]
§
behaviors?: Behavior[] | null
[src]
§
creationDate?: Date | number | null
[src]
§
lastModifiedDate?: Date | number | null
[src]
§
securityProfileArn?: string | null
[src]
§
securityProfileDescription?: string | null
[src]
§
securityProfileName?: string | null
[src]
§
version?: number | null
[src]