| 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.DeleteProfile
Description
Deletes a room profile by the profile ARN.
Creating a Request
deleteProfile :: DeleteProfile Source #
Creates a value of DeleteProfile with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpProfileARN- The ARN of the room profile to delete. Required.
data DeleteProfile Source #
See: deleteProfile smart constructor.
Instances
Request Lenses
dpProfileARN :: Lens' DeleteProfile (Maybe Text) Source #
The ARN of the room profile to delete. Required.
Destructuring the Response
deleteProfileResponse Source #
Arguments
| :: Int | |
| -> DeleteProfileResponse |
Creates a value of DeleteProfileResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dprsResponseStatus- -- | The response status code.
data DeleteProfileResponse Source #
See: deleteProfileResponse smart constructor.
Instances
Response Lenses
dprsResponseStatus :: Lens' DeleteProfileResponse Int Source #
- - | The response status code.