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

DeleteSecurityProfileRequest

import type { DeleteSecurityProfileRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DeleteSecurityProfileRequest {
expectedVersion?: number | null;
securityProfileName: string;
}

§Properties

§
expectedVersion?: number | null
[src]

The expected version of the security profile. A new version is generated whenever the security profile is updated. If you specify a value that is different from the actual version, a VersionConflictException is thrown.

§
securityProfileName: string
[src]

The name of the security profile to be deleted.