# Functions
NewECSMetadataProvider initializes a new ECSMetadataClient with given endpoint and HTTP client.
# Structs
ContainerLabels represents AWS container labels.
ContainerLimits represents the resource limits specified at the task level.
ContainerNetwork represents AWS container network configuration.
ECSContainerMetadata represents the ECS container metadata as described in https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-metadata.html#metadata-file-format.
ECSMetadataProvider retireves ECS service metadata from the ECS_CONTAINER_METADATA_URI endpoint.
ECSTaskMetadata represents the ECS task metadata as described in https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v3.html#task-metadata-endpoint-v3-response.