PutCommentReactionInput

public struct PutCommentReactionInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the comment to which you want to add or update a reaction.

    Declaration

    Swift

    public let commentId: String
  • The emoji reaction you want to add or update. To remove a reaction, provide a value of blank or null. You can also provide the value of none. For information about emoji reaction values supported in AWS CodeCommit, see the AWS CodeCommit User Guide.

    Declaration

    Swift

    public let reactionValue: String
  • Undocumented

    Declaration

    Swift

    public init(commentId: String, reactionValue: String)