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 RemoveAttributesActivity = RemoveAttributesActivity' {}
- newRemoveAttributesActivity :: Text -> NonEmpty Text -> RemoveAttributesActivity
- removeAttributesActivity_next :: Lens' RemoveAttributesActivity (Maybe Text)
- removeAttributesActivity_name :: Lens' RemoveAttributesActivity Text
- removeAttributesActivity_attributes :: Lens' RemoveAttributesActivity (NonEmpty Text)
Documentation
data RemoveAttributesActivity Source #
An activity that removes attributes from a message.
See: newRemoveAttributesActivity
smart constructor.
Instances
newRemoveAttributesActivity Source #
:: Text | |
-> NonEmpty Text | |
-> RemoveAttributesActivity |
Create a value of RemoveAttributesActivity
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:next:RemoveAttributesActivity'
, removeAttributesActivity_next
- The next activity in the pipeline.
$sel:name:RemoveAttributesActivity'
, removeAttributesActivity_name
- The name of the removeAttributes
activity.
$sel:attributes:RemoveAttributesActivity'
, removeAttributesActivity_attributes
- A list of 1-50 attributes to remove from the message.
removeAttributesActivity_next :: Lens' RemoveAttributesActivity (Maybe Text) Source #
The next activity in the pipeline.
removeAttributesActivity_name :: Lens' RemoveAttributesActivity Text Source #
The name of the removeAttributes
activity.
removeAttributesActivity_attributes :: Lens' RemoveAttributesActivity (NonEmpty Text) Source #
A list of 1-50 attributes to remove from the message.