Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct { DescribeAllEndpointsFn func(epType string) ([]byte, error) ListDBIdentifiersFn func() ([]byte, error) DescribeEndpointFn func(clusterName string, epType string) ([]byte, error) }
func (*DB) DescribeAllEndpoints ¶
func (*DB) DescribeEndpoint ¶
func (*DB) ListDBIdentifiers ¶
type KmsAPI ¶
type KmsAPI struct {
DecryptFn func(input *kms.DecryptInput) (*kms.DecryptOutput, error)
}
func (*KmsAPI) Decrypt ¶
func (k *KmsAPI) Decrypt(input *kms.DecryptInput) (*kms.DecryptOutput, error)
type RdsAPI ¶
type RdsAPI struct { DescribeDBClusterEndpointsFn func(input *rds.DescribeDBClusterEndpointsInput) (*rds.DescribeDBClusterEndpointsOutput, error) DescribeDBInstancesFn func(input *rds.DescribeDBInstancesInput) (*rds.DescribeDBInstancesOutput, error) }
func (*RdsAPI) DescribeDBClusterEndpoints ¶
func (rds *RdsAPI) DescribeDBClusterEndpoints(input *rds.DescribeDBClusterEndpointsInput) (*rds.DescribeDBClusterEndpointsOutput, error)
func (*RdsAPI) DescribeDBInstances ¶
func (rds *RdsAPI) DescribeDBInstances(input *rds.DescribeDBInstancesInput) (*rds.DescribeDBInstancesOutput, error)
type SSM ¶ added in v0.2.1
type SSM struct { GetFn func(filters []*ssm.ParameterStringFilter) error GetParametersFn func() error GetParameterByPathFn func(path string) ([]byte, error) }
func (*SSM) GetParameterByPath ¶ added in v0.2.1
func (*SSM) GetParameters ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.