Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(vpcLatticeClient *aws.VPCLatticeClient) *Getter
func (*Getter) GetAllServices ¶
func (g *Getter) GetAllServices() ([]*vpclattice.GetServiceOutput, error)
func (*Getter) GetServiceById ¶
func (g *Getter) GetServiceById(id string) (*vpclattice.GetServiceOutput, error)
type LatticeServicePrinter ¶
type LatticeServicePrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(services []*vpclattice.GetServiceOutput) *LatticeServicePrinter
func (*LatticeServicePrinter) PrintJSON ¶
func (p *LatticeServicePrinter) PrintJSON(writer io.Writer) error
func (*LatticeServicePrinter) PrintTable ¶
func (p *LatticeServicePrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.