Values.DeleteDaemonResponseSourceDeletes the specified daemon. The daemon must be in an ACTIVE state to be deleted. Deleting a daemon stops all running daemon tasks on the associated container instances. Amazon ECS drains existing container instances and provisions new instances without the deleted daemon. Amazon ECS automatically launches replacement tasks for your Amazon ECS services. ECS Managed Daemons is only supported for Amazon ECS Managed Instances Capacity Providers.
type nonrec t = {daemonArn : String_.t option;The Amazon Resource Name (ARN) of the daemon.
*)status : DaemonStatus.t option;The status of the daemon. After you call DeleteDaemon, the status changes to DELETE_IN_PROGRESS.
*)createdAt : Timestamp.t option;The Unix timestamp for the time when the daemon was created.
*)updatedAt : Timestamp.t option;The Unix timestamp for the time when the daemon was last updated.
*)deploymentArn : String_.t option;The Amazon Resource Name (ARN) of the daemon deployment that was triggered by the delete operation. This deployment drains existing daemon tasks from the container instances.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientException of ClientException.t| `ClusterNotFoundException of ClusterNotFoundException.t| `DaemonNotActiveException of DaemonNotActiveException.t| `DaemonNotFoundException of DaemonNotFoundException.t| `InvalidParameterException of InvalidParameterException.t| `ServerException of ServerException.t| `UnsupportedFeatureException of UnsupportedFeatureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `ClusterNotFoundException of ClusterNotFoundException.t
| `DaemonNotActiveException of DaemonNotActiveException.t
| `DaemonNotFoundException of DaemonNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedFeatureException of UnsupportedFeatureException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `ClusterNotFoundException of ClusterNotFoundException.t
| `DaemonNotActiveException of DaemonNotActiveException.t
| `DaemonNotFoundException of DaemonNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedFeatureException of UnsupportedFeatureException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]