| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.AlexaBusiness.GetProfile
Description
Gets the details of a room profile by profile ARN.
Synopsis
Creating a Request
getProfile :: GetProfile Source #
Creates a value of GetProfile with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gpProfileARN- The ARN of the room profile for which to request details. Required.
data GetProfile Source #
See: getProfile smart constructor.
Instances
Request Lenses
gpProfileARN :: Lens' GetProfile (Maybe Text) Source #
The ARN of the room profile for which to request details. Required.
Destructuring the Response
Arguments
| :: Int | |
| -> GetProfileResponse |
Creates a value of GetProfileResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gprsProfile- The details of the room profile requested. Required.gprsResponseStatus- -- | The response status code.
data GetProfileResponse Source #
See: getProfileResponse smart constructor.
Instances
Response Lenses
gprsProfile :: Lens' GetProfileResponse (Maybe Profile) Source #
The details of the room profile requested. Required.
gprsResponseStatus :: Lens' GetProfileResponse Int Source #
- - | The response status code.