Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ECSClient ¶
func (*ECSClient) DescribeTasks ¶
func (m *ECSClient) DescribeTasks(input *ecs.DescribeTasksInput) (*ecs.DescribeTasksOutput, error)
func (*ECSClient) ListTasks ¶
func (m *ECSClient) ListTasks(input *ecs.ListTasksInput) (*ecs.ListTasksOutput, error)
type SMClient ¶
type SMClient struct { secretsmanageriface.SecretsManagerAPI Secret *secretsmanager.GetSecretValueOutput }
func (*SMClient) GetSecretValue ¶
func (m *SMClient) GetSecretValue(*secretsmanager.GetSecretValueInput) (*secretsmanager.GetSecretValueOutput, error)
func (*SMClient) UpdateSecret ¶
func (m *SMClient) UpdateSecret(input *secretsmanager.UpdateSecretInput) (*secretsmanager.UpdateSecretOutput, error)
Click to show internal directories.
Click to hide internal directories.