| 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.UpdateAddressBook
Description
Updates address book details by the address book ARN.
Synopsis
- updateAddressBook :: Text -> UpdateAddressBook
- data UpdateAddressBook
- uabName :: Lens' UpdateAddressBook (Maybe Text)
- uabDescription :: Lens' UpdateAddressBook (Maybe Text)
- uabAddressBookARN :: Lens' UpdateAddressBook Text
- updateAddressBookResponse :: Int -> UpdateAddressBookResponse
- data UpdateAddressBookResponse
- uabrsResponseStatus :: Lens' UpdateAddressBookResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdateAddressBook |
Creates a value of UpdateAddressBook with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uabName- The updated name of the room.uabDescription- The updated description of the room.uabAddressBookARN- The ARN of the room to update.
data UpdateAddressBook Source #
See: updateAddressBook smart constructor.
Instances
Request Lenses
uabDescription :: Lens' UpdateAddressBook (Maybe Text) Source #
The updated description of the room.
uabAddressBookARN :: Lens' UpdateAddressBook Text Source #
The ARN of the room to update.
Destructuring the Response
updateAddressBookResponse Source #
Arguments
| :: Int | |
| -> UpdateAddressBookResponse |
Creates a value of UpdateAddressBookResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uabrsResponseStatus- -- | The response status code.
data UpdateAddressBookResponse Source #
See: updateAddressBookResponse smart constructor.
Instances
Response Lenses
uabrsResponseStatus :: Lens' UpdateAddressBookResponse Int Source #
- - | The response status code.