opsaws

package module
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2022 License: MIT Imports: 1 Imported by: 0

README

ops-aws

A Go library for working with Amazon APIs

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decrypter

type Decrypter interface {
	DecodeData(data string) ([]byte, error)
}

type RDS

type RDS interface {
	DescribeAllEndpoints(epType string) ([]byte, error)
	ListDBIdentifiers() ([]byte, error)
	DescribeEndpoint(clusterName string, epType string) ([]byte, error)
}

type SSM

type SSM interface {
	Get(filters []*ssm.ParameterStringFilter) error
	GetParameters() error
	GetParameterByPath(path string) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL