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

CreateSecurityProfileResponse

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

§Properties

§
securityProfileArn?: string | null
[src]

The ARN of the security profile.

§
securityProfileName?: string | null
[src]

The name you gave to the security profile.