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 ReactionValueFormats = ReactionValueFormats' {}
- newReactionValueFormats :: ReactionValueFormats
- reactionValueFormats_emoji :: Lens' ReactionValueFormats (Maybe Text)
- reactionValueFormats_shortCode :: Lens' ReactionValueFormats (Maybe Text)
- reactionValueFormats_unicode :: Lens' ReactionValueFormats (Maybe Text)
Documentation
data ReactionValueFormats Source #
Information about the values for reactions to a comment. AWS CodeCommit supports a limited set of reactions.
See: newReactionValueFormats
smart constructor.
ReactionValueFormats' | |
|
Instances
newReactionValueFormats :: ReactionValueFormats Source #
Create a value of ReactionValueFormats
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:emoji:ReactionValueFormats'
, reactionValueFormats_emoji
- The Emoji Version 1.0 graphic of the reaction. These graphics are
interpreted slightly differently on different operating systems.
$sel:shortCode:ReactionValueFormats'
, reactionValueFormats_shortCode
- The emoji short code for the reaction. Short codes are interpreted
slightly differently on different operating systems.
$sel:unicode:ReactionValueFormats'
, reactionValueFormats_unicode
- The Unicode codepoint for the reaction.
reactionValueFormats_emoji :: Lens' ReactionValueFormats (Maybe Text) Source #
The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
reactionValueFormats_shortCode :: Lens' ReactionValueFormats (Maybe Text) Source #
The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
reactionValueFormats_unicode :: Lens' ReactionValueFormats (Maybe Text) Source #
The Unicode codepoint for the reaction.