Package-level declarations
Types
Link copied to clipboard
interface FreeTierClient
You can use the Amazon Web Services Free Tier API to query programmatically your Free Tier usage data.
Inherited functions
Link copied to clipboard
inline suspend fun FreeTierClient.getAccountActivity(crossinline block: GetAccountActivityRequest.Builder.() -> Unit): GetAccountActivityResponse
Returns a specific activity record that is available to the customer.
Link copied to clipboard
inline suspend fun FreeTierClient.getAccountPlanState(crossinline block: GetAccountPlanStateRequest.Builder.() -> Unit): GetAccountPlanStateResponse
This returns all of the information related to the state of the account plan related to Free Tier.
Link copied to clipboard
inline suspend fun FreeTierClient.getFreeTierUsage(crossinline block: GetFreeTierUsageRequest.Builder.() -> Unit): GetFreeTierUsageResponse
Returns a list of all Free Tier usage objects that match your filters.
Link copied to clipboard
inline suspend fun FreeTierClient.listAccountActivities(crossinline block: ListAccountActivitiesRequest.Builder.() -> Unit): ListAccountActivitiesResponse
Returns a list of activities that are available. This operation supports pagination and filtering by status.
Link copied to clipboard
inline suspend fun FreeTierClient.upgradeAccountPlan(crossinline block: UpgradeAccountPlanRequest.Builder.() -> Unit): UpgradeAccountPlanResponse
The account plan type for the Amazon Web Services account.
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.