FreeTierClient

You can use the Amazon Web Services Free Tier API to query programmatically your Free Tier usage data.

Free Tier tracks your monthly usage data for all free tier offers that are associated with your Amazon Web Services account. You can use the Free Tier API to filter and show only the data that you want.

Service endpoint

The Free Tier API provides the following endpoint:

  • https://freetier.us-east-1.api.aws

For more information, see Using the Amazon Web Services Free Tier in the Billing User Guide.

Properties

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

FreeTierClient's configuration

Functions

Link copied to clipboard
abstract suspend fun getFreeTierUsage(input: GetFreeTierUsageRequest = GetFreeTierUsageRequest { }): GetFreeTierUsageResponse

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

Inherited functions

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

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

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.