Copyright | (c) 2013-2021 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 |
Synopsis
- data AddressBookData = AddressBookData' {
- addressBookArn :: Maybe Text
- name :: Maybe Text
- description :: Maybe Text
- newAddressBookData :: AddressBookData
- addressBookData_addressBookArn :: Lens' AddressBookData (Maybe Text)
- addressBookData_name :: Lens' AddressBookData (Maybe Text)
- addressBookData_description :: Lens' AddressBookData (Maybe Text)
Documentation
data AddressBookData Source #
Information related to an address book.
See: newAddressBookData
smart constructor.
AddressBookData' | |
|
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:name:AddressBookData'
, addressBookData_name
- The name of the address book.
$sel:description:AddressBookData'
, addressBookData_description
- The description of the address book.
addressBookData_addressBookArn :: Lens' AddressBookData (Maybe Text) Source #
The ARN of the address book.
addressBookData_name :: Lens' AddressBookData (Maybe Text) Source #
The name of the address book.
addressBookData_description :: Lens' AddressBookData (Maybe Text) Source #
The description of the address book.