upgradeAccountPlan
abstract suspend fun upgradeAccountPlan(input: UpgradeAccountPlanRequest): UpgradeAccountPlanResponse
The account plan type for the Amazon Web Services account.
Samples
// Upgrading an account plan to PAID
val resp = freeTierClient.upgradeAccountPlan {
accountPlanType = AccountPlanType.fromValue("PAID")
}Content copied to clipboard