Values.CreateCustomActionResultSourceCreates a custom action that can be invoked as an alias or as a button on a notification.
type nonrec t = {customActionArn : CustomActionArn.t option;The fully defined ARN of the custom action.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]