Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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 AWS Support.
Synopsis
- data GetSnowballUsage = GetSnowballUsage' {
- newGetSnowballUsage :: GetSnowballUsage
- data GetSnowballUsageResponse = GetSnowballUsageResponse' {
- snowballsInUse :: Maybe Int
- snowballLimit :: Maybe Int
- httpStatus :: Int
- newGetSnowballUsageResponse :: Int -> GetSnowballUsageResponse
- getSnowballUsageResponse_snowballsInUse :: Lens' GetSnowballUsageResponse (Maybe Int)
- getSnowballUsageResponse_snowballLimit :: Lens' GetSnowballUsageResponse (Maybe Int)
- getSnowballUsageResponse_httpStatus :: Lens' GetSnowballUsageResponse Int
Creating a Request
data GetSnowballUsage Source #
See: newGetSnowballUsage
smart constructor.
Instances
newGetSnowballUsage :: GetSnowballUsage Source #
Create a value of GetSnowballUsage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetSnowballUsageResponse Source #
See: newGetSnowballUsageResponse
smart constructor.
GetSnowballUsageResponse' | |
|
Instances
newGetSnowballUsageResponse Source #
Create a value of GetSnowballUsageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:snowballsInUse:GetSnowballUsageResponse'
, getSnowballUsageResponse_snowballsInUse
- The number of Snow devices that this account is currently using.
$sel:snowballLimit:GetSnowballUsageResponse'
, getSnowballUsageResponse_snowballLimit
- The service limit for number of Snow devices this account can have at
once. The default service limit is 1 (one).
$sel:httpStatus:GetSnowballUsageResponse'
, getSnowballUsageResponse_httpStatus
- The response's http status code.
Response Lenses
getSnowballUsageResponse_snowballsInUse :: Lens' GetSnowballUsageResponse (Maybe Int) Source #
The number of Snow devices that this account is currently using.
getSnowballUsageResponse_snowballLimit :: Lens' GetSnowballUsageResponse (Maybe Int) Source #
The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).
getSnowballUsageResponse_httpStatus :: Lens' GetSnowballUsageResponse Int Source #
The response's http status code.