# Functions
AuthECR authenticates with AWS ECR.
CreateCluster creates an ECS cluster.
CreateTaskDefinition creates a task definition.
DeleteCluster deletes an ECS cluster.
DescribeTask describes an ECS task.
NewClient creates a new ECS client from a session.
RunTask runs a new task using a task definition.
StopTask stops a running ECS task.
# Structs
Container holds container information.
Task represents a task to run in an ECS cluster.
TaskDefinition holds an ECS task definition information.