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

FreeTier

import { FreeTier } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/freetier.ts?docs=full";
class FreeTier {
constructor(apiFactory: client.ApiFactory);
async getFreeTierUsage(params?: GetFreeTierUsageRequest, opts?: client.RequestOptions): Promise<GetFreeTierUsageResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new FreeTier(apiFactory: client.ApiFactory)
[src]

§Methods

§

Returns a list of all Free Tier usage objects that match your filters.

§Static Properties