| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.GetAccount
Description
Gets information about the current Account resource.
- getAccount :: GetAccount
- data GetAccount
- account :: Account
- data Account
- aCloudwatchRoleARN :: Lens' Account (Maybe Text)
- aThrottleSettings :: Lens' Account (Maybe ThrottleSettings)
Creating a Request
getAccount :: GetAccount Source
Creates a value of GetAccount with the minimum fields required to make a request.
data GetAccount Source
Requests Amazon API Gateway to get information about the current Account resource.
See: getAccount smart constructor.
Instances
Destructuring the Response
Creates a value of Account with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Represents an AWS account that is associated with Amazon API Gateway.
See: account smart constructor.
Response Lenses
aCloudwatchRoleARN :: Lens' Account (Maybe Text) Source
Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.
aThrottleSettings :: Lens' Account (Maybe ThrottleSettings) Source
Specifies the application programming interface (API) throttle settings for the current Account resource.