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 AddressBook = AddressBook' {
- addressBookArn :: Maybe Text
- name :: Maybe Text
- description :: Maybe Text
- newAddressBook :: AddressBook
- addressBook_addressBookArn :: Lens' AddressBook (Maybe Text)
- addressBook_name :: Lens' AddressBook (Maybe Text)
- addressBook_description :: Lens' AddressBook (Maybe Text)
Documentation
data AddressBook Source #
An address book with attributes.
See: newAddressBook
smart constructor.
AddressBook' | |
|
Instances
newAddressBook :: AddressBook Source #
Create a value of AddressBook
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:AddressBook'
, addressBook_addressBookArn
- The ARN of the address book.
$sel:name:AddressBook'
, addressBook_name
- The name of the address book.
$sel:description:AddressBook'
, addressBook_description
- The description of the address book.
addressBook_addressBookArn :: Lens' AddressBook (Maybe Text) Source #
The ARN of the address book.
addressBook_name :: Lens' AddressBook (Maybe Text) Source #
The name of the address book.
addressBook_description :: Lens' AddressBook (Maybe Text) Source #
The description of the address book.