upgradeAccountPlan

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")
}