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 ListProfileObjectsItem = ListProfileObjectsItem' {}
- newListProfileObjectsItem :: ListProfileObjectsItem
- listProfileObjectsItem_profileObjectUniqueKey :: Lens' ListProfileObjectsItem (Maybe Text)
- listProfileObjectsItem_objectTypeName :: Lens' ListProfileObjectsItem (Maybe Text)
- listProfileObjectsItem_object :: Lens' ListProfileObjectsItem (Maybe Text)
Documentation
data ListProfileObjectsItem Source #
A ProfileObject in a list of ProfileObjects.
See: newListProfileObjectsItem
smart constructor.
ListProfileObjectsItem' | |
|
Instances
newListProfileObjectsItem :: ListProfileObjectsItem Source #
Create a value of ListProfileObjectsItem
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:profileObjectUniqueKey:ListProfileObjectsItem'
, listProfileObjectsItem_profileObjectUniqueKey
- The unique identifier of the ProfileObject generated by the service.
$sel:objectTypeName:ListProfileObjectsItem'
, listProfileObjectsItem_objectTypeName
- Specifies the kind of object being added to a profile, such as
"Salesforce-Account."
$sel:object':ListProfileObjectsItem'
, listProfileObjectsItem_object
- A JSON representation of a ProfileObject that belongs to a profile.
listProfileObjectsItem_profileObjectUniqueKey :: Lens' ListProfileObjectsItem (Maybe Text) Source #
The unique identifier of the ProfileObject generated by the service.
listProfileObjectsItem_objectTypeName :: Lens' ListProfileObjectsItem (Maybe Text) Source #
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
listProfileObjectsItem_object :: Lens' ListProfileObjectsItem (Maybe Text) Source #
A JSON representation of a ProfileObject that belongs to a profile.