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

SavingsPlans

import { SavingsPlans } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
class SavingsPlans {
constructor(apiFactory: client.ApiFactory);
async createSavingsPlan(params: CreateSavingsPlanRequest, opts?: client.RequestOptions): Promise<CreateSavingsPlanResponse>;
async deleteQueuedSavingsPlan(params: DeleteQueuedSavingsPlanRequest, opts?: client.RequestOptions): Promise<void>;
async describeSavingsPlanRates(params: DescribeSavingsPlanRatesRequest, opts?: client.RequestOptions): Promise<DescribeSavingsPlanRatesResponse>;
async describeSavingsPlans(params?: DescribeSavingsPlansRequest, opts?: client.RequestOptions): Promise<DescribeSavingsPlansResponse>;
async describeSavingsPlansOfferingRates(params?: DescribeSavingsPlansOfferingRatesRequest, opts?: client.RequestOptions): Promise<DescribeSavingsPlansOfferingRatesResponse>;
async describeSavingsPlansOfferings(params?: DescribeSavingsPlansOfferingsRequest, opts?: client.RequestOptions): Promise<DescribeSavingsPlansOfferingsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§

Creates a Savings Plan.

§
deleteQueuedSavingsPlan(params: DeleteQueuedSavingsPlanRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the queued purchase for the specified Savings Plan.

§

Describes the specified Savings Plans rates.

§

Describes the specified Savings Plans.

§

Describes the specified Savings Plans offering rates.

§

Describes the specified Savings Plans offerings.

§

Lists the tags for the specified resource.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Adds the specified tags to the specified resource.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes the specified tags from the specified resource.

§Static Properties