| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AlexaBusiness.Types.AddressBookData
Description
Synopsis
- data AddressBookData = AddressBookData' {
- addressBookArn :: Maybe Text
- description :: Maybe Text
- name :: Maybe Text
- newAddressBookData :: AddressBookData
- addressBookData_addressBookArn :: Lens' AddressBookData (Maybe Text)
- addressBookData_description :: Lens' AddressBookData (Maybe Text)
- addressBookData_name :: Lens' AddressBookData (Maybe Text)
Documentation
data AddressBookData Source #
Information related to an address book.
See: newAddressBookData smart constructor.
Constructors
| AddressBookData' | |
Fields
| |
Instances
newAddressBookData :: AddressBookData Source #
Create a value of AddressBookData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:addressBookArn:AddressBookData', addressBookData_addressBookArn - The ARN of the address book.
$sel:description:AddressBookData', addressBookData_description - The description of the address book.
$sel:name:AddressBookData', addressBookData_name - The name of the address book.
addressBookData_addressBookArn :: Lens' AddressBookData (Maybe Text) Source #
The ARN of the address book.
addressBookData_description :: Lens' AddressBookData (Maybe Text) Source #
The description of the address book.
addressBookData_name :: Lens' AddressBookData (Maybe Text) Source #
The name of the address book.