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

DetachThingPrincipalRequest

import type { DetachThingPrincipalRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The input for the DetachThingPrincipal operation.

interface DetachThingPrincipalRequest {
principal: string;
thingName: string;
}

§Properties

§
principal: string
[src]

If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.

§
thingName: string
[src]

The name of the thing.