Module Values.CreateCustomActionResultSource

Creates a custom action that can be invoked as an alias or as a button on a notification.

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

    The fully defined ARN of the custom action.

    *)
}
Sourcetype nonrec error = [
  1. | `ConflictException of ConflictException.t
  2. | `InternalServiceError of InternalServiceError.t
  3. | `InvalidRequestException of InvalidRequestException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `UnauthorizedException of UnauthorizedException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?customActionArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConflictException of ConflictException.t | `InternalServiceError of InternalServiceError.t | `InvalidRequestException of InvalidRequestException.t | `LimitExceededException of LimitExceededException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConflictException of ConflictException.t | `InternalServiceError of InternalServiceError.t | `InvalidRequestException of InvalidRequestException.t | `LimitExceededException of LimitExceededException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CustomActionArn.t ]) 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