SavingsPlans
import { SavingsPlans } from "https://aws-api.deno.dev/v0.2/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>;
§Constructors
§
new SavingsPlans(apiFactory: client.ApiFactory)
[src]§Methods
§
createSavingsPlan(params: CreateSavingsPlanRequest, opts?: client.RequestOptions): Promise<CreateSavingsPlanResponse>
[src]Creates a Savings Plan.
§
deleteQueuedSavingsPlan(params: DeleteQueuedSavingsPlanRequest, opts?: client.RequestOptions): Promise<void>
[src]Deletes the queued purchase for the specified Savings Plan.
§
describeSavingsPlanRates(params: DescribeSavingsPlanRatesRequest, opts?: client.RequestOptions): Promise<DescribeSavingsPlanRatesResponse>
[src]Describes the specified Savings Plans rates.
§
describeSavingsPlans(params?: DescribeSavingsPlansRequest, opts?: client.RequestOptions): Promise<DescribeSavingsPlansResponse>
[src]Describes the specified Savings Plans.
§
describeSavingsPlansOfferingRates(params?: DescribeSavingsPlansOfferingRatesRequest, opts?: client.RequestOptions): Promise<DescribeSavingsPlansOfferingRatesResponse>
[src]Describes the specified Savings Plans offering rates.
§
describeSavingsPlansOfferings(params?: DescribeSavingsPlansOfferingsRequest, opts?: client.RequestOptions): Promise<DescribeSavingsPlansOfferingsResponse>
[src]Describes the specified Savings Plans offerings.
§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]Lists the tags for the specified resource.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]