SavingsPlans
import { SavingsPlans } from "https://aws-api.deno.dev/v0.1/services/savingsplans.ts?docs=full";
class SavingsPlans { }
constructor(apiFactory: client.ApiFactory);
async describeSavingsPlanRates(params: DescribeSavingsPlanRatesRequest): Promise<DescribeSavingsPlanRatesResponse>;
async describeSavingsPlans(params?: DescribeSavingsPlansRequest): Promise<DescribeSavingsPlansResponse>;
async describeSavingsPlansOfferingRates(params?: DescribeSavingsPlansOfferingRatesRequest): Promise<DescribeSavingsPlansOfferingRatesResponse>;
async describeSavingsPlansOfferings(params?: DescribeSavingsPlansOfferingsRequest): Promise<DescribeSavingsPlansOfferingsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest): Promise<ListTagsForResourceResponse>;
§Constructors
§
new SavingsPlans(apiFactory: client.ApiFactory)
[src]§Methods
§
createSavingsPlan(params: CreateSavingsPlanRequest): Promise<CreateSavingsPlanResponse>
[src]Creates a Savings Plan.
§
deleteQueuedSavingsPlan(params: DeleteQueuedSavingsPlanRequest): Promise<void>
[src]Deletes the queued purchase for the specified Savings Plan.
§
describeSavingsPlanRates(params: DescribeSavingsPlanRatesRequest): Promise<DescribeSavingsPlanRatesResponse>
[src]Describes the specified Savings Plans rates.
§
describeSavingsPlans(params?: DescribeSavingsPlansRequest): Promise<DescribeSavingsPlansResponse>
[src]Describes the specified Savings Plans.
§
describeSavingsPlansOfferingRates(params?: DescribeSavingsPlansOfferingRatesRequest): Promise<DescribeSavingsPlansOfferingRatesResponse>
[src]Describes the specified Savings Plans offering rates.
§
describeSavingsPlansOfferings(params?: DescribeSavingsPlansOfferingsRequest): Promise<DescribeSavingsPlansOfferingsResponse>
[src]Describes the specified Savings Plans offerings.
§
listTagsForResource(params: ListTagsForResourceRequest): Promise<ListTagsForResourceResponse>
[src]Lists the tags for the specified resource.
§
tagResource(params: TagResourceRequest): Promise<void>
[src]Adds the specified tags to the specified resource.
§
untagResource(params: UntagResourceRequest): Promise<void>
[src]Removes the specified tags from the specified resource.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]