# Functions
EntityAlreadyExists returns true if an error indicates that the AWS resource already exists.
GetHomeDir returns the file path of the user's home directory.
GetPartition returns the partition for a given region This is meant to be used when constructing ARNs.
GetTagsMap parses AWS Resource tags from the flag value users specify tags in this format: key1=value1,key2=value2,key3=value3 Returns tags in the format used by the standalone resource tagging API.
InSlice checks if the given string exists in the given slice:.
ParseLoadBalancers parses a StringSlice array into an array of load balancers struct Input: ["targetGroupArn="...",containerName="...",containerPort=80","targetGroupArn="...",containerName="...",containerPort=40"].
ParseTags parses AWS Resource tags from the flag value users specify tags in this format: key1=value1,key2=value2,key3=value3.
# Constants
ECSCLIResourcePrefix is prepended to the names of resources created through the ecs-cli.
# Structs
timeSleeper implements Sleeper interface by calling the time.Sleep method for sleeping.
# Interfaces
Sleeper interface implements the Sleep() method.