Module Values.DeleteEncoderConfigurationRequestSource

Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this template; otherwise, returns an error.

Sourcetype nonrec t = {
  1. arn : EncoderConfigurationArn.t;
    (*

    ARN of the EncoderConfiguration.

    *)
}
Sourceval context_ : string
Sourceval make : arn:EncoderConfigurationArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EncoderConfigurationArn.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