We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d565253 commit b3ecf79Copy full SHA for b3ecf79
localstack-core/localstack/utils/aws/client_types.py
@@ -277,8 +277,8 @@ class ServicePrincipal(str):
277
appsync = "appsync"
278
cloudformation = "cloudformation"
279
dms = "dms"
280
- ecr = "ecr"
281
- ecr_task = "ecr-task"
+ ecs = "ecs"
+ ecs_tasks = "ecs-tasks"
282
edgelambda = "edgelambda"
283
elasticloadbalancing = "elasticloadbalancing"
284
events = "events"
0 commit comments