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

ListRoleAliasesRequest

import type { ListRoleAliasesRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListRoleAliasesRequest {
ascendingOrder?: boolean | null;
marker?: string | null;
pageSize?: number | null;
}

§Properties

§
ascendingOrder?: boolean | null
[src]

Return the list of role aliases in ascending alphabetical order.

§
marker?: string | null
[src]

A marker used to get the next set of results.

§
pageSize?: number | null
[src]

The maximum number of results to return at one time.