Module Values.DeleteDaemonTaskDefinitionRequestSource

Deletes the specified daemon task definition. After a daemon task definition is deleted, no new daemons can be created using this definition. Existing daemons that reference the deleted daemon task definition continue to run. A daemon task definition must be in an ACTIVE state to be deleted.

Sourcetype nonrec t = {
  1. daemonTaskDefinition : String_.t;
    (*

    The family and revision (family:revision) or full Amazon Resource Name (ARN) of the daemon task definition to delete.

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