Documentation ¶
Overview ¶
NOTE this package is deprecated. As soon as v24 is gone, we can drop this package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsExecutionFailed ¶
IsExecutionFailed asserts executionFailedError.
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { EC2 EC2 Logger micrologger.Logger }
type EC2 ¶
type EC2 interface {
DescribeVpcs(input *ec2.DescribeVpcsInput) (*ec2.DescribeVpcsOutput, error)
}
Click to show internal directories.
Click to hide internal directories.