Values.DisassociateFromConfigurationResultSourceUnlink a resource, for example a custom action, from a channel configuration.
type nonrec error = [ | `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]