Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElastiCacheClient ¶
type ElastiCacheClient struct {
// contains filtered or unexported fields
}
func NewElastiCacheClient ¶
func NewElastiCacheClient(region string) *ElastiCacheClient
func (*ElastiCacheClient) GetReplicationGroup ¶
func (c *ElastiCacheClient) GetReplicationGroup(rgid string) (*elasticache.ReplicationGroup, error)
type KMSClient ¶
type KMSClient struct {
// contains filtered or unexported fields
}
func NewKMSClient ¶
type RdsClient ¶
type RdsClient struct {
// contains filtered or unexported fields
}
func NewRdsClient ¶
type SecretsManagerClient ¶
type SecretsManagerClient struct {
// contains filtered or unexported fields
}
func NewSecretsManagerClient ¶
func NewSecretsManagerClient(region string) *SecretsManagerClient
func (*SecretsManagerClient) GetSecretValue ¶
func (c *SecretsManagerClient) GetSecretValue(name string) (*secretsmanager.GetSecretValueOutput, error)
type SqsClient ¶
type SqsClient struct {
// contains filtered or unexported fields
}
func NewSqsClient ¶
func (*SqsClient) GetQueueURL ¶
func (c *SqsClient) GetQueueURL(queue string) (*sqs.GetQueueUrlOutput, error)
type SsmClient ¶
type SsmClient struct {
// contains filtered or unexported fields
}
func NewSsmClient ¶
func (*SsmClient) GetParameter ¶
func (c *SsmClient) GetParameter(name string) (*ssm.GetParameterOutput, error)
Click to show internal directories.
Click to hide internal directories.