Versions in this module Expand all Collapse all v1 v1.0.1 May 23, 2018 v1.0.0 May 11, 2018 Changes in this version + type ElastiCacheClient struct + func NewElastiCacheClient(region string) *ElastiCacheClient + func (c *ElastiCacheClient) GetReplicationGroup(rgid string) (*elasticache.ReplicationGroup, error) + type KMSClient struct + func NewKMSClient(region string) *KMSClient + func (c *KMSClient) GetKey(alias string) (*kms.DescribeKeyOutput, error) + type RdsClient struct + func NewRdsClient(region string) *RdsClient + func (c *RdsClient) GetCluster(cluster string) (*rds.DBCluster, error) + type SecretsManagerClient struct + func NewSecretsManagerClient(region string) *SecretsManagerClient + func (c *SecretsManagerClient) GetSecretValue(name string) (*secretsmanager.GetSecretValueOutput, error) + type SqsClient struct + func NewSqsClient(region string) *SqsClient + func (c *SqsClient) GetQueueURL(queue string) (*sqs.GetQueueUrlOutput, error) + type SsmClient struct + func NewSsmClient(region string) *SsmClient + func (c *SsmClient) GetParameter(name string) (*ssm.GetParameterOutput, error)