the task definitions that are registered
Finds the task definition from the registry for the task configuration.
The task configuration is considered as a "match" to the task definition if it has all the required
properties.
In case that more than one task definition is found, return the one that has the biggest number of matched properties.
the task configuration
the task definition for the task configuration. If the task definition is not found, undefined
is returned.
Finds the task definition(s) from the registry with the given taskType
.
the type of the task
an array of the task definitions. If no task definitions are found, an empty array is returned.
Add a task definition to the registry.
the task definition to be added.
Returns all task definitions that are registered