Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalTask ¶
func UnmarshalTask(eventDetail json.RawMessage) (*ecsTypes.Task, error)
Types ¶
type ECSAPI ¶
type ECSAPI interface {
DescribeTaskDefinition(ctx context.Context, input *ecs.DescribeTaskDefinitionInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTaskDefinitionOutput, error)
}
type SecretsManagerAPI ¶
type SecretsManagerAPI interface {
GetSecretValue(context.Context, *secretsmanager.GetSecretValueInput, ...func(*secretsmanager.Options)) (*secretsmanager.GetSecretValueOutput, error)
}
Click to show internal directories.
Click to hide internal directories.