| 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.DeleteContact
Description
Deletes a contact by the contact ARN.
Creating a Request
Arguments
| :: Text | |
| -> DeleteContact |
Creates a value of DeleteContact with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcContactARN- The ARN of the contact to delete.
data DeleteContact Source #
See: deleteContact smart constructor.
Instances
Request Lenses
dcContactARN :: Lens' DeleteContact Text Source #
The ARN of the contact to delete.
Destructuring the Response
deleteContactResponse Source #
Arguments
| :: Int | |
| -> DeleteContactResponse |
Creates a value of DeleteContactResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcrsResponseStatus- -- | The response status code.
data DeleteContactResponse Source #
See: deleteContactResponse smart constructor.
Instances
Response Lenses
dcrsResponseStatus :: Lens' DeleteContactResponse Int Source #
- - | The response status code.