Documentation ¶
Index ¶
- type Client
- func (c *Client) DeployTaskARN(ctx context.Context, cluster, service, taskARN string) error
- func (c *Client) GetTask(ctx context.Context, cluster, service string) (*ecs.DescribeTaskDefinitionOutput, error)
- func (c *Client) NewTaskRevision(ctx context.Context, input *ecs.DescribeTaskDefinitionOutput, ...) (*string, error)
- type ServiceNotFoundError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DeployTaskARN ¶
DeployTaskARN updates the service with the new task definition ARN.
type ServiceNotFoundError ¶
func (*ServiceNotFoundError) Error ¶
func (e *ServiceNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.