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

ListRegionsResponse

import type { ListRegionsResponse } from "https://aws-api.deno.dev/v0.4/services/account.ts?docs=full";
interface ListRegionsResponse {
NextToken?: string | null;
Regions?: Region[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If there is more data to be returned, this will be populated. It should be passed into the next-token request parameter of list-regions.

§
Regions?: Region[] | null
[src]

This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that match the filter criteria set in the filter parameter.