MCPcopy Create free account
hub / github.com/aws/aws-cli / register_task_definition

Method register_task_definition

awscli/customizations/ecs/deploy.py:481–489  ·  view source on GitHub ↗
(self, kwargs)

Source from the content-addressed store, hash-verified

479 }
480
481 def register_task_definition(self, kwargs):
482 try:
483 response = self._client.register_task_definition(**kwargs)
484 except ClientError as e:
485 raise exceptions.ServiceClientError(
486 action='register ECS task definition', error=e
487 )
488
489 return response

Callers 1

_register_task_defMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected