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

UpdateRoleAliasRequest

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

§Properties

§
credentialDurationSeconds?: number | null
[src]

The number of seconds the credential will be valid.

§
roleAlias: string
[src]

The role alias to update.

§
roleArn?: string | null
[src]

The role ARN.