| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeCommit.Types.ReactionValueFormats
Description
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.
Constructors
| ReactionValueFormats' | |
Fields
| |
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.