SavingsplansClient

Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the AWS Savings Plans User Guide.

Properties

Link copied to clipboard
abstract override val config: SavingsplansClient.Config

SavingsplansClient's configuration

Functions

Link copied to clipboard

Creates a Savings Plan.

Link copied to clipboard

Deletes the queued purchase for the specified Savings Plan.

Link copied to clipboard

Describes the specified Savings Plans rates.

Link copied to clipboard
abstract suspend fun describeSavingsPlans(input: DescribeSavingsPlansRequest = DescribeSavingsPlansRequest { }): DescribeSavingsPlansResponse

Describes the specified Savings Plans.

Link copied to clipboard
abstract suspend fun describeSavingsPlansOfferingRates(input: DescribeSavingsPlansOfferingRatesRequest = DescribeSavingsPlansOfferingRatesRequest { }): DescribeSavingsPlansOfferingRatesResponse

Describes the specified Savings Plans offering rates.

Link copied to clipboard
abstract suspend fun describeSavingsPlansOfferings(input: DescribeSavingsPlansOfferingsRequest = DescribeSavingsPlansOfferingsRequest { }): DescribeSavingsPlansOfferingsResponse

Describes the specified Savings Plans offerings.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Adds the specified tags to the specified resource.

Link copied to clipboard

Removes the specified tags from the specified resource.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates a Savings Plan.

Link copied to clipboard

Deletes the queued purchase for the specified Savings Plan.

Link copied to clipboard

Describes the specified Savings Plans rates.

Link copied to clipboard

Describes the specified Savings Plans.

Link copied to clipboard

Describes the specified Savings Plans offering rates.

Link copied to clipboard

Describes the specified Savings Plans offerings.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard

Adds the specified tags to the specified resource.

Link copied to clipboard

Removes the specified tags from the specified resource.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.