# Functions
DescribeClusters describes ECS clusters to fetch detailed information.
DescribeServices describes a list of services running in the ECS cluster.
DetailedInstanceOutput prints a container instance's attributes and capabilities.
FindAttribute finds a specific attribute in a list of ecs.Attribute.
FindResource finds a specific resource in a list of ecs.Resource.
FindService checks that a service is actually running in an ECS cluster.
FindTag finds a specific tag in a list of EC2 tags.
ListClusters returns the list of clusters sorted by name.
ListServices describes services running in the ECS cluster filtered by cluster name, service name ans service type.
ListTasks gives a short list of ECS tasks.
LoadAWSConfig loads the AWS SDK configuration.
PrintServiceDetails describes an ECS service to fetch detailed information.
PrintTaskDetails prints detailed information about an ECS task.
ServiceOk checks that an ECS service is OK (running and steady) or not.
ServiceTaskDefinition returns a full task definition from its ARN.
# Type aliases
EventsByCreatedAt is a list of ECS events sorted by date (created at).