opsaws

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2022 License: MIT Imports: 0 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 {
	GetParameters() error
	GetParameterByPath() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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