v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426146126.4 KB

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.

post/#X-Amz-Target=AWSIESnowballJobManagementService.GetSnowballUsage

Headers

X-Amz-Target'AWSIESnowballJobManagementService.GetSnowballUsage' required

Request body

GetSnowballUsageRequest required

Response

Success

SnowballLimitinteger

The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).

SnowballsInUseinteger

The number of Snow devices that this account is currently using.

Example response

{
  "SnowballLimit": 1,
  "SnowballsInUse": 0
}