Module Values.UpdateCustomActionRequestSource

Updates a custom action.

Sourcetype nonrec t = {
  1. customActionArn : CustomActionArn.t;
    (*

    The fully defined Amazon Resource Name (ARN) of the custom action.

    *)
  2. definition : CustomActionDefinition.t;
    (*

    The definition of the command to run when invoked as an alias or as an action button.

    *)
  3. aliasName : CustomActionAliasName.t option;
    (*

    The name used to invoke this action in the chat channel. For example, @aws run my-alias.

    *)
  4. attachments : CustomActionAttachmentList.t option;
    (*

    Defines when this custom action button should be attached to a notification.

    *)
}
Sourceval context_ : string
Sourceval make : ?aliasName:??? -> ?attachments:??? -> customActionArn:CustomActionArn.t -> definition:CustomActionDefinition.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of CustomActionAttachmentCriteriaVariableNameString.t ]) list ] list | `Map of ([> `String of CustomActionAttachmentVariablesKeyString.t ] * [> `String of CustomActionAttachmentVariablesValueString.t ]) list | `String of CustomActionAttachmentNotificationType.t ]) list ] list | `String of CustomActionArn.t | `Structure of (string * [> `String of CustomActionDefinitionCommandTextString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t