# Functions
BuildOutputEntry returns a CredsOutputEntry with the provided parameters.
FindLatestRegCredsOutputFile returns the newest ecs-registry-creds file in the current working directory.
GenerateCredsOutput marshals credential output JSON into YAML and outputs it to a file.
ReadCredsInput parses 'registry-creds up' input into an ECSRegCredsInput struct.
ReadCredsOutput parses an ECS creds output file into an RegistryCredsOutput struct TODO: use this to parse reg creds used with "compose" cmd.
# Constants
ECSCredFileBaseName is the base name of any private registry cred file produced or read by the ecs-cli.
ECSCredFileTimeFmt is the timestamp format to use on 'registry-creds up' outputs.
# Structs
CredResources contains the credential resources generated by "registry-creds up".
CredsOutputEntry contains the credential ARN, key, and associated container names for a single registry.
ECSRegCredsInput contains registry cred entries for creation and/or use in a task execution role.
ECSRegistryCredsOutput contains the content of the output file.
RegistryCredEntry contains info needed to create an AWS Secrets Manager secret and match it to an ECS container(s).
# Type aliases
RegistryCreds is a map of registry names to RegCredEntry structs.