(ctx context.Context, params *ecs.DescribeTaskDefinitionInput, optFns ...func(*ecs.Options))
| 19 | ListServices(ctx context.Context, params *ecs.ListServicesInput, optFns ...func(*ecs.Options)) (*ecs.ListServicesOutput, error) |
| 20 | DescribeTasks(ctx context.Context, params *ecs.DescribeTasksInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTasksOutput, error) |
| 21 | DescribeTaskDefinition(ctx context.Context, params *ecs.DescribeTaskDefinitionInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTaskDefinitionOutput, error) |
| 22 | } |
| 23 | |
| 24 | func init() { |
no outgoing calls
no test coverage detected