getSnowballUsage
abstract suspend fun getSnowballUsage(input: GetSnowballUsageRequest = GetSnowballUsageRequest { }): GetSnowballUsageResponse
Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.
The default service limit for the number of Snow devices that you can have at one time is 1. If you want to increase your service limit, contact Amazon Web Services Support.
Samples
fun main() {
//sampleStart
// Returns information about the Snowball service limit for your account, and also the number of
// Snowballs your account has in use. The default service limit for the number of Snowballs that you can have at
// one time is 1. If you want to increase your service limit, contact AWS Support.
val resp = snowballClient.getSnowballUsage()
//sampleEnd
}